rainestorme / murkmod

A continuation of fakemurk and mush that includes a plugin manager and additional useful utilities.
MIT License
21 stars 17 forks source link

unable to use crosssystem #17

Closed pazza2234 closed 1 year ago

pazza2234 commented 1 year ago

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

  1. go to Chromebook, open shell and type sudo crossystem dev_boot_usb=1 dev_boot_signed_only=0
  2. have it fail, and run mount -o remount,exec /mnt/stateful_partition
  3. run step 4 again
  4. reboot to the Dev mode screen where you normally press ctrl + d
  5. it gives you a error code in the top left of the screen wile the image stays there... and the error code 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.

pazza2234 commented 1 year ago

yoooo more context!!! Screen recording 2023-05-18 10.17.11 PM.webm

pazza2234 commented 1 year ago

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
rainestorme commented 1 year ago

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.

rainestorme commented 1 year ago

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.

pazza2234 commented 1 year ago

ok. sorry thanks for explaining! sorry for the inconvenience.

pazza2234 commented 1 year ago

fyi it did not work the way you said. but thats my problom.