Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need to make a DOS 6.22 boot usb

955 views
Skip to first unread message

Todd

unread,
Aug 22, 2014, 9:11:29 PM8/22/14
to
Hi All,

I need to make a bootable USB drive with DOS 6.22 on
it to do a bunch of BIOS flash updates.

I have an image of an old DOS 6.22 floppy drive,
but can't figure out how make it bootable on
a USB drive.

And, Free DOS crashes the flash update utility.

Many thanks,
-T

Balwinder S Dheeman

unread,
Aug 22, 2014, 11:46:21 PM8/22/14
to
On 08/23/2014 06:41 AM, Todd wrote:
> Hi All,
>
> I need to make a bootable USB drive with DOS 6.22 on
> it to do a bunch of BIOS flash updates.
>
> I have an image of an old DOS 6.22 floppy drive,
> but can't figure out how make it bootable on
> a USB drive.

Try dd if=<path_to/>msdos_6.22.img of=/dev/sdX

where X is for the USB drive; make sure the MS-DOS image bootable.

> And, Free DOS crashes the flash update utility.

--
Balwinder S "bdheeman" Dheeman Registered Linux User: #229709
Anu'z Linux@HOME (Unix Shoppe) Machines: #168573, 170593, 259192
Chandigarh, UT, 160062, India Plan9, T2, Arch/Debian/FreeBSD/XP
Home: http://werc.homelinux.net/ Visit: http://counter.li.org/

Todd

unread,
Aug 23, 2014, 12:13:02 AM8/23/14
to
On 08/22/2014 08:46 PM, Balwinder S Dheeman wrote:
> On 08/23/2014 06:41 AM, Todd wrote:
>> Hi All,
>>
>> I need to make a bootable USB drive with DOS 6.22 on
>> it to do a bunch of BIOS flash updates.
>>
>> I have an image of an old DOS 6.22 floppy drive,
>> but can't figure out how make it bootable on
>> a USB drive.
>
> Try dd if=<path_to/>msdos_6.22.img of=/dev/sdX
>
> where X is for the USB drive; make sure the MS-DOS image bootable.
>
>> And, Free DOS crashes the flash update utility.
>


Tried that. Didn't work.

Rich

unread,
Aug 23, 2014, 12:24:26 AM8/23/14
to
Todd <To...@invalid.invalid> wrote:
> Hi All,

> I need to make a bootable USB drive with DOS 6.22 on
> it to do a bunch of BIOS flash updates.

> I have an image of an old DOS 6.22 floppy drive,
> but can't figure out how make it bootable on
> a USB drive.

1) Go to google
2) type in "installing dos 6.22 on usb flash drive" in search box
3) hit "search"
4) Open third search result
(https://blogs.oracle.com/dragonfly/entry/dos_bootable_usb_flash_drive)

Todd

unread,
Aug 23, 2014, 12:35:20 AM8/23/14
to
"following steps where all done in Microsoft Windows XP"

Damn!

Any ideas how to do i in Linux?

David W. Hodgins

unread,
Aug 23, 2014, 12:49:00 AM8/23/14
to
On Sat, 23 Aug 2014 00:13:02 -0400, Todd <To...@invalid.invalid> wrote:

> On 08/22/2014 08:46 PM, Balwinder S Dheeman wrote:
>> On 08/23/2014 06:41 AM, Todd wrote:
>>> I need to make a bootable USB drive with DOS 6.22 on
>>> it to do a bunch of BIOS flash updates.
>>> I have an image of an old DOS 6.22 floppy drive,
>>> but can't figure out how make it bootable on
>>> a USB drive.
>>
>> Try dd if=<path_to/>msdos_6.22.img of=/dev/sdX
>> where X is for the USB drive; make sure the MS-DOS image bootable.

> Tried that. Didn't work.

A floppy disk doesn't have a mbr that's going to be bootable from
a usb stick. I'd try creating a fat16 primary partition on the
stick, with the bootable flag, and then copy the img to the partition,
instead of the device. I don't know if that will work, but I think
it should.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)

David W. Hodgins

unread,
Aug 23, 2014, 12:57:25 AM8/23/14
to
On Sat, 23 Aug 2014 00:49:00 -0400, David W. Hodgins <dwho...@nomail.afraid.org> wrote:

> On Sat, 23 Aug 2014 00:13:02 -0400, Todd <To...@invalid.invalid> wrote:
>
>> On 08/22/2014 08:46 PM, Balwinder S Dheeman wrote:
>>> On 08/23/2014 06:41 AM, Todd wrote:
>>>> I need to make a bootable USB drive with DOS 6.22 on
>>>> it to do a bunch of BIOS flash updates.
>>>> I have an image of an old DOS 6.22 floppy drive,
>>>> but can't figure out how make it bootable on
>>>> a USB drive.
>>>
>>> Try dd if=<path_to/>msdos_6.22.img of=/dev/sdX
>>> where X is for the USB drive; make sure the MS-DOS image bootable.
>
>> Tried that. Didn't work.
>
> A floppy disk doesn't have a mbr that's going to be bootable from
> a usb stick. I'd try creating a fat16 primary partition on the
> stick, with the bootable flag, and then copy the img to the partition,
> instead of the device. I don't know if that will work, but I think
> it should.

