-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dont work for 512 RAM Rpi Model B #3
Comments
My guess is that Arch is reporting the system architecture in a way that debootstrap doesn't understand. What is your exact Raspberry Pi model? I'll try emulating it in QEMU. |
Thanks for the prompt response, this is my olde pi model, i appreciate your help. |
From the link Model: Raspberry Pi Model B 512MB RAM |
Installing Arch on ARM QEMU is too time consuming, I'm not willing to go through with it. For reference, this seems to be the instructions: https://archlinuxarm.org/platforms/armv6/raspberry-pi I believe in Debian-land this architecture is called Can you try running this version of the script? This is just a testing branch. If it works, I will add a parameter to the script to override the architecture.
|
thanks bro, got few steps forward, only thing falling over now is i will troubleshoot some more when i get back, gtg out an errand, thx again |
Thanks for testing! The error I also added support for
|
Here is the Output from the modified .py |
Are you sure you ran the latest code and included the Could you try again? Note also that if you don't delete the old script before downloading the new one, wget will append a suffix to the new one. |
sadly when i reach the install i get
Unknown architecture: armv6h
the pi runs archlinux-arm, i installed debootstrap-git from aur.
any tips appreciated.
Unknown architecture: armv6h
Something went wrong with the installation, run this to clean up your system:
rm -rf /var/lib/machines/iandeb
rm /etc/systemd/nspawn/iandeb.nspawn
Traceback (most recent call last):
File "/home/cirrus/build/nspawn2go.py", line 300, in
raise e
File "/home/cirrus/build/nspawn2go.py", line 214, in
subprocess.run(
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'debootstrap --variant minbase --include=dbus,systemd,sudo,tigervnc-standalone-server,dbus-x11,icewm,xterm --cache-dir /root/.cache/b9_provision_nspawn_deb stable iandeb http://deb.debian.org/debian/' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: