Discussion:
[gentoo-user] Does anyone have Gentoo running on a ThinkPad x13 AMD (Ryzen 7 Pro 6850U)?
(too old to reply)
Steven Lembark
2023-05-24 20:30:01 UTC
Permalink
I've re-loaded stage3 adm64 tarballs for a few weeks, keep
failing due to SIGILL running tar & bzip2. If I build the
tools by hand the seem to work. At this point I've tried
installing from

stage3-amd64-openrc-20230521T160357Z.tar.xz

and the prior three builds.

Looking to get a copy of a working /usr/src/linux/.config
file and any information on kwikhaks to get around the
install issues.

Thanks
--
Steven Lembark
Workhorse Computing
***@wrkhors.com
+1 888 359 3508
Dr Rainer Woitok
2023-05-25 11:40:01 UTC
Permalink
Steven,
Post by Steven Lembark
I've re-loaded stage3 adm64 tarballs for a few weeks, keep
failing due to SIGILL running tar & bzip2.
Commands "bzip2" or "bunzip2" are not made to uncompress "*.xz" files.
According to

https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Stage

you should just run the command

tar xpvf stage3-*.tar.xz --xattrs-include='*.*' --numeric-owner

and "tar" will know how to decompress the archive.

Sincerely,
Rainer

Loading...