• 1 Post
  • 316 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle










  • On the other side [Wayland] is buggy af.

    I’ve been having the exact opposite problem since recently coming back to Linux after a long hiatus. For me, Wayland has been flawless, while anything x11 looks like somebody ran the screen through a shredder, discarded half the strips, and smooshed the rest back together.

    I don’t know how to troubleshoot that. I don’t even know what to type in a search engine to get relevant results.








  • I know this is too late for you, but something like this happened to me recently, so I’m writing for the sake of anyone who might find this thread in the future.

    In my case it was because the NixOS installer had booted up in legacy/BIOS mode, so grub was in BIOS mode, and it can’t boot a UEFI OS (e.g. Windows 10) from that state.

    In fact I couldn’t get the NixOS installer to boot in EFI mode at all. Odd, as both Windows and other distros work fine. Actual installed NixOS also works, it’s just the installer that fails.

    So what I did was to boot a different distro’s live medium (EndeavourOS, but it shouldn’t matter) in EFI mode and did a manual NixOS install from there.

    It probably also would have worked to just switch grub to EFI mode in the config, except I had also failed to clock that the new SSD I was installing to had an MBR partition table, so I had to nuke the original install to make it gpt anyway.

    tl;dr: osprobe can find OSes on other drives just fine; what it can’t do is find an EFI bootloader while in legacy mode.