debug off
default 0
timeout 0
title WinXP Setup From Grub4Dos \n 此选项含 SRS_Driver,支援 AHCI/RAID
command /grub/img/DRIMG /grub/img/SRS
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
map /Wim_XP/WinXP.iso (0xff) || map --mem /Wim_XP/WinXP.iso (0xff)
map --hook
chainloader (0xff)
boot
原帖由 2011回忆爱情 于 2012-1-29 22:50 发表
自推一下
還是搞不定這東西
假設 我有 兩個 WINNT.SIF 不同設定
該如何選擇性掛載呢
GRUB4DOS 的 MENU.lst 兩個選項 分別是
a選項 把 WINNT1.SIF 掛載到A 並改為 WINNT.SIF
b選項 把 WINNT2.SIF ...
286.86 KB, 下载次数: 105, 下载积分: 无忧币 -2
title [02] Instal Win XPx86 SP3 \n 此選項含 SRS_Driver,支援 AHCI/RAID
command /WinXP/F6IMG /WinXP/SRS
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
map /WinXP/WinXP.iso (0xff) || map --mem /WinXP/WinXP.iso (0xff)
map --hook
chainloader (0xff)
boot
原帖由 2011回忆爱情 于 2012-2-1 07:16 发表
這是我的 菜單選項
如何+入 WINNT.SIF 呢 老實說 5兄提供的方法 我還是有點 迷糊
E曹:
─ WixXP
├ WinXP.iso
├ WINNT.SIF
├ F6IMG
└ SRS
我該如何 下指令 讓他 辨別 有WINNT.SIF ...
title [02] Instal Win XPx86 SP3 \n 此選項含 SRS_Driver,支援 AHCI/RAID
command /WinXP/F6IMG /WinXP/SRS
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
map /WinXP/WinXP.iso (0xff) || map --mem /WinXP/WinXP.iso (0xff)
map --hook
command /WinXP/FSIF /XXX/XXX.SIF
chainloader (0xff)
boot
原帖由 2011回忆爱情 于 2012-2-1 16:22 发表
原來是 +在哪 感謝指教 >////<
嗯.. 想問一下 最後一個問題
一定要載入 "WINNT.sif" ? 或者說 載入 "WINNT123.sif" 這樣也可以呢
原帖由 527104427 于 2012-2-1 16:40 发表
都一样,只要命令改一下:
command /WinXP/FSIF /WinXP/WINNT123.SIF
=================================
如果不嫌麻烦,可以写成这样:
command /WinXP/FSIF
你就可以输入了,想加载哪个SIF都行
title [02] Instal Win XPx86 SP3 \n 此選項含 SRS_Driver,支援 AHCI/RAID
command /WinXP/F6IMG /WinXP/SRS
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
map /WinXP/WinXP.iso (0xff) || map --mem /WinXP/WinXP.iso (0xff)
map --hook
command /WinXP/FSIF /WinXP/WINNT.SIF
chainloader (0xff)
boot
title [02] Instal Win XPx86 SP3 \n 此選項含 SRS_Driver,支援 AHCI/RAID
command /WinXP/F6IMG /WinXP/SRS
map /WinXP/WinXP.iso (0xff) || map --mem /WinXP/WinXP.iso (0xff)
map --rehook
command /WinXP/FSIF /WinXP/WINNT.SIF
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
chainloader (0xff)
boot
title 适用 Windows XP SP3 原版安装(F6IMG+FSIF)
command /BOOT/GRUB/F6IMG
map --mem /BOOT/IMGS/FIRADISK.IMG (fd1)
find --set-root /WinXPSP3.iso
map --mem /WinXPSP3.iso (0xff)
map --rehook
command /BOOT/GRUB/FSIF /BOOT/GRUB/WINNT.SIF
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
chainloader (0xff)
boot
原帖由 jh1688 于 2012-2-9 07:46 发表
经过实机安装,还是不行!!!
试用GRUB命令行运行,发现只要运行过command /boot/grub/fisif /boot/grub/winnt.sif 这行命令后,本地硬盘就丢失,请大侠帮我一下,全手工安装不是不可以,但太累人……
启动 ...
原帖由 jh1688 于 2012-2-9 07:46 发表
经过实机安装,还是不行!!!
试用GRUB命令行运行,发现只要运行过command /boot/grub/fisif /boot/grub/winnt.sif 这行命令后,本地硬盘就丢失,请大侠帮我一下,全手工安装不是不可以,但太累人……
启动 ...
title 适用 Windows XP SP3 原版安装(F6IMG+SISO)
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
cat --length=0 ()/BOOT/GRUB/SISO || find --set-root /BOOT/GRUB/SISO
command ()/BOOT/GRUB/SISO /WinXPSP3.iso F6IMG /BOOT/GRUB/WINNT.SIF 3
原帖由 jh1688 于 2012-2-9 17:46 发表
好的,我再试试……
经过实机安装,能正确找到全部硬盘,就是不能安装下去,因C盘被我的启动盘夺走了,忘了说一句,我是用移动硬盘启动的……
启动菜单
title 适用 Windows XP SP3 原版安装(F6IMG+SISO) ...
title 适用 Windows XP SP3 原版安装(F6IMG+SISO)
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
cat --length=0 ()/BOOT/GRUB/SISO || find --set-root /BOOT/GRUB/SISO
command ()/BOOT/GRUB/SISO /WinXPSP3.iso F6IMG /BOOT/GRUB/WINNT.SIF 3
欢迎光临 无忧启动论坛 (http://wuyou.net/) | Powered by Discuz! X3.3 |