I made a DOS floppy disk by myself.
Below is my menu.lst
color white/green yellow/green
timeout 10
default 0
title 1. MS-DOS 7.10
root (fd0)
chainloader /io.sys
title 2. Boot from Hard Drive
root (hd0,0)
chainloader +1
title 3. Boot from CD Drive
cdrom --init
map --hook
root (cd0)
chainloader /io.sys
title 4. Reboot computer
reboot
The key is the option to boot from CD. The DOS boot CD is okay, but if it's a WinPE boot CD or an XP, VISTA installation CD, etc., which have no io.sys, it prompts that the file is not found??? Is there a universal CD boot method, how to modify it?
Another problem is that after booting from the floppy disk and before entering this menu, there are a lot of asm codes like int?? on the screen, which looks messy. Is there an option for silent boot, with no other information except the menu and error prompts?
Thank you!
Below is my menu.lst
color white/green yellow/green
timeout 10
default 0
title 1. MS-DOS 7.10
root (fd0)
chainloader /io.sys
title 2. Boot from Hard Drive
root (hd0,0)
chainloader +1
title 3. Boot from CD Drive
cdrom --init
map --hook
root (cd0)
chainloader /io.sys
title 4. Reboot computer
reboot
The key is the option to boot from CD. The DOS boot CD is okay, but if it's a WinPE boot CD or an XP, VISTA installation CD, etc., which have no io.sys, it prompts that the file is not found??? Is there a universal CD boot method, how to modify it?
Another problem is that after booting from the floppy disk and before entering this menu, there are a lot of asm codes like int?? on the screen, which looks messy. Is there an option for silent boot, with no other information except the menu and error prompts?
Thank you!
