secowu 发表于 2011-5-30 16:14:11

ubuntu启动菜单,使用了isolinux的gfxboot.c32

看图:
2011.05.29每日版本

secowu 发表于 2011-5-30 16:16:11


# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo

secowu 发表于 2011-5-30 16:24:13

menu.cfg

menu hshift 13
menu width 49
menu margin 8

menu title Installer boot menu
include stdmenu.cfg
include txt.cfg
include gtk.cfg
menu begin advanced
        menu title Advanced options
        include stdmenu.cfg
        label mainmenu
                menu label ^Back..
                menu exit
        include adtxt.cfg
        include adgtk.cfg
menu end
label help
        menu label ^Help
        text help
   Display help screens; type 'menu' at boot prompt to return to this menu
        endtext
        config prompt.cfg

secowu 发表于 2011-5-30 16:27:01

stdmenu.cfg

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


txt.cfg

default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
appendfile=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --
label live-install
menu label ^Install Ubuntu
kernel /casper/vmlinuz
appendfile=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --
label check
menu label ^Check disc for defects
kernel /casper/vmlinuz
appendboot=casper integrity-check initrd=/casper/initrd.lz quiet splash --
label memtest
menu label Test ^memory
kernel /install/mt86plus
label hd
menu label ^Boot from first hard disk
localboot 0x80

gfxboot.cfg

foreground=0xFFFFFF
background=0x958490
screen-colour=0x270A1E
hidden-timeout=2
label normal=Normal
append normal=
label driverupdates=Use driver update disc
append driverupdates=debian-installer/driver-update=true
applies driverupdates=live live-install
label oem=OEM install (for manufacturers)
append oem=oem-config/enable=true
applies oem=live live-install install

a102135 发表于 2011-5-30 18:30:15

感谢热心的secowu ,好好学习下!

a102135 发表于 2011-5-30 20:53:24

下载来安装了,不好懂呀!
页: [1]
查看完整版本: ubuntu启动菜单,使用了isolinux的gfxboot.c32