bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64593: ‘guix system image’ fails to create image while invoking ‘gru


From: Sergey Trofimov
Subject: bug#64593: ‘guix system image’ fails to create image while invoking ‘grub-bios-setup’
Date: Tue, 18 Jul 2023 20:34:35 +0200
User-agent: mu4e 1.10.5; emacs 29.0.92


Hi Ludovic,

shouldn't it be `(bootloader grub-efi-bootloader)` if you're building a `efi-raw` image? With efi grub it builds and boots just fine, as I've tested before submitting the patch.

Ludovic Courtès <ludovic.courtes@inria.fr> writes:

Hello,

There seems to be a recent regression:

$ cat mini-os.scm
(use-modules (gnu))

(operating-system
  (host-name "mini-1")

  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (targets '("/dev/sda"))))
  (file-systems (cons (file-system
                        (device (file-system-label "my-root"))
                        (mount-point "/")
                        (type "ext4")) %base-file-systems))
  (kernel-arguments (list "console=tty0 console=ttyS0,115200")))
$ guix system image mini-os.scm






reply via email to

[Prev in Thread] Current Thread [Next in Thread]