RPi-Distro / raspi-config

Configuration tool for the Raspberry Pi
Other
565 stars 206 forks source link

raspi-config illegal instruction and it not work #211

Closed shigerusz closed 1 year ago

shigerusz commented 1 year ago

Hello,

When I run "sudo raspi-config", it shows blue windows and "illegal instruction" below:

raspi-config_illegal_instruction

I did what I could do: apt reinstall raspi-config, tried original PI-OS, dpkg -V (verify), search trouble for the hint but I got out of hand.

Please help me.

my system information is below:

pi@raspberrypi:~ $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" pi@raspberrypi:~ $ sudo apt list raspi-config 一覧表示... 完了 raspi-config/stable,stable,now 20221214 all [インストール済み]

XECDesign commented 1 year ago

raspi-config just runs other things, so if you're seeing illegal instruction, then it's likely one of those things it runs is corrupted.

A starting point might be adding -x to the script's shebang to see where it's going wrong and if that doesn't help then strace with the -f option should help track it down.

Closing since this isn't a raspi-config issue. I would recommend asking on the forum.