Grub4Dos Load Live ISO from USBKEY
呼,經過多日的研究,終於可以從 USBKEY 載入 LIVE ISO 了。
現在可以從 grub4dos 載入 CloneZilla , PartedMagic, Windows7 Installation, 甚至 RHEL 5.5 / SLES 11 SP1 / ESX 4.1 都可以經由 USBKEY 來載入 ISO 並安裝 OS。 至少不用再煩惱光碟機挑片的問題,雖然 從 DVD 安裝,仍然是必要的測試,但是,可以從 USBKEY 來安裝 OS ,這仍然是一件令人興奮的事情。
=======================================================
Grub4Dos 可以 Load RHEL 5.5 / SLES 11 SP1 的 ISO file, 安裝測試完成。
Main project page: https://gna.org/projects/grub4dos/
Download site: http://download.gna.org/grub4dos/
Download site: http://grub4dos.sourceforge.net/
Download site: http://sarovar.org/projects/grub4dos/
Download site: http://grub4dos.nufans.net/
Download site: http://sites.google.com/site/grubdos/
Download site: http://grub4dos.jot.com/
Get the latest source code by using anonymous svn in this way:
svn co svn://svn.gna.org/svn/grub4dos/trunk grub4dos
or in this way:
svn co http://svn.gna.org/svn/grub4dos/trunk grub4dos
View the source code online with your web browser at:
http://svn.gna.org/viewcvs/grub4dos/trunk/
GRUB4DOS mailing list:
grub...@gna.org
Subscription page:
https://mail.gna.org/listinfo/grub4dos-devel/
Discussion forum(Official technical support site):
http://www.boot-land.net/forums/index.php?showforum=66
========================================================
新增 Ubuntu 10.04 LiveCD 的 menu.lst 的寫法
========================================================
title Ubuntu 10.04 i386 beta2\n Ubuntu 10.04 i386 desktop LTS beta2
find –set-root /ubuntu-10.04-beta2-desktop-i386.iso
map /ubuntu-10.04-beta2-desktop-i386.iso (0xff)
map –hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper persistent iso-scan/filename=/ubuntu-10.04-beta2-desktop-i386.iso splash
initrd /casper/initrd.lz
=============================================================
新增 MBR 備份及回存的方法 : (尤其是 Linux OS 在安裝時,要特別注意MBR 寫入的裝置) =============================================================
Linux 下備份:
#dd if=/dev/sdb of=8GRHEL_MBR_BACKUP bs=512 count=1
Linux 下還原:
#dd if=8GRHEL_MBR_BACKUP of=/dev/sdb bs=512 count=1
請先用 #cat /proc/partitions 確認你的 USBKEY 的裝置代號
————————————————————————-
Windows 下用 MBRWiz 2.0b 來備份:
使用 CMD 並切換到 MBRwiz.exe 的目錄下,執行下列的命令,(或是把 MBRWiz.exe 複製到 C:\Windows\system32\ 下也可)。
mbrwiz /List (列出目前所有的磁碟機)

mbrwiz /Disk=1 /Save=8GSLES.mbr ,(這是儲存。 8GSLES.mbr < – 檔名可以自訂)

mbrwiz /List (列出目前所有的磁碟機,在回存前,請注意磁碟機代號,很少為 0)
mbrwiz /Disk=1 /Restore=8GSLES.mbr ,(這是儲存。 8GSLES.mbr < – 檔名可以自訂)

這樣子就可以了
.


請問如何用grub4dos去引導再生龍的開機呢??我用grub4dos引導再生龍的ISO檔,會停在一個地方。
所以想問一下版主是怎麼做到的。感謝。
其實,會不成功的原因在 該 ISO 的 syslinux 怪怪的,不知道為什麼 ISO MODE 無法載入成功,所以,我當時測試沒有成功。後來選擇別的方式來載入: HDD MODE。
把 clone-zilla ISO 裡的 live 資料夾複製到 usb key 裡並改名為 live-hd 即可。
ISO method 我也還沒有找出答案,至少用這個方法,可以先整合到 USB KEY 上。
像 WINDOWS7 也是不能用 ISO MODE,只能用 HDD MODE。
#===menu.lst 參數=START========
title CloneZilla 1.2.4-28-686 (HDD)\n Backup your HDD All data as image file.
root (hd0,0)
kernel /live-hd/vmlinuz boot=live union=aufs vga=788 ip=frommedia live-media-path=/live-hd bootfrom=/dev/sda1 toram=filesystem.squashfs
initrd /live-hd/initrd.img
boot
#===menu.lst 參數=END========
參考網址: http://clonezilla.org/clonezilla-live/livehd.php