Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mutiboot usb dos 6.22 installer iso

Featured Replies

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

  • Author

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)

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:

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

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.