On 2/14/26 23:50, Samuel Sieb wrote:
On 2/14/26 11:46 PM, ToddAndMargo via users wrote:
On 2/14/26 22:39, Samuel Sieb wrote:
On 2/14/26 10:21 PM, ToddAndMargo via users wrote:
# chroot /mnt2
chroot: failed to run command ‘/bin/bash’: No such file or directory


Huh ????

It tries to run "/bin/bash" inside the new root.  Does it exist there?


yes, but it is missing some of the libraries that it
needs and I do not know what they are

Then it's not going to work.  You could try telling chroot to run tcsh or zsh instead, but no guarantee their libraries are available either. Why won't you re-install?  It sounds like this install is mangled beyond easy repair.



Figured it out:
/dev/sdb is  a bootable FC43 flash drive

# mkdir -p /mnt2/efi

# umount -R /mnt2

# ls /mnt2
deadefi  deadroot  efi  loader

# mount /dev/sdb2 /mnt2
# mount /dev/sdb1 /mnt2/efi

# mount -o bind /lib /mnt2/lib
# mount -o bind /lib64 /mnt2/lib64

# chroot /mnt2 /usr/bin/bash
bash-5.3#

# hostnamectl
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to system scope bus via local transport: Host is down
bash-5.3

# uname -n
rnX.aaa-b-ccc.local

# exit
exit

--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to