-
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
Can this be used for ubuntu USB drive installations? #1
Comments
Looking at the Ansible code I don't see why not. I will give that a shot first, creating the usb drive and running this ansible install on a totally separate machine, then see how it works. I'll report back. |
Sorry, I went ahead and installed directly. Seeing as I had to switch to Dev mode anyway I decided to go the whole hog. |
Sorry I haven't had time to respond earlier @nrmnrm - I think it should be safe, but if you look at #3 it seems that someone using a dual-boot setup hit a snag with extracting the recovery files. I'm not sure whether that would affect a USB install, but it seems like it might. If you give it a shot, let me know how it works out - I might have some time this weekend to play with it also, since booting from USB is a bit easier for me to test than the dual-boot setup in the other issue. |
So I dared to run the script, getting slightly different results with my usb stick install than #3 Mine is: PLAY RECAP ************************************************************************************* Any ideas? |
happy to report back the fix suggested here: this is perfect work, screen dimming and sound working out of the box! |
@nrmnrm so are you running this off USB successfully now? |
yes, works really well. Still wondering why login screen is rotating, guess i have to check iio-sensor-proxy |
I just had to deactivate rotating in login and regular screen (using ubuntu on-board tools in top right menu), now everything is just great! |
Update eve-recovery-files loop dev regex
First of all lots of "thank yous" for this impressive guide and the work that went into it!
As I am not ready to say good bye to chromeos, I already have a an usb drive ubuntu installation that works fairly ok. Seeing you made audio work makes me want to try your script (so just the stuff without the firmware flashing and WP disabling).
Just wanted to make sure your script does only work on the root partitions it is installed into, so it is not doing anything harmful to my chromeos partitions!?
As a sidenote: any idea why the uefi firmware has to break the abilty to start chromeos?
Thanks again for the great work and helping me out :)
The text was updated successfully, but these errors were encountered: