From: Janneke Nieuwenhuizen <janneke@gnu.org>
To: Tanguy LE CARROUR <tanguy@bioneland.org>
Cc: guix-devel@gnu.org
Subject: Re: Blog post: Guix/Hurd on Real Iron
Date: Thu, 28 Nov 2024 09:16:09 +0100 [thread overview]
Message-ID: <87ed2vrcxi.fsf@gnu.org> (raw)
In-Reply-To: <173271487087.21339.3630918511429117993@bioneland.org> (Tanguy LE CARROUR's message of "Wed, 27 Nov 2024 14:41:10 +0100")
Tanguy LE CARROUR writes:
Hi Tanguy,
> Quoting janneke@gnu.org (2024-11-26 08:37:22)
>> Tanguy LE CARROUR writes:
>> > You wrote "This allows the usage of the Intel 82573L Gigabit Ethernet Controller
>> > of the Thinkpad X60" and I happen to have a X200s. According to ThinkWiki [1]
>> > it’s supposed to have the same e1000e driver, but a different controller: 82567LM.
>> > Any chance that trying to install the Hurd on my laptop also works!? 🤞
>> > I guess I’ll just have to try and see! 😎
>>
>> I didn't have any luck yet booting my X230, so that would be
>> interesting. Especially because it might run the 64 version
>> in time.
>
> Unfortunately, the installer image won’t build on my system:
>
> ```
> $ guix system image --image-type=iso9660 --system=i686-linux gnu/system/install.scm
> # […]
> listing Emacs sub-directories...
> building /gnu/store/i22zil7ga0dnxjvsz38d67gxfilhlmvl-etc.drv...
> \builder for `/gnu/store/i22zil7ga0dnxjvsz38d67gxfilhlmvl-etc.drv' failed with exit code 1
> build of /gnu/store/i22zil7ga0dnxjvsz38d67gxfilhlmvl-etc.drv failed
> View build log at '/var/log/guix/drvs/i2/2zil7ga0dnxjvsz38d67gxfilhlmvl-etc.drv.gz'.
> cannot build derivation `/gnu/store/9ajx1rqf3gmc40amb0x3n655aqr7dba6-system.drv': 1 dependencies couldn't be built
> applying 1 graft for xorriso-1.5.6.pl02 ...
> cannot build derivation `/gnu/store/6144hvy7c2fng76i67flq8mha5aqj5v0-image.iso.drv': 1 dependencies couldn't be built
> guix system: error: build of `/gnu/store/6144hvy7c2fng76i67flq8mha5aqj5v0-image.iso.drv' failed
> ```
>
> ```
> $ gunzip -c /var/log/guix/drvs/i2/2zil7ga0dnxjvsz38d67gxfilhlmvl-etc.drv.gz
> Backtrace:
> 2 (primitive-load "/gnu/store/l8kp9my6vs166nf51farzimhv8s?")
> In ice-9/eval.scm:
> 619:8 1 (_ #f)
> In unknown file:
> 0 (stat "/gnu/store/h4hfxc18n229wy1xx0s2l7d07k9ya369-os-?" ?)
>
> ERROR: In procedure stat:
> In procedure stat: Value too large for defined data type: "/gnu/store/h4hfxc18n229wy1xx0s2l7d07k9ya369-os-release"
> ```
That's weird. It (still/again) worsks for me. Also please note that
the 32bit version using linux-libre-6.10.13 panics for me on the X60
I've had using linux-libre-5.15
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 78a3cdaaec..65624b131b 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -514,6 +514,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---
Using that on commit
cd26d76fedb7ab13ad91bd5dcfce119892b8e62e
news: Add entry for the Guix survey.
I built
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
> I tried downloading the official installer for `i686`, but there are no `Kernel`
> or `Static network service` menus.
Oh so our i686 6.10 kernel does boot for you, interesting!
> Next time (next week?) I’ll try to cross install it from a fresh install of
> Guix System… 🤞
Fingers crossed. Be aware that Debian GNU/Hurd is actually [much more]
usable as a real system...IOW we could use some help with Guix/Hurd :)
Greetings,
Janneke
--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
next prev parent reply other threads:[~2024-11-28 8:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-24 20:50 Blog post: Guix/Hurd on Real Iron janneke
2024-11-26 7:10 ` Pjotr Prins
2024-11-26 7:28 ` Tanguy LE CARROUR
2024-11-26 7:37 ` janneke
2024-11-27 13:41 ` Tanguy LE CARROUR
2024-11-27 19:41 ` jbranso
2024-11-28 16:01 ` Tanguy LE CARROUR
2024-11-28 8:16 ` Janneke Nieuwenhuizen [this message]
2024-11-27 4:02 ` Mark H Weaver
2024-11-28 8:22 ` Ludovic Courtès
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=87ed2vrcxi.fsf@gnu.org \
--to=janneke@gnu.org \
--cc=guix-devel@gnu.org \
--cc=tanguy@bioneland.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.