illusions Posted November 24, 2012 Posted November 24, 2012 Hi,I am unable to get the mutiboot dos 6.22.iso installer to work in grub4dos. But on mutiboot cd it does work.Grub4dos was able to start the dos 6.22 installer but it stop at setup"Your first hard disk is not currently configured for use with MS-DOS ... "Dos installer assumed the bootable USB is the first hard drive.Is there any command line I should add in grub4dos to prevent this ?menu.1st ------------------------title MS-DOS 6.22 - iso\n install dos 6.22map --mem /DOS622.iso (0xff)map --hookroot (0xff)chainloader (0xff)on cd bootconfig.sys ------------------------DEVICE=HIMEM.SYS /testmem:offFILES=30BUFFERS=20DEVICE=eltorito.sys /D:virLASTDRIVE=Zautoexec.bat ------------------------@echo offrem load cd content to virtual cdrom x:MSCDEX /D:vir /L:xpath a:;c:;c:\dos;c:\supp;c:\windows;x:;x:\win311;x:\dosclsecho.echo ********************************echo * MS-DOS 6.22 Startup Menu *echo ********************************echo.echo Welcome to the "MS-DOS 6.22" installation process,echo This Setup will install MS-DOS 6.22 on the computerecho.pauseecho.echo * Launching MS-DOS 6.22 Setup...x:SETUP.exe
illusions Posted November 24, 2012 Author Posted November 24, 2012 ah ... finally figure it outtitle MS-DOS 6.22 - iso\n Install MS-DOS 6.22 or Windows 3.31map --mem /DOS622w.iso (0xff)map --hookmap (hd0) (hd1) <-------------map (hd1) (hd0) <-------------root (0xff)chainloader (0xff)
jaclaz Posted November 24, 2012 Posted November 24, 2012 ah ... finally figure it outtitle MS-DOS 6.22 - iso\n Install MS-DOS 6.22 or Windows 3.31map --mem /DOS622w.iso (0xff)map --hookmap (hd0) (hd1) <-------------map (hd1) (hd0) <-------------root (0xff)chainloader (0xff)Actually you should in theory also hook the re-mapping of the hard disks:title MS-DOS 6.22 - iso\n Install MS-DOS 6.22 or Windows 3.31map --mem /DOS622w.iso (0xff)map --hookmap (hd0) (hd1)map (hd1) (hd0)map --hookroot (0xff)chainloader (0xff)jaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now