On Jun 1, 2013, at 10:51 AM, geist1...@juno.com wrote:

> Hi All;
>
> My name is Marty.. This is my first email to the group..
> I am trying to get an old LFS to work on my system.. And I am not  
> doing very well..  I tried to do a later LFS namely LFS 6.8, but ran  
> into many problems, and so I though I would start out with an older  
> version and work both my understanding and my compatance up..
> I printed the book for both LFS version 1.0 and LFS 2.0-pre1.. I  
> figured version 2.0 would have the bugs worked out from version  
> 1.0.. I did look at versions 1.1 and 1.2..
> I have a 100G drive, which I have installed Red Hat Linux Enterprise  
> WS (Red Hat Linux 9.1), which is residing on hda1 and hda2, my LFS  
> is residing on hda6.. When I try to boot to the LFS partition it  
> starts to load, but after a little while it stops and says it cannot  
> find the init file.. I am using LILO for my boot loader, and in my  
> lilo.conf script I have (for my lfs) image=/boot/bzImage     
> label=lfs    initrd=/boot/vmlinuz    root=/dev/hda6    read-only
> this is at /etc/lilo.conf.. On my /dev/hda6 section I have at /dev/ 
> hda6/etc/lilo.conf (the folowing) image=/boot/bzImage  label=lfs     
> initrd=/boot/vmlinuz    root=/dev/hda6/    init=/dev/hda6/etc/ 
> inittab ( I have tried it with and without this line andit does the  
> same thing)    read-only
> On the /etc/init it has what came with the Red Hat system and I have  
> not altered it at all.. On my hda6 I have for /dev/hda6/etc/inittab   
> (what is in the book) which is the following    id:2:initdefault:     
> ca:12345:crtlaltdel:/sbin/shutdown -t1 -a -r now     1:2345:respawn:/ 
> sbin/sulogin
> I am using Linux From Scratch Book version 2.0-pre1.. So, my  
> question is How do I get the Linux system when it is booting from / 
> dev/hda6 to recognize the files that are on the hda6 partition ??  
> And when it stops, what is it looking for ?? It says the it can't  
> find init=    ...
> I hope I have provided enought information, and yet not too much..
>
> THANK YOU Marty
>

A while back I built LFS 2.4.4 and 3.3 and some others and archived  
the builds. They were i686 builds I used vmware linux 2.2 guests and  
old slackware hosts to build them. This is what the lilo.conf in 2.4.4  
has:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
prompt
timeout = 1200
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins

image = /boot/linux-2.2.26ext3
   root = /dev/hda1
   label = LFS-2.4.4
   read-only
# Linux bootable partition config ends

I'd be glad to put the 2.4.4 build up for you somewhere and you can  
look at it if you like.

Sincerely,

William Harrington
-- 
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