On Sat, 2003-11-08 at 09:13, Olivier Blin wrote:
> On 08 Nov 2003 08:17:44 -0500
> Owyn <[EMAIL PROTECTED]> wrote:
> 
> > vga=normal is the default lilo mode for Mdk92. It is not allowed as a
> > kernel append option in MCC->Boot Options.
> 
> Can you please send us your /etc/lilo.conf (if you use lilo) ?

Here you are:
---------------------------------------
boot=/dev/hda
map=/boot/map
vga=normal
default="Mdk92_24-21"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw

image=/boot/vmlinuz-2.4.22-21mdk
        label="Mdk92_24-21"
        root=/dev/hda7
        initrd=/boot/initrd-2.4.22-21mdk.img
        append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda5
splash=silent"
        vga=normal
        read-only

image=/boot/vmlinuz-2.6.0-0.test9.4mdk
        label="Mdk92_26-T9.4"
        root=/dev/hda7
        initrd=/boot/initrd-2.6.0-0.test9.4mdk.img
        append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda5
splash=silent"
        vga=788
        read-only
-----------------------

Both sections were automatically generated by urpmi installs of the
updated kernels. Only labels were changed for my convenience.

I can see the differences in the automatically generated vga= (not
append=) lines. Will re-test the MCC tool to see if this option is
editable by gui. Otherwise will vi lilo and update.

Looks like your install script is setting up the wrong default in lilo.



Reply via email to