USB Boot Disk

We’re building a load of laptop kit. Problems with the WAN make PXE booting impossible for now, and the laptops don’t have optical drives. Obviously a USB Flash boot disk is the answer. It’s worth a quick note as to how to create these:

Insert the USB Stick into a computer running the Vista or Windows 7, then use diskpart:

diskpart

select disk 2*

clean

create partition primary

select partition 1

active

format fs=fat32

assign

exit

Now create Task Sequence media boot ISO. Mount the ISO and copy the contents to the USB stick.

Easy as that!

*NB: The value of disk 2 is the USB Stick’s disk ID. You can find this in Disk Manager.

 

Advertisement

2 comments so far

  1. James on

    Will format fs=fat32 work in WinXP? Will any of this work in XP?

    • John Quirk on

      Hi James,
      Yes and yes. We’ve been using this to deploy XP images for a few years!

      Hope that helps

      JQ


Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

Please log in to WordPress.com to post a comment to your blog.

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.