<BR>
<BR>vi posto lilo.conf
<BR>
<BR># LILO configuration file
<BR># generated by ´liloconfig´
<BR>#
<BR># Start LILO global section
<BR>append="hdb=ide-scsi"
<BR>boot = /dev/hda
<BR>message = /boot/boot_message.txt
<BR>prompt
<BR>timeout = 1200
<BR># Override dangerous defaults that rewrite the partition table:
<BR>change-rules
<BR> reset
<BR># VESA framebuffer console @ 1024x768x256
<BR>vga = 773
<BR># Normal VGA console
<BR># vga = normal
<BR># VESA framebuffer console @ 1024x768x64k
<BR># vga=791
<BR># VESA framebuffer console @ 1024x768x32k
<BR># vga=790
<BR># VESA framebuffer console @ 1024x768x256
<BR># vga=773
<BR># VESA framebuffer console @ 800x600x64k
<BR># vga=788
<BR># VESA framebuffer console @ 800x600x32k
<BR># vga=787
<BR># VESA framebuffer console @ 800x600x256
<BR># vga=771
<BR># VESA framebuffer console @ 640x480x64k
<BR># vga=785
<BR># VESA framebuffer console @ 640x480x32k
<BR># vga=784
<BR># VESA framebuffer console @ 640x480x256
<BR># vga=769
<BR># End LILO global section
<BR># DOS bootable partition config begins
<BR>other = /dev/hda1
<BR> label = DOS
<BR> table = /dev/hda
<BR># DOS bootable partition config ends
<BR># Linux bootable partition config begins
<BR>image = /boot/vmlinuz
<BR> root = /dev/hda4
<BR> label = Linux
<BR> read-only
<BR># Linux bootable partition config ends
<BR>
<BR>grazie in anticipo

