From: Henry N. <hen...@ar...> - 2011-06-27 23:48:18
|
Hello Dave, On 28.06.2011 13:20, Dave wrote: > init: Failed to spawn readahead-collector main process: unable to open > console: No such file or directory Disable please the line with initrd=... in colinux config. You can later install modules under /lib/modules by hands. Additional create /dev/null, /dev/console and /dev/zero. # mknod -m 600 dev/console c 5 1 # mknod -m 666 dev/null c 1 3 # mknod -m 666 dev/zero c 1 5 You must do it in your root file system. Please boot a knoppix, or from other boot media, so /dev is not mounted on tmpfs. -- Henry N. |