iPXE discussion forum
Boot a FC volume using IPXE - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Boot a FC volume using IPXE (/showthread.php?tid=16793)



Boot a FC volume using IPXE - mvpnitesh - 2018-11-29 08:31

Hello, I have a FC volume(this volume has OS written onto it) created on the SAN and I've attached to a Server(Baremetal). Now i want to boot that volume using IPXE. I know that using sanhook we can boot ISCSI volume. From this "https://ipxe.org/sanuri" link i found that we can use fcp i.e fibre channel protocol and boot the FC volume.

When I tried it

#!ipxe

sanhook --driver 0x80 fcp:10:00:70:10:6F:76:FC:32:0001

I'm getting this error: "Could not open SAN device: Error 0x3f142083 (http://ipxe.org/3f142083)"

Any suggestions?


RE: Boot a FC volume using IPXE - NiKiZe - 2018-11-30 17:48

Probably identical thread and response on the mailinglist: http://lists.ipxe.org/pipermail/ipxe-devel/2018-November/006387.html
Quote:iPXE has a Fibre Channel initiator, but the only supported transport
layer is Fibre Channel over Ethernet (FCoE). Is your FC volume attached
via FCoE?

Michael