Questions and answers from the Slimbook user community

¡Bienvenido al foro de la comunidad!

Si tienes problemas de software, este es tu sitio. Construyamos entre todos un lugar mejor, proporcionando experiencias, información de uso y tips. Si tienes alguna pregunta, procura dar información detallada sobre tu sistema.

Si tienes problemas de hardware, tramita la GARANTÍA AQUÍ, ya que nuestros técnicos no suelen revisar el foro por estar trabajando en reparaciones.

RAID0 boot issue with fresh install

Closed
Avatar
kt

The question has been closed for reason: Closed due to inactive post for over 30 days

on 02/28/2026 12:24:42

I have a Evo 14 Slimbook with two Samsung 990 4TB NVMe drives set in RAID0. A few days ago I did a fresh install of nixos, as the configuration that was shipped to me did not include LUKS encryption for the drives, and I consider that a critical security feature while I am traveling. I have been pulling my hair out trying to figure out what the problem is with why I can boot into a live USB just fine and go through all of the steps to do an install apparently flawlessly including LUKS on the RAID0 partition, but when I try to boot up after install I am greeted with a GRUB prompt.


At first I thought it was becuse of the encryption, because that was the most immediate change. When I went through all of the steps again without doing encryption I have the same problem though. I very carefully went through the manual install process (I'm new to nixos, so there was admittingly some learning curve) to ensure GRUB was not used and systemd was set up with no errors, and I still get a GRUB prompt. At this point I started feeling a bit crazy, so I looked closer at the BIOS settings and a few of the settings there make no sense to me. In the 'Advanced' section the NVMe RAID mode is set to 'Disabled', and reverts back to that on every reboot even if I change and save. On the 'Boot' options only one NVMe drive comes up on the list, which seems wrong, but since it does show up correctly while in a live environment maybe that's just how it should look.


I'm a bit at a loss at the discrepency of what I see at boot compared to inside a live environment, and I'm not sure what I'm missing in between. Any help would be appreciated, thanks!

Evo 14
Avatar
Discard
1 Answer
0
Avatar
kt
Best Answer

Hello kt, Good Morning

By default any installation that we do does not include LUKS (unless the OS itself forces a LUKS installation), you have to request it by mentioning it in the order 

The boot options on BIOS with a RAID 0 should only show 1 drive, yes

While I'm not too experienced with NixOS, you might be able to check your config file to see if there's any flags that, by default, use GRUB, or plainly switch to systemd-boot with a config change and reinstalling the bootloader https://nixos.wiki/wiki/Bootloader#Re-installing_the_bootloader

Regards

Avatar
Discard