I’m installing NixOS on a third laptop, and although everything went fine with the others, I have troubles with a Clevo N141. It’s all new, so maybe there are some problems with latest BIOS or hardware…
I boot from the latest NixOS .iso which works flawlessly on my other computers, but no matter what I try on this one (secure boot and fastboot are disabled in BIOS), I get a blank screen. Everything seems to work behind the screen however, since it’s RJ45 connected and my router LED is working, and when I type reboot without seeing anything, the laptop reboots… For more information, I get nothing on an HDMI external monitor (neither when booting in BIOS, which is strange), and the laptop was delivered with Ubuntu and it normally starts on this OS (HDMI monitor working as soon as login menu appears).
I thought trying to install from Ubuntu but I would like to start from scratch on a clean drive.
Anyone having experience with this?
Thanks and all the best,
note that you don’t boot latest NixOS, you boot latest stable release. There is small link in the end of download page, which points to real latest NixOS release ISO - nixos-unstable release nixos-21.11pre326932.b165ce0c4ef
@danbst note that you may need the latest kernel for latest generation of Intel CPUs (it was the case for me). Do we have pre-built nixos-unstable image with 5.4 Linux kernel?
I’m marking @markuskowa as solution to this post – he was the one who solved it – but I tweaked a little bit his answer to match my particular needs, so I thought I should report below for those having the same needs. So thanks a lot @markuskowa and @danbst for the help!
First of all, building from the git master branch creates a Nixos unstable (20.03 Markhor) .iso. By the way, there’s directly a kde-new-kernel in the cd-dvd section which should do what you intended @markuskowa.
However, your work was not lost at all to me, since I wanted stable Nixos, with no graphical wdm, so I switched to latest stable via git checkout nixos-19.09, and modify your .nix file to refer to /nixos/modules/installer/cd-dvd/installation-cd-base.nix et voilà ! Everything went flawlessly from booting .iso to installing NixOS 19.09!
However, that brings two questions:
how many of you use unstable, and how unstable would you say it is? Is it working as some kind of rolling release in this particular case?
just wondering why latest stable kernels are not loaded by default? Personally, I seem to have less troubles with all my computers (from brand new to old) with it.
Thanks again! NixOS has a really nice and helping community !
The only downside compared to releases – any breaking changes are documented in documentation, but not delivered directly to those who do updates. We lack such notifications for nixos-unstable.
Interesting – thanks a lot for your input. I’ve always lived bleeding edge in my previous Linux OSs so I’m gonna give the unstable channel a try on my laptop, to see how it works for me.