all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Grub menu not displayed
@ 2022-01-18 17:24 Tanguy LE CARROUR
  2022-01-18 20:23 ` Leo Famulari
  0 siblings, 1 reply; 12+ messages in thread
From: Tanguy LE CARROUR @ 2022-01-18 17:24 UTC (permalink / raw)
  To: help-guix

Hi Guix,

I've been having this problem since the very beginning but, as it is not
a "must have" and it only affects 1 of my 3 computers running Guix System,
I've lived without the Grub menu for years.

When my computer boots, I only see a black screen with "Seabios […] Grub
loading […] Welcome to Grub!", but I never get the Grub menu where I can select
a previous generation. After a few seconds, it boots and I get to the
graphical session manager where I can login.

My configuration is the following:

```
  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (targets (list "/dev/sda"))
                (keyboard-layout keyboard-layout)))
```

My guess is that it's related to the screen resolution. So I had a look
into `gnu/bootloader/grub.scm` and saw the following:

```
 (define-record-type* <grub-theme>
 ;; Default theme contributed by Felipe López.
  grub-theme make-grub-theme
  grub-theme?
   (image           grub-theme-image
                    (default (file-append %artwork-repository
                                          "/grub/GuixSD-fully-black-4-3.svg")))
   (resolution      grub-theme-resolution
                    (default '(1024 . 768)))
   (color-normal    grub-theme-color-normal
                    (default '((fg . light-gray) (bg . black))))
   (color-highlight grub-theme-color-highlight
                    (default '((fg . yellow) (bg . black))))
   (gfxmode         grub-theme-gfxmode
                    (default '("auto"))))          ;list of string
```

Before I try to define a custom `grub-theme` record, to change the `resolution`
or the `gfxmode`, I wanted to ask you guys, for if I mess up my Grub,
I might be in big trouble! ^_^'

Any help welcome!

Regards,

-- 
Tanguy


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-01-25 14:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 17:24 Grub menu not displayed Tanguy LE CARROUR
2022-01-18 20:23 ` Leo Famulari
2022-01-19  7:16   ` Tanguy LE CARROUR
2022-01-20  7:16   ` Tanguy LE CARROUR
2022-01-20 17:46     ` Leo Famulari
2022-01-23 22:07       ` Maxim Cournoyer
2022-01-23 23:01         ` Leo Famulari
2022-01-24  7:46           ` Tanguy LE CARROUR
2022-01-24 21:14             ` Maxim Cournoyer
2022-01-25 11:38             ` David Lecompte
2022-01-25 13:40               ` Nouveau Nvidia driver makes the system freeze? [Was: Grub menu not displayed] Tanguy LE CARROUR
2022-01-24 21:11           ` Grub menu not displayed Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.