Grub4dos gui adlı yazılımı kullanarak USB drive bootable yaparsın. Bu programın bir açılış menüsü ve menu.lst programlarını edit ederek istediğin yazılımın çalışmasını sağlayabilirsin.
HirenBoot CD 9.7 için kullandığım Menu.lst aşağıdaki gibi
default /default
title Boot from Hard Drive - Windows XP (NTLDR)
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title Boot from Hard Drive - Windows Vista/7 (BOOTMGR)
fallback 2
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault --wait=2
title --------------------
root
title Start Hiren's BootCD 1
find --set-root /HBCD/boot.gz
map --mem /HBCD/boot.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot
# If you have any problem loading the above grub4dos map commands then try using memdisk kernel
title Start Hiren's BootCD 2
find --set-root /HBCD/boot.gz
kernel /HBCD/memdisk
initrd /HBCD/boot.gz
title Start Hiren's BootCD 3
find --set-root /HBCD/boot.gz
map --mem /HBCD/boot.gz (fd0)
map --hook
chainloader /HBCD
rootnoverify /HBCD
map --floppies=1
boot
title Mini Windows Xp
find --set-root /HBCD/XPLOADER.BIN
chainloader /HBCD/XPLOADER.BIN
Burada kendine göre diğer değişiklikler de yapabilirsin
Kaynaklar
1. Grub installer için
http://download.gna.org/grubutil/grubinst-1.1-bin-w32-2008-01-01.zip
2. Hiren Boot CD 9.7 USB bootable YouTube videosu için
http://www.youtube.com/watch?v=QxOJllsNBlU
3. Grub4dos gui ana sayfa için
http://www.themudcrab.com/acronis_grub4dos.php
3 yorum:
hocam mini xpyi seçtim karşıma ;
Booting Mini Windows XP
find --set-root /HBCD/XP/XP.BIN
Error 15: File Not Found
Press any key to continue
çıktı nerde yanlış yapmış olabilirim diğer adımları tek tek ve doğru yaptım
hocam mini xpyi seçtim karşıma ;
Booting Mini Windows XP
find --set-root /HBCD/XP/XP.BIN
Error 15: File Not Found
Press any key to continue
çıktı nerde yanlış yapmış olabilirim diğer adımları tek tek ve doğru yaptım
hocam mini xpyi seçtim karşıma ;
Booting Mini Windows XP
find --set-root /HBCD/XP/XP.BIN
Error 15: File Not Found
Press any key to continue
çıktı nerde yanlış yapmış olabilirim diğer adımları tek tek ve doğru yaptım
Yorum Gönder