Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ,# This is a sample menu.lst file. You should make some changes to it.
- # The old install method of booting via the stage-files has been removed.
- # Please install GRLDR boot strap code to MBR with the bootlace.com
- # utility under DOS/Win9x or Linux.
- #
- # It must be UTF-8 encoding for multi-lingual support. Font lines can be
- # appended to the file. The font lines should be in the unifont.hex format.
- color yellow/green yellow/brown brown/magenta brown/magenta
- timeout 30
- ## menu border color
- color border=0xEEFFEE
- ## set vbe mode
- graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
- ## loading splashimage
- splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage-gorizont.bmp
- default /default
- ## Menu AutoNumber
- write 0x8274 0x2001
- title return
- configfile /menu.lst
- title porteus-5-x64-lxde
- find --set-root --ignore-floppies --ignore-cd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
- kernel /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/vmlinuz from=/Porteus-LXDE-v5.0rc1-x86_64 cfgfile=porteus-v5.0-x86_64-adata32.cfg
- initrd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
- title porteus-5-x64-lxde-zram=25%
- find --set-root --ignore-floppies --ignore-cd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
- kernel /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/vmlinuz from=/Porteus-LXDE-v5.0rc1-x86_64 cfgfile=porteus-v5.0-x86_64-adata32.cfg zram=25%
- initrd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
- title reboot (重启)
- reboot
- title halt (关机)
- halt
- # In the end, font lines for unicode chars in unifont.hex format.
- # It should include all unicode chars used in the above menu code.
- # Surely normal ASCII chars are not necessary to be included here.
- 5173:10100810082000003FF8010001000100FFFE010002800280044008203018C006
- 542F:010000801FFC1004100410041FFC10001000100017FC24042404440487FC0404
- 673A:100011F011101110FD10111031103910551055109110111211121212120E1400
- 91CD:001000F83F000100FFFE01001FF011101FF011101FF001003FF80100FFFE0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement