Acronis True Image 10/Disk Director 10.
Use Bootable Rescue Media Builder to build the ISO. Name it acronis10.iso, copy it wherever you want.
Menu.lst for it:
CODE
title Acronis media
find --set-root /acronis10.iso
map /acronis10.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
Paragon HD manager 8.0 Special Edition. This is still available with a free registration:
http://www.vnudownloads.com/hdm8_se-20070203-0000-en.exehttp://registry.paragon-software.com/hdm8pers/When you install it get the ISO from \Program Files\Paragon Software\Hard Disk Manager 8 Special Edition\ISO\bootcd.iso.
If it's not there, open the program and tools->recovery media builder and make it.
I renamed the ISO to hdmanager.iso, copy it wherever you want. Menu.lst for it:
CODE
title Paragon HD manager 8.0
find --set-root /hdmanager.iso
map /hdmanager.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
For both of them- if you change map --mem /hdmanager.iso (hd32) / map --mem /acronis10.iso (hd32)
you will be able to manipulate the partition, even overwriting the respective ISO or partition, as they the ISO will be running entirely from RAM.