Bootable USB の作り方

投稿日 : 2009年2月27日 17:01

最近のノートPCであればUSBデバイスからのブートが可能です。

そもそも固定ディスクはブート前提ですので、ブータブルのCDを作るよりも簡単にブータブルのUSBメモリなどを作ることが出来ます。

Vista や Windows 7 のブータブルUSBを作る 手順は3つだけ

  1. ドライブのフォーマットとアクティブ化
  2. コピー
  3. Boot セクタの書き込み

ドライブのフォーマットとアクティブ化

もしかしたらこれはやる必要が無いかもしれません。

コントロールパネル>コンピュータの管理>記憶域>ディスクの管理 で USBメモリを NFSでフォーマットしてアクティブにするだけでOKです。

clip_image001

コピー

元のインストールメディアの内容をそのままUSBメモリにコピーします。

Bootセクタの書き込み

後はコマンド1発でブートセクタの書き込みを行います。

コマンドプロンプトから以下のコマンドを入力します。(USBメモリがEドライブと仮定)

  E:\Boot\Bootsect /nt60 E:/

これで、ブートセクタが出来上がります。

試してみる

ノートPCのBIOSで外部記憶装置からのBootを優先にしてUSBメモリを指した状態で起動します。するとインストールDVDを読み込むようにインストールカーネルが起動します。

最近のネットブックなどでは、光学ドライブが無いのでクリーンインストールは面倒です。この方法を使えば、USBメモリからインストールが出来るだけでなく、読み込みが早いのでインストールの時間が若干短くなります。

最近は4GBくらいのUSBメモリは1000円以下で購入できるので、OSインストール用のUSBメモリを用意しておいてもいいかもしれませんね。

尚、あくまでも自己責任で。

フィードバック

# [TODAY's TOPIC] March 1, 2009

2009/02/28 20:57 by Movable Type 備忘録
自分のプロパティの書き順とか わたしの '自分ルール' はレイアウト( 高さ、幅、位置 )を先に、デザイン( フォント、色など )は後に記述する傾向かな(; ̄...

# ??????MEMO - links for 2009-03-10

2009/04/10 19:06 by Pingback/TrackBack
??????MEMO - links for 2009-03-10

# Windows 7 RC on an old pc

2009/05/07 6:54 by Junk Blog
物凄く古い自作PCにWindows 7 RCを入れてみました。...

# re: Bootable USB の作り方

2009/10/20 15:36 by blaorenam
boot you win7 on your flash disk

It surprised me to find that there are very few dead-simple guides to creating a bootable USB thumb/pen/flash drive for a Vista and/or Windows 7 installation. I cobbled together the following from VistaPCGuy and another source I don’t remember right now.

This will walk through the steps to create a bootable USB flash drive for the purpose of installing a Vista or Windows 7 OS. These instructions assume that you have a computer with Windows Vista installed on it.


Required:

USB Flash Drive (4GB+)
Microsoft OS Disk (Vista / Windows 7)
A computer running Vista / Windows 7
Step 1: Format the Drive
The steps here are to use the command line to format the disk properly using the diskpart utility. [Be warned: this will erase everything on your drive. Be careful.]

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 by typing the following into the Command Prompt window:
diskpart
list disk
The number of your USB drive will listed. You’ll need this for the next step. I’ll assume that the USB flash drive is disk 1.
Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.
select disk 1
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.
Step 2: Make the Drive Bootable
Next we’ll use the bootsect utility named ISOLEADER (download here : http://netdisk.moy.su/softs/IsobootCreator3.rar ) to make the flash drive bootable. In the same command window that you were using in Step 1:

Insert your Windows Vista / 7 DVD into your drive.
Use isoleader to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:

You can now close the command prompt window, we’re done here.
Step 3: Copy the installation DVD to the USB drive
The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive. After you’ve copied all of the files the disk you are ready to go.

Step 4: Set your BIOS to boot from USB
This is where you’re on your own since every computer is different. Most BIOS’s allow you to hit a key at boot and select a boot option.

I used these instructions to get my new Dell Mini 9 laptop loaded with Windows 7 (the PDC bits). HTH.

# Windows 7 をクリーンインストールするなら迷わずUSB

2009/10/21 12:27 by shino-blog
Windows 7 をクリーンインストールするなら迷わずUSB
コメントの入力
タイトル
 
名前
 
Url
コメント