Displaying 1 result from an estimated 1 matches for "bbf396db7849".
2010 Oct 11
0
Ubuntu iSCSI install to COMSTAR zfs volume Howto
...xe
# initialize
dhcp net0
# keep our iSCSI mappings around even if the drive does not resolve
set keep-san 1
# set the initiator using our uuid
set initiator-iqn iqn.1993-08.org.debian:${uuid}
# set the target
set root-path iscsi:192.168.223.147::::iqn.1986-03.com.sun:02:41fb1720-66ce-c72a-81fb-bbf396db7849
# try to boot from the iSCSI device
echo "Attempting to boot from san ${root-path}"
sanboot ${root-path}
# if we made it here, then boot failed, probably a new disk, chainload
# ubuntu installer
chain pxelinux.0
# for some reason, the silly system stalls and doesn''t bother to...