无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 2932|回复: 4
打印 上一主题 下一主题

[求助] 我的burg.cfg错在了哪里?各位版主高手帮忙!

[复制链接]
跳转到指定楼层
1#
发表于 2011-2-28 15:38:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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 编辑 ]
2#
发表于 2011-2-28 16:29:47 | 只看该作者
试试这样行不行
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 编辑 ]
回复

使用道具 举报

3#
 楼主| 发表于 2011-3-1 08:59:49 | 只看该作者
感谢2011win,不过还是不行,我在研究一下
回复

使用道具 举报

4#
 楼主| 发表于 2011-3-1 09:42:11 | 只看该作者
我的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 编辑 ]
回复

使用道具 举报

5#
 楼主| 发表于 2011-3-1 11:25:36 | 只看该作者
修改完pq805.img后,grub引导成功,burg还是必行,哪位高手帮忙呀,镜像已经改成2.88标准格式,镜像里不再使用虚拟磁盘啦,就是不行呀,等答案!!
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-5-17 14:43

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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