Re: Long Failing Boot After Installing
I dunno -- I'm barely coping with Grub 2 myself. :P
These USB installs are problematic, because of the "ad-hoc" nature of the devices on the USB bus. It's not like the SATA bus or the IDE bus, where things stay the same.
Can you take a look at the /etc/fstab file, with your USB stick removed, and compare that with the output of
? The idea is to make sure that the UUIDs match, i.e. the UUID for the root filesystem matches, and the UUID for your /dev/sda drive and partitions match whatever it says in /etc/fstab.
I dunno -- I'm barely coping with Grub 2 myself. :P
These USB installs are problematic, because of the "ad-hoc" nature of the devices on the USB bus. It's not like the SATA bus or the IDE bus, where things stay the same.
Can you take a look at the /etc/fstab file, with your USB stick removed, and compare that with the output of
Code:
sudo blkid
Comment