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
wimboot and Emulating drive 0x80
2017-05-16, 12:51
Post: #1
wimboot and Emulating drive 0x80
Hello,

I am having an issue with I think wimboot when a system using a Supermicro X11SSL-F motherboard that is rebooted through IPMI/bmc with the bootdev pxe command. When such a system uses wimboot to try and boot to a windows install the install fails due to the drive emulation detected by wimboot being 0x80 instead of 0x81 or 0x82. This is true if the drive in question directly attached to the motherboard or through a raid card.

The following config works on other motherboards rebooted with a forced pxe boot without issues and will work with the X11SSL-F motherboard if it is booted not using a command such as the following

ipmitool chassis bootdev pxe

simplest working config file:
#!ipxe
kernel http://$server/wimboot/wimboot pause=quiet
initrd http://$server/path/bootmgr.exe bootmgr
initrd http://$server/path/bcd bcd
initrd http://$server/path/boot.sdi boot.sdi
initrd http://$server/path/boot.wim boot.wim
boot

Multiple versions of ipxe and wimboot have been tried as well as different pxe and tftp servers. It always has an issue if a forced pxe boot is issued.

I do not think it is an issue with wimboot as much as an issue specific to the motherboard. I am curious if others have seen such behavior and if there is any known way to over ride the drive emulation being detected by or passed to wimboot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
wimboot and Emulating drive 0x80 - shan - 2017-05-16 12:51



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