hakuna-m/wubiuefi

Ubuntu not appearing on Bootloader

Opened this issue · 2 comments

Gab1R commented

After downloading the ISO and completing the first part of the installation, the window has simply closed. Looking in the FAQ, you informed the application would ask for restarting the system. However, it did not happen to me! I tried manually restarting but it just booted to Windows 10 directly.

I haven't seen anyone with the same problem here, so I decided to ask what I could do. I tried so many times but still had the same error.

So... here's my Log if you need it:
wubi-20.04.1-rev342.log

Thank you!

Your log contains a bittorrent download error followed by subsequent errors.

A workaround for bittorent errors is to use argument --nobittorrent

If you need help in using arguments see here

Another workaround is to download ISO manually.

But note, as 20041r342 uses Ubuntu 20.04.1, it checks the downloaded ISO with the checksum of ubuntu-20.04.1-desktop-amd64.iso.

So if you use ubuntu-20.04.2-desktop-amd64.iso, it is necessary to disable that check. Either you can disable internet connection during check or you can use argument --skipmd5check

I quoted important parts of your log below. Maybe, it is helpful for you or other users with similar issues.

  • bittorrent download error:
DEBUG  btdownloader: downloading http://releases.ubuntu.com/20.04.1/ubuntu-20.04.1-desktop-amd64.iso.torrent 

DownloadError: rejected by tracker - Requested download is not authorized for use with this tracker.
  • subsequent error:

WindowsError: [Error 32] O arquivo já está sendo usado por outro processo: 'C:\\ubuntu\\install\\ubuntu-20.04.1-desktop-amd64.iso

in English:

WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'C:\\ubuntu\\install\\ubuntu-20.04.1-desktop-amd64.iso'

  • checksum error comparing ubuntu-20.04.2-desktop-amd64.iso with ubuntu-20.04.1-desktop-amd64.iso

ERROR CommonBackend: Invalid sha256 for ISO C:\Users\gabri\Desktop\ubuntu-20.04.2-desktop-amd64.iso (b45165ed3cd437b9ffad02a2aad22a4ddc69162470e2622982889ce5826f6e3d != e2ce1771e352b04cfdef5bf6583f6a7d62b1f2967903fae512506d18d251a434)

  • downloaded checksum list:

e5b72e9cfe20988991c9cd87bde43c0b691e3b67b01f76d23f8150615883ce11 *ubuntu-20.04-desktop-amd64.iso

b45165ed3cd437b9ffad02a2aad22a4ddc69162470e2622982889ce5826f6e3d *ubuntu-20.04.1-desktop-amd64.iso

e2ce1771e352b04cfdef5bf6583f6a7d62b1f2967903fae512506d18d251a434 *ubuntu-20.04.2-desktop-amd64.iso