I updated from 7.04 -> 7.10 -> 8.04, then got the busybox.
Could only boot from a fairly old kernel. Here is what fixed my problem:
First I removed splash/quiet from the boot options in /boot/grub/menu.lst. Then it was clear that Ubuntu for some reason now identifies my IDE disk as a SCSI device or something.
So I changed the menu.lst-item to this (/dev/hdc3 -> /dev/sda3 (my Ubuntu is on the fourth partition)):
Code:
kernel /boot/vmlinuz-2.6.24-21-386 root=/dev/sda3 ro
I also edited /boot/grub/device.map:
Code:
(hd0) /dev/hdc
(hd0) /dev/sda
(Do not know if the last step is necessary.
And viola!
Bookmarks