Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Boot Ubuntu without UUID

  1. #11
    Join Date
    Dec 2007
    Location
    South Africa
    Beans
    310
    Distro
    Ubuntu

    Re: Boot Ubuntu without UUID

    I had the same issue today after updating my system. Fixed it by hitting "e" before the kernel booted from the grub menu.

    Then changed the root= argument to

    Code:
    root=/dev/sdXX
    somehow all this got messed up in the update.

    That allowed it to boot in normally, where I was able to fix the problem properly (more updates, and edited my /etc/fstab)

    For some wierd reason it refused to boot properly using UUID's and all my drives assignments got messed around. /dev/sda became /dev/sdc.

  2. #12
    Join Date
    Apr 2010
    Beans
    8
    Distro
    Ubuntu Development Release

    Re: Boot Ubuntu without UUID

    I was able to remove the UUID at start up and inserted /dev/sda1 which allows the system to boot correctly but I noticed this is only a temporary fix. As I am very new to ubuntu / linux I would like to know what fix you performed in /etc/fstab or how would I edit the grub file and save it so the system would use /dev/sda1 at boot.

    Thanks

Page 2 of 2 FirstFirst 12

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
  •