Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Update from natty narwhal to 12.04 failed....can't reboot!

  1. #21
    Join Date
    May 2012
    Beans
    21

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    The point is that I cannot run a drive session, not from cd nor form USB......I'll try again.
    Thank you so much for all the advices!

  2. #22
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    That is unrelated to the hdd and the OS. You can boot from cd or usb (if you board allows usb boot) in any case, even without a hdd in the system.

    That's a separate issue, either the cd/usb is not prepared correctly, the ISO image is bad, etc.

    If nothing else works another option is taking out the hdd and plugging it into another machine. But you will still need to boot from cd/usb to actually make the new install.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #23
    Join Date
    May 2012
    Beans
    21

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    Maybe this is not anymore the right forum....I'm trying to reboot from USB and I have now a new message...it goes so quickly that I can barely read it, hope it's written right

    Un mount :/dev/: device is busy
    (In some cases usefull info about process that use this device is found in isof(8) or fuser (11)
    [here there is a number that I can't read on time]: stopping all devices

    What that means??
    Thanks...

  4. #24
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    That sounds like linux but on the usb. Maybe it's not created correctly or the ISO was corrupted. Try remaking it.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  5. #25
    Join Date
    May 2012
    Beans
    21

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    Finally Solved! I managed to make the live CD (was actually a problem with the image), enter in the system and save my files.
    then I've reinstalled everything.
    Thanks for your help!

  6. #26
    Join Date
    Feb 2011
    Location
    Canada
    Beans
    7
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    I had the same problem after another user (*cough* wife *cough*) did a hard reset during the upgrade process.

    In my case, from the root command prompt that came up by default, I ran:
    Code:
    e2fsck -C0 -p -f -v /dev/sda1
    which seemed to execute without finding errors, and then
    Code:
    mount -o remount,rw /
    apt-get -f dist-upgrade
    as suggested here: http://superuser.com/questions/42059...sful-upgrading

    Apt upgraded 1680 packages or so, and I got a few prompts to select a language and text encoding, etc., for which I accepted the defaults. Then I was able to restart (although the restart process hung because it was blocked), and log in as usual to 12.04. A few packages which had wanted to download data as part of the upgrade process complained, which were: nautilus-dropbox, ttf-mscorefonts-installer, and flashplugin-installer. I reinstalled them with
    Code:
    sudo apt-get --reinstall install nautilus-dropbox ttf-mscorefonts-installer flashplugin-installer
    Right now the system seems normal, except that the package unity-scope-musicstores was kept back. I removed that package to prevent it from bugging me since I wasn't planning to use the music store any time soon.

  7. #27
    Join Date
    Aug 2012
    Beans
    1

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    Quote Originally Posted by SpinUp View Post
    I had the same problem after another user (*cough* wife *cough*) did a hard reset during the upgrade process.

    In my case, from the root command prompt that came up by default, I ran:
    Code:
    e2fsck -C0 -p -f -v /dev/sda1
    which seemed to execute without finding errors, and then
    Code:
    mount -o remount,rw /
    apt-get -f dist-upgrade
    as suggested here: http://superuser.com/questions/42059...sful-upgrading

    Apt upgraded 1680 packages or so, and I got a few prompts to select a language and text encoding, etc., for which I accepted the defaults. Then I was able to restart (although the restart process hung because it was blocked), and log in as usual to 12.04. A few packages which had wanted to download data as part of the upgrade process complained, which were: nautilus-dropbox, ttf-mscorefonts-installer, and flashplugin-installer. I reinstalled them with
    Code:
    sudo apt-get --reinstall install nautilus-dropbox ttf-mscorefonts-installer flashplugin-installer
    Right now the system seems normal, except that the package unity-scope-musicstores was kept back. I removed that package to prevent it from bugging me since I wasn't planning to use the music store any time soon.
    Thank you, indeed. Your suggestions have just saved my life...
    regards
    woiski

  8. #28
    Join Date
    Jun 2006
    Beans
    Hidden!

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    Thank you seconded, when updating an old machine, I had the same issue occur (tho it was a housemate that pulled the plug :/ )

    Your resolution saved me thanks again

  9. #29
    Join Date
    May 2010
    Beans
    2

    Re: Update from natty narwhal to 12.04 failed....can't reboot!

    In my case, it didn't work because there is no network


    mount -o remount,rw /
    /etc/init.d/networking start
    /etc/init.d/bind9 start

    Now you can try a ping, for example

    ping www.ard.de

    After a succesfull ping you can continue with

    apt-get -f dist-upgrade

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •