unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Tanguy LE CARROUR <tanguy@bioneland.org>
To: Leo Famulari <leo@famulari.name>
Cc: help-guix@gnu.org
Subject: Re: Grub menu not displayed
Date: Thu, 20 Jan 2022 08:16:59 +0100	[thread overview]
Message-ID: <164266301931.1856.10811009183593028020@localhost> (raw)
In-Reply-To: <YechtBSZYeugFgQH@jasmine.lan>

Hi Leo,


Quoting Leo Famulari (2022-01-18 21:23:16)
> On Tue, Jan 18, 2022 at 06:24:02PM +0100, Tanguy LE CARROUR wrote:
> > 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.
> 
> I have a computer where the graphical GRUB menu does not display
> correctly (it's looks "scrambled").
> 
> So, my bootloader configuration looks like this:
> 
> (bootloader (grub-configuration (target "/dev/sda")
>                                 (terminal-outputs '(console))))
> 
> It's using an old style of the interface, but you should be able to
> adapt it to use the console-mode GRUB menu. I recommend trying it.

So, this morning, I updated my configuration to:

```
  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (terminal-outputs '(console))
                (targets (list "/dev/sda"))
                (keyboard-layout keyboard-layout)))
```

I reconfigured and rebooted and… got the following error right after
the "Welcome to Grub!" message:

"""
error: no video mode activated.
"""

I broke out in cold sweat and saw my life flash before my eyes…
but, after 2 seconds, the text menu showed up! \o/

Thanks for your help! :-)

-- 
Tanguy


  parent reply	other threads:[~2022-01-20  7:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164266301931.1856.10811009183593028020@localhost \
    --to=tanguy@bioneland.org \
    --cc=help-guix@gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).