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 7 installer won't see a FreeBSD target via IPXE
2013-12-30, 13:57
Post: #1
Windows 7 installer won't see a FreeBSD target via IPXE
Hi,
I installed a target on FreeBSD 10.0-RC3 with ctl. The target can be formatted in Windows 7 Ultimate by using iSCSI in control panel and Windows computer manager-Disk Management.

When I click the properties of the disk, it shows:
FREEBSD CTLDISK SCSI Disk Device
...
Location Bus Number 0, Target Id 0, LUN 0

Back in the control panel, the Discovered targets are:
iqn.2003-05.ca.pcccom:target0

I made an IPXE USB by using make bin/ipxe.usb embed=/usr/local/ipxe/script.ipxe

The script is like this:

#!ipxe
#create a unique string for our client iqn
set initiator-iqn iqn.2003-05.ca.pccom:iscsiboot-${net0/mac}
dhcp net0
#perserve iscsi connection
set keep-san 1
#This must be change to the name and IP of your iscsitarget
sanboot iscsi:192.168.0.125::::iqn.2003-05.ca.pccom:target0
I booted the computer from the USB. I tried to install a demo LINUX from http://ipxe.org. It worked. Seems IPXE has no problem.

The problem is that when I start installing Windows 7 from DVD, it won't find the iSCSI target.
If it is the router problem, please help me to add a command.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Windows 7 installer won't see a FreeBSD target via IPXE - frankpeng - 2013-12-30 13:57



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