Booting from usb

booting from usb stick is quite tricky. you need special boot files and a program liked HPs usb boot utility to do it iam afread.
 
installing xp from usbstick is basically a no-go

it can be done, but there's so many things to do, and variables that you might as well just use a dvd, it's not 'that' much slower


installing vista from usb is really easy, you just format the drive in a CMD window and you're done

cmd.exe
diskpart
list disk

select disk x
clean
create partition primary
select partition 1
active
format fs=fat32
assign
exit


copy vista install files to usb stick, then reboot and select boot from usb :)
 
Back
Top Bottom