📄 lilo.sample.conf
字号:
## lilo.sample.conf## The boot record is installed on the second primary partition# Which will have to be marked active to get to it.boot = /dev/hda2## The map file is placed in the default location, but# we change the name to '.map', since it is a critical system filemap = /boot/.map## LBA32 is needed to address all sectors of the 27Gb disks# on this systemlba32## We ask for the MENU interface (works on VGA, EGA, and MDA video cards)# by installing this boot loader:install = /boot/boot-menu.b## and specify the color scheme and menu title# for the computer named DESDEMONAmenu-scheme=wm:rw:wm:Wmmenu-title=" DESDEMONA (2.4.2) boot "## We always want to see the prompt with a 15 second timeoutprompttimeout=150# # If a LOCKed command line, or pre-stored command line is present# delay 3 seconds to allow cancellation with the Shift keydelay=30## All filesystems will initially be mounted 'read-only'read-only## Booting may be performed from the serial interface serial=0,9600## All other= sections use this chain loader (version 22)loader=/boot/chain.b# This system is complicated -- leave no doubt about how the# BIOS has assigned the device codes:disk=/dev/hda bios=0x80disk=/dev/hdb bios=0x81disk=/dev/hdc bios=0x82disk=/dev/sda bios=0x83################################################## end of sample-lilo.conf Global section #################################################### The first image is the default imageimage=/dd/boot/vmlinuz-2.4.2 label=2.4.2 root=current append="reboot=warm"## Yes, we run Windoze, tooother=/dev/hda1 label=win_2k table=/dev/hda## This is the backup kernel from RedHatimage=/dd/boot/vmlinuz-2.2.14-5.0 label=RH62 initrd=/dd/boot/initrd-2.2.14-5.0.img append="reboot=warm" root=/dev/hda7## The D: drive has a Win98 installation# Fake booting from drive C: with the map-drive optionsother=/dev/hdb1 label=win_98 map-drive=0x80 to=0x81 map-drive=0x81 to=0x80 ## This is an experimental, small kernelimage=/dd/boot/zImage-2.2.14 label=zI-2.2.14 root=/dev/hda7## And a route back to the Master Boot Record, if wantedother=/dev/hda label=MBR################################################## end of sample-lilo.conf ##################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -