SaintAnd

menu.lstaaa/android.lst

Jul 29th, 2020 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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.  
  28. title reboot (重启)
  29. reboot
  30.  
  31. title halt (关机)
  32. halt
  33.  
  34.  
  35. # In the end, font lines for unicode chars in unifont.hex format.
  36. # It should include all unicode chars used in the above menu code.
  37. # Surely normal ASCII chars are not necessary to be included here.
  38.  
  39. 5173:10100810082000003FF8010001000100FFFE010002800280044008203018C006
  40. 542F:010000801FFC1004100410041FFC10001000100017FC24042404440487FC0404
  41. 673A:100011F011101110FD10111031103910551055109110111211121212120E1400
  42. 91CD:001000F83F000100FFFE01001FF011101FF011101FF001003FF80100FFFE0000
  43.  
  44.  
  45.  
  46.  
Add Comment
Please, Sign In to add comment