Forgot to add. For the mbr boot code, see
http://www.filetransit.com/view.php?id=88316

Huibert Bol

unread,
Aug 23, 2014, 2:31:09 AM8/23/14
to
Todd <To...@invalid.invalid> wrote:

> I need to make a bootable USB drive with DOS 6.22 on
> it to do a bunch of BIOS flash updates.
>
> I have an image of an old DOS 6.22 floppy drive,
> but can't figure out how make it bootable on
> a USB drive.

You could try using QEMU, just use a your DOS image instead of FreeDOS:
http://jachermocilla.blogspot.nl/2009/11/making-dos-bootable-usb-disk-from.html

--
Huibert
"Okay... really not something I needed to see." --Raven

Kenny McCormack

unread,
Aug 23, 2014, 6:28:00 AM8/23/14
to
In article <lt95j2$j9o$1...@dont-email.me>, Todd <To...@invalid.invalid> wrote:
...
>"following steps where all done in Microsoft Windows XP"
>
>Damn!
>
>Any ideas how to do i in Linux?

Actually, although not explicitly stated, the article implies that it
*was*, in fact, done under Linux, since the words after "Microsoft Windows
XP" were "virtual machine". So, you an infer (albeit at some risk), that
he was running some VM software under Linux.

Or, as another poster on this thread put it:

>You could try using QEMU, just use a your DOS image instead of FreeDOS:
>http://jachermocilla.blogspot.nl/2009/11/making-dos-bootable-usb-disk-from.html

FWIW, the VM software of choice these days for Linux users seems to be
(Sun/Oracle) VirtualBox, but of course QEMU is not to be denied. Also in
the FWIW category: I don't know if any of this helps you; you may not be
interested in *any* MS and/or Windows derived solutions.

Totally changing the subject: Have you considered network (PXE) booting
instead of USB? In my experience, more BIOSes support PXE than support USB
(I.e., I've seen BIOSes that have PXE and not USB, but never the converse).

I mention this because while I've never played with USB booting (and it
does seem from reading this thread that it is not at all trivial to setup),
I have done the PXE thing and it is trivial to boot DOS thereby (once you
have the PXE server itself setup). Granted, there are a lot of steps
involved in setting up a PXE server, but Knoppix comes with a ready-to-go
script that does it all for you, which is what I used when I did this.

--
Is God willing to prevent evil, but not able? Then he is not omnipotent.
Is he able, but not willing? Then he is malevolent.
Is he both able and willing? Then whence cometh evil?
Is he neither able nor willing? Then why call him God?
~ Epicurus

Rich

unread,
Aug 23, 2014, 9:26:12 AM8/23/14
to
You use David's suggestion of this tool:
http://www.filetransit.com/view.php?id=88316

The Natural Philosopher

unread,
Aug 23, 2014, 10:11:20 AM8/23/14
to
On 23/08/14 14:26, Rich wrote:
> Todd <To...@invalid.invalid> wrote:
>> On 08/22/2014 09:24 PM, Rich wrote:
>>> Todd <To...@invalid.invalid> wrote:
>>>> Hi All,
>>>
>>>> I need to make a bootable USB drive with DOS 6.22 on
>>>> it to do a bunch of BIOS flash updates.
>>>

which suggests to me that you wont be able to boot into a virtual
machine to do the job as some are suggesting

Need bare metal





>>>> I have an image of an old DOS 6.22 floppy drive,
>>>> but can't figure out how make it bootable on
>>>> a USB drive.
>>>

Is it a bootable disk?


