answersLogoWhite

0

How do you make usb drive bootable?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

It depends on which operating system you want to boot on your flash drive. I have been using an application called Bootsage to create a Windows 7 installer flash drive or a WinPE bootable environment, and it seems to work very well. It runs under Windows XP as well as Windows 7.

http://firesage.com/bootsage

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you make a bootable USB?

One good way is to get Ultimate Boot CD 4 Windows and use it to make a bootable USB. It will give you some good tools on that drive.


How can I create a bootable USB drive using the CD F command?

To create a bootable USB drive using the "CD F" command, you can use a tool like Rufus or Win32 Disk Imager. These tools allow you to select the ISO file of the operating system you want to install on the USB drive and then write it to the drive using the "CD F" command. This process will make the USB drive bootable and ready for installation.


Can you install unbuntu on a USB hard drive with the USB installer thing?

If there is sufficient space in the USB drive, it is possible to create a bootable USB from the original downloaded .iso image.


What does the dell 32-bit diagnostics package allow the user to?

create a bootable usb flash drive bootable diskette set bootable hdd image file


What is a copy of the entire volume on which Windows is installed to another bootable media such as CD or USB Drive?

drive image


What is a copy called of the entire volume on which Windows is installed to another bootable media such as a CD or USB drive?

Drive Image


What are some software utilities that will help to create a bootable USB flash drive?

A great software utility that will help you to create a bootable USB flash drive is the Rufus Company, which is not protected and you will be able to sell, distribute, or modify any part of the software to suit your needs.


What is a copy of the entire volume on which windows is installed to another bootable media such as cds or usb drives?

Drive image


How do you install window from usb drive for Gx270 Dell.?

You will first need to create a bootable USB which contains the Windows you would like to install. You can use the Windows 7 USB/DVD Download Tool.


How can you make your 2 GB Moser Baer Pen Drive Bootable?

It depends on which operating system you want to boot on your flash drive. I have been using an application called Bootsage to create a Windows 7 installer flash drive or a WinPE bootable environment, and it seems to work very well. It runs under Windows XP as well as Windows 7. http://firesage.com/bootsage Here is a utility which make bootable pendrive in few very simple steps... http://techwek.com/2011/09/22/download-free-software-iso-to-usb-to-make-bootable-pen-drive-in-windows-7-vista-xp/


How do you reinstall win xp using USB device?

1. Make an ISO copy of Your Win XP 2. Prepare Your USB device (min. capacity 1GB) using RUFUS (free app for making bootable USB) 3. Make sure You set USB device as first bootable device in BIOS 4. Reinstall Your Win XP


How do you add enable boot from USB drive into the bios boot order?

In order for a computer to boot from a USB drive, the BIOS must support it. If it does not, you will need to find an upgrade for your BIOS. In most cases, the support for USB booting will never be available for systems that didn't support it to begin with.bootable USB guide, here we assume that you are using either Vista or Windows 7 to create a bootable USB.1. Insert your USB (4GB+ preferable) stick to the system and backup all the data from the USB as we are going to format the USB to make it as bootable.2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator.3. When the Command Prompt opens, enter the following command:DISKPART and hit enter.LIST DISK and hit enter.Once you enter the LIST DISK command, it will show the disk number of your USB drive. In the below image my USB drive disk no is Disk 1.4. In this step you need to enter all the below commands one by one and hit enter. As these commands are self explanatory, you can easily guess what these commands do.SELECT DISK 1 (Replace DISK 1 with your disk number)CLEANCREATE PARTITION PRIMARYSELECT PARTITION 1ACTIVEFORMAT FS=NTFS(Format process may take few seconds)ASSIGNEXITDon't close the command prompt as we need to execute one more command at the next step. Just minimize it.5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I use "D" as my optical (DVD) drive letter and "H" as my USB drive letter.6. Go back to command prompt and execute the following commands:D:CD BOOT and hit enter. Where "D" is your DVD drive letter.CD BOOT and hit enter to see the below message.BOOTSECT.EXE/NT60 H:(Where "H" is your USB drive letter)7. Copy Windows DVD contents to USB.You are done with your bootable USB. You can now use this bootable USB as bootable DVD on any computer that comes with USB boot feature (most of the current motherboards support this feature).Note that this bootable USB guide will not work if you are trying to make a bootable USB on XP computer.