I also have a problem when trying to boot into a 2.6.32.10 patched kernel. When i try to boot the new kernel i get this error
- Code: Select all
WARNING bootdevice may be renamed. Try root=/dev/sda1
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)ition type 0x83
- Check rootdelay= (did the system wait long enough?)quiet
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/hda1 does not exist. Dropping to a shell!!
BusyBox v1.10.2 ...
/bin/sh: can't access tty: job control turned off
(initramfs)
I use a Debian Lenny distro which i run into a virtual box vm. Because debian have an old libc version, and the kernel initally did not compile i skipped building lguest which caused the build error. However i saw various people following that solution in order to build the kernel so i don't think that the problem is there.
Any ideas why this is happening?