From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GJElDiH9vF9XWQAA0tVLHw (envelope-from ) for ; Tue, 24 Nov 2020 12:31:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id eB4PCiH9vF9icgAA1q6Kng (envelope-from ) for ; Tue, 24 Nov 2020 12:31:29 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7DC4B9402C8 for ; Tue, 24 Nov 2020 12:31:28 +0000 (UTC) Received: from localhost ([::1]:41428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khXTi-0005fC-Kf for larch@yhetil.org; Tue, 24 Nov 2020 07:31:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37242) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khXTU-0005er-4h for help-guix@gnu.org; Tue, 24 Nov 2020 07:31:12 -0500 Received: from pelzflorian.de ([5.45.111.108]:37874 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khXTP-0005p7-9V for help-guix@gnu.org; Tue, 24 Nov 2020 07:31:11 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id C28B63605A8; Tue, 24 Nov 2020 13:31:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1606221062; bh=WjFasXR8i6dZTFlpSa/WH3t0iv3dLhI7mgqdo6OebJE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=L8iZVho4JJrtuN8FDdkzP/IC0dB2YMbr4DRIgjkrVkMUQdQv8fNCP9avbAA2ngnGA HuYb30DDyoQADVqPFxSDuD+SgzBJ7Qzh4zsB45jx0N7414uh7eFg/mBLX7kU+1QE54 oDgEiosFpRq1FvXOYYdMMfHOrl19DiOGt8/9v8dE= Date: Tue, 24 Nov 2020 13:30:53 +0100 From: "pelzflorian (Florian Pelz)" To: jbranso@dismail.de Subject: Re: Can Guix support Zen 2/AMD Ryzen? Message-ID: <20201124123053.23wc3wlaynwicjdk@pelzflorian.localdomain> References: <1f577837-099c-e2ed-4c8d-45d050b40671@gmail.com> <94fa6e136ac69235e6d3ddbefb1e068a@dismail.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94fa6e136ac69235e6d3ddbefb1e068a@dismail.de> Received-SPF: pass client-ip=5.45.111.108; envelope-from=pelzflorian@pelzflorian.de; helo=mail.pelzflorian.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org, Jesse Gibbons Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=pelzflorian.de header.s=mail header.b=L8iZVho4; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.99 X-TUID: nw0AhKAhU2hS On Tue, Nov 24, 2020 at 02:31:47AM +0000, jbranso@dismail.de wrote: > I've also run into that booting issue. I think there is a way to > disable fancy graphics rendering during the installer, which is what > I had to do, to get guix to run on my AMD APU a few years ago. > Maybe someone here can point out how to do that, because I'm > blanking on the specifics. The installer uses uvesafb to provide unaccelerated graphics, see https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00320.html Alternatively, here is the installer configuration file, so uvesafb is only used when needed: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/install.scm Regards, Florian