Rebooted the Virtual PC to check if the menu appeared & yes it did
menu
===================
Windows Xp PRofesional
Load Grub
===================
now i put the floppy image of the Ghost 2003 Drive,Partition Imaging software in drive C:\ or (hd0,0).[ the image is a ISo with 2.8Mb in size ]
below is my menu.lst file
CODE
title Norton Ghost 2003
find --set-root /ghost.iso#where ghost.iso is the ghost bootable iso file.
map /ghost.iso (hd32)
map --hook
chainloader (hd32)
title Reboot PC
Reboot
find --set-root /ghost.iso#where ghost.iso is the ghost bootable iso file.
map /ghost.iso (hd32)
map --hook
chainloader (hd32)
title Reboot PC
Reboot
i am sure the above code is correct.but u get this error below
error 32 Unspecified Device String
So i ran the command line by Hitting the C in the Grub menu
[
btw the grub menu looks like below
Windows Xp profesional
Boot Grub
|
|--> Norton Ghost 2003
|-->Reboot
]
these are the commands that i ran,
CODE
root (
result : (hd0) , (fd0)
[but i dont have a floppy drive , might be because of the Virtual Machine ]
result : (hd0) , (fd0)
[but i dont have a floppy drive , might be because of the Virtual Machine ]
then
CODE
find --set-root /ghost.iso
result: was success with something with words NTFS ,code, partition ,0x7, & (hd0,0)
result: was success with something with words NTFS ,code, partition ,0x7, & (hd0,0)
then when i ran this command i got the error
CODE
map /ghost.iso (hd32)
result was : error 32: UnSpecified Device String
result was : error 32: UnSpecified Device String
i even tried this
CODE
map --mem /ghost.iso (hd32)
map --hook
result: reported something about not specifying number of heads per cylinder
map --hook
result: reported something about not specifying number of heads per cylinder
i am damn sure something is done wrong but , please
