Same deal here, I freshly installed UNR 10.10 on my Lenovo S10-2 writing over Ubuntu 10.04, alongside Windows 7. The full message is:
Code:
Gave up waiting for root device. Common problems:
- Boot args (cat /prov/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sdb7 does not exist. Dropping to a shell!
BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)
I was a bit wary during install because I created a logical partition ~200MB ext2 for /boot to sit on, followed by a ~70GB btrfs partition for /, then ~3GB for swap space.
If I remember correctly these were /dev/sdb6 /dev/sdb7 and /dev/sdb5 respectively, so the alert in the message seems to refer to my swap space (though I will check this) - Edit: corrected; /boot / and swap are 6, 7 and 5, but are actually on /dev/sda
Bookmarks