Wubi shouldn't fail when uninstalling if the BCD entry is missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Wubi |
Fix Committed
|
Medium
|
Unassigned |
Bug Description
First I love ubuntu, but a have it in dual boot from Win 7. I recently had a problem with Win recovery and I had to resolve it with a recovery disk. Now ubuntu does not start at all ( straight to Win). I'm not even able to uninstall it and reinstall becouse:
An error occurred:
Error executing command
>>command=
{dd8717f1-
>>retval=1
>>stderr=An error occurred while attempting to delete the specified entry.
The system cannot find the file specified.
>>stdout=
For more information, please see the log file:
C:\users\
What should I do to have ubuntu back? Or new, what ever.
Thanks
Related branches
- Ubuntu Installer Team: Pending requested
-
Diff: 98 lines (+30/-9)3 files modifieddebian/changelog (+10/-0)
src/wubi/backends/common/backend.py (+2/-1)
src/wubi/backends/win32/backend.py (+18/-8)
Changed in wubi: | |
status: | Confirmed → Triaged |
Changed in wubi: | |
status: | Triaged → Fix Committed |
Wubi shouldn't fail in this case, because it's trying to remove something, and when it finds it's already removed, it fails. This means you can never uninstall Wubi automatically when a windows restore wipes out the bcdedit entry.