Trouble installing / booting Talos from disk #10208
Replies: 1 comment
-
You don't need all these default You can use Image Factory PXE script directly without modifying it, it has all correct defaults. What you need is to have a serial console to debug things (I assume you have a BMC/IPMI), so add the following to the Image Factory schematic and
With that in place, you should be able to grab full kernel logs from the serial console, and watch for the installation moment to ensure it's fine. If in doubt, submit full serial console logs here. |
Beta Was this translation helpful? Give feedback.
-
Greetings!
I'm running a small dev lab that runs on HP EliteDesk 800 G4 workstations. I have an instance of netboot.xyz that I'm using to provide PXE network boot. I'm admittedly very new to working with anything related to PXE, but so far, I've had success creating entries for
MAC-xxxxxxxxxxxx.ipxe
and pasting the contents from the Talos Image Factory supplied PXE script.Here are the contents that I'm currently using:
(I'm guessing there's probably a better way to do the above and would be interested in hearing more there, but that's not the primary focus of my question.)
With that setup, I've managed to successfully bootstrap and apply machine configurations to 3 separate nodes, but although I've specified an install block in the configuration, I'm unable to get any of these nodes to boot without PXE. If I cancel the PXE setup, remove the MAC-specific configs, or even change the boot order to be disk first, I always receive a "BootDevice not found" error.
Here is the install portion of machine configuration:
I have also tried omitting all of the kernel args. The configuration validates with the CLI, and it says it applies successfully. I've also tried specifying to use mode reboot after applying.
Beta Was this translation helpful? Give feedback.
All reactions