无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
12
返回列表 发新帖
楼主: 网上飞鹰
打印 上一主题 下一主题

syslinux的gfxboot配置

    [复制链接]
31#
发表于 2011-6-30 21:57:41 | 显示全部楼层

回复 #160 yk3514 的帖子

用mkisofs打包,软碟通试过不行有兼容性问题,个别DOS工具使用不了。这是我做的下载地址:http://u.115.com/file/aq3jtirq#Download
MYPEslitaz.iso
回复

使用道具 举报

32#
发表于 2011-7-2 10:13:19 | 显示全部楼层

回复 #165 yk3514 的帖子

我就是用的网上飞鹰给我的生成ISO批处理,帖子前几页就是。
回复

使用道具 举报

33#
发表于 2011-10-14 14:10:20 | 显示全部楼层
飞鹰兄,请教一下菜单写法问题。你看下面的这个菜单,该PE是SRS外置,在运行PE前加载SRS外置.GRUB菜单这样写,但是不知道在SYSLINUX菜单应该在引导PE前加载外置SRS.可不可以用SYSLINUX菜单直接调用GRUB菜单的某个目标菜单项?
GRUB菜单:
title    Native 03PE @ SRSF6N
()/AXPE/SRS/SRSF6N ()/AXPE/SRS/SIF
chainloader ()/AXPE/SETUPLDR.NTV
回复

使用道具 举报

34#
发表于 2011-10-15 11:28:29 | 显示全部楼层

回复 #169 zhs509 的帖子

谢了,海山。不过这方法我使用了不行,直接出了GRUB4DOS的命令行界面.
回复

使用道具 举报

35#
发表于 2011-11-6 20:49:06 | 显示全部楼层
http://bbs.wuyou.net/forum.php?m ... p;page=6#pid2333071

飞鹰兄,上面这帖子遇到的GFXBOOT不显文字的问题,你看是否是GFX本身与笔记本兼容性问题。
回复

使用道具 举报

36#
发表于 2011-12-6 09:18:39 | 显示全部楼层
飞鹰兄,发生灵异事件了。我昨天更新了自己用的合盘,量产后正常。今天早上开机测试下,发现GFXBOOT界面变成了就是企鹅在来回走的那种界面,无法显示预先设置的MESSAGE了。然后我又测试以前旧版本量产的另一个优盘,竟然也不好使变成企鹅图了。虚拟机测试此前做好的所有的合盘ISO,无一例外,全部合盘都变成了企鹅背景图了。


新情况,在排除了大多因素后,最后怀疑与系统时间有关。在虚拟机BIOS调整了虚拟机的系统时间,调整为12月4日,再次打开PE合盘,这次可以正常显示界面了。难道这个有时间限制,过了6日久不显示了,6日之前的日期就可以正常显示。

[ 本帖最后由 lb9433 于 2011-12-6 19:58 编辑 ]
回复

使用道具 举报

37#
发表于 2012-12-20 21:55:07 | 显示全部楼层
偶尔遇到一些机器还是会出现GFXBOOT菜单不显示的问题,我在一台宏基笔记本上遇到过。飞鹰兄看看gfxboot.cfg是否有问题。

; Sections are read in the order given in base::layout, with section 'base'
; implicitly added at the end. If a config value is given more than once,
; the first entry wins.
;
; If a screen resolution can't be set, 640x480 is used as fallback (and
; section '640x480' added to the layout list).
;
; If the penguin screen is active, section 'penguin' is automatically added
; to the layout list.
;
; Setting livecd=1 implicitly adds section 'live' to the layout list.
;
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
;

[base]
; theme name
theme=openSUSE
; other sections to read
layout=800x600,live
; penguin theme likelihood (in percent, -1 = auto)
; penguin=100开启动画,-1为关闭
penguin=0
; activate speech output
talk=0
; sound volume (0..100)
volume=70
; menu background transparency (0..255)
menu.transparency=0x20
; default font
font.normal=16x16.fnt
; main menu font
font.large=16x16.fnt
; background image
background=back.jpg
; max. visible main menu items
; mainmenu.entries=16 设置菜单条数为16
mainmenu.entries=16
; minimal main menu selection bar width
mainmenu.bar.minwidth=300
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=150
; main menu colors
; mainmenu.bar.color=0xFF0000 菜单选定条颜色
mainmenu.bar.color=0xffffff
; mainmenu.normal.fg=0xFF0000 未选定菜单文字颜色
mainmenu.normal.fg=0xffffff
; mainmenu.selected.fg=0xFF0000 选定菜单文字颜色
mainmenu.selected.fg=0x000000
; boot option colors 启动选项颜色
bootopt.label.fg=0xffffff
bootopt.text.fg=0xffffff
; progress bar color
progress.bar.color=0x295202
; menu colors
menu.normal.bg=0xd8deed
menu.normal.fg=0xEE30A7
menu.selected.bg=0x6c6c6c
menu.selected.fg=0xffffff
; window colors
window.bg=0xd8deed
window.fg=0x000000
window.title.bg=0x217b05
window.title.fg=0xffffff
window.title.error.bg=0xc00000
; help system colors
help.link.fg=0x0000a0
help.link.selected.fg=0xffffff
help.link.selected.bg=0x0000a0
help.highlight.fg=0x009000
; panel colors
panel.fg=0xEE30A7
; panel.title.fg 底下“语言”等文字的颜色
panel.title.fg=0x252d2f
; FX的颜色
panel.f-key.fg=0x252d2f
; default keymap (e.g. de-latin1-nodeadkeys or cz-lat2-us)
keymap=
; replace underscores ('_') with space in menu entries
_2space=1

[1024x768]
; screen size
screen.size=1024,768
; upper left corner, if x = -1, center horizontally
; mainmenu.pos=120,80 调整菜单的水平向左位置为120,垂直向下为80
mainmenu.pos=-1,120
; boot option input field position
; bootopt.pos=120,510 调整启动项的水平向左位置为120,垂直向下为505
bootopt.pos=-1,470

[800x600]
; screen size
screen.size=800,600
; upper left corner, if x = -1, center horizontally
; mainmenu.pos=250,100 调整菜单的水平向左位置为100,垂直向下为80
mainmenu.pos=250,108
; boot option input field position
; bootopt.pos=315,470 调整启动项的水平向左位置为180,垂直向下为500
bootopt.pos=330,478

[640x480]
; screen size
screen.size=640,480
; upper left corner, if x = -1, center horizontally
mainmenu.pos=-1,150
; boot option input field position
bootopt.pos=-1,380

[penguin]
; upper left corner, if x = -1, center horizontally
mainmenu.pos=220,163
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=120
; boot option input field position
bootopt.pos=263,490
; background image
background=pback.jpg

[live]
welcome=0
; set livecd flag
livecd=1
; move down one menu entry the first time an F-key is used
autodown=0
; F-key assignments, see install section for doc
key.F2=lang
key.F3=video
key.F4=
key.F5=
key.F6=
key.F7=
key.F8=
key.F11=
key.F12=
; add 'lang' option with current locale
addopt.lang=1
; add 'keytable' option with current keymap
addopt.keytable=1
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-8 13:17

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表