# Generated by grml2hd # This allows booting from any partition on disks with more than 1024 # cylinders. lba32 # Specifies the boot device boot=/dev/hda # Specifies the device that should be mounted as root. # If the special name CURRENT is used, the root device is set to the # device on which the root file system is currently mounted. If the root # has been changed with -r , the respective device is used. If the # variable ROOT is omitted, the root device setting contained in the # kernel image is used. It can be changed with the rdev program. root=/dev/hda3 # use grml on software raid: # raid-extra-boot=... # Prevent unattended booting: # password=... # A password is only required to boot the image if kernel parameters are # specified on the command line (e.g. 'single'): # restricted bitmap=/boot/bootscreen.bmp bmp-colors=138,,190,134,,190 bmp-table=210p,280p,1,10,150p bmp-timer=540p,50p,125,0,190 install=bmp prompt timeout=50 map=/boot/map vga=normal image=/boot/vmlinuz-2.6.17-grml label="2.6.17-grml" #append="video=vesafb:ypan,1024x768-16@60 swspeak" append="grml_from_hd swspeak" read-only vga=0x0317 initrd=/boot/initrd.img-2.6.17-grml image=/boot/vmlinuz-2.6.17-grml label="grml-debug" append="debug log nocolor swspeak" read-only initrd=/boot/initrd.img-2.6.17-grml image=/boot/vmlinuz-2.6.17-grml label="grml-nofb" append="video=ofonly swspeak" read-only initrd=/boot/initrd.img-2.6.17-grml image=/boot/memtest86+.bin label="Memory Test+" read-only # If you have another OS on this machine to boot, you can uncomment the # following lines, changing the device name on the 'other' line to # where your other OS' partition is. # # other=/dev/hda4 # label=HURD