Closed pazza2234 closed 1 year ago
yoooo more context!!! Screen recording 2023-05-18 10.17.11 PM.webm
here is a copy of cross-system thingy. is it broken or something? crossystem(copy).txt (also, this is what normally happens with out remounting /mnt/stateful_part)
localhost ~ # crossystem dev_usb_boot=1
/usr/bin/crossystem: line 170: warning: /mnt/stateful_partition/mwtrollinggoogleforfakemurk: warning: script from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
I have some instructions on this exact topic here, with modified instructions for fakemurked devices. If that doesn't fix your problem, re-open this issue.
Also, real-time modification of crossystem values aren't possible. If you want to set a value in crossystem, you'll have to manually run vi $(which crossystem)
to edit in the values yourself.
ok. sorry thanks for explaining! sorry for the inconvenience.
fyi it did not work the way you said. but thats my problom.
Describe the bug
(original issue)
I can not run depth boot because I cant do this, and it is on there (tutorial)[https://eupnea-linux.github.io/docs/depthboot/build-instructions]. Think it is a murk mod or fake murk problem because of
warning: /mnt/stateful_partition/mwtrollinggoogleforfakemurk: warning: script from noexec mount
and in the murk mod setup it tells us to not make issues on fake murk if we have murk mod.I have a problem, where I can not run this command
sudo crossystem dev_boot_usb=1 dev_boot_signed_only=0
with out it either giving the error/usr/bin/crossystem: line 170: warning: /mnt/stateful_partition/mwtrollinggoogleforfakemurk: warning: script from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
or, after I remounted /mnt/stateful_partition with exec, and executed it it looked fine but gave me a error when I pressed ctrl + u that I have not enabled USB boot.To Reproduce
sudo crossystem dev_boot_usb=1 dev_boot_signed_only=0
mount -o remount,exec /mnt/stateful_partition
warning: booting from external media (USB/SD) has not bin enabled
Additional context
this was originally a issue I made on depthboot-builder but they told me to come here.