# # 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 # 11-Aug-05 amo Changed labels for CompactFlash # 18-Aug-05 amo Added map, install, sandisk geometry # # boot = /dev/hda # # # lilo creates the map file, okay to erase before running lilo map = /boot/map # # install = /boot/boot.b # # #compact # faster, but won't work on all systems. # prompt timeout = 50 # # VESA framebuffer console @ 1024x768x256 vga = 773 # # Normal VGA console # vga = normal # vga = extended # # ramdisk = 0 # paranoia setting # # lba32 # # # 64MB SanDisk CompactFlash geometry # ---------------------------------- disk = /dev/hda bios = 0x80 cylinders = 490 heads = 8 sectors = 32 # # # Serial Console # -------------- serial=0,19200n8 # # # default = CompactFlash # # # 02-Jul-05 amo Cleanup, Added linux-2.4.31 # 10-Aug-05 amo Added linux-2.4.31ow # 17-Aug-05 amo Added console=ttyS0,19200n8 for booting wrap w/ CompactFlash # image = /boot/vmlinuz-2.4.31ow.p4 root = /dev/loop0 label = CompactFlash initrd = /boot/initrd.gz read-only # # append="root=/dev/loop0 rw console=ttyS0,19200,8,N,1" append="root=/dev/loop0 rw console=tty0 console=ttyS0,19200n8" # append="root=/dev/loop0 rw " # # # # # 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 read-only # # append="hda=ide-scsi init=/bin/bash" == hda is now the compactflash 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 read-only # # append="hda=ide-scsi root=/dev/loop0 rw single" == hda is now the compactflash append="root=/dev/loop0 rw single" # # # # 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 read-only # # # # 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