Single post

jump to replies

Dear #NixOS bubble. I finally want to give it a try in my main machine after playing around in a VM. Put it on my #Ventoy USB drive and booted it.

But after selecting NixOS in Ventoy and selecting the default value in the NixOS bootloader I either get

  • a black screen
  • some startup messages followed by a black screen or a single underscore on a black screen

Any idea how to debug?

3 visible replies; 2 more replies hidden or not public

back to top
JackMcCrack , @JackMcCrack@chaos.social
(open profile)

@moanos had kind of similar issues on my GDP Pocket2. In the end I booted another distros liveIso and installed nix from the tar ball (see the install script: releases.nixos.org/nix/nix-2.2) and then followed the manual install steps nixos.org/manual/nixos/stable/. Prepare the partitons manually mount them in /mnt, place your config in /mnt/etc/nixos, nixos-run install,chroot,nixos-rebuild...

Ideas to debug, if you have a serial console edit the grub entry and add 'console=ttyS0,115200' to see logs.