Help: grub4dos can't find the file
I studied the application section of lianjiang2004's tutorial and planned to make a boot disk myself.
1. Download grub4dos-0.4.3-2007-08-04.zip, extract the chinaese grldr, and rename it to grldr。bif.
2. Use UltraISO to create a new ISO file, then do "Bootable CD/DVD" - "Load Boot File", and select the grldr.bif file. Then do "File" - "Properties", check the "Allow Lowercase Names" option, and save the ISO file.
3. Put menu.lst, grldr, and the folder boot (lowercase) in the CD root directory. Under it is the folder grub (lowercase), and inside it are fonts, grldr, memdisk.gz, wingrub.gz, 123.img (all lowercase)
4. The menu.lst file is as follows:】
timeout 30
default 1
root (cd)
fontfile (cd)/grub/fonts
splashimage (cd)/grub/wingrub.gz
title Boot from my imgDisk
map --mem (cd)/boot/grub/123.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Boot from Hard Disk
root (hd0,0)
chainloader +1
title 重启
reboot
title 关机
halt
========
After burning the disc, the result was that there was no background image, only a black-and-white menu. Choosing the first option gives error17, saying it can't find the file. I don't know what's going on, please give me some advice. Thanks~~
After that I tried changing it to TOOLS.IMG (that is, uppercase), and modified the corresponding menu.lst file, but it was still the same error
I studied the application section of lianjiang2004's tutorial and planned to make a boot disk myself.
1. Download grub4dos-0.4.3-2007-08-04.zip, extract the chinaese grldr, and rename it to grldr。bif.
2. Use UltraISO to create a new ISO file, then do "Bootable CD/DVD" - "Load Boot File", and select the grldr.bif file. Then do "File" - "Properties", check the "Allow Lowercase Names" option, and save the ISO file.
3. Put menu.lst, grldr, and the folder boot (lowercase) in the CD root directory. Under it is the folder grub (lowercase), and inside it are fonts, grldr, memdisk.gz, wingrub.gz, 123.img (all lowercase)
4. The menu.lst file is as follows:】
timeout 30
default 1
root (cd)
fontfile (cd)/grub/fonts
splashimage (cd)/grub/wingrub.gz
title Boot from my imgDisk
map --mem (cd)/boot/grub/123.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title Boot from Hard Disk
root (hd0,0)
chainloader +1
title 重启
reboot
title 关机
halt
========
After burning the disc, the result was that there was no background image, only a black-and-white menu. Choosing the first option gives error17, saying it can't find the file. I don't know what's going on, please give me some advice. Thanks~~
After that I tried changing it to TOOLS.IMG (that is, uppercase), and modified the corresponding menu.lst file, but it was still the same error
