請選擇 進入手機版 | 繼續訪問電腦版

微剋多資訊

 找回密碼
 註冊

Sign in with google

Google帳號登入

搜索

該用戶從未簽到

升級   100%

 樓主| 發表於 2016-6-24 00:08 | 顯示全部樓層
ianlcc 發表於 2016-6-23 23:48
嗯,了解
我來試試看,謝謝您的指導…

這個版本 , 沒有 linuxmint 的說 , 如果要加入的話
把 linuxmint-17.3-mate-64bit.iso 放在這個位置


另外您可以用 bootice 來切換 usb 的分區


選單的修改 legacy guub4dos 的 menu.lst  , uefi x64  grub2 的 grub64.cfg


menu.lst (加入藍色的那一段)
iftitle [find --ignore-floppies --ignore-cd /linux/iso/ubuntu-15.10-desktop-amd64.iso] 執行 ubuntu-desktop-amd64 LiveCD 模式
set isoname=/linux/iso/ubuntu-15.10-desktop-amd64.iso
find --set-root %isoname%
map --heads=0 --sectors-per-track=0 %isoname% (0xff) || map --mem %isoname% (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz.efi boot=casper iso-scan/filename=%isoname% locale=zh_TW.UTF-8 quiet splash
initrd /casper/initrd.lz

iftitle [find --ignore-floppies /linux/iso/linuxmint-17.3-mate-64bit.iso] 執行 linuxmint-mate-64bit LiveCD 模式
set isoname=/linux/iso/linuxmint-17.3-mate-64bit.iso
find --set-root %isoname%
map --heads=0 --sectors-per-track=0 %isoname% (0xff) || map --mem %isoname% (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper iso-scan/filename=%isoname% locale=zh_TW.UTF-8 quiet splash
initrd /casper/initrd.lz


title 執行 Acronis True Image Home 2014
echo $[1106] Loading Acronis True Image Home 2014, Please Wait ...
kernel /sources/live/atih2014/dat3.dat lang=14 vga=791 quiet
initrd /sources/live/atih2014/dat2.dat

grub64.cfg (加入藍色的那一段)
if search --file /linux/iso/ubuntu-15.10-desktop-amd64.iso ; then
menuentry "[U] 執行 ubuntu-desktop-amd64 LiveCD 模式" --hotkey="u" {
echo "正在啟動 ubuntu-desktop-amd64 LiveCD 模式,請等待...."
set isofile="/linux/iso/ubuntu-15.10-desktop-amd64.iso"
search -s -f $isofile
loopback loop $isofile
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile locale=zh_TW.UTF-8 quiet splash
initrd (loop)/casper/initrd.lz
}
fi

if search --file /linux/iso/linuxmint-17.3-mate-64bit.iso ; then
menuentry "[L] 執行 linuxmint-mate-64bit LiveCD 模式" --hotkey="l" {
echo "正在啟動 linuxmint-mate-64bit LiveCD 模式,請等待...."
set isofile="/linux/iso/linuxmint-17.3-mate-64bit.iso"
search -s -f $isofile
loopback loop $isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile locale=zh_TW.UTF-8 quiet splash
initrd (loop)/casper/initrd.lz
}
fi


if [ -f /sources/live/atih2015/dat3.dat ]; then
menuentry "[5] 執行 Acronis True Image Home 2015" --hotkey="5" {
echo "正在啟動 Acronis True Image Home 2015,請等待...."
search -s -f /sources/usbflage
set gfxpayload=1024x768x32,1024x768
linux /sources/live/atih2015/dat3.dat lang=14 quiet
initrd /sources/live/atih2015/dat2.dat
}
fi

開機 legacy


uefi x64


結果






本帖子中包含更多資源

您需要 登入 才可以下載或查看,沒有帳號?註冊

x

使用道具

該用戶從未簽到

升級   35%

發表於 2016-6-27 08:07 | 顯示全部樓層
本帖最後由 pp123097 於 2016-6-27 08:10 編輯

板大不好意思 我有遇到一些問題 想問你是否也有遇到 有解決方法?

我直接把我的64G的隨身碟做高端隱藏-寫入磁碟印象檔,然後把多出來的分區fat32 格式化Ntfs,

之後就下載你提供的Win10 x86x64 ,還有我自己做的win7 x86x64 然後複製到分區裡面,第一次製作開機碟沒問題都正常!!!

win7.win10安裝都OK ,後來我因為在測試把其他開機軟體也整合進去,後來我直接修改ISo另存一個ISo,
然後在一次寫入磁碟印象檔,就無法安裝了,再來後面不管怎麼製作就都不能在安裝系統iso
1.寫入印象檔-來源目錄都是英文數字 沒有中文

2.後來又重新下載CDGB_20160305s 又重新寫入磁碟印象檔,還是不行,已經重複寫入測試多次

3.有試過三台電腦測試,USB2.USB3都一樣


一開始正常的時候直接選完ISO就直接跳出安裝系統的畫面

但是現在選擇完ISO檔,就直接跳出CMD視窗,跑了一堆數據碼,就重開機了

請問板大我是否有少哪些步驟???













使用道具

該用戶從未簽到

升級   39.7%

發表於 2016-6-27 09:17 | 顯示全部樓層
pp123097 發表於 2016-6-27 08:07
板大不好意思 我有遇到一些問題 想問你是否也有遇到 有解決方法?

我直接把我的64G的隨身碟做高端隱藏-寫入 ...

試著檔名不要有空格看看~

使用道具

簽到天數: 4

該用戶今日未簽到

升級   60%

發表於 2016-6-27 13:26 | 顯示全部樓層
pp123097 發表於 2016-6-27 08:07
板大不好意思 我有遇到一些問題 想問你是否也有遇到 有解決方法?

我直接把我的64G的隨身碟做高端隱藏-寫入 ...

這個問題版大有提醒過
iso的檔名不要有「空格」或是特殊符號
儘量用「_」的方式取代
我有試過,修改完之後就沒問題了!

使用道具

該用戶從未簽到

升級   35%

發表於 2016-6-27 23:42 | 顯示全部樓層
ianlcc 發表於 2016-6-27 13:26
這個問題版大有提醒過
iso的檔名不要有「空格」或是特殊符號
儘量用「_」的方式取代

感謝兩位的提醒,後來也發現底線也不行= =


使用道具

簽到天數: 4

該用戶今日未簽到

升級   60%

發表於 2016-6-28 00:08 | 顯示全部樓層
底線不行嗎?
我的可以!
還是說您那個iso檔是用x86所建立的?

使用道具

該用戶從未簽到

升級   35%

發表於 2016-7-11 23:13 | 顯示全部樓層
我有點忘了 我是上微軟抓 X86 X64的ISO  

自己做 多合一安裝ISO  檔名沒差 自己看得懂就好  感恩

使用道具

簽到天數: 1

該用戶今日未簽到

升級   100%

發表於 2016-8-21 04:29 | 顯示全部樓層
nf17b 發表於 2016-6-15 00:35
win7 原來的 boot.wim 沒有 usb3.0 的驅動
win8.1 及 win10 的 boot.wim 有 usb3.0 的驅動
所以 win7 會 ...

那是否意謂以後機器如果沒有usb2.0介面就不能安裝win7系統,,或是有別的解決辦法?

使用道具

該用戶從未簽到

升級   35%

發表於 2016-12-9 23:13 | 顯示全部樓層
不好意思  請問一下 nf17b 大哥

想請問如何在新增一個選單出來

我自行在menu.lst 新增一個選單 Acronis    原本Acronis 選項都放在Lst裡面

只是把 message 檔案 後面改成message_Acronis

但是跑出來的畫面 是黑白 亂碼  但是可以執行

使用道具

該用戶從未簽到

升級   100%

 樓主| 發表於 2016-12-10 02:24 | 顯示全部樓層
本帖最後由 nf17b 於 2016-12-10 02:28 編輯
pp123097 發表於 2016-12-9 23:13
不好意思  請問一下 nf17b 大哥

想請問如何在新增一個選單出來

可能是圖片的問題 , 可以用小畫家另存圖片看看 , 以目前的最新版看一下(162F)


原來的 menu.lst 改一下 , 新增一個 Acronis.lst
  1. timeout 30
  2. default 7
  3. if %?_BOOT%==(cd) gfxmenu /BOOT/GRUB/message_main || gfxmenu /BOOT/GRUB/message_main_usb

  4. title 執行 NoName XPE(fd3233)
  5. echo $[1106] Loading NoName XPE, Please Wait ...
  6. map /sources/iso/xpe.iso (0xff) || map --mem /sources/iso/xpe.iso (0xff)
  7. map --e820cycles=3
  8. map --hook
  9. chainloader (0xff)

  10. title 執行 Windows8.1PE (32位元)(內置精簡)
  11. chainloader /boot/931mgr

  12. title 執行 Windows8.1PE (32位元)
  13. chainloader /boot/932mgr

  14. title 執行 Windows8.1PE (64位元)(內置精簡)
  15. chainloader /boot/961mgr

  16. title 執行 Windows8.1PE (64位元)
  17. chainloader /boot/966mgr

  18. title 執行 Windows10 PE (64位元)(精簡)
  19. chainloader /boot/a61mgr

  20. title 執行 Windows10 PE (32位元)(精簡)
  21. chainloader /boot/a31mgr

  22. title 硬碟啟動
  23. if %?_BOOT%==(cd) rootnoverify (hd0) && chainloader +1
  24. checkrange 0x80 read 0x8280 && map (hd1) (hd0) && map (hd0) (hd1) && map --hook && chainloader (hd0)+1
  25. boot

  26. title 執行 Windows10 PE (64位元)(sun00721_10240)
  27. chainloader /boot/a62mgr

  28. title 執行 Windows10 PE (64位元)(sun00721_10586)
  29. chainloader /boot/a63mgr

  30. title 安裝 XP/7/8/8.1/10 (32位元)(iso)
  31. #map (hd0) (hd1)
  32. #map (hd1) (hd0)
  33. #map --hook
  34. #find --set-root /boot/s32mgr
  35. chainloader /boot/s32mgr

  36. title 安裝 XP/7/8/8.1/10 (64位元)(iso)
  37. #map (hd0) (hd1)
  38. #map (hd1) (hd0)
  39. #map --hook
  40. #find --set-root /boot/s64mgr
  41. chainloader /boot/s64mgr

  42. iftitle [find --ignore-floppies --ignore-cd /linux/iso/ubuntu-15.10-desktop-amd64.iso] 執行 ubuntu-desktop-amd64 LiveCD 模式
  43. set isoname=/linux/iso/ubuntu-15.10-desktop-amd64.iso
  44. find --set-root %isoname%
  45. map --heads=0 --sectors-per-track=0 %isoname% (0xff) || map --mem %isoname% (0xff)
  46. map --hook
  47. root (0xff)
  48. kernel /casper/vmlinuz.efi boot=casper iso-scan/filename=%isoname% locale=zh_TW.UTF-8 quiet splash
  49. initrd /casper/initrd.lz

  50. title 執行 Acronis True Image Home 2014
  51. echo $[1106] Loading Acronis True Image Home 2014, Please Wait ...
  52. kernel /sources/live/atih2014/dat3.dat lang=14 vga=791 quiet
  53. initrd /sources/live/atih2014/dat2.dat

  54. title 執行 Acronis True Image Home 2015
  55. echo $[1106] Loading Acronis True Image Home 2015, Please Wait ...
  56. kernel /sources/live/atih2015/dat3.dat lang=14 vga=791 quiet
  57. initrd /sources/live/atih2015/dat2.dat

  58. title 執行 Acronis True Image Home 2016
  59. echo $[1106] Loading Acronis True Image Home 2016, Please Wait ...
  60. kernel /sources/live/atih2016/dat10.dat lang=14 vga=791 quiet
  61. initrd /sources/live/atih2016/dat11.dat /sources/live/atih2016/dat12.dat

  62. title 執行 Acronis Universal Restore
  63. echo $[1106] Loading Acronis Universal Restore , Please Wait ...
  64. kernel /sources/live/atih2016/ur32ker.dat product=bootagent media_for_windows lang=14 vga=791 quiet
  65. initrd /sources/live/atih2016/ur32ram.dat /sources/live/atih2016/dat4.dat

  66. title 執行 Clonezilla(再生龍)
  67. kernel /sources/live/clonezilla/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset nodmraid noeject locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no vga=791 ip= net.ifnames=0  nosplash live-media-path=/sources/live/clonezilla i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
  68. initrd /sources/live/clonezilla/initrd.img

  69. title 執行 DOS工具集
  70. configfile /BOOT/GRUB/dos.lst

  71. title 其它工具
  72. if %?_BOOT%==(cd) configfile /BOOT/GRUB/other_cd.lst || configfile /BOOT/GRUB/other_usb.lst

  73. title 重新開機
  74. reboot

  75. title 關機
  76. halt
複製代碼
改成
  1. timeout 30
  2. default 7
  3. if %?_BOOT%==(cd) gfxmenu /BOOT/GRUB/message_main || gfxmenu /BOOT/GRUB/message_main_usb

  4. title 執行 NoName XPE(fd3233)
  5. echo $[1106] Loading NoName XPE, Please Wait ...
  6. map /sources/iso/xpe.iso (0xff) || map --mem /sources/iso/xpe.iso (0xff)
  7. map --e820cycles=3
  8. map --hook
  9. chainloader (0xff)

  10. title 執行 Windows8.1PE (32位元)(內置精簡)
  11. chainloader /boot/931mgr

  12. title 執行 Windows8.1PE (32位元)
  13. chainloader /boot/932mgr

  14. title 執行 Windows8.1PE (64位元)(內置精簡)
  15. chainloader /boot/961mgr

  16. title 執行 Windows8.1PE (64位元)
  17. chainloader /boot/966mgr

  18. title 執行 Windows10 PE (64位元)(精簡)
  19. chainloader /boot/a61mgr

  20. title 執行 Windows10 PE (32位元)(精簡)
  21. chainloader /boot/a31mgr

  22. title 硬碟啟動
  23. if %?_BOOT%==(cd) rootnoverify (hd0) && chainloader +1
  24. checkrange 0x80 read 0x8280 && map (hd1) (hd0) && map (hd0) (hd1) && map --hook && chainloader (hd0)+1
  25. boot

  26. title 執行 Windows10 PE (64位元)(sun00721_10240)
  27. chainloader /boot/a62mgr

  28. title 執行 Windows10 PE (64位元)(sun00721_10586)
  29. chainloader /boot/a63mgr

  30. title 安裝 XP/7/8/8.1/10 (32位元)(iso)
  31. #map (hd0) (hd1)
  32. #map (hd1) (hd0)
  33. #map --hook
  34. #find --set-root /boot/s32mgr
  35. chainloader /boot/s32mgr

  36. title 安裝 XP/7/8/8.1/10 (64位元)(iso)
  37. #map (hd0) (hd1)
  38. #map (hd1) (hd0)
  39. #map --hook
  40. #find --set-root /boot/s64mgr
  41. chainloader /boot/s64mgr

  42. iftitle [find --ignore-floppies --ignore-cd /linux/iso/ubuntu-15.10-desktop-amd64.iso] 執行 ubuntu-desktop-amd64 LiveCD 模式
  43. set isoname=/linux/iso/ubuntu-15.10-desktop-amd64.iso
  44. find --set-root %isoname%
  45. map --heads=0 --sectors-per-track=0 %isoname% (0xff) || map --mem %isoname% (0xff)
  46. map --hook
  47. root (0xff)
  48. kernel /casper/vmlinuz.efi boot=casper iso-scan/filename=%isoname% locale=zh_TW.UTF-8 quiet splash
  49. initrd /casper/initrd.lz

  50. title 執行 Clonezilla(再生龍)
  51. kernel /sources/live/clonezilla/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset nodmraid noeject locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no vga=791 ip= net.ifnames=0  nosplash live-media-path=/sources/live/clonezilla i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
  52. initrd /sources/live/clonezilla/initrd.img

  53. title 執行 Acronis工具
  54. configfile /BOOT/GRUB/Acronis.lst

  55. title 執行 DOS工具集
  56. configfile /BOOT/GRUB/dos.lst

  57. title 其它工具
  58. if %?_BOOT%==(cd) configfile /BOOT/GRUB/other_cd.lst || configfile /BOOT/GRUB/other_usb.lst

  59. title 重新開機
  60. reboot

  61. title 關機
  62. halt
複製代碼
Acronis.lst
  1. timeout 30
  2. default 4
  3. if %?_BOOT%==(cd) gfxmenu /BOOT/GRUB/message_Acronis || gfxmenu /BOOT/GRUB/message_Acronis_usb

  4. title 執行 Acronis True Image Home 2014
  5. echo $[1106] Loading Acronis True Image Home 2014, Please Wait ...
  6. kernel /sources/live/atih2014/dat3.dat lang=14 vga=791 quiet
  7. initrd /sources/live/atih2014/dat2.dat

  8. title 執行 Acronis True Image Home 2015
  9. echo $[1106] Loading Acronis True Image Home 2015, Please Wait ...
  10. kernel /sources/live/atih2015/dat3.dat lang=14 vga=791 quiet
  11. initrd /sources/live/atih2015/dat2.dat

  12. title 執行 Acronis True Image Home 2016
  13. echo $[1106] Loading Acronis True Image Home 2016, Please Wait ...
  14. kernel /sources/live/atih2016/dat10.dat lang=14 vga=791 quiet
  15. initrd /sources/live/atih2016/dat11.dat /sources/live/atih2016/dat12.dat

  16. title 執行 Acronis Universal Restore
  17. echo $[1106] Loading Acronis Universal Restore , Please Wait ...
  18. kernel /sources/live/atih2016/ur32ker.dat product=bootagent media_for_windows lang=14 vga=791 quiet
  19. initrd /sources/live/atih2016/ur32ram.dat /sources/live/atih2016/dat4.dat

  20. title 返回主選單
  21. configfile /menu.lst

  22. title 重新開機
  23. reboot

  24. title 關機
  25. halt
複製代碼
cd 執行



usb 執行






本帖子中包含更多資源

您需要 登入 才可以下載或查看,沒有帳號?註冊

x

使用道具

您需要登入後才可以回帖 登入 | 註冊

本版積分規則

小黑屋|Archiver|微剋多資訊(MicroDuo)

GMT+8, 2024-3-29 09:30

Discuz! X

© 2009-2023 Microduo

快速回覆 返回頂部 返回列表