Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: DOS with USB driver on CD  (Read 4112 times)

0 Members and 1 Guest are viewing this topic.

Linux711

    Topic Starter


    Mentor

    Thanked: 59
    • Yes
    • Programming Blog
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
DOS with USB driver on CD
« on: September 06, 2012, 12:45:41 PM »
I've always had problems with BIOS update utilities that require DOS because most comps don't have floppy drives anymore, so I end up having to burn a one-time use CD. I put DOS on the CD along with the BIOS firmware, update the BIOS, then throw away the CD. A better option would be to boot it from USB flash drive, but I often find BIOSs that don't support it. Can anyone help me make a preconfigured DOS CD that automatically mounts a flash drive so I can run the utilities? I know I could probably make it work after getting a driver and editing a billion times, but I don't want to use that many CDs. Any ideas?
YouTube

"Genius is persistence, not brain power." - Me

"Insomnia is just a byproduct of, "It can't be done"" - LaVolpe

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: DOS with USB driver on CD
« Reply #1 on: September 06, 2012, 01:08:46 PM »
You could also use a CD-RW...
I was trying to dereference Null Pointers before it was cool.

foxidrive



    Specialist
  • Thanked: 268
  • Experience: Experienced
  • OS: Windows 8
Re: DOS with USB driver on CD
« Reply #2 on: September 06, 2012, 01:23:52 PM »
xboot is a tool available for Windows to create a bootable USB stick.

You can throw a dozen ISO images at it and it will provide a menu to boot from any of them.  Quite neat.


I note that you are concerned about not being able to boot from USB but if your machine handles it then this would be an option. 
I would also recommend a CD-RW though...
« Last Edit: September 06, 2012, 01:35:03 PM by foxidrive »