To see the problem details:
- Enter the grub menu (press F2)
- Press "E" to edit boot command
- Delete text "quite splash" to see booting details
- Press control+X to boot
"Gave up wiating for root device. Common problems:
- Boot args
- check rootdelay= ...
- check root= ...
- missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/
BusyBox Built In Shell ...
(initramfs)
You have same problem with me, so this is the solutions:
- Find your root drive partition, example "/dev/sda1"
- Enter grub menu (press F2)
- Press "E" to edit grub command
- Change text "linux /boot/vmlinuz-2.6.31-16-generic root=UUID=xxxxxxxxxxxxxxxx ro quiet splash" with "linux /boot/vmlinuz-2.6.31-16-generic root=/dev/sdaXX ro quiet splash".
- Press ctrl+E to boot
- Finish, you can access your ubuntu again ;)
http://computergyan.wordpress.com/2009/12/31/solving-the-busybox-black-screen-problem-in-grub2ubuntu9-10/
Thx to this blog.
source link changed to http://www.tuxtrix.com/2009/12/solving-busybox-black-screen-problem-in.html
ReplyDelete