On Tue, Jun 07, 2022 at 01:27:51PM +0200, pelzflorian (Florian Pelz) wrote: > Hello David. > > On Mon, Jun 06, 2022 at 12:48:01PM +0000, David Lecompte wrote: > > (operating-system > > (host-name "albert") > > (timezone "Europe/Paris") > > (locale "fr_FR.utf8") > > > > (keyboard-layout (keyboard-layout "fr")) > > (bootloader (bootloader-configuration > > (bootloader grub-bootloader) > > (target "/dev/sdf1") > > (keyboard-layout keyboard-layout))) > > The target should be /dev/sdf, but why the GUI installer does not work > I do not know. Perhaps download the latest image if you wanted the GUI.
Ohh I forgot something important. Because device names like /dev/sdf1 could refer to a different drive after reboot (depending on the order the drives are detected), it is advisable that you instead use device names from /dev/disk/ for the future (targets '("/dev/disk/by-id/mmc-SC64G_0xb13f1704")) to avoid bad surprises. Regards, Florian