I have an optical disc image file named 5.img, about 4.3M, which may work normally in the optical drive. Now I put it in the boot\grub folder of the C drive and use grub to boot it. But after adding the following code in menu.lst to boot, an error is prompted. Where did I go wrong and how to correct it? Please give more guidance from the experts.
title Chinese Boot Disk
map --mem /boot/grub/5.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
Error content prompted
error 1: filename must be either an absolute pathname or blocklist
press any key to continue......
title Chinese Boot Disk
map --mem /boot/grub/5.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
Error content prompted
error 1: filename must be either an absolute pathname or blocklist
press any key to continue......
