From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: grub not properly installing in GuixSD Date: Sun, 23 Jul 2017 14:39:34 +0200 Message-ID: <87bmob8gzd.fsf@elephly.net> References: <87tw2a68il.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZGAl-0005Am-3W for help-guix@gnu.org; Sun, 23 Jul 2017 08:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZGAi-00074t-2Y for help-guix@gnu.org; Sun, 23 Jul 2017 08:39:47 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21050) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dZGAh-00072b-Qa for help-guix@gnu.org; Sun, 23 Jul 2017 08:39:43 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Joshua Branson Cc: "help-guix@gnu.org" Joshua Branson 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