Salta al contenuto principale

Load Acronis TI Home From Grub4Dos

Thread needs solution

Hi,

i want to integrate my Rescue Media in my GRUB2 using GRUB4DOS. I tried this: http://forum.acronis.com/forum/13284#comment-61246

My menu entry for GRUB2 in the /etc/grub.d/40_custom is:

menuentry "acronis-true-image.iso with grub4dos" {
linux16 /boot/grub4dos/grub.exe --config-file="find --set-root /boot/iso/acronis.iso; map /boot/iso/acronis.iso (hd32); map --mem /$
initrd (loop)/boot/iso/acronis.iso
}

But it stuck Grub4dos trying to access hd0,0

Whats going wrong?

0 Users found this helpful

I run ATIH with Grub4DOS. But, I didn't create the Grub4DOS stuff directly, as it seemed like too much work. I used Xboot, which creates the bootable flash drive and adds indirectly-supported apps such as ATIH via Grub4DOS. It's much simpler to setup than delving into Grub4DOS.

I dont want to use it on a pen drive, i want to intgrate the CD in my Ubuntu Installation.

Shouldn't
"map /boot/iso/acronis.iso (hd32); "
read
"map (hd0,0)/boot/iso/acronis.iso (hd32); "
?