Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
boot iso XP legacy
2020-07-29, 08:14
Post: #1
boot iso XP legacy
Hi all !
I have a problem to boot Windows XP isos on computers in legacy mode with ipxe. I have an error message: memdisk bootstrap too large to load.
No problem with other installations with wim files.
Can you help me?
Thank you!
Find all posts by this user
Quote this message in a reply
2020-07-31, 02:32 (This post was last modified: 2020-07-31 03:47 by MultimediaMan.)
Post: #2
RE: boot iso XP legacy
Booting the Installation ISO isn't what you need to be doing. You need to be booting WinPE v1.2 or BartPE, mounting an installation point, and then running %installation_drive%\%extracted_os_folder%\I386\winnt32.exe with command switches...

You might want to visit https://www.nliteos.com/ for more information....

"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
2020-07-31, 14:03
Post: #3
RE: boot iso XP legacy
Try using https://ipxe.org/wimboot instead of memdisk.
Visit this user's website Find all posts by this user
Quote this message in a reply
2020-08-03, 09:54
Post: #4
RE: boot iso XP legacy
MultimediaMan, with my winpe (2.0 it seems to me), when i run winnt32.exe, i get an error message: no system partition was found.
When I run the setup.exe, the line to install XP is grayed out.
While booting on bartpe, I come across a blue screen ...
Can you tell me where to find a winPE 1.2?
Thank you!
Find all posts by this user
Quote this message in a reply
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
2020-08-03, 12:25
Post: #6
RE: boot iso XP legacy
the diskpart sees my disk well, I do the commands, but I still get the same error message.
Thank you in advance for your help!
Find all posts by this user
Quote this message in a reply
2020-08-03, 12:40
Post: #7
RE: boot iso XP legacy
https://docs.microsoft.com/en-us/windows...ds/winnt32

try "winnt32.exe /syspart: c" or "winnt32.exe /syspart c:"

"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
2020-08-03, 14:46 (This post was last modified: 2020-08-03 14:48 by bluedark.)
Post: #8
RE: boot iso XP legacy
with the syspart command, it goes a little further but afterwards I have another error message as to convert the disk from basic to dynamic, which I did in diskpart but it doesn't work ...
whether on physical machines or hyper-v virtual machines
Find all posts by this user
Quote this message in a reply
2020-08-04, 11:11
Post: #9
RE: boot iso XP legacy
I have something new.
I recreated a winpe image with adk under windows 8.
This time when I run winnt32 I can start the installation, as the screenshot shows :
[Image: dq02.png]

BUT after 2 or 3 minutes I automatically come back on the winpe command prompt ...
Find all posts by this user
Quote this message in a reply
2020-08-04, 12:30
Post: #10
RE: boot iso XP legacy
That progress: If you dir the C: drive, what do you see?

"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
2020-08-05, 08:59 (This post was last modified: 2020-08-05 10:15 by bluedark.)
Post: #11
RE: boot iso XP legacy
this is what I get when the installation goes back to the winPE :

[Image: fdrm.png]

whether on physical machines or hyper-v virtual machines
Find all posts by this user
Quote this message in a reply
2020-08-05, 15:29
Post: #12
RE: boot iso XP legacy
I found a solution. I am using WinNTsetup4 which I run from winPE and it works. I don't know what else he does but it works so I won't look. Thank you for helping me !
Find all posts by this user
Quote this message in a reply
Post Reply 




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