Create a Bootable FreeDOS USB Drive on Windows

September 9, 2009 by Linerd · Leave a Comment
Filed under: HowTo, windows 

Why a Bootable USB Drive?

Most computers sold these days don't have a 3.5" floppy drive, yet many computer manufacturers still only provide BIOS flash utilities that require booting to a DOS environment. Luckily there is a free version of DOS called FreeDOS and a utility called UNetbootin to the rescue. Using these two free programs you can create a bootable USB drive that will enable you to flash your BIOS.

If you're looking for the directions to do this on Linux, check out the posts titled Create a Bootable FreeDOS USB Drive on Linux With UNetbootin and Create a Bootable USB Drive with Ubuntu and FreeDOS.

Download and Run UNetbootin

Download the Windows version of UNetbootin from the UNetbootin homepage on SourceForge.net and save it to your computer. Insert an empty USB drive into one of your USB ports. Double click the unetbootin-windows-latest.exe file you downloaded to start the program.

Install FreeDOS to Your USB Drive

Click the drop down arrow for the == Select Distribution == field and select FreeDOS.

UNetbootin on Windows with FreeDOS

UNetbootin on Windows with FreeDOS

If you only have one USB drive plugged into your computer, then you should be all set with the defaults. Otherwise, select your preferred USB drive from the Drive field and then click OK. UNetbootin will then begin to download FreeDOS and install it to your USB drive.

UNetbootin on Windows Downloading and Installing FreeDOS

UNetbootin on Windows Downloading and Installing FreeDOS

Once the process is complete, click Exit.

Copy the BIOS Flash Utilities

Assuming your reason for creating you bootable USB drive was to flash your BIOS, you now need to copy the BIOS flash utilities from you computer manufacturer to the USB drive.

Reboot

You can now reboot your computer to boot up to the USB flash drive. Make sure to set your computer's BIOS to boot to USB. Once you boot to FreeDOS you will end up at an A:\> prompt. The files you copied to flash the BIOS should be found under the C:\ drive. Just enter

c:

at the A:\> prompt to access the C drive. You can then see the files with the DIR command.

Create a Bootable FreeDOS USB Drive on Linux With UNetbootin

September 1, 2009 by Linerd · 2 Comments
Filed under: HowTo, Ubuntu, linux 

I've previously shown how to create a bootable USB drive with Ubuntu and FreeDOS. While the technique in that post is educational, there is a much easier way. Use UNetbootin to do the work for you.

Install UNetbootin

You can download UNetbootin from SourceForge, or it may already be available in your Linux distro's repositories. To install it in Ubuntu, open a terminal window and enter

sudo apt-get install unetbootin

Run UNetbootin

Insert your blank USB drive into one of your USB ports first.
You can launch UNetbootin on Ubuntu through the menu at Applications→System Tools→UNetbootin.
You can also launch from the command line with the unetbootin command. You may get prompted to enter your password. UNetbootin should detect your USB drive automatically and select it.

Download and Install FreeDOS

Click the Select Distribution button and choose FreeDOS.

UNetbootin with FreeDOS selected

UNetbootin with FreeDOS selected

UNetbootin will begin downloading FreeDOS for you and install it to your flash drive.

UNetbootin Downloading FreeDOS

UNetbootin Downloading FreeDOS

Once the process is complete, you can reboot your computer. Make sure to set your BIOS to boot to USB.

UNetbootin Done

UNetbootin Done

Next Page »