The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Thread Closed 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boot into TrueNAS installer via iPXE
2022-05-22, 09:11
Post: #1
Boot into TrueNAS installer via iPXE
I have iPXE service setup in my network. It is working fine so far.

I download a VyOS ISO installer and the installer in my iPXE environment and this is the iPXE script:

Code:
set inst-dir http://install.example.com/vyos
kernel ${inst-dir}/live/vmlinuz initrd=initrd.magic boot=live nopersistence noautologin nonetworking fetch=${inst-dir}/live/filesystem.squashfs
initrd ${inst-dir}/live/initrd.img-5.10.116-amd64-vyos
boot

The script is working and I can boot into the installer from iPXE.

Next, I try to do similar configuration on TrueNAS Scale ISO:

Code:
set inst-dir http://installer.example.com/truenas
kernel ${inst-dir}/vmlinuz initrd=initrd.magic boot=live fetch=${inst-dir}/live/filesystem.squashfs
initrd ${inst-dir}/initrd.img
boot

But the script can't boot successfully. It show a message: No installation media found after fetching the filesystem.squashfs.
Find all posts by this user
Thread Closed 


Messages In This Thread
Boot into TrueNAS installer via iPXE - ccy - 2022-05-22 09:11



User(s) browsing this thread: 1 Guest(s)