Announcement

Collapse
No announcement yet.

Live-USB: Update error of "nux-image-2.6.27-7-generic (2.6.27-7.16)"

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Live-USB: Update error of "nux-image-2.6.27-7-generic (2.6.27-7.16)"

    I've gotten 8.1 working on USB about a week ago and playing with it off and on over the week. When I first got it up and running, there was about 27 updates and I let it go with one update not working. I didn't find this a problem and ignored it at the time.

    I recently installed the Restricted Files so I may listen to music and other misc. stuff a soon to be high school graduate does. I still could not listen to basic music files, .mp3 for an example, and decided to try doing so from the terminal.

    ubuntu@ubuntu:~$ sudo apt-get install kubuntu-restricted-extras
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    kubuntu-restricted-extras is already the newest version.
    The following packages were automatically installed and are no longer required:
    linux-headers-2.6.27-7 linux-headers-2.6.27-7-generic
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0B of additional disk space will be used.
    Setting up linux-image-2.6.27-7-generic (2.6.27-7.16) ...
    Running depmod.
    update-initramfs is disabled since running on a live CD
    Failed to symbolic-link /boot/initrd.img-2.6.27-7-generic to initrd.img.
    dpkg: error processing linux-image-2.6.27-7-generic (--configure):
    subprocess post-installation script returned error exit status 17
    Errors were encountered while processing:
    linux-image-2.6.27-7-generic
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    I've done some looking on the net about this issue and found that some people have fixed it one way or another, but since I'm roughly a new linux user, I found my self confused.

    Any questions you may have, don't hesitate to ask. I'm learning how to use Kubuntu and enjoying it as I go.

    Update:
    Still researching the problem and found here, https://bugs.launchpad.net/ubuntu/+s...er/+bug/292159, a work around.

    :: Workaround ::
    Workaround discussed here: http://kubuntuforums.net/forums/index.php?topic=3096170
    in brief
    "A bit of digging has revealed that the /usr/sbin/update-initramfs script is a stub on the live CD (or the bootable USB drive made from a live CD). The original version can be found in:

    /rofs/usr/sbin/update-initramfs
    so you can (as root):
    mv /usr/sbin/update-initramfs /usr/sbin/update-initramfs.old
    and then:
    ln -s /rofs/usr/sbin/update-initramfs /usr/sbin/update-initramfs
    "
    Thanks to latchkeyed for providing this info.
    I typed in
    sudo su
    then
    mv /usr/sbin/update-initramfs /usr/sbin/update-initramfs.old
    and
    ln -s /rofs/usr/sbin/update-initramfs /usr/sbin/update-initramfs
    and I got no message in return, put in apt-get upgrade and the error returned.

    Suggestions?
    (I accidentally clicked notify by mistake, my apologises, honest)
    I am updated this post as I play around in an attempt to figure it out as I wait for outside suggestions.

    >>>>> Update:
    I can now listen to music. I followed this
    First typed
    sudo su
    then followed this:
    https://bugs.launchpad.net/ubuntu/+s...59/comments/36 (same as link from before, just specific post that was made there)

    thx

    as root:

    mv /usr/sbin/update-initramfs /usr/sbin/update-initramfs.old

    and...

    ln -s /rofs/usr/sbin/update-initramfs /usr/sbin/update-initramfs

    and then

    sudo dpkg-reconfigure linux-image-2.6.27-11-generic

    worked just fine for me with ubuntu persistent install to flash drive.
    Restarted the pc, tried
    sudo apt-get install ubuntu-restricted-extras
    once again, restarted the computer and now I can play mp3's

    I know it's the weekend and no one helped me at this time, but you could look at this as a log of how I tried to figure the problem out.
    Now to get the Current version of WoW to work...
Working...
X