Lázaro Morales wrote:
> Hello,
> 
> After complete the LFS book, when I restart the computer I get a few  
> errors messages and the computer stuck after this:
> 
>      /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file or  
> directory
>      /etc/rc.d/init.d/rc: line 217: /var/log/boot.log: Read-only file system
>      /etc/rc.d/init.d/rc: line 220: /var/log/boot.log: Read-only file system
>      [  301.811991] rc used greatest stack depth: 5556 byte left
>      INIT: Id "2" respawning too fast: disable for 5 minutes
>      INIT: Id "4" respawning too fast: disable for 5 minutes
>      INIT: Id "5" respawning too fast: disable for 5 minutes
>      INIT: Id "6" respawning too fast: disable for 5 minutes
>      INIT: Id "1" respawning too fast: disable for 5 minutes
>      INIT: Id "3" respawning too fast: disable for 5 minutes
>      INIT: no more processes left in this runlevel
> 
> The LFS version is 7.1 and is running on VirtualBox with PAE/NX and VT-x,  
> the processor is a dual-core E5300 and the virtual machine have 512MiB of  
> RAM. Could be this a problem? LFS can be compiled on VirtualBox?

I think you have a problem in your kernel configuration.

Section 8.3 says to ensure you have devtmpfs built into the kernel.
The first thing the boot scripts do is create a tmpfs for /run and a directory 
/run/var.  The first line above indicates that that /dev was never mounted.

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to