-
Notifications
You must be signed in to change notification settings - Fork 50
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
disk, dsm, kbl-rt5514-hotword-support and touch not found in the recovery image #3
Comments
BTW, I am using chrx without unlocked UEFI. Is this only working with full UEFI firmware? |
Thanks for the report - I've only tested it with full UEFI firmware. It looks like it might be mounting the recovery image to a different device than the script expects. You could try cd'ing into Mounting the image works like this: # become root
sudo su
cd /opt/eve-linux-setup
# mount the partitions from the recovery image to loopback devices
kpartx -av chromeos_11647.154.0_eve_recovery_stable-channel_mp.bin
# You should see some output with a bunch of `loopX` device names.
# You want the one that ends with `p3`, for example `loop0p3`.
# Once you find the right loopback device, you can mount it
mount -t ext2 -o ro /dev/mapper/$device_name_from_above /opt/eve-linux-setup/recovery_mnt If that works, there should be some files in the Let me know if that helps at all; I'd like to get this working for dual-boot users also, but I don't have time right now to test myself. |
After this error and reboot, it seems that ubuntu crashes and enters emergency mode. |
Now I get my debug cable and everything goes well now. |
#k |
`` |
The text was updated successfully, but these errors were encountered: