Summary: The latest GRUB4DOS from December
DOS boot disk made with FlashBoot
bootlace.com --floppy --chs 0x00
Format is FAT, type: USB-ZIP
I made a bootable DOS with a broken MP3, and the test was successful!
Later, I wrote to the MBR, used GRLDR, and then used FIND --SET-ROOT /MENU.LST
It can only recognize the files on the hard disk, and the files on the USB cannot be found!!
Changing to the August version is the same. In the experiment, I found
ROOT (HD0,0) where it shows 0X80
ROOT (FD0) followed by English. There is no code, and the previous part shows FAT
Originally, I wanted to use GRUB to boot PE.ISO in the MP3, but I don't know why??
It's either that the file is not found or there are segments of error English. Booting PE.ISO on the hard disk is fine
This is my MENU.LST file
color black/cyan yellow/cyan
timeout 30
default /default
title xp hd
chainloader +1
title pe
map (fd0,0)/BootCD.ISO (fd32)
map --hook
chainloader (fd32)
boot
title Windows PE
chainloader /ldrxpe
The second one is the ISO I want to boot. Maybe it's written incorrectly. I've changed it many times, but I can't make it boot. I hope someone can give me some advice,
The following is the fragment of the MENU.LST file that can boot normally on the hard disk!
title pe
map (hd0,0)/BootCD.ISO (hd32)
map --hook
chainloader (hd32)
boot
[ Last edited by 429499381 on 2007-12-31 at 12:54 PM ]
DOS boot disk made with FlashBoot
bootlace.com --floppy --chs 0x00
Format is FAT, type: USB-ZIP
I made a bootable DOS with a broken MP3, and the test was successful!
Later, I wrote to the MBR, used GRLDR, and then used FIND --SET-ROOT /MENU.LST
It can only recognize the files on the hard disk, and the files on the USB cannot be found!!
Changing to the August version is the same. In the experiment, I found
ROOT (HD0,0) where it shows 0X80
ROOT (FD0) followed by English. There is no code, and the previous part shows FAT
Originally, I wanted to use GRUB to boot PE.ISO in the MP3, but I don't know why??
It's either that the file is not found or there are segments of error English. Booting PE.ISO on the hard disk is fine
This is my MENU.LST file
color black/cyan yellow/cyan
timeout 30
default /default
title xp hd
chainloader +1
title pe
map (fd0,0)/BootCD.ISO (fd32)
map --hook
chainloader (fd32)
boot
title Windows PE
chainloader /ldrxpe
The second one is the ISO I want to boot. Maybe it's written incorrectly. I've changed it many times, but I can't make it boot. I hope someone can give me some advice,
The following is the fragment of the MENU.LST file that can boot normally on the hard disk!
title pe
map (hd0,0)/BootCD.ISO (hd32)
map --hook
chainloader (hd32)
boot
[ Last edited by 429499381 on 2007-12-31 at 12:54 PM ]
