# # LILO configuration file # generated by 'liloconfig' # # Start LILO global section # # 02-Jul-05 amo Cleanup, Added linux-2.4.31 # 10-Aug-05 amo Added linux-2.4.31ow, make the standalone usb-stick bootable # 12-Sep-05 amo Added map.sda # 30-Sep-05 amo Use common message.txt files # 06-Oct-05 amo Added (in comments) disk= /dev/sda # 18-Oct-05 amo Added hda # 21-Oct-05 amo Added "init 4" and "init 5" # # # ========================== # Make sure it is lilo-22.7 # lilo -V # # Make sure: mount /dev/sda1 /mnt/USB # # ========================== # # boot = /dev/sda # # # fdisk -l /dev/sda # # lilo -T geom # # disk = /dev/sda # bios=0x80 # cylinders= 1009 # heads= 32 # sectors= 62 # # # # Change the boot ordering, make the usb-stick first # ------------------------ disk = /dev/sda bios = 0x80 # # fdisk -l /dev/sda # lilo -T geom # cylinders= 1009 sectors= 62 # # cylinders= 992 # sectors= 63 # heads= 32 # disk = /dev/hdc bios = 0x81 # # # lilo creates the map file, okay to erase before running lilo # ------------------------------------------------------------ # # location of the kernel map = /mnt/USB/boot/map.sda # # # # LILO will assume a default of /boot/boot.b if not specified boot loader ( "bootstrap" code ) # install=/boot/boot.b # # compact # faster, but won't work on all systems. # # show contents of message.txt prompt timeout = 50 # # # Linux-Boot.net logo ( using bitmap implies must remove message= ) # ------------------- # #itmap = /boot/ring-splash-top.bmp bitmap = /boot/logo64a.bmp bmp-colors = 15,,0;5,,15 bmp-table = 59,5,1,18, bmp-timer= 66,28,6,8,0 # # # # Some help menu for booting -- mutually exclusive with bitmap above # message = /boot/message.txt # # # VESA framebuffer console @ 1024x768x256 vga = 773 # # Normal VGA console # vga = normal # # ramdisk = 0 # paranoia setting # # # linear lba32 # # # might destroy contents # fix-table # # # ignore `corrupt' partition tables between linear and cylinder/head/sector addresses # # that do not correspond ignore-table # # # moved global common variable read-only # # # menu-title = " Linux-Boot.net USB Stick " # # # 16-Mar-05 amo Install Linux-2.4.29.p4.usb # 26-Mar-05 amo Added initrd.gz for usb # image = /boot/vmlinuz-2.4.31ow.p4 root = /dev/loop0 label = USB-Stick initrd = /boot/initrd.gz # append="root=/dev/loop0 rw" # # # 21-Oct-05 amo Added "init 4" and "init 5" # image = /boot/vmlinuz-2.4.31ow.p4 root = /dev/loop0 label = USB-Stick-X11 initrd = /boot/initrd.gz # append="root=/dev/loop0 rw 4 " # # # 21-Oct-05 amo Added "init 4" and "init 5" # image = /boot/vmlinuz-2.4.31ow.p4 root = /dev/loop0 label = USB-Stick-KDE initrd = /boot/initrd.gz # append="root=/dev/loop0 rw 5 " # # # # 02-Apr-05 amo Added 2x "debug" - there is no typo mistakes for loop0 vs ram0 # image = /boot/vmlinuz-2.4.31ow.p4 # root = /dev/ram0 label = InitRD-Debug initrd = /boot/initrd.gz # append="init=/bin/bash" # # # 02-Apr-05 amo Added 2x "debug" - there is no typo mistakes for loop0 vs ram0 # image = /boot/vmlinuz-2.4.31ow.p4 # root = /dev/loop0 label = RootFS-Debug initrd = /boot/initrd.gz # append="root=/dev/loop0 rw single" # append="hdc=ide-scsi" # # # 18-Oct-05 amo Added hda # image = /boot/vmlinuz-2.4.31ow.p4 root = /dev/hda1 label = hda-2.4.31.p4 # # # 02-Jul-05 amo Cleanup, Added linux-2.4.31 # 10-Aug-05 amo Added linux-2.4.31ow # image = /boot/vmlinuz-2.4.31ow.p4 root = /dev/hdc1 label = hdc-2.4.31.p4 # # # # # Default Slackware-10.1 kernel # # image = /boot/vmlinuz-ide-2.4.29 # root = /dev/hdc1 # label = Slack-2.4.29 # read-only # # Linux bootable partition config ends