* GNU/Hurd on real hardware
@ 2024-11-29 17:57 Gabriel Wicki
2024-11-29 18:18 ` Janneke Nieuwenhuizen
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Wicki @ 2024-11-29 17:57 UTC (permalink / raw)
To: help-guix
Hi y'all
Following the inspiration given in the recent blog post I dug out an old
ThinkPad T410 and tried my best.
Unfortunately the installer created from a recent checkout crashes with
a kernel panic. Does anybody know what commit a working installer for
GNU/Hurd can be built with?
TIA,
g
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: GNU/Hurd on real hardware
2024-11-29 17:57 GNU/Hurd on real hardware Gabriel Wicki
@ 2024-11-29 18:18 ` Janneke Nieuwenhuizen
0 siblings, 0 replies; 2+ messages in thread
From: Janneke Nieuwenhuizen @ 2024-11-29 18:18 UTC (permalink / raw)
To: Gabriel Wicki; +Cc: help-guix
Gabriel Wicki writes:
Hello Gabriel,
> Following the inspiration given in the recent blog post I dug out an old
> ThinkPad T410 and tried my best.
That's great, thanks for trying!
> Unfortunately the installer created from a recent checkout crashes with
> a kernel panic. Does anybody know what commit a working installer for
> GNU/Hurd can be built with?
As you may have seen in <https://lists.gnu.org/archive/html/guix-devel/2024-11/msg00259.html>,
I succeeded in building a 32bit installer from commit
--8<---------------cut here---------------start------------->8---
commit cd26d76fedb7ab13ad91bd5dcfce119892b8e62e
news: Add entry for the Guix survey.
--8<---------------cut here---------------end--------------->8---
using this extra patch
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 4de903c59b..35c4923627 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -521,6 +521,7 @@ (define installation-os
;; non-functional:
;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>.
;; Thus, blacklist it.
+ (kernel linux-libre-5.15)
(kernel-arguments '("quiet" "modprobe.blacklist=radeon,amdgpu"))
(file-systems
--8<---------------cut here---------------end--------------->8---
because with the default 6.x kernel, my X60 panics. AFAIK there is
nothing special about that commit, it's just a more recent one than
I had been using for earlier images.
Anyway, building it by doing
--8<---------------cut here---------------start------------->8---
make && ./pre-inst-env guix system image --image-type=iso9660 --system=i686-linux gnu/system/install.scm
=>
https://dezyne.org/janneke/hurd/b40rrc9031gfa9cz06kgk3jcs6xcmdah-image.iso
--8<---------------cut here---------------end--------------->8---
I was hoping this would fix it for everyone, however, Tanguy reported
that installer also panics for them. So yeah, YMMV.
Greetings and good luck!
Janneke
--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-29 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 17:57 GNU/Hurd on real hardware Gabriel Wicki
2024-11-29 18:18 ` Janneke Nieuwenhuizen
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.