| 
 | 
 本帖最后由 ziluopao 于 2018-5-17 12:11 编辑  
 
 
 
 
没有错啊,加载中文了哈,但就是不显示呢 
 
thmem.txt 
- # GRUB2 gfxmenu Linux Vimix theme
 
 - # Designed for any resolution
 
  
- # Global Property
 
 - title-text: ""
 
 - desktop-image: "background.jpeg"
 
 - desktop-color: "#000000"
 
 - terminal-font: "Unifont Regular 16"
 
 - terminal-box: "terminal_box_*.png"
 
 - terminal-left: "0"
 
 - terminal-top: "0"
 
 - terminal-width: "100%"
 
 - terminal-height: "100%"
 
 - terminal-border: "0"
 
  
- # Show the boot menu
 
 - + boot_menu {
 
 -   left = 30%
 
 -   top = 30%
 
 -   width = 45%
 
 -   height = 60%
 
 -   item_font = "Unifont Regular 16"
 
 -   item_color = "#cccccc"
 
 -   selected_item_color = "#ffffff"
 
 -   item_height = 24
 
 -   item_spacing = 12
 
 -   selected_item_pixmap_style = "select_*.png"
 
 - }
 
  
- # Show a countdown message using the label component
 
 - + label {
 
 -   top = 82%
 
 -   left = 35%
 
 -   width = 30%
 
 -   align = "center"
 
 -   id = "__timeout__"
 
 -   text = "Booting in %d seconds"
 
 -   color = "#cccccc"
 
 -   font = "Unifont Regular 16"
 
 - }
 
 
  复制代码 |   
 
 
 
 |