PSPerspective | Exclusive PSP Network: How to make any copy of Windows a bootable usb drive or sd card. - PSPerspective | Exclusive PSP Network

Jump to content

Choose category:
VIP backgrounds
Change width
0
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to make any copy of Windows a bootable usb drive or sd card. Rate Topic: ***** 1 Votes

#1
Guest_Wraith_*

  • Group: Guests
If you remember a while back I posted a bootable utilities thread, which could make a bootable Vista or 7 usb drive, well since the utilities don't make XP bootable usb drives, I am writing a tutorial using xcopy which is built into Windows.

  • what you will need either the ISO (you need to mount the ISO) or cd/dvd for the windows version your are going to use
  • a flash drive or sd card that is big enough for the uncompressed ISO/disc
  • administrator privileges


Ok first off we are going to open up the command manager as admin so you can (in Vista or 7) go to the start shell and search cmd then press ctrl+shift+enter or right click and run as admin.

now you will run
CODE
diskpart


In order to select the proper drive we will run
CODE
list disk


in my case I am using my PSP's 8gb memory stick which is disc 4, select which ever disc it is for you.
CODE
select disk 4




we will now have to begin the formatting process, this will not work if you format through windows.

to begin we will run
CODE
clean


now we will create a primary partition
CODE
create partition primary


now we must set the primary partition as active.
CODE
active


now for the actual formatting process this may take a while so you might want to go do something else while this is in progress.
CODE
format fs=fat32


when the drive is done formatting we will assign a letter to the drive which is simple as this command.
CODE
assign


now we will have to exit so we can copy everything to the drive.
CODE
exit



Do not format your drive through windows or this won't work -- you will also want to insert your cd/dvd or mount your ISO image at this time.

Now that we are prepared we will do the actual copying of the files over to the drive -- the optical drive I'm working from is E:\ and my drive is L:\ make sure that you use the drives that correspond with your system.

now we will preform the copy.
CODE
xcopy E:\*.* /s/e/f L:\


the command is that simple, copying the files over will take a while so again you should go do something else while this step is in progress.

After the process is done (it will return to the system32 directory) you now have a working Windows USB -- you would just need to configure your system to boot from a USB at this point.

This process should also work to copy your system to a new hard drive by formatting the drive to NTFS instead of FAT32 and copying the using
CODE
xcopy C:\*.* /s/e/f D:\
(that command is assuming that your new hard drive is set as D.

for those of you who have netbooks this is a great way to make a recovery disc for your system, I personally did this with a Windows 7 32bit recovery ISO. And I have tested this with my Windows 7 ISO and it does work.
0

#2
User is offline   GTReventon 

  • Eye Catching Beauty
  • Group: Administrators
  • Posts: 8,097
  • Joined: 26-October 08
  • Gender:Female
  • Firmware: 6.20 PRO-B9
  • PSP Type:Brite
  • PSN:GTReventon
I tried this way back but it won't work for me. But this might help in some cases. And there is a program that can do this right? smile.gif
Posted Image

Most of GTReventon's Tech News are published and created by news.softpedia.com

0

#3
Guest_Wraith_*

  • Group: Guests
QUOTE (Proton @ Apr 12 2010, 08:04 AM) <{POST_SNAPBACK}>
I tried this way back but it won't work for me. But this might help in some cases. And there is a program that can do this right? smile.gif


for Vista and 7 yes, I have a thread for that, for XP no you have to do it via command prompt.
0

#4
User is offline   SilentWarrior68 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 17
  • Joined: 03-June 10
  • Gender:Male
  • Firmware: 6.00 OF>5.00m33>5.05gen>5.00m33
  • PSP Type:Slim
i tried it dut after i restarted and i booted from the usb it just says "NO DEFAULT or UI config directive found!"
Teacher: When was the war of 1812. Student: I don't know i hate spelling


Email me at SilentWarrior68@rocketmail.com


Posted Image

Posted Image Posted ImagePosted Image
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users