I have never made one with Nod32, I will need to have a got myself over the weekend. I will post results.
Thanks. Let me tell you what I have got working. Nod makes two types of rescue disc..1 with less than 576 ram which runs completely off of the CD. 2...one that requires more 576 ram and it copies all the files to ram and runs.
I copied all the files from number two and put this in my menu.lst;
title 08. Nod32 Antivirus Scanner Computer Must Have More Than 576 Ram To Run\nUpdated MAY 2011
find --set-root /BOOTMGR
chainloader /BOOTMGR
and it works great but if I copy the one with less than 576 to root of cd and run this command, it will boot then blue screen. I have tried every ISO command that Grub has that I know about and it will boot but blue screen
Here is another I have tried and it does not work:
map (hd0,0) /Images/eset.iso (hd32)
map --hook
chainloader (hd32) /BOOTMGR
rootnoverify (hd32)
No luck with this either:
find --set-root /Images/eset.iso
map /Images/eset.iso (hd32) || map --mem /Images/eset.iso (hd32)
map --hook
chainloader (hd32)
Thought this may make it a little easier on you. I hope that you can figure it out and thanks again.