Three lilo questions (how to get off of FD, etc.). 1. How do I make a boot floppy in Slackware? Do I alreadyhave one? Is this
the same as the lilo floppy I have (see next).
2. I don't boot often but I'm still using the floppy lilo. I have a typical
2 HD system with XP on hda. Will changing boot=/dev/fd0 to /dev/hda and
then running lilo (or is it liloconfig?) as root write to the mbr of hda
and get me off of the floppy? Or is it boot=/dev/hda1? Below is the
lilo.conf file. (note I have 2 win4ln boots.... forget why. I use the
win4linSL (SLackware).
3. What is vga = 773 ? It's ugly as hell... but no big deal. Are any of the
others "prettier" (I have a Samsung SyncMaster 172N LCD monitor with
on-board video on a very new Intel mobo. It would be nice to see a "pretty"
lilo screen so when I show others how Linux "works"... but no big deal.
It's only "up" for a few seconds anyway. But first impressions can be
important sometimes.
Thanks,
Al
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/fd0
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# 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/vmlinuz
root = /dev/hdb1
label = Linux
read-only
# Linux bootable partition config ends
image = /boot/win4lin
root = /dev/hdb1
label = win4lin
read-only
image = /boot/win4linSl
root = /dev/hdb1
label = win4linSl
read-only
# WinForLin ends
other = /dev/hda1
label = windows
table = /dev/hda |