Booting Norton Ghost 15 SRD ISO from USB flash drive with grub2

Hello,

 

I would like to boot the SRD ISO from my usb stick.

An example grub.cfg menu entry for Acronis 2011

 

menuentry "Acronis 2011" {

  set isofile="/grub/iso/Acronis2011.iso"

  loopback loop $isofile

  linux (loop)/Recovery\ Manager/kernel.dat

  initrd (loop)/Recovery\ Manager/ramdisk.dat

}

 

First I mount the iso file as a virtual loop device then I load the kernel (kernel.dat) and initial ramdisk (ramdisk.dat).

Where can I find the kernel and ramdisk on the SRD ISO file? Or do I need to do something different?

 

Regards, Bernard.