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
why did kernel wimboot gui fix my issue ?
2017-05-04, 16:47
Post: #1
why did kernel wimboot gui fix my issue ?
I had been using wimboot for quite some time, my chain loading pxe server looks a bit like this

Code:
lpxelinux.0 --> ipxe.krn --> wimboot -->boot.ipxe
everything had been going great, my windows MDT 2013 deployments were choochen along

My boot.ipxe was working with all our workstations models

boot.ipxe
Code:
#!ipxe
kernel http://192.168.0.1/release5_bin/wimboot
initrd http://192.168.0.1/release5_bin/bootmgr   bootmgr
initrd http://192.168.0.1/release5_bin/sources/boot.wim  boot.wim
initrd http://192.168.0.1/release5_bin/boot/BCD  BCD
initrd http://192.168.0.1/release5_bin/boot/boot.sdi     boot.sdi
imgstat
boot

then at some point we got new hardware and my boot.ipxe stopped working
HP 820 G3
Dell 5040


I did a couple things to try and resolve the issue but in the end adding "gui" to my kernel command resolved the issue.

boot.ipxe
Code:
#!ipxe
kernel http://192.168.0.1/release5_bin/wimboot gui
initrd http://192.168.0.1/release5_bin/bootmgr   bootmgr
initrd http://192.168.0.1/release5_bin/sources/boot.wim  boot.wim
initrd http://192.168.0.1/release5_bin/boot/BCD  BCD
initrd http://192.168.0.1/release5_bin/boot/boot.sdi     boot.sdi
imgstat
boot

Could someone tell me why gui command resolved the issue when everything was working without it before ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
why did kernel wimboot gui fix my issue ? - bain19 - 2017-05-04 16:47



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