Installing Windows 7 to iSCSI Target
|
2013-05-24, 18:47
Post: #1
|
|||
|
|||
Installing Windows 7 to iSCSI Target
After lots of messing around I finally got my ESXi hosts all diskless booting with iPXE. Works perfectly
I am now trying to dual boot two of my ESXi hosts using a PHP script, which seems to work. But I can't quite get Windows 7 ultimate x64 to run the installer. Using PXE to chainload iPXE, I can successfully get a DHCP request sent etc and chainload a mac address specific URL. In the hosts mac file I have the following Code: #!ipxe In boot.ipxe it's copied from the wimboot page http://ipxe.org/wimboot Code: #!ipxe If I boot without any san commands, the windows 7 installer loads no problem, but obviously finds no disks to install to. As soon as I introduce the sanhook or sanboot command into my iPXE script the installer will load the black setup start screen "Windows is loading setup files" After this I get a grey (or white) blank screen. Once again I assume I am missing something blatantly obvious. Anyone got any ideas? |
|||
2013-05-25, 10:25
Post: #2
|
|||
|
|||
RE: Installing Windows 7 to iSCSI Target
When you sanhook an iSCSI drive you'll incur 2x about 1 minute timeouts during booting of WinPE. This is unavoidable, unfortunately.
If you can't find a disk, you might be suffering from the iBFT default gateway issue. Try to add set netX/gateway 0.0.0.0 before the sanhook command in your script and it might work. You can also remove the "set keep-san 1" flag, as sanhook does that by default. That flag only impacts the sanboot command, and is deprecated. New configurations should use sanhook where hooking is needed and sanboot when booting is intended. |
|||
2013-05-28, 16:01
Post: #3
|
|||
|
|||
RE: Installing Windows 7 to iSCSI Target
ipxe script now...
Code: #!ipxe Still have the same issue with the white screen. Left it for over 10 minutes but nothing! |
|||
2013-05-29, 15:42
Post: #4
|
|||
|
|||
RE: Installing Windows 7 to iSCSI Target
I would suggest modifying the BCD to include more logging during windows loading. If that doesn't give you anything, attaching a windows debugger (windbg) seems to be the only alternative.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)