Advertisement
SaintAnd

menu.lstaaa/porteus.lst

Jul 29th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. ,# This is a sample menu.lst file. You should make some changes to it.
  2. # The old install method of booting via the stage-files has been removed.
  3. # Please install GRLDR boot strap code to MBR with the bootlace.com
  4. # utility under DOS/Win9x or Linux.
  5. #
  6. # It must be UTF-8 encoding for multi-lingual support. Font lines can be
  7. # appended to the file. The font lines should be in the unifont.hex format.
  8.  
  9. color yellow/green yellow/brown brown/magenta brown/magenta
  10.  
  11. timeout 30
  12. ## menu border color
  13. color border=0xEEFFEE
  14. ## set vbe mode
  15. graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
  16. ## loading splashimage
  17. splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage-gorizont.bmp
  18. default /default
  19. ## Menu AutoNumber
  20. write 0x8274 0x2001
  21.  
  22. title return
  23. configfile /menu.lst
  24.  
  25.  
  26.  
  27. title porteus-5-x64-lxde
  28. find --set-root --ignore-floppies --ignore-cd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
  29. 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
  30. initrd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
  31.  
  32.  
  33. title porteus-5-x64-lxde-zram=25%
  34. find --set-root --ignore-floppies --ignore-cd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
  35. 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%
  36. initrd /Porteus-LXDE-v5.0rc1-x86_64/boot/syslinux/initrd.xz
  37.  
  38. title reboot (重启)
  39. reboot
  40.  
  41. title halt (关机)
  42. halt
  43.  
  44.  
  45. # In the end, font lines for unicode chars in unifont.hex format.
  46. # It should include all unicode chars used in the above menu code.
  47. # Surely normal ASCII chars are not necessary to be included here.
  48.  
  49. 5173:10100810082000003FF8010001000100FFFE010002800280044008203018C006
  50. 542F:010000801FFC1004100410041FFC10001000100017FC24042404440487FC0404
  51. 673A:100011F011101110FD10111031103910551055109110111211121212120E1400
  52. 91CD:001000F83F000100FFFE01001FF011101FF011101FF001003FF80100FFFE0000
  53.  
  54.  
  55.  
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement