Hi,
I got this error when i boot from kernel-2.4.29. Before that I have used kernel 2.6.15.1 for two weeks, it worked fine. I used the same .conf for kernel 2.4.32 when I compiled it, but it reported me "error: unable to open an initial console". I cannot fix this problem. Any helps? Thanks a lot!!!
This sounds like udev missing
This sounds like udev missing
You are missing /dev/console
You are missing /dev/console and /dev/tty*. Happened to me lots of time
while playing around with udev. The recommended way to use udev is to mount it on a tmpfs. When you reboot all the device nodes gets erased so
when init starts up - which is before you can run udevd or udevstart there is nothing in the /dev directory.
This is quite likely your problem. How you solve it depends on which
distribution you use.
Regards