all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joshua Branson <bransoj@hotmail.com>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: grub not properly installing in GuixSD
Date: Mon, 24 Jul 2017 14:04:38 +0000	[thread overview]
Message-ID: <BN6PR10MB1729795BB79F41B19EAE24B6A6BB0@BN6PR10MB1729.namprd10.prod.outlook.com> (raw)
In-Reply-To: <87bmob8gzd.fsf@elephly.net>

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

Yup.  That's correct.  I am asking about how to modify


set root=(hd0,msdos1)    (I think this is the vfat system)

chainloader (${root})/efi/boot/name-of-efi-file.efi

boot


to something like


set root=(hd0,msdos1)    (I think this is the vfat system)

chainloader (${root})/efi/boot/name-of-efi-file.efi

linux (hd0,msdos1)/path/to/vm-linuz-libre    ?

boot


But thanks for reminding me about disabling modesetting.  If I can't boot the usbstick via modesetting, then I probably need to change my config to disable it as well.  Otherwise I'll successfully install guixSD and grub, but the boot process will fail when it tries to load the raedon driver.


Don't worry too much about trying to find a solution for me.  Worst case scenerio, I think that I can unstill grub.  Install systemd-boot again, modify the boot parameters via systemd-boot boot menu, boot guixSD from the usb stick.  Uninstall systemd-boot, install grub, and reboot and we should be golden....But If I can figure out how to just use grub properly, that'd be nicer. haha.  I think grub comes with a search command, but I haven't really figured out how to use it, and that search command may just be for finding the root filesystem.


On 07/23/2017 08:39 AM, Ricardo Wurmus wrote:


Joshua Branson <bransoj@hotmail.com><mailto: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




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

  reply	other threads:[~2017-07-24 14:04 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
2017-07-24 14:04       ` Joshua Branson [this message]
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

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

  git send-email \
    --in-reply-to=BN6PR10MB1729795BB79F41B19EAE24B6A6BB0@BN6PR10MB1729.namprd10.prod.outlook.com \
    --to=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.
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.