unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Joshua Branson <bransoj@hotmail.com>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: grub not properly installing in GuixSD
Date: Sun, 23 Jul 2017 14:39:34 +0200	[thread overview]
Message-ID: <87bmob8gzd.fsf@elephly.net> (raw)
In-Reply-To: <BN6PR10MB1729EBBCF06C984D700F489DA6A50@BN6PR10MB1729.namprd10.prod.outlook.com>


Joshua Branson <bransoj@hotmail.com> 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	other threads:[~2017-07-23 12:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-17 19:28 grub not properly installing in GuixSD Joshua Branson
2017-07-17 20:23 ` Joshua Branson
2017-07-17 21:47 ` Marius Bakke
2017-07-18 17:51   ` Joshua Branson
2017-07-18 23:11     ` Marius Bakke
2017-07-22 21:58   ` Joshua Branson
2017-07-23 12:39     ` Ricardo Wurmus [this message]
2017-07-24 14:04       ` Joshua Branson
2017-07-25 19:26         ` Marius Bakke
2017-07-28 13:23           ` Joshua Branson

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=87bmob8gzd.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=bransoj@hotmail.com \
    --cc=help-guix@gnu.org \
    /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).