Aller au contenu principal

UEFI Booting with Disk Director and True Image with menu

Thread needs solution

I need help in creating UEFI Booting with Disk Director and True Image with menu on usb flash drive.
I created a bootable usb flash drive using diskpart, copied the EFI folder to the root of the usb drive and the other files of the boot cd of disk director to folder named acrdd and edited the bootx64.xml file in efi\boot to
Config
LoadKernel
Kernel Arguments=" quiet" Path="acrdd\dat5.dat"
Ramdisk Path="acrdd\dat4.dat"
LoadKernel
Config
I can boot Disk Director in UEFI mode.
Similarly I created a folder acrti for true image and extracted the boot image files of the boot cd to acrti and edited the bootx64.xml file in efi\boot to
Config
LoadKernel
Kernel Arguments=" quiet" Path="acrti\kernel64.dat"
Ramdisk Path="acrti\ramdisk64.dat"
LoadKernel
Config
I can boot True Image in UEFI mode.
My question, can I combine the two scripts to get some menu type for booting Disk Director and True Image.

0 Users found this helpful