WinPE reboot when using script
|
2019-01-22, 08:05
(This post was last modified: 2019-01-22 08:55 by geri005.)
Post: #1
|
|||
|
|||
WinPE reboot when using script
Hey guys!
Using iPXE I'm able to boot to WinPE, mount my network drive and install Windows just fine. However, I wanted to automount my network share, and start setup.exe automatically. This is how my boot.ipxe looks like: Code: #!ipxe And this is the install.bat: Code: wpeinit And finally the winpeshl.ini: Code: [LaunchApps] Using this, WinPE boots up, then right after wpeinit, it reboots the computer. What am I doing wrong here? Any help is much appreciated. |
|||
2019-01-22, 08:41
Post: #2
|
|||
|
|||
RE: WinPE reboot when using script
1. don't add bootmgr via initrd - let wimboot extract it from the .wim file
2. Have you modified boot.wim in any way, especially, have you added any drivers to it? - if yes my first suspect would be broken drivers, retry with a clean boot.wim 3. In valid format, have you tried without adding winpeshl.ini and see what happens? Use GitHub Discussions VRAM bin |
|||
2019-01-22, 08:57
(This post was last modified: 2019-01-22 09:08 by geri005.)
Post: #3
|
|||
|
|||
RE: WinPE reboot when using script
(2019-01-22 08:41)NiKiZe Wrote: 1. don't add bootmgr via initrd - let wimboot extract it from the .wim file 1. If I don't add bootmgr, I get a bad CPIO magic error. 2. Nope, fresh download, no modifications. 3. Without winpeshl it doesn't reboot, but of course my commands are not being executed. |
|||
2019-01-22, 10:59
Post: #4
|
|||
|
|||
RE: WinPE reboot when using script
So if you run your commands manually, does it work? what if you run the cmd file?
does your .cmd file have proper lineendings? You should probably investigate your CPIO issue, but hopefully not related to this. Use GitHub Discussions VRAM bin |
|||
2019-01-22, 11:12
Post: #5
|
|||
|
|||
RE: WinPE reboot when using script
(2019-01-22 10:59)NiKiZe Wrote: So if you run your commands manually, does it work? what if you run the cmd file? If I run it manually, it works perfectly fine. I tried a Windows 10 installer boot.wim before, that booted up without bootmgr, but PE refuses... |
|||
2019-02-10, 23:26
Post: #6
|
|||
|
|||
RE: WinPE reboot when using script
Check your batch file, most likely the network stack hasn't loaded. Try this instead. Once scripts finish executing from winpeshl.ini, Windows PE automatically reboots. Overwrite startnet.cmd instead if you want to leave the command prompt open.
|
|||
2020-09-22, 18:56
Post: #7
|
|||
|
|||
RE: WinPE reboot when using script
I had the same problem, my solution:
Add powershell cab to boot.wim: https://docs.microsoft.com/nl-nl/windows...windows-pe winpeshl.ini Code: [LaunchApps] and startup.ps1 Code: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 boot.wim = new created with powershell! boot.ipxe Code: :winpe_win10 |
|||
2020-09-22, 18:57
Post: #8
|
|||
|
|||
RE: WinPE reboot when using script
I had the same problem, my solution:
Add powershell cab to boot.wim: https://docs.microsoft.com/nl-nl/windows...windows-pe winpeshl.ini Code: [LaunchApps] and startup.ps1 Code: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 boot.wim = new created with powershell! boot.ipxe Code: :winpe_win10 |
|||
2020-09-22, 18:57
Post: #9
|
|||
|
|||
RE: WinPE reboot when using script
I had the same problem, my solution:
Add powershell cab to boot.wim: https://docs.microsoft.com/nl-nl/windows...windows-pe winpeshl.ini Code: [LaunchApps] and startup.ps1 Code: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 boot.wim = new created with powershell! boot.ipxe Code: :winpe_win10 |
|||
2020-09-22, 18:57
Post: #10
|
|||
|
|||
RE: WinPE reboot when using script
I had the same problem, my solution:
Add powershell cab to boot.wim: https://docs.microsoft.com/nl-nl/windows...windows-pe winpeshl.ini Code: [LaunchApps] and startup.ps1 Code: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 boot.wim = new created with powershell! boot.ipxe Code: :winpe_win10 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)