On Mon, 2005-08-08 at 11:08 +0200, Alex wrote: > >> Warning: unable to open an initial console > > no /dev > >> Kernel panic - not syncing: no init found > > no systemlinker (is /lib/ld-linux.so.2 ) > > so since there is no systemlinker no dynamic exec could be executed ... > I am pretty sure I have /lib/ld-linux.so.2 Could all the problems come because > the system is not mounted properly(ie error in fstab) the system can not do anything, unless everything from startup to mount ist static
> >> drwxr-xr-x 3 root root 4096 Aug 5 13:47 ./ > >> drwxr-xr-x 4 root root 4096 Aug 7 22:24 ../ > >> crw------- 1 root root 5, 1 Aug 5 13:47 console > >> drwx------ 2 root root 16384 Aug 5 09:37 lost+found/ > >> crw-rw-rw- 1 root root 1, 3 Aug 5 13:47 null > > hm I think that is not enough ... > > you need the tty[nnn] > Is it the /sbin/udevstart that was supposed to do that? I don't know, don't use udev ... > >> I use different partition for /boot / /usr /home /var /tmp /var/lib /dev > >> and /lib > > you should have /var /tmp /dev /bin /sbin /etc and /lib on your / > > partitition > Is it impossible to have them separate? I was trying to follow the security > advice from: > http://www.seifried.org/lasg/installation/ > Thanks for your help, > Alex No, it is not impossible ... you could start with an initrd of aprox 200MB do everything from modload up to mounts and then do a pivot_root or something similar ... try "man initrd" for more info -- H CUH Rainer Peter Feller H -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
