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
Windows 8/Server 2012
2013-07-19, 18:46 (This post was last modified: 2013-07-20 17:09 by robinsmidsrod.)
Post: #1
Windows 8/Server 2012
Hi,

I'm going to setting up a diskless and headless computing cluster. (no monitor, keyboard, mouse)

Right now I'm in testing phase, here's my setup:
1 Win Server 2012 with MSDHCP, IIS 8, iSCSI Target and a TFTP server for undionly.
1 Diskless Node with display so I can monitor progress
1 Diskless Headless Node
Gigabit LAN
WinPE4

Windows Server Unattended Installation finishes then boots to OS at first, then I shut it down.

This is where my problems start: I turn it back on, it loads for a long time then fails, it restarts automatically then boots to Windows fine.

This is my real problem: When the boot fails and it restarts, its MAC address are all zeros. When it has its original MAC address it does NOT boot, when it restarts with the MAC address 00 00 00 00 00 that is when it boots to windows.

PS: I will be using differencing VHD's with this, one child VHD per node.

I know nothing about PHP, dynamic scripts, and databases so I used this simple script I made:

Code:
!ipxe

:retry
dhcp net0 || goto retry
set initiator-iqn computenode
set arch amd64
set keep-san 1
sanboot --drive 0x80 iscsi:${root-path}::::${mac} ||
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

Any help would be greatly appreciated. Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Windows 8/Server 2012 - hech - 2013-07-19 18:46
RE: Windows 8/Server 2012 - hech - 2013-07-21, 03:22
RE: Windows 8/Server 2012 - hech - 2013-07-21, 10:29
RE: Windows 8/Server 2012 - hech - 2013-07-21, 12:27
RE: Windows 8/Server 2012 - hech - 2013-07-21, 13:56
RE: Windows 8/Server 2012 - hech - 2013-07-23, 16:40
RE: Windows 8/Server 2012 - hech - 2013-07-24, 17:14
RE: Windows 8/Server 2012 - hech - 2013-07-25, 04:42
RE: Windows 8/Server 2012 - hech - 2013-07-25, 06:59
RE: Windows 8/Server 2012 - hech - 2013-07-28, 15:55
RE: Windows 8/Server 2012 - spooch - 2013-08-16, 03:08
RE: Windows 8/Server 2012 - hech - 2013-09-06, 12:25



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