-
Notifications
You must be signed in to change notification settings - Fork 37
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
Installing to a USB stick fails with Device or resource busy #193
Comments
Maybe a delay is needed: http://ix.io/cgB |
One workaround is to launch install in debug mode, and then re-run the install. Couple of issues here:
|
Workaround using a build that includes 4d459dc is to retry installation. Installation second time around works. |
I've run in to this issue too. My workaround has been to insert USB stick after the install screen has appeared and use the reload button to have it discovered. That seems to work out fine. |
Must be some race condition. I did try a sleep in an opportune place but it didn't work. Anyway, I've corrected the install target so that it can restart. Previously it was buggy and it began X with incorrect settings. |
Installing to another USB stick used to work: http://webconverger.org/blog/entry/Webconverger_17.0_release/
It looks like issue #68, however I formatted a USB stick under Windows with an arbitrary volume label, to make sure it wasn't mistaken as a Webconverger disk.
Installing to a hard drive still works as intended.
The text was updated successfully, but these errors were encountered: