Re: Warning: unable to open an initial console.

2003-10-15 Thread Geert Stappers
ound at block 0 > > Freeing initrd memory: 1452k freed > > VFS: Mounted root (ext2 filesystem) readonly. > > Freeing unused kernel memory: 76k freed > > Warning: unable to open an initial console. > > > > > > So it dies before the first output... > >

Re: Warning: unable to open an initial console.

2003-10-14 Thread Matt Kraai
lesystem) readonly. > Freeing unused kernel memory: 76k freed > Warning: unable to open an initial console. > > > So it dies before the first output... Are you passing init=/linuxrc to the kernel? -- Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: Warning: unable to open an initial console.

2003-10-14 Thread Goswin von Brederlow
unted root (ext2 filesystem) readonly. > Freeing unused kernel memory: 76k freed > Warning: unable to open an initial console. Your missing devfs. > I spend so time on this patch: > > --- rootskel/src/linuxrc27 Sep 2003 12:13:45 - 1.13 > +++ rootskel/src/linuxr

Warning: unable to open an initial console.

2003-10-14 Thread Geert Stappers
le c 5 1 +echo Hello World! # Close all open files on the initrd, and run busybox init. rm -f linuxrc # this program ln -s /sbin/init linuxrc But that dies also in Warning: unable to open an initial console. My question is: What is the first file where output in userland (= none