On Wed, 2002-08-28 at 23:26, [EMAIL PROTECTED] wrote:
> Greetings,
> 
> Thanks in advance for any help.
> 
> I have a linux box in our programmers area.  This is really going to be a
> test machine for them to test programms on diferent window's os's.  It is
> setup with 4 primary partions.  Linux 7.3 (2.4.18) is on the first /dev/hda1
> and I created 3 fat16 dos partions on /dev/hda2, /dev/hda3, /dev/hda4.   I
> would like with LILO to choose which partion will boot. Below is my
> lilo.conf file.
> 
> Lilo loads fine but the problem I'm having is it boots fine to the linux
> partion and to the first windows partion /dev/hda2 but I can't get it to
> boot to the other 2 dos partions.  Everytime I select them (window3 and
> windows4) it boots up /dev/hda2.  So any windows 3 choices I have boots me
> to the first dos partion.  I have looked around and tried to read a tweek
> the lilo.conf as much as I can but cannot get the other 2 dos partions to
> boot.
> 
> Any help is very much aprreciated.
> 
> Thanks
> David Hussey
> ---
> default=linux
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> message=/boot/message
> linear
> 
> image=/boot/vmlinuz-2.4.18-3
>  label=linux
>  initrd=/boot/initrd-2.4.18-3.img
>  read-only
>  root=/dev/hda1
> 
> other=/dev/hda2
>  optional
>  label=windows1
> 
> other=/dev/hda3
>  optional
>  label=windows2
> 
> other=/dev/hda4
>  optional
>  label=windows3
> ----------------
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
Well, i don't know just how big is your HDD (i mean if hda3 is above the 1024's 
cilinder).
I think u should try to replace the line "linear" in you lilo.conf file
with the line "lba32" (without the quotes)



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to