new thoughts...
This commit is contained in:
parent
5e1b7a40b4
commit
7f7d4d818a
14
resources/tgt.win10.conf
Normal file
14
resources/tgt.win10.conf
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# create new
|
||||||
|
|
||||||
|
# if you set some devices, add <target>-</target> and set the same way with follows
|
||||||
|
# naming rule : [ iqn.(year)-(month).(reverse of domain name):(any name you like) ]
|
||||||
|
|
||||||
|
<target iqn.1975-11.tld.ostrach:win10dvd>
|
||||||
|
# provided devicce as a iSCSI target
|
||||||
|
backing-store /root/pxe-bootserver/temp/Windows10_21H2_2021-11-18.iso
|
||||||
|
# iSCSI Initiator's IQN you allow to connect
|
||||||
|
#initiator-name iqn.2021-08.world.srv:node01.initiator01
|
||||||
|
# authentication info ( set anyone you like for "username", "password" )
|
||||||
|
#incominguser username password
|
||||||
|
</target>
|
||||||
|
|
27
todo.md
Normal file
27
todo.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# To Do...
|
||||||
|
|
||||||
|
* Modular pxelinux menu:
|
||||||
|
* split menu in parts: Knoppix, Rescuezilla, Acronis, etc.
|
||||||
|
* use settings.sh as configuration file, e.g. MENU_KNOPPIX=YES or MENU_NON-FREE=NO
|
||||||
|
* create template files in ./resources: menu-knoppix.cfg, menu-rescuezilla.cfg
|
||||||
|
* use INCLUDE command if possible https://wiki.syslinux.org/wiki/index.php?title=Menu#INCLUDE
|
||||||
|
* read settings.sh and parse templates to fill in variables
|
||||||
|
|
||||||
|
|
||||||
|
* iSCSI Target:
|
||||||
|
* apt install tgt
|
||||||
|
* zless /usr/share/doc/tgt/README.iscsi.gz
|
||||||
|
* tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2020-11.tld.ostrach:target1
|
||||||
|
* tgtadm --lld iscsi --op show --mode target
|
||||||
|
* tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 1 -b /dev/hdc1
|
||||||
|
* tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL
|
||||||
|
|
||||||
|
* https://www.server-world.info/en/note?os=Debian_11&p=iscsi&f=2
|
||||||
|
* http://etherboot.org/wiki/sanboot
|
||||||
|
* https://ipxe.org/howto/winpe
|
||||||
|
|
||||||
|
1. install tgt
|
||||||
|
2. parse settings.sh and create tgt config files to:
|
||||||
|
3. a Windows 10 DVD target (.iso under /srv/tftp/non-free/windows10.iso)
|
||||||
|
|
||||||
|
Remeber: Check if a iSCSI Tape-Target could be used to trick a Tape Backup Software to use HardDisks as Tapes
|
Loading…
x
Reference in New Issue
Block a user