[GH-ISSUE #123] Partition Wizard x64 iso given on x86 netboot.xyz boot #55

Closed
opened 2026-02-27 14:50:10 +03:00 by kerem · 2 comments
Owner

Originally created by @scottlinux on GitHub (Dec 31, 2016).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/123

A menu option of Partition Wizard is given with a 64bit iso when booting on a 32bit CPU.

This results in an error of unable to boot into the 64bit Partition Wizard on an i686 system.

Please consider kindly adding an option for the 32bit Partition Wizard iso when booting 32bit:

www.partitionwizard.com/download/pwfree91-x86.iso

Originally created by @scottlinux on GitHub (Dec 31, 2016). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/123 A menu option of Partition Wizard is given with a 64bit iso when booting on a 32bit CPU. This results in an error of unable to boot into the 64bit Partition Wizard on an i686 system. Please consider kindly adding an option for the 32bit Partition Wizard iso when booting 32bit: www.partitionwizard.com/download/pwfree91-x86.iso
kerem closed this issue 2026-02-27 14:50:10 +03:00
Author
Owner

@ghost commented on GitHub (May 19, 2017):

@antonym: Tried something like this:

iseq ${arch} i386 && set arch_partition_x86 x86 || set arch_partition_x86 ${arch_p}
iseq ${arch} x86_64 && set arch_partition_x64 x64 || set arch_partition_x64 ${arch_p}
set util_path www.partitionwizard.com/download/pwfree91-${arch_p}.iso

But failed miserably :-P

<!-- gh-comment-id:302628718 --> @ghost commented on GitHub (May 19, 2017): @antonym: Tried something like this: ``` iseq ${arch} i386 && set arch_partition_x86 x86 || set arch_partition_x86 ${arch_p} iseq ${arch} x86_64 && set arch_partition_x64 x64 || set arch_partition_x64 ${arch_p} set util_path www.partitionwizard.com/download/pwfree91-${arch_p}.iso ``` But failed miserably :-P
Author
Owner

@antonym commented on GitHub (Nov 13, 2018):

Looks like they dropped the linux free version.

<!-- gh-comment-id:438139031 --> @antonym commented on GitHub (Nov 13, 2018): Looks like they dropped the linux free version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#55
No description provided.