返回列表 回復 發帖

[原創] grub4dos 工具製作教學

ubuntu linux 的參數:

  1. title ubuntu live-cd iso
  2. find --set-root --ignore-floppies /ubuntu/ubuntu-8.04.4-desktop-i386.iso
  3. kernel /ubuntu/8.44/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu/ubuntu-8.04.4-desktop-i386.iso debian-installer/locale=zh_TW quiet splash
  4. initrd /ubuntu/8.44/initrd.gz
複製代碼
ubuntu10.0.4

  1. title ubuntu-10.04.4-desktop-i386-2
  2. find --set-root --ignore-floppies /ubuntu/ubuntu-10.04.4-desktop-i386.iso
  3. kernel /ubuntu/10.44/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu/ubuntu-10.04.4-desktop-i386.iso debian-installer/locale=zh_TW quiet splash
  4. initrd /ubuntu/10.44/initrd.lz
複製代碼
ubuntu10.0.4以上要從下載ubuntu-10.04.4-desktop-i386.iso檔案中將
的initrd.lz(initrd.gz)及vmlinuz二個檔案複製到你的usb的資料夾中在作對應的參數位置

NoName XPE
  1. title NoName XPE Live CD Lite
  2. find --set-root /xp/NoNXPE.ISO
  3. map /xp/NoNXPE.ISO (hd32)
  4. map --hook
  5. root (hd32)
  6. chainloader (hd32)
  7. rootnoverify (hd32)
  8. boot  
複製代碼
clonezilla-live
  1. title clonezilla-live-2.0.1-11-i686
  2. find --set-root /clonezilla-live/vmlinuz
  3. kernel /clonezilla-live/vmlinuz boot=live config noswap noprompt live-media-path=/clonezilla-live toram=filesystem.squashfs ip=frommedia nosplash
  4. initrd /clonezilla-live/initrd.img
複製代碼
gparted-live-0.14.0-1
  1. # GPARTED
  2. title gparted-live-0.14.0-1
  3. find --set-root /gparted-live/vmlinuz
  4. kernel /gparted-live/vmlinuz boot=live config noswap noprompt live-media-path=/gparted-live toram=filesystem.squashfs ip=frommedia nosplash
  5. initrd /gparted-live/initrd.img
複製代碼
GParted 0.9.1.1
  1. # GPARTED
  2. title GParted 0.9.1.1
  3. find --set-root /gparted-live/vmlinuz
  4. kernel /gparted-live/vmlinuz boot=live config noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 live-media-path=/gparted-live

  5. toram=filesystem.squashfs ip=frommedia nosplash
  6. initrd /gparted-live/initrd.img
  7. title Reboot
  8. reboot
複製代碼
---------------------------
clonezilla-live
gparted-live
grub
ubuntu---存放檔案iso及8.44,10.44資料夾
xp
autoexec.bat
bootlog.prv
bootlog.txt
command.com
config.sys
io.sys
msdos.sys

以上是usb的根目錄內容
附件: 您所在的用戶組無法下載或查看附件
返回列表 回復 發帖