Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sanhook appears to block internet.
2014-07-14, 03:32
Post: #5
RE: Sanhook appears to block internet.
It appears I am able to fix the above issues with the following:

Quote:#!ipxe
set netX/gateway 192.168.0.2
sanhook iscsi:192.168.0.2::::iqn.1991-05.com.microsoft:homeserver-windows7baseinstall-target
cpuid --ext 29 && set arch amd64 || set arch x86
kernel wimboot
initrd ${arch}/media/bootmgr bootmgr
initrd ${arch}/media/Boot/BCD BCD
initrd ${arch}/media/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf
initrd ${arch}/media/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd ${arch}/media/Boot/Fonts/segoen_slboot.ttf segoen_slboot.ttf
initrd ${arch}/media/Boot/Fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd ${arch}/media/Boot/boot.sdi boot.sdi
initrd ${arch}/media/sources/boot.wim boot.wim
boot

Notice the addition of the first line (set netX/gateway 192.168.0.2)... Appears to fix the issue.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Sanhook appears to block internet. - Icky - 2014-07-14 03:32



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