Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
boot iso XP legacy
2020-08-03, 10:03 (This post was last modified: 2020-08-03 11:04 by MultimediaMan.)
Post: #5
RE: boot iso XP legacy
With WinPE 1.2 or WinPE 2.0 when running winnt32.exe it assumes that you have first created a formatted partition...

https://docs.microsoft.com/en-us/windows...d-examples

You can write a simple script to do this:
Code:
#REM partition + format script as format-me.txt
select disk 0
clean
create partition primary
format quick fs=ntfs label=SYSTEM
assign letter=c

Run:
Code:
diskpart /s format-me.txt

It goes without saying the above script is rather permanent in it's effects without some other 3rd. party disk tools...

Then try wint32.exe...

If you have to load OEM drivers for a Disk controllers your WinPE AND your Windows XP Installation Point must have them slipstreamed in.

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
boot iso XP legacy - bluedark - 2020-07-29, 08:14
RE: boot iso XP legacy - mcb30 - 2020-07-31, 14:03
RE: boot iso XP legacy - bluedark - 2020-08-03, 09:54
RE: boot iso XP legacy - MultimediaMan - 2020-08-03 10:03
RE: boot iso XP legacy - bluedark - 2020-08-03, 12:25
RE: boot iso XP legacy - bluedark - 2020-08-03, 14:46
RE: boot iso XP legacy - bluedark - 2020-08-04, 11:11
RE: boot iso XP legacy - bluedark - 2020-08-05, 08:59
RE: boot iso XP legacy - bluedark - 2020-08-05, 15:29



User(s) browsing this thread: 1 Guest(s)