Open karthanistyr opened 2 years ago
I tried this today and found two issues:
console=ttyS0
to the kernel command line, which redirects all console output to a (likely non-existent) serial console instead of your monitor. This can be worked around by adding boot.kernelParams = [ "console=tty0" ];
to your configuration; this will be added after console=ttyS0
, overriding it.
Issue: booting a physical machine (Asus Zenbook UAK330UA) using a usb drive flashed with a freshly built nixos
raw-efi
image brings up the gray splash screen with logo, but does not progress further. All controls are unresponsive and the machine is locked. Hard reboot necessary.reproducing with the following flake:
Then
nix build
. The resultingresult/nixos.img
is flashed onto a usb drive via: (change sdX to appropriate device)The partition layout looks fine, with a 230 MB ESP partition, and roughly 2 GB primary partition for nixos.