Skip to content

update lenovo Duet 5 snapdragon 7c for linux install #48

@TomTravis

Description

@TomTravis

yes it is to bad the 7c Qualcom arm64 is not supported by debootstrap with crouton it seems
tail: cannot open '/tmp/crouton.Jwe/xenial-arm64/debootstrap/debootstrap.log' for reading: No such file or directory
Failed to run debootstrap.
you are not the only one,you can fork and play with debootstrap arm64 settings
or try to create a file in /tmp
and see if you get Permission denied
this may help you
https://www.lenovo.com/us/en/faqs/operating-systems/install-linux-chromebook/?orgRef=https%253A%252F%252Fwww.google.com%252F

from hungshe
I think maybe this is an issue before move into fork debootstrap test:

I just did the following experiment:

localhost# mount /var -o remount,exec
localhost# /bin/hostname
localhost
localhost# cp /bin/hostname /var/
localhost# /var/hostname
localhost
localhost# mount /tmp -o remount,exec
localhost# cp /bin/hostname /tmp/
localhost# /tmp/hostname
bash: /tmp/hostname: /usr/bin/coreutils: bad interpreter: Permission denied
localhost# chmod 777 /tmp/
localhost# /tmp/hostname
bash: /tmp/hostname: /usr/bin/coreutils: bad interpreter: Permission denied

I think that's the reason for permission isssue. How do I successfully remount /tmp as exec section?

This experiment is done after powerwash my device.

Metadata

Metadata

Labels

Projects

Status

new

Relationships

None yet

Development

No branches or pull requests

Issue actions