Issue installing KS on NovaCustom laptop

Try as I might, I am unable to install from usb kicksecure on a Nova Custom V56 (dasharo coreboot firmware with UEFI).

The system will boot from the USB and reach the KS menu options however will go no farther after selecting any option and simply reboots without presenting any errors.

I have tried the following:

  • testing usb on other systems. (no issue installing on other devices)
  • modifying the boot parameters according to the kicksecure troubleshooting wiki to see if anything is stopping the installation process.
  • contacted NovaCustom support who were unable to assist.
  • tried many different linux distros to confirm boot-ability (tails, qubes etc..)

Does anyone have any experience with booting and installing to a nova custom device, what do I need to do to get it going?

cheers.

This sounds like it is most likely the result of panic-on-oops (which kernel panics and restarts the system if an OOPS or WARN occurs). We enable it as a security feature, but it can do annoying things like this. See:

Since you need to disable it during early boot, the usual GUI way of doing it won’t work, so instead, try the pre-boot method:

(I.e., select your desired boot mode, hit e, move your cursor to the end of the linux line, and append panic-on-oops=0 to the line. Then press Ctrl+X to boot.)

If that lets you boot the ISO, you can install the OS, then use the same technique to boot the installed OS for the first time. If you boot the installed system into sysmaint mode, you can then permanently disable panic-on-oops using the GUI:

1 Like