Jump to content


GTI_Guy78

PXE boot and UEFI disk formatting on UEFI enabled devices

Recommended Posts

Hi-

 

Just wanted to see if anyone's come across something similar to the issue I'm seeing. We were using USB boot media initially to deploy Windows 10 and everything was golden. But now, we are starting to implement PXE boot, the UEFI enabled computers are getting formatted as MBR. The smsts logs stating that "Property IsUEFI is now = False".

 

Checked the BIOS > UEFI enabled > Legacy Options Roms enabled > No secure boot

 

Any ideas? I wasn't the one who built the task sequence and the disk formatting options tab has the condition:

Variable:_SMSTSBootUEFI

Condition: equals

Value: true

 

I've even tried changing this to use WMI query:

 

Select * from Win32_ComputerSystem where Manufacturer like "%Dell%"

 

Still it fails to set partition the drive as GPT and subsequently ends up being MBR.

=========

tl:dr

>SCCM 2012 1606 deploying Windows 10

>Used USB boot media on UEFI enabled devices = ALL OK

> PXE boot same UEFI device

> Task sequences partitions drives to MBR

> No bootable devices found

> switch BIOS to MBR = Boots Ok

> WTF??!!

 

Thanks.

Share this post


Link to post
Share on other sites

So it sounds like you are still PXE booting with the legacy network stack. UEFI has a different network stack that you need to enable and boot from. Depending on the vendor, the setting is usually something like PXE Internal IPV4/IPV6 or IPV4NetworkStack. When you boot with this, you are booting the system in UEFI mode and ConfigMgr will reflect that by setting _SMSTSBootUEFI=True.

  • Like 1

Share this post


Link to post
Share on other sites

Thanks for the replies. @mike.terrill was correct, my boot options were set to legacy. After a few hours of troubleshooting I found a similar thread where the person had to set DHCP option 60 = PXEClient. After I had my network team set this up I switched on PXE Network stack and am now in UEFI heaven.

 

Solution:

2 things needed:

1- Option 60

2- Fully Enable PXE Networkstack in the bios. ( i had bios set up like a hybrid uefi...i guess?)

 

Thanks to everyone for the great advice.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.