丶Memory 发表于 2012-2-18 11:18:56

关于grldr 高手进来 十万火急

title 【09】 启动Windows NT/2000/XP/2003
RUN /ntldr
boot
title 【10】 启动Windows Vista/Windows 7
RUN /bootmgr
boot

我想把这两项去掉。改成启动本机硬盘系统
这里应该怎么写?   就是RUN /*****    ???

zxy357x 发表于 2012-2-18 11:53:47

chainlaoder (hd0)+1

zxy357x 发表于 2012-2-18 11:53:54

chainlaoder (hd0)+1

zxy357x 发表于 2012-2-18 11:54:34

title 【12】 启动Windows NT/2K/2K3/XP/VISTA/win7/2K8/WIN8
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
RUN /ntldr || RUN /bootmgr

丶Memory 发表于 2012-2-18 12:17:41

zxy357x 发表于 2012-2-18 11:54 static/image/common/back.gif
title 【12】 启动Windows NT/2K/2K3/XP/VISTA/win7/2K8/WIN8
find --set-root --devices=h /ntldr || fin ...

版主大哥。。我到底应该用哪个

zxy357x 发表于 2012-2-18 12:25:53

单个硬盘的话用chainlaoder (hd0)+1就行了

丶Memory 发表于 2012-2-18 16:42:01

zxy357x 发表于 2012-2-18 12:25 static/image/common/back.gif
单个硬盘的话用chainlaoder (hd0)+1就行了

用这个试过了。。不好使啊{:soso_e109:}

zxy357x 发表于 2012-2-18 19:44:40

丶Memory 发表于 2012-2-18 16:42 static/image/common/back.gif
用这个试过了。。不好使啊

把你的菜单列出来

丶Memory 发表于 2012-2-19 08:16:34

zxy357x 发表于 2012-2-18 19:44 static/image/common/back.gif
把你的菜单列出来

command --set-path=(bd)/BOOT/GRUB/
timeout 10
default 0
gfxmenu /BOOT/GRUB/MESSAGE
configfile (md)4+8
title 【01】 启动Win2003PE系统
chainloader /BOOT/SETUPLDR.BIN
title 【02】 启动Win7PE精简网络版
chainloader /BOOT/TYW7.BIN
title 【03】 启动RUN功能模块
RUN --autolist-all (hd1,0)/TYPE/
title 【04】 启动MAXDOS工具箱
RUN /BOOT/IMGS/MAXDOS.IMG
title 【05】 启动Ghost备份与恢复
RUN /BOOT/IMGS/MAXDOS.IMG ghost
title 【06】 启动MHDD硬盘检测工具
RUN /BOOT/IMGS/MAXDOS.IMG mhdd
title 【07】 启动DiskGen硬盘分区工具
RUN /BOOT/IMGS/MAXDOS.IMG diskgen
title 【08】 启动KonBoot免密码登录系统
RUN /BOOT/IMGS/KONBOOT.IMG
title 【09】 启动Windows操作系统
chainlaoder (hd0)+1
boot

zxy357x 发表于 2012-2-19 08:44:36

不好意思,手误!!
不是chainlaoder (hd0)+1

是chainloader (hd0)+1

o a位置反了
页: [1] 2
查看完整版本: 关于grldr 高手进来 十万火急