help-guix
[Top][All Lists]
Advanced

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

Re: grub not properly installing in GuixSD


From: Ricardo Wurmus
Subject: Re: grub not properly installing in GuixSD
Date: Sun, 23 Jul 2017 14:39:34 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Joshua Branson <address@hidden> writes:

> I can properly boot guixSD in UEFI from the grub command prompt! Aka I
> chainload the operating system.  Unfortunately I do not know how to
> chainload the OS and pass a kernel argument.  I need to pass nomodeset.

The kernel arguments should go into the operating system configuration
file.  There’s a field “kernel-arguments”, which is just a list of
strings.

Here’s an example:

--8<---------------cut here---------------start------------->8---
(operating-system
  …
  (kernel-arguments
   '("iomem=relaxed"     ; Needed for using flashrom
     "zswap.enabled=1"   ; compressed RAM cache for swap devices
     "vm.swappiness=100" ; NOTE: only use this with zswap!
     ))
…)
--8<---------------cut here---------------end--------------->8---

> BUT I don't know where the linux kernel is on the usbstick.

Oh, this is still about booting the USB image?  The comment above is
about how to add extra arguments once you’ve already installed GuixSD.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




reply via email to

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