unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode
       [not found] <lfwsTvOWBzi2n_7iDgZMLB8mUyRgkz2sn1eYHMwNq3sQ8MRcGwTb369V4fWbStgdCxV0xtVHnT9fW044RJOCI1D-bewSuudvBhWcO-dhym0=@protonmail.com>
@ 2018-03-08 12:28 ` amar
  2018-03-08 20:13   ` Danny Milosavljevic
  2020-04-07 13:29   ` Marius Bakke
  0 siblings, 2 replies; 5+ messages in thread
From: amar @ 2018-03-08 12:28 UTC (permalink / raw)
  To: 30751

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

Hi,

I have an issue with guixSD installation.

I tried to install GuixSD 0.14 x86_64 on my machine. The installation media didn't boot in the uefi mode which is to say the startup messages showed this is the error message:
"fb: switching to amdgpudrmfb from EFI VGA"
So i couldn't get any futher. But surprisingly the bios mode booted fine.

I have an AMD Ryzen 1600 CPU, RX580 GPU and 8 GBs of RAM.
https://gist.github.com/radamar/c98765c27ba318f6be087941da6a8e96

I would like to run guixSD on my main computer.

thanks,
amar

>

[-- Attachment #2: Type: text/html, Size: 1033 bytes --]

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

* bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode
  2018-03-08 12:28 ` bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode amar
@ 2018-03-08 20:13   ` Danny Milosavljevic
  2020-04-07 13:29   ` Marius Bakke
  1 sibling, 0 replies; 5+ messages in thread
From: Danny Milosavljevic @ 2018-03-08 20:13 UTC (permalink / raw)
  To: amar; +Cc: 30751

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

Hi,

thank you for the report!  This is definitely a problem.

It seems that the Linux kernel already started up so this is not a bootloader
problem but rather a problem with the Linux kernel.  There have been lots and
LOTS of amdgpudrmfb changes in the Linux kernel lately - but our GuixSD
release is pretty old.

There should be a new release soon - the 0.14.0 release is from Dec 2017 and
the Linux kernel from back then had some problem modesetting AMD cards.

See also https://apple.stackexchange.com/questions/211260/grub-2-error-fb-switching-to-radeondrmfb-from-efi-vga

As a workaround,

(1) Wait until the grub menu shows up
(2) Press e
(3) Go to the end of the line which says "linux"
(4) Add a space
(5) Add nomodeset
(6) Press F10

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode
  2018-03-08 12:28 ` bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode amar
  2018-03-08 20:13   ` Danny Milosavljevic
@ 2020-04-07 13:29   ` Marius Bakke
  2020-04-08 16:00     ` Amar Singh via Bug reports for GNU Guix
  1 sibling, 1 reply; 5+ messages in thread
From: Marius Bakke @ 2020-04-07 13:29 UTC (permalink / raw)
  To: amar, 30751

[-- Attachment #1: Type: text/plain, Size: 657 bytes --]

amar <radamar@protonmail.com> writes:

> Hi,
>
> I have an issue with guixSD installation.
>
> I tried to install GuixSD 0.14 x86_64 on my machine. The installation media didn't boot in the uefi mode which is to say the startup messages showed this is the error message:
> "fb: switching to amdgpudrmfb from EFI VGA"
> So i couldn't get any futher. But surprisingly the bios mode booted fine.
>
> I have an AMD Ryzen 1600 CPU, RX580 GPU and 8 GBs of RAM.
> https://gist.github.com/radamar/c98765c27ba318f6be087941da6a8e96
>
> I would like to run guixSD on my main computer.

Hi Amar,

I believe this is fixed in the latest release (1.0.1), can you confirm?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode
  2020-04-07 13:29   ` Marius Bakke
@ 2020-04-08 16:00     ` Amar Singh via Bug reports for GNU Guix
  2020-04-08 16:46       ` Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Amar Singh via Bug reports for GNU Guix @ 2020-04-08 16:00 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 30751@debbugs.gnu.org

Hi Marius,

This is quite old. Happy camper on GuixSD these days! :)
I haven't tested 1.0.1 ISOs but 1.0.1 runs fine.

I think the bug can be closed.

Thanks,
Amar<nly@disroot.org>


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, April 7, 2020 1:29 PM, Marius Bakke <mbakke@fastmail.com> wrote:

> amar radamar@protonmail.com writes:
>
> > Hi,
> > I have an issue with guixSD installation.
> > I tried to install GuixSD 0.14 x86_64 on my machine. The installation media didn't boot in the uefi mode which is to say the startup messages showed this is the error message:
> > "fb: switching to amdgpudrmfb from EFI VGA"
> > So i couldn't get any futher. But surprisingly the bios mode booted fine.
> > I have an AMD Ryzen 1600 CPU, RX580 GPU and 8 GBs of RAM.
> > https://gist.github.com/radamar/c98765c27ba318f6be087941da6a8e96
> > I would like to run guixSD on my main computer.
>
> Hi Amar,
>
> I believe this is fixed in the latest release (1.0.1), can you confirm?

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

* bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode
  2020-04-08 16:00     ` Amar Singh via Bug reports for GNU Guix
@ 2020-04-08 16:46       ` Marius Bakke
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2020-04-08 16:46 UTC (permalink / raw)
  To: Amar Singh; +Cc: 30751@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

Amar Singh <radamar@protonmail.com> writes:

> Hi Marius,
>
> This is quite old. Happy camper on GuixSD these days! :)
> I haven't tested 1.0.1 ISOs but 1.0.1 runs fine.
>
> I think the bug can be closed.

Cool, thanks for confirming.  Closing the issue!  :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2020-04-08 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <lfwsTvOWBzi2n_7iDgZMLB8mUyRgkz2sn1eYHMwNq3sQ8MRcGwTb369V4fWbStgdCxV0xtVHnT9fW044RJOCI1D-bewSuudvBhWcO-dhym0=@protonmail.com>
2018-03-08 12:28 ` bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode amar
2018-03-08 20:13   ` Danny Milosavljevic
2020-04-07 13:29   ` Marius Bakke
2020-04-08 16:00     ` Amar Singh via Bug reports for GNU Guix
2020-04-08 16:46       ` Marius Bakke

Code repositories for project(s) associated with this public inbox

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

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).