Topic: Surface Pro 3  (Read 4498 times)

Surface Pro 3
« on: May 06, 2015, 06:18:38 PM »

wingers

  • Chef
  • ***
  • Date Registered: Oct 2012
  • Posts: 163
Hi

Anyone tried booting with Win81SE on a Microsoft Surface Pro 3?

Built a 64-bit version and wrote to usb including grub2-efi

When trying to boot from the USB I get the default mountain splash come up - but no text on the screen, no menu etc and nothing happens

If I boot on another laptop it works fine

Any thoughts please

Re: Surface Pro 3
« Reply #1 on: May 06, 2015, 07:16:00 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
You may need to add surface 3 drivers.

You already have them in winre.wim.

Better to use that than the default boot.wim used by winbuilder.

You can trick it. Delete image 2 from boot.wim , then export image 1 from winre.wim into boot.wim. (Easiest to do it with gimagex)  Now run winbuilder.

https://www.autoitscript.com/site/autoit-tools/gimagex/
« Last Edit: May 06, 2015, 07:17:08 PM by SIW2 »

Re: Surface Pro 3
« Reply #2 on: May 06, 2015, 07:16:55 PM »

wingers

  • Chef
  • ***
  • Date Registered: Oct 2012
  • Posts: 163
Thanks I will give it a try

Re: Surface Pro 3
« Reply #3 on: May 06, 2015, 07:18:16 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
You will need winre.wim from your current install, i.e on your hard drive.
« Last Edit: May 06, 2015, 07:18:54 PM by SIW2 »

Re: Surface Pro 3
« Reply #4 on: May 08, 2015, 10:36:12 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Does anyone have an idea on how to copy Winre.wim in automatic by program, script from the hidden recovery partition in Win8, 8.1.
The hidden recovery partition has those attributes:
UEFI:
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes=0x8000000000000001
BIOS:
set id=27

It should be copied with something like that:
copy \\?\Volume{1de8fce6-ea4c-11de-87bd-806e6f6e6963}\\Recovery\WindowsRE\boot.wim E:\Temp
how to retrieve the Guid of the recovery partition and those attributes?
the Guid partition is not available in diskpart. We can get it with Regaentc /info, moutvol.

Any idea ? It could be useful  :thumbsup:

Re: Surface Pro 3
« Reply #5 on: May 08, 2015, 02:59:08 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
I normally use winre in my own projects. It should have machine specific drivers already, it also saves mucking around copying the rejuvenation stuff.  I have sent you a pm how I do it.

Re: Surface Pro 3
« Reply #6 on: May 08, 2015, 07:02:50 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks a lot to share it with me, I just tried it in 8.1 BIOS based, it worked nicely :thumbsup:
I will try it later on UEFI fimware and try to understand your nice script :great:
I'm fully agree with you, use Host WinRE.wim (if OS and arch match) instead of boot.wim is a good option for oem drivers, rejuvenation...

With that, it should be possible to build a custom WinPE/WinRE
by using also the Host files and without the need to use a windows ISO as source :cool:
You build may be already like that.

Re: Surface Pro 3
« Reply #7 on: May 08, 2015, 11:19:57 PM »

SIW2

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jul 2012
  • Posts: 197
I can do it with win7 using only winre and files from the hard drive. No iso needed.

Haven't got it to work properly with 8.1, because it is hard to keep track of the enormous updates.

Re: Surface Pro 3
« Reply #8 on: May 09, 2015, 09:26:34 AM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I understand for 8.1, these large updates (somehow the proof of windows 8.1 failure for desktop users) are not there to simplify the task.

good WE  :cheers:

 

Powered by EzPortal