I import the ISO into Rufus and get a warning - The ISO you have selected uses UEFI and is small enough to be written as an EFI System Partition (ESP). Please select the mode you want to use to write this image. (ISO Image Mode) or (ISO -> ESP Mode).
I don't get this warning when I build my ISO when not using the -WinRE template.
I build the stick any way in ISO image mode and boot to it on my device. I get a blue background screen which just hangs and nothing happens and then the PC automatically turns off after a couple of minutes.
Sorry for the slow response. I don't normally check this REPO for issues as OSDCloud is part of the OSD PowerShell Module. What Operating System are you creating your Boot Image on?
I have followed the instructions on the documentation to get wireless support working.
I have the ADK and WinPE installed to match my system.
I run the following commands to build my ISO
Install-Module OSD -Force Import-Module OSD -Force New-OSDCloud.template -WinRE New-OSDCloud.workspace -WorkspacePath C:\OSDCloud
$Params = @{ CloudDriver = 'Dell','Wifi' StartOSDCloudGUI = $true } Edit-OSDCloud.winpe @Params New-OSDCloud.iso
I import the ISO into Rufus and get a warning - The ISO you have selected uses UEFI and is small enough to be written as an EFI System Partition (ESP). Please select the mode you want to use to write this image. (ISO Image Mode) or (ISO -> ESP Mode).
I don't get this warning when I build my ISO when not using the -WinRE template.
I build the stick any way in ISO image mode and boot to it on my device. I get a blue background screen which just hangs and nothing happens and then the PC automatically turns off after a couple of minutes.
Where am I going wrong?