Topic: Combine x64 & x86 in one ISO?  (Read 6979 times)

Combine x64 & x86 in one ISO?
« on: October 23, 2015, 02:26:12 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Does Windows 10 allow Duel Boot?      :confused:
I copied the Multi-WIM into Win10PESE and it copied all files
but didn't duel boot. Checked the bcd and everything look fine.

Re: Combine x64 & x86 in one ISO?
« Reply #1 on: October 23, 2015, 03:35:41 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Explain "It did not dual boot"
You can only boot one OS at a time...   :tongue:

Your should of been able the press F12 to get into your Boot Manager and then from there select UEFI USB or Legacy USB boot
then it should display the Boot Menu Options..
One UEFI option
Two legacy Options


« Last Edit: October 23, 2015, 03:36:10 PM by KYHI »

Re: Combine x64 & x86 in one ISO?
« Reply #2 on: October 23, 2015, 05:19:30 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
I am trying to duel boot Win10PESE, not Windows 10

I am using Version : 10.0.10240.16384
10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO
My host computer is Windows 10 64 bit

I copied the Multi-WIM script into Win10PESE and it copied all files
but didn't duel boot. Checked the bcd and everything look fine.

Only trying to boot one OS at a time.
Worked great in Win8.1SE and Win8E SE.

Re: Combine x64 & x86 in one ISO?
« Reply #3 on: October 23, 2015, 05:30:34 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909

Maybe you can post a pic of \Boot\BCD and  \efi\microsoft\boot\bcd
« Last Edit: October 23, 2015, 05:37:46 PM by KYHI »

Re: Combine x64 & x86 in one ISO?
« Reply #4 on: October 23, 2015, 07:15:39 PM »

mynhow

  • Jr. Chef
  • **
  • Date Registered: Oct 2015
  • Posts: 43
Hi Prz42.

Have you exported one boot.wim to another one (using imagex /export)? Because if you did it doesn't work. You need to copy the second boot.wim to another folder.  Ex: /sources/boot2/boot.wim

And you need to edit bcd file including a new entry, setting the path and a name/description.

Re: Combine x64 & x86 in one ISO?
« Reply #5 on: October 23, 2015, 07:26:33 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I copied the Multi-WIM script plugin into Win10PESE and it copied all files

Well,
As written on FAQ
Quote
Q: Where to find project specific plugins ?
A:
As princaple we %99 put project specific plugins to projects  :thumbsup: :thumbsup:
.....

The only reason for not including these specific Plugins on new projects,
    They are not tested or they are not ready..


If you put a Special Plugin that does not exists inside distribution by only copying from other project,
Don't expect them to work out of box  :thumbsup:

 and if they do not work, it is expected.  :thumbsup:

Further, next post....

Re: Combine x64 & x86 in one ISO?
« Reply #6 on: October 23, 2015, 07:36:34 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
This remind me old idea, up to ChrisR :

on "Create ISO"
a checkbox saying=Exclude 'Run From CD'
with tooltip="Excludes 'Programs' folder and 'CdUsb.Y' file"

This is a *General solution for "Multi Architecture" and "Multi Project" scenarios (limit is the sky),
 sharing same "Programs"...

Further is up to end user getting "ufd" bootable or "iso bootable" by adding all results ;)

ps:
Chris, please move Programs and CdUsb.Y back forth via \ISO\TargetImage (or \ISO\TargetImage\RunFromRam or ...)

Since TargetImage folder is already junctionable for speed via plugin, no need another folder ;)
 and on my side, no need to work on Junction plugin  :lol:

:turtle:

Re: Combine x64 & x86 in one ISO?
« Reply #7 on: October 23, 2015, 10:21:32 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
To get the Classic Boot Loader
bcdedit /store "xxxx\Boot\bcd" /set {default} bootmenupolicy legacy
bcdedit /store "xxxx\efi\microsoft\boot\bcd" /set {default} bootmenupolicy legacy

ila_rendered

I added bootmenupolicy legacy also for Win10 in PostConfig plugin on server  :thumbsup:

(limit is the sky),
I believe I can fly I believe we can touch the sky :lol:

Re: Combine x64 & x86 in one ISO?
« Reply #8 on: October 23, 2015, 10:27:51 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I had enabled > bootmenupolicy legacy < just to get the "Windows is loading" bar

Re: Combine x64 & x86 in one ISO?
« Reply #9 on: October 23, 2015, 10:40:57 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I believe I can fly I believe we can touch the sky
I think about it every night and day
Spread my wings and fly away
http://www.azlyrics.com/lyrics/rkelly/ibelieveicanfly.html

listening now....


What do you think about CreateISO checkbox idea  :tongue:

:turtle:

Re: Combine x64 & x86 in one ISO?
« Reply #10 on: October 23, 2015, 11:03:20 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I'm not there the next days, to mature  :thumbsup:
In Multi-Wim there is already (more or less manual):
"Copy programs folder from previous build with another source-architecture"
"Copy folder with programs from previous build they are disabled in the master build" with do not overwrite existing files.

See you,
:cheers:


Re: Combine x64 & x86 in one ISO?
« Reply #11 on: October 23, 2015, 11:12:28 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I'm not there the next days, to mature  :thumbsup:
I verrrry fully understand you.  :thumbsup:

:turtle:

Re: Combine x64 & x86 in one ISO?
« Reply #12 on: October 24, 2015, 11:02:00 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513

Maybe you can post a pic of \Boot\BCD and  \efi\microsoft\boot\bcd
Pic from Boot\BCD
ila_rendered
It didn't create a efi BCD, but my computer doesn't use efi.

« Last Edit: October 24, 2015, 11:07:10 PM by Prz42 »

 

Powered by EzPortal