无忧启动论坛
标题:
我的burg.cfg错在了哪里?各位版主高手帮忙!
[打印本页]
作者:
cqflfzlyx
时间:
2011-2-28 15:38
标题:
我的burg.cfg错在了哪里?各位版主高手帮忙!
set gfxmode=800x600
. ${prefix}/gui.cfg
menuentry ">>[1] 自动寻找和启动本机Windows NT/2K/XP/2K3系统" --class windows {
search -s -f /ntldr
ntldr /ntldr
}
menuentry ">>[2] 自动寻找和启动本机Windows Vista/7系统" --class windows {
search -s -f /bootmgr
ntldr /bootmgr
}
menuentry ">>[3] 运行Windows PE系统环境" --class ubuntu {
map --set (boot)/img/lfzpe.ISO (cd96)
cdload --image=0 ($root)
}
menuentry ">>[4] 运行DOS工具箱" --class debian{
map --mem (boot)/img/lfzdos.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[5] Gdisk一键分区" --class suse{
map --mem (boot)/img/gdisk.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[6] Disk Genius V3.4.2硬盘管理" --class freebsd {
map --mem (boot)/img/diskgen.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[7] PQ V8.05中文版" --class gentoo {
map --mem (boot)/img/pq805.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[8] Ghost V11.0.2备份/还原" --class arch {
map --mem (boot)/img/ghost.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[9] Mem Test86+ V4.00内存测试" --class mepis {
map --mem (boot)/img/memtest.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[10] MHDD V4.6硬盘修复" --class zenix {
map --mem (boot)/img/mhdd.img (fd0)
set root=(map0)
chainloader +1
boot
}
menuentry ">>[11] 关闭计算机命令" --class puppy {
halt
}
如上配置,启动测试器中7和9不能通过,实机中只有7不能通过。错在了哪里?pq805.img镜像没有问题,因为grub引导成功!高手指教!!
[
本帖最后由 cqflfzlyx 于 2011-3-1 11:22 编辑
]
作者:
2011win
时间:
2011-2-28 16:29
试试这样行不行
menuentry ">>[7] PQ V8.05中文版" --class gentoo {
map -s --rdonly (boot)/img/pq805.img (fd0)
msdos /io.sys
}
镜像不要放在(ud)内的主数据区,最好放在扩展数据区。
[
本帖最后由 2011win 于 2011-2-28 16:32 编辑
]
作者:
cqflfzlyx
时间:
2011-3-1 08:59
感谢2011win,不过还是不行,我在研究一下
作者:
cqflfzlyx
时间:
2011-3-1 09:42
我的pqmagic镜像文件pq805.img里还有压缩,需要加载虚拟磁盘,解压释放到虚拟磁盘再执行的那种,原因一定在这里,不行我修改镜像文件,但是很奇怪grub可以成功引导
title 【07】 PQ V8.05中文版
map --mem (ud)/IMG/PM805.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
[
本帖最后由 cqflfzlyx 于 2011-3-1 11:26 编辑
]
作者:
cqflfzlyx
时间:
2011-3-1 11:25
修改完pq805.img后,grub引导成功,burg还是必行,哪位高手帮忙呀,镜像已经改成2.88标准格式,镜像里不再使用虚拟磁盘啦,就是不行呀,等答案!!
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/)
Powered by Discuz! X3.3