# # /boot/grub/menu.list # # Original File # ------------- # http://Linux-Boot.net/Loaders/Grub/Examples/menu.lst # # # To Add Changes # -------------- # vi /boot/grub/menu.lst # # grub-install /dev/hda # - or - # grub-install --root-directory=/boot [ --force-lba ] /dev/hda # # # 13-Oct-03 amo Date-of-Birth # 13-May-04 amo Added linux-2.4.26 w/ OpenWall patch # 19-Aug-05 amo Added linux-2.4.31.i586 w/ OpenWall patch for CompactFlash on wrap # 20-Aug-05 amo 2.4.31ow.i586 has keyboard turned off and wrap requires vga=normal # # # # # Use prettier colors color white/blue black/light-gray # # By default boot the first menu entry default 0 # gfxmenu (hd0,0)/boot/message # # Allow 8 seconds before booting the default # timeout 8 timeout 4 # # # Serial Console # ------------- serial --unit=0 --speed=38400 terminal --timeout=5 serial console # # # ---------------------------------------------------------------------- # # 19-Aug-05 amo Added linux-2.4.31.i586 w/ OpenWall patch for CompactFlash on wrap # title CompactFlash kernel (hd0,0)/boot/vmlinuz-2.4.31ow.i586 root=/dev/loop0 vga=normal showopts console=ttyS0,38400n8 rw initrd (hd0,0)/boot/initrd.gz # # /bin/bash # title Init-Debug kernel (hd0,0)/boot/vmlinuz-2.4.31ow.i586 root=/dev/ram0 vga=normal showopts console=ttyS0,38400n8 init=/bin/bash initrd (hd0,0)/boot/initrd.gz # # Single User # title RootFS-Debug kernel (hd0,0)/boot/vmlinuz-2.4.31ow.i586 root=/dev/loop0 vga=normal showopts console=ttyS0,38400n8 rw single initrd (hd0,0)/boot/initrd.gz # # ------------------------------------------------------------------------- # # Use p4 kernel on hd1 which has kb to boot into CF, show all the messages vs console # title CompactFlash.p4 kernel (hd1,0)/boot/vmlinuz-2.4.31ow.p4 root=/dev/loop0 vga=0x31a showopts rw initrd (hd0,0)/boot/initrd.gz # # # Development System # title hdc-2.4.31.p4 kernel (hd1,0)/boot/vmlinuz-2.4.31ow.p4 root=/dev/hdc1 vga=0x31a showopts # # # End of file