• Join us on Facebook
  • Follow us on Twitter

Register Now!

Are you new to Bytesin.com?

BytesIN is a forum aimed at everything software, from Windows to gaming. We are dedicated to help you solve any software problems/errors, find the right tools & utilities AND get the latest news and guides. Join now for FREE.

Post New Reply
Results 1 to 9 of 9
  1. #1
    Drone Moandor's Avatar
    Join Date
    Mar 2010
    Posts
    30

    How to create a Windows 7/Vista bootable USB flash drive

    I was wondering it's time to make myself a bootable USB stick so I can use it whenever I need to install a fresh Windows 7 or Vista. However, I didn't find anything clear on that, so maybe if one of you geeky guys can share...
    Last edited by vexx; September 10th, 2010 at 04:31 AM.

  2. #2
    Drone Kyra's Avatar
    Join Date
    Mar 2010
    Posts
    32
    I'm interested in this too...c'mon guys...a tutorial something?

  3. #3
    High Templar vexx's Avatar
    Join Date
    Feb 2010
    Location
    Planet Mars
    Posts
    182
    Here's a tutorial on how you can create a Windos 7/Vista bootable USB flash drve:

    Format the Drive
    You will need to format the drive with diskpart from the command prompt. Keep in mind that will erase everything from the USB drive

    Plug in your USB Flash Drive
    Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”
    Find the drive number of your USB Drive using this command:
    diskpart
    list disk
    As you can see, the number of your USB drive will listed there. Remember the drive number, you will need it to perform some commands. For me, the usb flash drive was disk 5 (see the attached screenshot)

    screenshot.png

    Format the drive by typing the next commanss into the same terminal window. Replace the number “5” with the number of your usb drive disk.
    select disk 5
    clean
    create partition primary
    select partition 1
    active
    format fs=NTFS
    assign
    exit

    When that is done you’ll have a formatted USB flash drive ready to be made bootable.

    Make the Drive Bootable
    We will use the bootsect utility this time. The problem is that this command is found on the Windows 7/Vista boot cd. The problem comes when you want to create an USB bootable flash drive from an ISO image. I will cover both versions below:

    From an ISO file
    Using an archiver (I recommend 7-zip), enter the ISO image and copy all the files to the USB flash drive. Once you did that, you will have a "\boot" folder where the bootsect utility resides.

    Let's say that the drive letter for my flash drive is G:
    In the command prompt write this:
    g:
    cd g:\boot
    bootsct /nt60 g:

    and presto, you have a bootable USB flash drive

    From a bootable DVD

    Basically the same as above, only that you will need to go to the DVD's \boot folder for the bootsect utility. Let's say the DVD drive letter is I: and the USB drive G:

    First copy all the contents of the DVD on the USB flash drive
    Then at the command prompt:
    i:
    cd i:\boot
    bootsect /nt60 g:

    That's it! And oh, don't forget to check in BIOS that the USB drive is the first boot option in the list (otherwise it will take the DVD or HDD, whichever is first and has something on it to boot)

  4. #4
    Drone Moandor's Avatar
    Join Date
    Mar 2010
    Posts
    30
    excellent Vexx...great tutorial, thank you!

  5. #5
    Super Moderator alexe's Avatar
    Join Date
    Mar 2010
    Location
    Everywhere
    Posts
    310
    Great tutorial...made my day. Thanks!
    This is my signature. Be careful , my signature eats peoples !

  6. #6
    Mechanic Cornelush's Avatar
    Join Date
    Mar 2010
    Posts
    60
    Thank you ! It helped me a lot and i saved precious time!

  7. #7
    Drone
    Join Date
    Nov 2011
    Posts
    11
    Nice! thanks for the info

  8. #8
    Drone
    Join Date
    Nov 2011
    Posts
    4
    I found a tutorial at informationweek sadly can`t post urls yet
    paste this after the dotcom slash"byte"slash"howto"slash"personal-tech"slash"storage-memory"slash"231000246
    dont include "slash"

  9. #9
    Drone
    Join Date
    Nov 2011
    Posts
    4
    /byte/howto/personal-tech/storage-memory/231000246

    better this one

Post New Reply

Similar Threads

  1. Windows Vista skin on Windows XP
    By Jorjel2010 in forum Windows XP
    Replies: 10
    Last Post: 3 Weeks Ago, 06:53 AM
  2. Long windows XP boot time
    By Hallo in forum Windows XP
    Replies: 5
    Last Post: March 19th, 2012, 08:24 AM
  3. Replies: 6
    Last Post: March 2nd, 2012, 03:54 AM
  4. Replies: 3
    Last Post: May 8th, 2010, 10:03 AM
  5. Windows Vista updates - wireless connection lost after
    By Zbang in forum Windows 7 / Vista
    Replies: 2
    Last Post: April 29th, 2010, 08:11 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts