Blue

  • Blue

    How to Build a Bootable USB Drive? or How to Install an Operating System from a USB Device?

    • 2 Comments

    It seems that I hear this question at least once a week.  I heard the question at a user group meeting on Tuesday evening and promised that I would provide Detailed Step By Step instructions on how EXACTLY one might go about building a bootable USB device that can then be used to install an operating system to something like a netbook which has no DVD drive.  So here we go. 

    First, and this is a really, really, really, big thing. There is more than one way to accomplish this task.  You can do the whole process manually,  (Which I will demonstrate and document in a moment.) or you can download a tool and automate the whole process and have the benefit of using .ISO images.  The automated process does not warrant a blog post. Download the Windows 7 USB/DVD download tool follow the 4 step process and you are in business (at least with windows7, I have not honestly tested the tool to see if you can install other OS’s.)

    The manual process for building a USB drive to be used for operating system installations is as follows. 

    1.  Get a USB Drive of sufficient size to contain the OS installation files you desire to install.  (If you were going to install Windows 7 this drive woul dneed to be at least 4 GB in size)

    2.  Make sure the drive is completely empty of its contents.  (There should be absolutely nothing on it, if there is and you want to keep this stuff you need to move it elsewhere now.)

    3.  Plug your USB drive into a USB slot on your computer. 

    4. Make certain the drive is recognized, make a note of the drive letter.  Mine happens to be E:\

    5.  Go to the start menu and USING ADMINISTRATOR CREDENTIALS open a command prompt.  I right clicked on command prompt and chose to Run As Administrator.

    6.  Once your command prompt is open you are going to run a series of commands using the DiskPart utility. 

    Type DISKPART and hit Enter 

    diskpart 1

    The output form disk part will look like the image on the left. 

     

     

     

     

     

     

    7.  Once DiskPart is open you need to decide which Disk is your USB drive.  By default your internal hard disk was assigned the first ordinal disk number which is 0.  if you have any additional internal disks they will be assigned then ext ordinal numbers 1, 2 etc.  In my system and probably yours too I only have one internal disk and so I’m pretty confident that my USB drive is going to be assigned DIsk1.  however we need to be certain so we type the following command.

    Type LIST DISK and hit Enter

      list disk 2

     

    As you can see the output of the List Disk command shows each of the assigned disks.  In this case you can see my internal hard disk and the USB disk.  Make sure you verify the label of the disk with the size of your USB drive.  In my case the USB disk is in fact DISK 1.

     

     

     

     

    8. Now that we have DiskPart running and we have identified the USB disk we are going to run a series of commands.  Each command is entered and run until it is completed before executing the next command.  For simplicity sake I will document each command  in order of operation and then show the output of the commands in a single image. 

    Type Select Disk 1 and then hit Enter

    Type Clean and then hit Enter

    Type Create Partition Primary and then hit Enter

    Type Select Partition 1 and then hit Enter

    Type Active and then hit Enter

    Type Format FS=NTFS and then hit Enter

    format complete

    Type Assign and then hit Enter

    Type EXIT and then hit Enter

    assign and exit

    9.  Keep the command prompt open because we aren’t finished quite yet.  While we have the drive prepped we don’t actually have anything on it to install.  At this point you need to put the DVD of whatever it is you want to install into your DVD drive.  I am going to assume you are installing a windows operating system.  If that is the case you will go back to you command prompt and change to the DVD drive to a directory called BOOT on the DVD. 

    Type D: cd boot and then hit Enter

    Type Bootsect.exe /nt60 E: and then hit Enter

    bootcode

    10.  Now your USB drive is ready for action.  Just one last step.  Using Windows Explorer go to the DVD and copy ALL of the files to the USB drive. 

    copy dvd contents

    In my case the file copy took about 23 minutes give or take a few.  Once the file copy is complete you have a USB drive that is ready to install operating systems. 

    At this point you must be certain that the BIOS on the device that you are going to be installing to has been configured to boot from the usb device.  I put it first in the boot order.  Other than that one small change to the hardware you are ready to go.  Happy installing! 

Page 3 of 213 (213 items) 12345»
Past Posts
  • Blue

    Photo Story 3

    • 0 Comments
    I love technology! One of my favorites is digital photography. Remember the days when your camera took 24 or 36 exposures and then you had to take the film in for processing. When you got the pictures back there were usually 8 or 10 of them that were...
  • Blue

    Fear Factor Friday

    • 0 Comments
    Fear is definitely a factor for me! How about you? I am not talking about the kind of fear that is portrayed on Fear Factory on television 5 nights a week. Let me run that show, I’ll give you fear. Eating bugs, jumping cars, and trying to balance on dangerous...
  • Blue

    Whats in a Name?

    • 0 Comments
    2500 years ago the Greek poet Pindar wrote “Language exerts hidden power, like a moon on the tides.” I have always loved the power of words. The right words carefully chosen and skillfully delivered at the right place, at the right time, and...
  • Blue

    The Code Room Breaking in to Vegas

    • 0 Comments
    If there is a reason for high security and the advanced bending of personal privacy concerns it exists in Las Vegas, Nevada. The money streams in and out and around this relatively small geographical area. The men and women who are tasked with security...
  • Blue

    Saving the Planet!

    • 1 Comments
    Always respect the dreams of children. They will inevitably grow! A long time ago I was a kid with a dream. I really wanted to make a difference in this world. I was going to cure cancer, or discover a new energy source, or spend my life in researching...
  • Blue

    Weekly World News

    • 0 Comments
    I know I never post stuff on the weekends but this had to be posted. I was in my local grocery store this evening buying the essentials for Sunday dinner. As i stood in line at the check stand i happened to catch the headline on the Weekly World News...
  • Blue

    Windows Server 2008 Server Manager

    • 0 Comments
    As an IT professional I remember the days of having to move from tool to tool inside the Windows Interface in order to successfully manage my servers. Even with the use of the Microsoft Management Console there was still way to much maneuvering for my...
  • Blue

    MBSA 2.0

    • 0 Comments
    So you know I have strong opinions about hackers. Anyone know the difference between a great hacker and a great Network Administrator? A paycheck! The truth is that in order to be a good network admin you need the skills to know and understand...
  • Blue

    SQL 2008 Building Occasionally Connected Systems

    • 1 Comments
    Building Occasionally Connected Systems With mobile devices and workers on-the-go, occasionally connected has become a way of life. SQL Server 2008 delivers a unified synchronization platform that enables consistent synchronization across applications...
  • Blue

    SQL 2008 Table Value Parameters and Merge

    • 0 Comments
    Table Value Parameters + MERGE statement In many customer scenarios, it is necessary to pass a set of table structured values (rows) to a stored procedure/function on the server. These values may be used for populating/updating a table directly or for...
  • Blue

    Thinking about IPv6

    • 0 Comments
    Here it is the first of a set of entries that will probably move my neglected blog to another level. I have been seriously considering IPv6. I have also been considering making a short educational yet fun segment about IPv6. It seems there is not a glut...
  • Blue

    Zotob.A

    • 0 Comments
    You have to admire the speed and agility of the hacking community. On August 9, 2005 Microsoft announced the release of Security bulletin MS05-039 to fix a Plug and Play vulnerability in the Windows Operating System. A mere 5 days later Zotob.A was spotted...
  • Blue

    BitLocker Drive Encryption

    • 1 Comments
    Tying a hard drive to a Trusted Platform Module (TPM) through the use of PKI and encryption keys is an incredibly effective methodology for protecting the operating system drive. Microsoft introduced support for Bitlocker with Windows Vista and both continues...
  • Blue

    How to Stop All of Those Unwanted Programs that Automatically Run at Startup!

    • 2 Comments
      Download AutoRuns here. One of the things about being an IT guy is that everyone asks for technical support.  I have worked out a general understanding with my neighbors and friends that I will gladly help them with their technical support...
  • Blue

    Windows Server 2008 R2 SP1 :The Operating System of the Private Cloud. Time to Install Your Trial Edition for Free. (Head in the Clouds Episode 1)

    • 0 Comments
    Everyone is talking about Cloud.  There are all kinds of claims but no one is actually showing you how to actually build it.  I want to show you how to actually implement some of the cloud solutions you have undoubtedly heard so much about. ...
  • Blue

    System Center Virtual Machine Manager

    • 0 Comments
    Virtualization is upon us. It is not trivial to think of managing large number of virtual machines. In response to the obvious need Microsoft introduces System Center Virtual Machine Manager. My friend and coworker Keith Combs has recorded a great screencast...
  • Blue

    Storage Management and iSCSI in a Microsoft World

    • 0 Comments
    My friend Keith Combs has blogged a discussion of Storage management solutions including the best discussion of iSCSI I have ever read. In the world of Information Systems management we often classify networks by their size or number of users. Many hardware...
  • Blue

    SQL 2008 New Date/Time Data Types

    • 0 Comments
      New Date/Time Data Types SQL Server 2008 introduces new date and time data types: · DATE – a date only type · TIME – a time only type · DATETIMEOFFSET – a time zone aware datetime type · DATETIME2 – a...
  • Blue

    Remembering Fahrenheit 451 during CES 2007

    • 0 Comments
    I love electornics! There is something about the way they smell fresh out of the box. The feeling of seeing the lights for the first time. The buttons, the gizmos, the form factor in my hands or on the wall or on the table. It makes me smile just thiinking...
  • Blue

    Hyper-V: Microkernelized or Monolithic

    • 2 Comments
    Type 2 Hypervisors (Virtual PC, VMware workstation, Virtual Server 2005R2 etc.) all have one thing in common.  They all have 2 Hardware abstraction Layers (HALs,) which means in a nutshell that they are useless for any kind of infrastructure workload...
  • Blue

    Next Generation Networking and the New TCP/IP Stack

    • 1 Comments
    TCP/IP is the nuts and bolts of speed in a network. I recorded a short video highlighting some of the changes to the IP Stack in Windows Vista and Windows Server 2008. Enjoy the Video. I have included the link to the Power Point deck referenced at the...
  • Blue

    Chris Henley Acquires Remington 887 Nitro Mag

    • 1 Comments
        "Born of the gun making expertise that brought you the best-selling, most trusted shotgun of all time – the Model 870™ – the new Model 887™ Nitro Mag is an armor-clad warrior here to carry the torch of our great...
  • Blue

    Info from Santa Clara Launch

    • 0 Comments
    Q You did a demo recovering from the Blue Screen of Death. What is that feature called and how does it work? A The Feature is called Startup repair. You can read more about it here. http://windowshelp.microsoft.com/Windows/en-US/Help/5c59f8c1-b0d1-4f1a...
  • Blue

    How To Build A Private Cloud (Part 4)

    • 0 Comments
    TechNet Webcast: How to Build a Private Cloud (Part 4): The Self-Service Portal, the Muscles of a Private Cloud Download WMV Download | WMA | MP3 In this session, we discuss the self-service portal and demonstrate how to install, configure, and potentially...
  • Blue

    Network Access Protection Overview

    • 0 Comments
      One of the most time-consuming challenges for administrators is ensuring that computers that connect to private networks are up to date and meet the preset health policy requirements. Enforcing requirements is even more difficult when the computers...
Page 3 of 9 (213 items) 12345»