Mailing List Archive

Does anyone have Gentoo running on a ThinkPad x13 AMD (Ryzen 7 Pro 6850U)?
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
lembark@wrkhors.com
+1 888 359 3508
Re: Does anyone have Gentoo running on a ThinkPad x13 AMD (Ryzen 7 Pro 6850U)? [ In reply to ]
Steven,

On Wednesday, 2023-05-24 16:25:05 -0400, you wrote:

> 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