> On 14 Jun 2025, at 04:35, Robert McBroom via users 
> <users@lists.fedoraproject.org> wrote:
> 
> CentOs 9.4 installation is going into kernel panic. Trying to get access to 
> the system from a running Fedora 41 installation.
> 
> ~]# mount /dev/sdb2 /mnt/sysimage 
> ~]# for dir in /dev /proc /sys;do mount --bind $dir /mnt/sysimage/$dir;done
> ~]# chroot /mnt/sysimage
> Fatal glibc error: CPU does not support x86-64-v2
> 

Run this to find out what your hardware supports:

   ld.so <http://ld.so/> --help

Does it list x86-62-v2 as supported?

When you run chroot it will run /bin/bash from the chroot.
I recall that RHEL compiles for a higher spec CPU than Fedora does.

Try this to run the ld.so <http://ld.so/> inside the chroot and see what the 
chroot thinks.

  chroot /mnt/sysimage ld.so <http://ld.so/> --help

Does it say x86-64-v2 is supported?
> I've used this process a number of time between installations, What is 
> failing now?
> 

I suspect the hardware you are doing the chroot on is too old if ld.so 
<http://ld.so/> says x86-64-v2 is not supported.

Barry

> -- 
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue

-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to