DOS isn’t widely used anymore, but you’re still likely at some point
to need to boot into a DOS environment. Windows’ built-in formatting
utility lets you create a DOS-bootable floppy drive, but not a USB
drive. Here’s how to get around that.
DOS may be a relic of the past, but you wouldn’t know that from reading instructions written by manufacturers for BIOS updates,
firmware-updating utilities, and other low-level system tools. They
often require you to boot into DOS to run the utility. We once formatted
our floppy disks with MS-DOS using the format utility built into
Windows, but most computers don’t have floppy disk drives anymore. Many
no longer even have optical disc drives. Fortunately, there’s a free
third-party utility that lets you quickly create a DOS-bootable USB
drive.
Step One: Use Rufus to Format Your USB Drive
Windows’ built-in formatting utility doesn’t allow you to select the
“Create an MS-DOS startup disk” option when formatting a USB drive—the
option is grayed out in Windows 7 and not available at all in Windows 8
and 10. Instead, we’ll be using a tool named Rufus. It’s a fast, free,
lightweight application that includes FreeDOS.
First, download Rufus and launch it. Rufus is a portable app that doesn’t require any installation—you will see the Rufus application as soon as you launch the downloaded .exe file.
Creating a DOS-bootable USB drive in Rufus is simple. First, connect
your USB drive to the computer and select it in the “Device” dropdown
menu.
Note that this process will erase the contents of your USB drive, so
make sure you’ve backed up any important files on the USB drive first.
From the “File System” dropdown menu, choose the “FAT32” format. The
DOS option requires FAT32 and isn’t available for the other file system
options like NTFS, UDF, and exFAT.
Select the “Create a bootable disk using” option and then choose “FreeDOS” from the dropdown menu next to that option.
Click the “Start” button to format the disk and copy the files necessary to boot into FreeDOS.
The formatting process should be extremely quick—usually a matter of
seconds—but it can take longer depending on the size of your USB drive.
Step Two: Copy Your Files Over
You have probably created this boot drive because you have a
DOS-based program to run, such as a BIOS update utility or another
low-level system program. To actually run these files from DOS, you will
need to copy them over to your newly-formatted USB drive. For example,
you may have a BIOS.BIN and FLASHBIOS.BAT file you need to run in DOS.
Copy these files into the root directory of the USB drive after
formatting it.
Step Three: Boot Into DOS
You can now boot into DOS by restarting your computer with the USB
drive connected. If your computer does not automatically boot from the
USB drive, you may need to change your boot order or use a boot menu to select the device from which you want to boot.
Once you are in DOS, you can run the program you copied to your USB
drive by typing its name at the DOS prompt. Follow any instructions
provided in the manufacturer’s documentation to run the application.
Comments
Post a Comment