|
本帖最后由 2012mshs 于 2017-12-12 14:04 编辑
Terabyte Image for Windowsis an affordable and reliable drive image backup and restore solution that provides an easy and convenient way to completely backup all your hard drive's data, programs and operating systems. It utilizes the technology provided by Volume Shadow Copy Service (VSS) or PHYLock, an add-on component included in the Image for Windows package. VSS and PHYLock allows you to continue using your computer while the backup is locked to a point-in-time. This eliminates the inconsistencies typically experienced while backing up a partition that is in use. It runs under the Windows operating system, yet it can backup or restore any partition, including those of DOS or Linux, and even partitions encrypted by third-party software.
Link
BootBare Metal
https://pan.baidu.com/s/1nvUkEoD
Terabyte Image for Windows
https://pan.baidu.com/s/1o8BUk7S
Terabyte Image LINUX
https://pan.baidu.com/s/1eSyDuRw
Code boot Terabyte for UEFI from ISO
- menuentry "Image for UEFI (ISO)" {
- set gfxpayload=1024x768x32,1024x768x24,1024x768x16,1024x768,auto
- set iso_path="/ifu.iso"
- loopback loop ${iso_path}
- loopback ElTorito (loop)108+13840
- loopback Part (ElTorito)/UEFIBOOT.DAT
- chainloader (Part)/efi/boot/grubx64.efi
- loopback -d Part
- loopback -d ElTorito
- loopback -d loop
- }
复制代码 |
评分
-
查看全部评分
|