These days, I've learned a lot by lurking, and I've gained something.
I'm using grub4dos-0.4.3
The following is part of the help file:
BCDW bootable CD for GRUB
This method is to use BCDW to make a bootable CD, and execute grldr through BCDW to load the menu.lst menu.
Steps:
1) First, download the BCDW software package, extract it to get the required files.
2) Organize the files. For example, create a bcdwcd directory under E:, the files in this directory will be in the root directory of the CD, then create the boot\grub directory and the bcdw directory under it, copy bcdw.bin, bcdw.ini and loader.bin from the bcdw directory in the software package to the bcdwcd\bcdw directory; copy files such as grldr, various imgs, fonts, etc. to the bcdwcd\boot\grub directory. The editing method of the menu.lst file is the same as introduced in 2.1 above.
3) Edit the bcdw.ini file. Open bcdw.ini, find the section, for example:
C:\ ; Boot from drive C:
\I386\setupldr.bin ; Microsoft Windows XP Setup
The above is an example of the BCDW boot menu. Add items like grub here to become:
\images\gghost.img ; GGhost v6.0 (Ghost8.3/11)
\images\mynet.img ; My net (Ghost8.3)(tcp/ip,cd/usb)
\boot\grub\grldr ; Grub4dos
\WXPE\SETUPLDR.BIN ; Micro Windows XPE (by LaoMaotao)
C:\ ; Boot from drive C:
\I386\setupldr.bin ; Microsoft Windows XP Setup
4) The method of making the ISO file and burning the ISO is basically the same as in 2.1. The only difference is that when making the ISO file, loader.bin (or bcdw.bin) should be used as the boot file of the ISO. Sample Text
The following is the content of the bcdw.ini file in the first successfully made CD I made:
\WXPE\SETUPLDR.BIN; Micro Windows XPE (by LaoMaotao)
\boot\grub\dostools.img ; dostools
\boot\grub\diskgen.img ; diskgen
\boot\grub\setup98.img ; setup98
\boot\grub\remove.img ; remove
C:\ ; Boot from drive C:
:PowerOff ; Power Off
1. The BOOT and BCDW folders are established when making the boot disk, and other files and folders are generated by extracting the LaoMaotao PE.iso to the root directory of the CD.
2. Try to modify the DOS tools of Shenshan Hongye, and increase the total number of sectors to 20,000. The file capacity is larger, add SPFDISK and NTFSDSO to it, and it can start successfully in the virtual machine. I like the DOS toolbox of Shenshan Hongye, but I found that there is only the name of SPFDISK in it, and no file. SPFDISK can partition the disk by sectors, which is very convenient for handling disks with bad sectors.
3. When using BCDW to make a bootable CD, the involved grammar feels very few, which is more convenient than other methods of GRUBDOS, and is suitable for dishes like me.
4. I don't know how to set the background picture when using BCDW to make a bootable CD. Please ask experts for guidance.
[ Last edited by everest on 2008-4-27 at 10:49 PM ]