Phoenix-Award Workstation bios question

rwilson

Distinguished
Dec 8, 2010
17
0
18,520
I have a Phoenix-Award Workstation bios N61PB-M2S.I want to install windows 7 on a USB Seagate 500 drive.In my bios it only list ide and sata drive and removeable boot options.There is a usb boot option.There is a bios upgrade option in bios.Would this help me? I have tried a couple of the threads on how to create a bootable usb drive using cmd but i cant get bios tp recognize.Help please

Thx richard
 


PS: there isnt a USB boot option...sorry typo
 
Here is the cmd process i have tried to use

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)

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS

(Format process may take few seconds)

ASSIGN

EXIT

Everything works fine until i get to the command format FS=NTFS it doesnt format.

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)