Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Suggestions
2013-07-28, 07:12 (This post was last modified: 2013-07-28 09:56 by hech.)
Post: #1
Need Suggestions
Please suggest cheap/commodity($50-$75) motherboards with socket 1155 that has LAN on Motherboard that works with iPXE perfectly Out-of-Box.

We will be using Windows 8 or Windows Server 2012.

ASRock, Gigabyte, MSI, Intel, ECS, etc... Any brand would do, I just need this to work smoothly.

I have tried:
ASRock H61M-VG4 with Realtek RTL8111/8168
Failed. MAC becomes 00:00:00:00:00:00. Long loading time followed by blue screen then reboot.

Intel DH61BF with Realtek RTL8111/8168
Failed. MAC becomes 00:00:00:00:00:00. Long loading time followed by blue screen then reboot.

Intel DH61WW with Intel 82579V
Failed. Bus-id becomes 82579LM. Long loading time followed by blue screen then reboot.

Compaq CQ40 with Realtek LAN on MoBo
Failed. Long loading time followed by blue screen then reboot.

Tried chainloading undionly.kpxe; ipxe.pxe, ipxe.kpxe, ipxe.kkpxe with specific drivers for each LAN on Motherboard. Also tried bootable .iso.

All boards install perfectly using wimboot/WinPE method but fails to boot(sometimes they boot, most times they don't).

Using Windows Server 2012, MS DHCP, MS iSCSI Target, IIS8, and Solarwinds TFTP for server.

Code:
#!ipxe

:retry
dhcp || goto retry
set initiator-iqn iqn.2010-04.org.ipxe:computenode
set keep-san 1
set netX/gateway 0.0.0.0
sanboot iscsi:192.168.1.2::::iqn.1991-05.com.microsoft:server11-${ip}-target ||
module amd64/media/bootmgr                     bootmgr        ||
module amd64/media/Boot/BCD                    BCD        ||
module amd64/media/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf    ||
module amd64/media/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf    ||
module amd64/media/Boot/Fonts/wgl4_boot.ttf    wgl4_boot.ttf    ||
module amd64/media/Boot/boot.sdi               boot.sdi        ||
module amd64/media/sources/boot.wim            boot.wim        ||
chain wimboot || reboot

Thanks.
Find all posts by this user
Quote this message in a reply
2013-07-29, 09:02 (This post was last modified: 2013-07-29 09:03 by robinsmidsrod.)
Post: #2
RE: Need Suggestions
That is really odd, because both the cards you mention are listed in the http://ipxe.org/dev/nictest page. It would be interesting if you ran through the driver test on these boards and tell us what the results are.

Your boot script looks correct.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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