Use - LibreELEC 9.2.6 for X86_64
I want boot diskless LibreELEC station from remote iscsi-target. I follow this instruction but loading fails with message: "Error in mount_flash: iscsistart: Unable to connect to ISCSI target"). How i can check my config? and etc... ?
My be problem in quotes boot=ISCSI in extlinux.conf
???
My extlinux.config:
Code
DEFAULT linux
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND ip=192.168.0.195 boot=ISCSI='''iscsi_initiator=iqn.client,iscsi_target_name=iqn.2021-01.domain.ru:libreelec,iscsi_target_ip=192.168.0.2,iscai_target_port=3260''',LABEL=System disk=LABEL=Storage quiet
I try only single quotes,
Code
boot=ISCSI='iscsi_initiator=iqn.client,iscsi_target_name=iqn.2021-01.domain.ru:libreelec,iscsi_target_ip=192.168.0.2,iscai_target_port=3260'
but not heve effect.
iscaiadm discovering and connetting to taget normally:
Code
root@domain:/mnt/disk# iscsiadm -m discovery -t st -p 192.168.0.2
192.168.0.2:3260,1 iqn.2021-01.domain.ru:libreelec
root@domain:/mnt/disk# sudo iscsiadm -m node -T iqn.2021-01.domain.ru:libreelec -p 192.168.0.2:3260 -l
Logging in to [iface: default, target: iqn.2021-01.domain.ru:libreelec, portal: 192.168.0.2,3260] (multiple)
Login to [iface: default, target: iqn.2021-01.domain.ru:libreelec, portal: 192.168.0.2,3260] successful.
This method work fine (boot over NFS), but i have reason use remote block device over ISCSI/