中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

中国DOS联盟论坛
现在时间是 2026-06-24 15:21
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » 请问PXE怎样引导grldr? 查看 4,315 回复 7
楼 主 请问PXE怎样引导grldr? 发表于 2008-04-29 10:43 ·  中国 广东 佛山 电信
初级用户
积分 34
发帖 16
注册 2007-10-31 12:26
18年会员
UID 101276
性别 男
状态 离线
我的客户机设置了PXE启动,并且启动到如下画面,请问各位兄弟,我的客户机是否启动成功了,但是,我等了很久也没有出现grldr启动菜单和背景图片,请问引导菜单应该如何写,我的客户机启动后如何才能读取服务器的IMG文件,这些IMG文件有特殊的要求吗?还是我们平是用的IMG文件就可以了?如下图,客户机怎样写才能引导服务器的dos。img文件呢?问题多了点,知道的兄弟请回复一下,先谢了。






2 发表于 2008-04-29 16:10 ·  中国 江西 吉安 电信
初级用户
★★
积分 157
发帖 72
注册 2006-10-22 22:03
19年会员
UID 67750
性别 男
状态 离线
第一步没问题,第二步没有找到menu.lst\default文件.注意menu.lst是文件夹.



[ Last edited by z640919a on 2008-4-29 at 04:13 PM ]
3 发表于 2008-04-29 19:33 ·  中国 广东 佛山 南海区 电信
初级用户
积分 34
发帖 16
注册 2007-10-31 12:26
18年会员
UID 101276
性别 男
状态 离线
楼上的兄弟,能讲得详细一点吗?那个default文件是否grub4dos压缩包里面的文件,那么你这个菜单是怎样写的
4 发表于 2008-04-29 19:48 ·  中国 广东 佛山 南海区 电信
初级用户
积分 34
发帖 16
注册 2007-10-31 12:26
18年会员
UID 101276
性别 男
状态 离线
用记事本打开default文件如下,这个是否就是菜单文件?

#
#
#
#
#
#
#
#
#
#
# !!!!!!! The file size is 2048 bytes. Don't change the file size !!!!!!!
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. XXXXXXXXXXXXXXXXXXXXXXXXXXX
# XXXXXXXXXXXXXXXXXXXXX
# !!!!!!! The file size is 2048 bytes. Don't change the file size !!!!!!!
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


5 发表于 2008-04-29 21:29 ·  中国 广东 佛山 南海区 电信
初级用户
积分 34
发帖 16
注册 2007-10-31 12:26
18年会员
UID 101276
性别 男
状态 离线
原来default文件就是我们平时用开的menu。lst。。。我在网上面抄了一份,现在启动到什么A20就卡住不动了,论坛的各位兄弟请知道的回复一下,多谢。。。



timeout 05
default 0
#color blue/light-gray light-red/light-gray
splashimage (pd)/menu.lst/back.xpm
foreground 0000ff

title Win PE (ISO CORE)
pxe keep
chainloader --force (pd)/boot/pestrom0.0

title Win PE (IMG CORE)
pxe keep
chainloader --force (pd)/boot/pestrom1.0

title NTLDR BOOT FLOPPY
pxe keep
map --mem (pd)/boot/imgs/NTBOOT.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title Enter PureDos
pxe keep
map --mem (pd)/boot/imgs/PUREDOS.ZIP (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title GaoSir's Dostool
pxe keep
map --mem (pd)/boot/imgs/GAOSIR11.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title Acronis Disk Director Suite
pxe keep
map --mem (pd)/boot/imgs/ACRDDS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title Acronis True Image Enterprise Server
pxe keep
map --mem (pd)/boot/imgs/ACRTIES.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title Start MHDD 4.6
pxe keep
map --mem (pd)/boot/imgs/MHDD.ZIP (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot

title Boot From CD0
cdrom --init
map --hook
chainloader (cd0)
boot



6 发表于 2008-04-30 07:35 ·  中国 河南 南阳 电信
银牌会员
★★★★
不甘寂寞的人
积分 2,491
发帖 1,115
注册 2003-09-24 00:00
22年会员
UID 10292
性别 男
状态 离线
A20 的问题,试试最新版吧。2008-04-29 的版本应该解决问题。

http://grub4dos.jot.com/
因为我们亲手创建,这个世界更加美丽。
7 发表于 2008-04-30 22:30 ·  中国 广东 佛山 电信
初级用户
积分 34
发帖 16
注册 2007-10-31 12:26
18年会员
UID 101276
性别 男
状态 离线
多谢不点老大的指点,我用最新版在 VM下依然不成功,但是在VPC下已经可以启动了,多谢。。。。
8 发表于 2010-06-10 11:45 ·  中国 湖北 武汉 电信
新手上路
积分 12
发帖 4
注册 2010-05-24 13:52
16年会员
UID 167495
性别 男
状态 离线


试试用这个工具看,配置很简单的
论坛跳转: