无忧启动论坛

标题: ubuntu启动菜单,使用了isolinux的gfxboot.c32 [打印本页]

作者: secowu    时间: 2011-5-30 16:14
标题: ubuntu启动菜单,使用了isolinux的gfxboot.c32
看图:
2011.05.29每日版本

无标题.png (91.14 KB, 下载次数: 156)

无标题.png

作者: secowu    时间: 2011-5-30 16:16

  1. # D-I config version 2.0
  2. include menu.cfg
  3. default vesamenu.c32
  4. prompt 0
  5. timeout 50
  6. ui gfxboot bootlogo
复制代码

作者: secowu    时间: 2011-5-30 16:24
menu.cfg

  1. menu hshift 13
  2. menu width 49
  3. menu margin 8

  4. menu title Installer boot menu
  5. include stdmenu.cfg
  6. include txt.cfg
  7. include gtk.cfg
  8. menu begin advanced
  9.         menu title Advanced options
  10.         include stdmenu.cfg
  11.         label mainmenu
  12.                 menu label ^Back..
  13.                 menu exit
  14.         include adtxt.cfg
  15.         include adgtk.cfg
  16. menu end
  17. label help
  18.         menu label ^Help
  19.         text help
  20.    Display help screens; type 'menu' at boot prompt to return to this menu
  21.         endtext
  22.         config prompt.cfg

复制代码

作者: secowu    时间: 2011-5-30 16:27
stdmenu.cfg

  1. menu background splash.png
  2. menu color title        * #FFFFFFFF *
  3. menu color border        * #00000000 #00000000 none
  4. menu color sel                * #ffffffff #76a1d0ff *
  5. menu color hotsel        1;7;37;40 #ffffffff #76a1d0ff *
  6. menu color tabmsg        * #ffffffff #00000000 *
  7. menu color help                37;40 #ffdddd00 #00000000 none
  8. menu vshift 12
  9. menu rows 10
  10. menu helpmsgrow 15
  11. # The command line must be at least one line from the bottom.
  12. menu cmdlinerow 16
  13. menu timeoutrow 16
  14. menu tabmsgrow 18
  15. menu tabmsg Press ENTER to boot or TAB to edit a menu entry

复制代码

txt.cfg

  1. default live
  2. label live
  3.   menu label ^Try Ubuntu without installing
  4.   kernel /casper/vmlinuz
  5.   append  file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
  6. label live-install
  7.   menu label ^Install Ubuntu
  8.   kernel /casper/vmlinuz
  9.   append  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
  10. label check
  11.   menu label ^Check disc for defects
  12.   kernel /casper/vmlinuz
  13.   append  boot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
  14. label memtest
  15.   menu label Test ^memory
  16.   kernel /install/mt86plus
  17. label hd
  18.   menu label ^Boot from first hard disk
  19.   localboot 0x80
复制代码

gfxboot.cfg

  1. foreground=0xFFFFFF
  2. background=0x958490
  3. screen-colour=0x270A1E
  4. hidden-timeout=2
  5. label normal=Normal
  6. append normal=
  7. label driverupdates=Use driver update disc
  8. append driverupdates=debian-installer/driver-update=true
  9. applies driverupdates=live live-install
  10. label oem=OEM install (for manufacturers)
  11. append oem=oem-config/enable=true
  12. applies oem=live live-install install
复制代码

作者: a102135    时间: 2011-5-30 18:30
感谢热心的secowu ,好好学习下!
作者: a102135    时间: 2011-5-30 20:53
下载来安装了,不好懂呀!

1.jpg (22.08 KB, 下载次数: 122)

1.jpg





欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3