The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Computer reboots after loading boot.wim
2017-02-03, 03:49
Post: #1
Computer reboots after loading boot.wim
I am chainloading iPXE then using wimboot to boot to WinPE. However, when booting up, the computer reboots after loading boot.wim. Has anyone experienced this before?

The code for boot.ipxe is the following:
Code:
#!ipxe
  
  kernel wimboot
  initrd boot/bcd         BCD
  initrd boot/boot.sdi    boot.sdi
  initrd sources/boot.wim boot.wim
boot

A link to a snapshot of the boot sequence is below
https://www.dropbox.com/s/aeh0pcn9yvfb2s...0.PNG?dl=0

It reboots right after this.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Computer reboots after loading boot.wim - monygillon - 2017-02-03 03:49



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