Phil,
        I'd have to look at your lilo.conf file to be sure, but maybe your windows 
section is pointing to  something that doesn't exist.  I've attached mine for you to 
take a look at.  Mine defaults to linux, but to make it default to windows I just 
change the "default=" line to "default=windows" which is the label for my windows 
setion.  I'm guessing you set your windows section up like a linux section and boot.b 
does not exist on a windows boot partition.

John
---------- Original Message ----------------------------------
From: Phil Murphy <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 17 May 2000 22:30:06 -0700

>I've edited my /etc/lilo.conf file to default to windows (easier for my
>children to access their programs) but when I run lilo I get:
>
>open /boot/boot.b: No such file or directory
>
>lilo -q returns:
>
>open /boot/map: No such file or directory
>
>Any ideas why? My changes will not take effect otherwise.
>
>Thanks, 
>Phil
>
>

map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/message
other=/dev/hda1
        label=windows
        table=/dev/hda
image=/boot/vmlinuz
        label=linux
        root=/dev/hdb1
        append="hdd=ide-scsi parport=auto idebus=33"
        read-only
image=/boot/vmlinuz-2.3.99-pre7
        label=linuxold
        root=/dev/hdb1
        append="hdd=ide-scsi parport=auto idebus=33"
        read-only
other=/dev/fd0
        label=floppy
        unsafe

Reply via email to