proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

proot v5.4.0 can not work on centos7 #374

Open xizonghu opened 5 months ago

xizonghu commented 5 months ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. proot -S ubuntu-base-22.04.4-base-amd64
  2. it will happen error: proot error: execve("/usr/bin/sh"): No such file or directory proot info: possible causes:
    • the program is a script but its interpreter (eg. /bin/sh) was not found;
    • the program is an ELF but its interpreter (eg. ld-linux.so) was not found;
    • the program is a foreign binary but qemu was not specified;
    • qemu does not work correctly (if specified);
    • the loader was not found or doesn't work. fatal error: see proot --help.

I run it on manjaro, It works well. the ubuntu rootfs comes from offical.

Specifications

Command Output

image

Inline log

-OR-

[Attached log]()