Acronis System Report 部份
這個其實是 Acronis True Image 中的一個功能...所以它是用 ATI 的 Linux OS ... 只是 啟動參數 和 OS設定檔 不同而以
因此可以修改 bootwiz.cfg 和 bootx64.xml ... 將 ATI 和 ASR 指定用同一個 OS Ramdisk
下面拿 AcronisTrueImage2017_8029.iso 來分屍
這裡要注意一下...
ISO 最前面 512 byte 通常是 填0 資料
Acronis 部份的 boot iso ... 前 512byte 是寫入 FAT16 的檔頭
[C1]
RUN ati_64\spl.exe
RUN MOUSE.COM
VGA VESA
MBRCRCS ON /SKIPBOOT
INITRD ati_64\ati_64.rd ati_64\ati_64.dat
KERNEL ati_64\ati_64.ker force_modules=usbhid quiet
[C2]
RUN ati_64\spl.exe
RUN MOUSE.COM
VGA VESA
MBRCRCS ON /SKIPBOOT
INITRD ati_64\ati_64.rd ati_64\asr_64.dat
KERNEL ati_64\ati_64.ker product=system_report force_modules=usbhid quiet
[continue]
SYSBOOT /MBR
[BOOTMGR]
QUIET ON
BOOTMENU ON
bootmenu.xml
[XML] 純文本查看復制代碼
<?xml version="1.0" encoding="UTF-8" ?>
<resource>
<group>
<aml:item guid="{A5DCABA3-E466-43AD-953A-FE7AC179A94F}" help="Includes drivers for USB/PC Card/SCSI hard disks." kernel_params="" name="C1" verb="C1">
<title><font stock='bootmenu_title'>Acronis True Image (64-bit)</font></title>
<icon href="ati_64\ati_64.png" type="extra" />
</aml:item>
<aml:item guid="{C8EE8742-BD57-4B9C-9417-5C5D1CEF9917}" help="Generate a system report and save it to a USB flash drive." kernel_params="product=system_report" name="C2" verb="C2">
<title><font stock='bootmenu_title'>Acronis System Report (64-bit)</font></title>
<icon href="ati_64\asr_64.png" type="extra" />
</aml:item>
<aml:item default="1" guid="" help="Continue starting Windows." kernel_params="" name="continue" timeout="15" timeout_help="Continue booting Windows in {0} seconds..." verb="continue">
<title><font stock='bootmenu_title'>Start Windows</font></title>
<icon href="icon_continue_48.png" type="extra" />
</aml:item>
</group>
<aml:menu name="menu_default">
<aml:item flags="default" title="execute" verb="execute" />
</aml:menu>
</resource>
而 備份還原系統 基本上常見的大多是 Linux 或 PE
也就是 Live 系統
Linux - Linux Live
Windows - Windows PE
而因為 $$ 或 版權問題
就我知道的 備份還原 大多數的 Boot ISO 也都是用 Linux Live ... 而不是用 PE
不過有些 備份還原程式 應該是像 Acronis 一樣可以生成 PE ISO (或有 PE版本)
但是...看我開頭貼的那些參考資料就知道...
其實 Acronis 也只是用 Windows 的工具(AIK , ADK , WDK)...去成生 WinPE
然後把 PE版(精簡的Win版???)...整合到 PE 中...再建立 Boot ISO 或 Boot USB
網上其實可以找到 PE 版的 Acronis (不過大多數 True Image , 而且大多也是大陸那邊的)
推測要嘛是 Windows 版...自行精簡搞出來的
要嘛就是先用 Windows Acronis 做出 PE ISO 後從中擷取出來 PE版的 Acronis
而我主題是在說 Acronis 官方的 Boot ISO
這應該都是用 Linux Live 的 Boot ISO ... 檔案和結構 和 PE 不一樣
要 PE 版的 Boot ISO
基本就是在 Windows 中用 Windows 版 Acronis 去成生 PE版 Boot ISO
( 不然就是網上找找看有沒有人做好 Acronis PE ISO 有分享出來 )
也就是說如果 UEFI 要用 Linux Live ISO 開機...你要學的是 Linux 的 UEFI 開機
簡單說 UEFI 的開機管理...要改用 GRUB2 或 refind 之類的