MSFN Forum: mutiboot usb dos 6.22 installer iso - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

mutiboot usb dos 6.22 installer iso Rate Topic: -----

#1 User is offline   illusions 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 18-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 November 2012 - 11:06 AM

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.22
map --mem /DOS622.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)


on cd boot

config.sys ------------------------

DEVICE=HIMEM.SYS /testmem:off
FILES=30
BUFFERS=20
DEVICE=eltorito.sys /D:vir


LASTDRIVE=Z

autoexec.bat ------------------------

@echo off
rem load cd content to virtual cdrom x:
MSCDEX /D:vir /L:x
path a:;c:;c:\dos;c:\supp;c:\windows;x:;x:\win311;x:\dos

cls
echo.
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 computer
echo.
pause
echo.
echo * Launching MS-DOS 6.22 Setup...
x:
SETUP.exe


#2 User is offline   illusions 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 18-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 November 2012 - 11:52 AM

ah ... finally figure it out



title MS-DOS 6.22 - iso\n Install MS-DOS 6.22 or Windows 3.31
map --mem /DOS622w.iso (0xff)
map --hook
map (hd0) (hd1) <-------------
map (hd1) (hd0) <-------------
root (0xff)
chainloader (0xff)

#3 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,576
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 24 November 2012 - 12:38 PM

View Postillusions, on 24 November 2012 - 11:52 AM, said:

ah ... finally figure it out



title MS-DOS 6.22 - iso\n Install MS-DOS 6.22 or Windows 3.31
map --mem /DOS622w.iso (0xff)
map --hook
map (hd0) (hd1) <-------------
map (hd1) (hd0) <-------------
root (0xff)
chainloader (0xff)


Actually you should in theory also hook the re-mapping of the hard disks:

Quote

title MS-DOS 6.22 - iso\n Install MS-DOS 6.22 or Windows 3.31
map --mem /DOS622w.iso (0xff)
map --hook
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
root (0xff)
chainloader (0xff)



jaclaz

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy