Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows 2012 R2 Black Screen
2017-02-26, 23:30
Post: #3
RE: Windows 2012 R2 Black Screen
Thank you for the suggestions! You are correct in that I'm using PCBIOS mode and not EFI. Here is the behavior being experienced:
http://kristianreese.com/windows.gif

I tried as suggested with less than 4GB of ram, but was met with the same black screen.

I then added the gui option, and was given a screen with a frown face (which is how I feel) and a message.
http://kristianreese.com/gui.png

Here is ipxe script:
Code:
#!ipxe
echo ======================================================================
echo freeing all loaded images to ensure wimboot works
imgfree
echo ======================================================================

set base <%= repo_url.sub(%r{/$}, '') %>
kernel <%= file_url('wimboot', true) %> gui
initrd ${base}/bootmgr                      bootmgr
initrd ${base}/boot/bcd                        BCD
initrd ${base}/boot/fonts/segmono_boot.ttf  segmono_boot.ttf
initrd ${base}/boot/fonts/segoen_slboot.ttf segoen_slboot.ttf
initrd ${base}/boot/fonts/segoe_slboot.ttf  segoe_slboot.ttf
initrd ${base}/boot/fonts/wgl4_boot.ttf     wgl4_boot.ttf
initrd ${base}/boot/boot.sdi                boot.sdi
initrd ${base}/razor-winpe.wim              boot.wim

echo ======================================================================
imgstat
echo now booting WinPE client
boot

I'm using Puppet Razor and have followed the below steps to build the winpe image:
https://docs.puppet.com/pe/latest/razor_...inpe-image

Thanks for the response. Not sure where to go from here.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Windows 2012 R2 Black Screen - kristianreese - 2017-02-26 23:30



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