>>> 1) Go to google
>>> 2) type in "installing dos 6.22 on usb flash drive" in search box
>>> 3) hit "search"
>>> 4) Open third search result
>>> (https://blogs.oracle.com/dragonfly/entry/dos_bootable_usb_flash_drive)
>>>
>
>> "following steps where all done in Microsoft Windows XP"
>
> You use David's suggestion of this tool:
> http://www.filetransit.com/view.php?id=88316
>


--
Everything you read in newspapers is absolutely true, except for the
rare story of which you happen to have first-hand knowledge. – Erwin Knoll

Michael Black

unread,
Aug 23, 2014, 12:16:59 PM8/23/14
to
How did you make the "image"?

If you just copied that floppy, stuff is probably missing so it won't
boot. You need an actual image of the boot disk, which includes some
hidden files, but also some code at the right place on the floppy that is
read and executed to pull in the rest.

That's how Linux floppies were made bootable, the boot code at on the
floppy. Even booting from a CDROM, the same arrangement is done, so one
can put a bootable floppy disk image onto a CDROM in the proper fashion
and boot from the CDROM.

I seem to recall a USB flash drive may be more complicated, certainly I've
fiddled around with doing that sort of thing and it didn't always work.

Michael

Robert Heller

unread,
Aug 23, 2014, 1:28:22 PM8/23/14
to
A USB 'drive' is something like a 'real hard drive', but not exactly. It is
different from either a CD-ROM or a Floppy as far as the BIOS is concerned.

>
> Michael
>
>

--
Robert Heller -- 978-544-6933
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
hel...@deepsoft.com -- Webhosting Services

Grant

unread,
Aug 23, 2014, 7:50:07 PM8/23/14
to
On Sat, 23 Aug 2014 12:28:22 -0500, Robert Heller <hel...@deepsoft.com> wrote:

>A USB 'drive' is something like a 'real hard drive', but not exactly. It is
>different from either a CD-ROM or a Floppy as far as the BIOS is concerned.
>
Interpretation is BIOS selectable in some cases, does USB use floppy,
CDROM or HDD emulation? In any case an older GA-G33M-DSS2R mobo I use
cannot boot from USB, so I discovered a workaround using non-msdos,
rather than burn a CD.

I'm inclined towards Henrik's solution, use native Linux.

Grant.

faeychild

unread,
Aug 23, 2014, 8:43:29 PM8/23/14
to
Kenny McCormack wrote:

Is God willing to prevent evil, but not able? Then he is not omnipotent.
Is he able, but not willing? Then he is malevolent.
Is he both able and willing? Then whence cometh evil?
Is he neither able nor willing? Then why call him God?
~ Epicurus


Read Neville Goddard. He has a very interesting interpretation.


--
--
faeychild
Running kde on 3.12.25-desktop-3.mga4 kernel.
Mageia release 4 (Official) for x86_64

Jerry Peters

unread,
Aug 24, 2014, 4:14:49 PM8/24/14
to
Had to go look on another computer to find out how I built my last dos
boot disk for a bios upgrade. Freedos wouldn't even boot so I had to
use real dos.

Syslinux, www.syslinux.org specifically memdisk, although you'll
also need to research syslinux if you intend to use it to make the USB
stick bootable.

You can also use grub or grub2 to make the USB stick bootable if
you're more comfortable with those. I'd assume LILO will also work,
but I haven't touched it in years.

Chris F.A. Johnson

unread,
Aug 24, 2014, 7:35:05 PM8/24/14
to
On 2014-08-24, faeychild wrote:
> Kenny McCormack wrote:
>
> Is God willing to prevent evil, but not able? Then he is not omnipotent.
> Is he able, but not willing? Then he is malevolent.
> Is he both able and willing? Then whence cometh evil?
> Is he neither able nor willing? Then why call him God?
> ~ Epicurus
>
> Read Neville Goddard. He has a very interesting interpretation.

I couldn't find anything he said WRT that quotation.

The only statement of his I found that made sense is, "Faith is
believing what is unbelievable." He is totally unbelievable.

--
Chris F.A. Johnson

Kenny McCormack

unread,
Aug 24, 2014, 7:46:25 PM8/24/14
to
In article <9e9qcb-...@chris.tor>,
Which is a variation on Twain:

"Faith is believing things you know ain't so."

(I'm kidding about the "variation" comment; I have no idea who said it first)

--
When people wish to comment on something on which they have personal
knowledge, but do not wish to convey the fact that it is personal
knowledge, they often qualify their statement with "it's my
understanding". For instance, it's my understanding that when some
women are depressed they sit on the futon in a Snuggie, watch Lifetime,
and eat a whole tub of Rocky Road ice cream.

Todd

unread,
Aug 24, 2014, 10:43:13 PM8/24/14
to
On 08/23/2014 07:11 AM, The Natural Philosopher wrote:
>
> Is it a bootable disk?
>

If I dd the image to a floppy (which I don't have anymore),
it will boot.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the riddle wrapped in an enigma wrapped
in a couple slices of baloney
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Todd

unread,
Aug 24, 2014, 10:46:03 PM8/24/14
to
On 08/23/2014 06:26 AM, Rich wrote:
> You use David's suggestion of this tool:
> http://www.filetransit.com/view.php?id=88316

I have tried ms-sys. It copies Free DOS stuff to
the boot sector. And, msdos 6.22 bitches about
it being the wrong version

Todd

unread,
Aug 24, 2014, 10:51:37 PM8/24/14
to
On 08/22/2014 11:31 PM, Huibert Bol wrote:
> Todd <To...@invalid.invalid> wrote:
>
>> I need to make a bootable USB drive with DOS 6.22 on
>> it to do a bunch of BIOS flash updates.
>>
>> I have an image of an old DOS 6.22 floppy drive,
>> but can't figure out how make it bootable on
>> a USB drive.
>
> You could try using QEMU, just use a your DOS image instead of FreeDOS:
> http://jachermocilla.blogspot.nl/2009/11/making-dos-bootable-usb-disk-from.html
>

msdos bitches about the files (free dos) on the boot sector not
being the right revision

Todd

unread,
Aug 26, 2014, 2:44:46 PM8/26/14
to
Hi All,

Finally got one made up.

I booted into Win 7 PE and ran "rufus", which both
comes with msdos preloaded and runs in PE mode (thoughtful
of them).

And, I flashed my first BIOS yesterday.

This shouldn't be so hard to do in Linux.

Thanks to everyone who helped me with this.

-T
0 new messages