Here's how to make a bootable USB flash drive (thumb drive) on Windows XP without using a floppy disk.
Download Virtual Floppy 2.0.
It should create a virtual floppy called drive b. Open up My Computer, right click on drive b, and select Format. Select the option to create an MS DOS startup disk.
Download mkbt.
Open a dos prompt (run cmd) and cd to the mkbt directory, wherever you put it, i.e.
> cd mkbt/mkbt20/
Copy the bootsector from b: to a file:
> ./mkbt -c b: bootsect.bin
Format the flash drive to FAT 16. In My Computer, right click on the Flash drive (mine was F:) and select format. Use FAT, not FAT 32.
From the dos prompt, copy the bootsector image to the flash drive:
> ./mkbt -x bootsect.bin F:
Make sure you get the drive letters right. Finally, copy all the files from b: to f:.
The flash drive should be bootable media now, with plenty of space for extra files you might need for doing BIOS upgrades and such.
Subscribe to:
Post Comments (Atom)
Productivity and Note-taking
I told a friend of mine that I wasn't really happy with the amount of time that gets taken up by Slack and "communication and sched...
-
Update : Here are slides for this talk at OttawaJS: " Node.JS Module Patterns Using Simple Examples ". Update 2 : More Node.JS M...
-
tldr; https://github.com/73rhodes/sideflow This extension provides goto, gotoIf and while loop functionality in Selenium IDE. Selenium ...
-
Other articles in this series: REST API Best Practices: A REST Cheat Sheet REST API Best Practices: HTTP and CRUD REST API Best Practice...
No comments:
Post a Comment