home *** CD-ROM | disk | FTP | other *** search
- default harddisk
-
- # hard disk
- label harddisk
- localboot 0x80
-
- # install
- label linux
- kernel linux
- append initrd=initrd splash=silent showopts
-
- # noacpi
- label noacpi
- kernel linux
- append initrd=initrd splash=silent showopts acpi=off
-
- # nolapic
- label nolapic
- kernel linux
- append initrd=initrd splash=silent showopts nolapic
-
- # failsafe
- label failsafe
- kernel linux
- append initrd=initrd splash=silent showopts apm=off acpi=off mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll pci=nommconf
-
- # rescue
- label rescue
- kernel linux
- append initrd=initrd splash=silent rescue=1 showopts
-
- # bios test
- label firmware
- kernel linux
- append initrd=biostest,initrd splash=silent install=exec:run_biostest showopts
-
- # memory test
- label memtest
- kernel memtest
-
- implicit 1
- gfxboot bootlogo
- display message
- prompt 1
- timeout 200
-