I left a github issue for this but noticed there hasn’t been much traction with the recent issues so trying here as well. More details there if you’re able to check
In brief:
Using RW_LEGACY and running crap with 1 for some partition space kicks me back to the VT2 login screen, kills the network and crashes if I try to back out of VT2.
If anyone has ideas for a fix or workaround would be much appreciated!
Thank you for the bug report. The system crashes when you back out of VT2 because the script unmounts the stateful partition. Obviously it hanging and killing the network is not intended behaviour however.
You mentioned on GitHub wanting to try running the script from a Linux distro, but couldn’t because it was missing cgpt
. You can install cgpt
, it’s available in Debian and Fedora repos as the vboot-utils
package. It would be great if you could try again, so the issue with the script can be troubleshooted more effectively.
Getting vboot-utils and running from the distro seemed to work. On to installation. Thanks very much for the help! I’ll add the notes to the issue