iPXE discussion forum

Full Version: iSCSI URI Bug?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a LUN limitation on sanhook? Or is this a bug? I can hook any LUN between 0-9 but nothing higher than that.

Works: sanhook --drive 0x81 iscsi:192.168.77.23:::9:iqn.2013-08.chaos.olympia.local:hyperion-boot

Error: sanhook --drive 0x81 iscsi:192.168.77.23:::10:iqn.2013-08.chaos.olympia.local:hyperion-boot

[Image: ipxe_error1.jpg]

On what could be a related note. I'm having trouble installing XenServer 6.2 using the --use_ibft switch.
The installer seems to detect the iBFT entry properly
[Image: xen1.jpg]

But it seems to always want to add a 0 to the LUN when trying to mount.
[Image: xen2.jpg]

Any help would be appreciated. Spent a whole day trying to figure this out with no progress.

Cheers,

Tom
If you look at the error URL in http://ipxe.org/err/1d7045 (from your image) you'll notice it says the LUN is supposed to be specified in hexadecimal. My guess is you've used decimal. What happens if you retry with iscsi:192.168.77.23:::a:iqn.2013-08.chaos.olympia.local:hyperion-boot? Does it connect to LUN 10?
Reference URL's