顯示具有 隨身碟開機:GRUB4DOS 標籤的文章。 顯示所有文章
顯示具有 隨身碟開機:GRUB4DOS 標籤的文章。 顯示所有文章

2009/12/10

用 GRLDR 製作 GRUB 的可開機啟動光碟 ISO 映像檔

必須使用 mkisofs 製作 iso。Windows 版本的 mkisofs 包含在 nLite 中,透過下載 nLite 得到。

mkisofs -R -b grldr -no-emul-boot -boot-load-size 4 -o grldr.iso iso_root
  1. grldr:grldr 從下載的 grub4dos 壓縮檔中提取。
  2. grldr.iso:指定欲生成之 iso 的檔案名稱。
  3. iso_root:資料夾,其中的內容作為欲生成之 iso 的光碟根目錄的內容。


以上三項 grldr、grldr.iso、iso_root 要注意區分大小寫。