Put bootloader on SSD
The mainboard cannot boot directly from the NVME SSD, so the bootloader is installed to the regular SSD and mounts the NVME partitions from there.
This commit is contained in:
parent
740ea9631b
commit
1a3edb1310
@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/3D7B-15B2";
|
||||
{ device = "/dev/disk/by-uuid/6456-8B97";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user