Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.04

  1. #1
    Join Date
    Feb 2021
    Beans
    32

    balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.04

    Hi, I'm trying to install Ubuntu 20.04 LTS onto a laptop and am following this tutorial here: https://ubuntu.com/tutorials/install...top#1-overview
    I'm up to the step of using balenaEtcher however after it's done this message is popping up after it's finished:

    attention something went wrong. If it is a compressed image, please check that the archive is not corrupted.
    Cannot read property 'message' of null

    Not sure what I did wrong here?

  2. #2
    Join Date
    May 2010
    Beans
    3,246

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    Did you check that the file you transferred wasn't corrupted by using SHA/MD5?

  3. #3
    Join Date
    Feb 2021
    Beans
    32

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    I'm not sure what SHA/MD5 is, I ran checksum on the iso file and that turned out ok.

  4. #4
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    You can find the checksums via https://releases.ubuntu.com/ usually the same directory as the corresponding iso files.

    In Ubuntu you run for example
    Code:
    sha256sum ubuntu-20.04.3-desktop-amd64.iso
    # or even more conveniently
    
    <<<'5fdebc435ded46ae99136ca875afc6f05bde217be7dd018e1841924f71db46b5 *ubuntu-20.04.3-desktop-amd64.iso' sha256sum -c
    in the directory where you store the iso file. (Copy and paste from here or from the web page with the iso file to a terminal window.)

    In order to know details about your computer, please download and run the system-info script. Run it when the USB drive is connected. Let it upload the result to a pastebin and paste the link into a new reply here. It will make it much easier to help you.



    In Windows you can try using Rufus to create the USB boot drive.

    Rufus has also a built-in checksum tool.
    Last edited by sudodus; December 1st, 2021 at 03:37 PM.

  5. #5
    Join Date
    Feb 2021
    Beans
    32

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    mia@mia:~/Desktop$ <<<'5fdebc435ded46ae99136ca875afc6f05bde217be7dd01 8e1841924f71db46b5 *ubuntu-20.04.3-desktop-amd64.iso' sha256sum -c
    ubuntu-20.04.3-desktop-amd64.iso: OK
    mia@mia:~/Desktop$


    When I run the system-info script this turns up:
    Running Script: system-info Version: 01.00-01, Script Date: 2021.09.30
    --- Some Programs This Script Uses Were Missing ---
    'curl' is not installed.
    --------------------------------
    --- Some Programs This Script Uses Were Missing ---
    'pastebinit' is not installed.
    --------------------------------

    The Script 'system-info' uses some very basic Linux utilities.
    Some of these utilities were not found.
    <E>xit and install the program(s) or <C>ontinue anyway? <E/C>

    Can I still run this or will it not work with the missing utilities?

  6. #6
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    Yes, you can still run it.

    A simpler uploading tool will be used, but it should still be possible to get the report uploaded to a pastebin. (If you wish, you can also install curl (or pastebinit), but it is not necessary.)

  7. #7
    Join Date
    Feb 2021
    Beans
    32

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    When I run it it asks 'Please provide some "Basic Information"...
    What is the Main Complaint (summarized)?' I'm not sure what to write there.

  8. #8
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    Type anything for example 'a' (not really relevant in this case).

  9. #9
    Join Date
    Feb 2021
    Beans
    32

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    Thank-you, here is the report: Uploaded Report: 2021-12-02 20:04:04 AEDT (+1100):
    View at: https://termbin.com/sdio

  10. #10
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: balenaEtcher attention something went wrong pop up, trying to install ubuntu 20.0

    Code:
    ...
    ubuntu-20.04.3-desktop-amd64.iso: OK
    Your downloaded iso file is OK

    I'm looking at the uploaded system-info report file.

    - The overall specs of the computer shows that it works with the installed Ubuntu 16.04.7 LTS, but maybe the current version, Ubuntu Desktop 20.04.3 LTS wants more 'horsepower'.

    - The USB pendrive, the Cruzer Glide looks OK according to the output from 'lsblk'.

    - The CPU, Intel(R) Celeron(R) CPU J1900 @ 1.99GHz, was released Q4'13 (that is near the end of 2013). It is 8 years old, and I think the computer would work much better with a light-weight community flavour of Ubuntu: Lubuntu, Ubuntu MATE or Xubuntu, that you can find via releases.ubuntu.com/.

    I would recommend that you download version 20.04.3 LTS of Lubuntu, Ubuntu MATE or Xubuntu (more than one if you have a good internet connection and compare them). Flash them into your USB drive and try live. I think Balena Etcher can do it (your problem is somewhere else).

    Otherwise (if still problems) you can try another tool, the built-in Ubuntu Startup Disk Creator or mkusb. If still problems, you can use mkusb to wipe the whole device, which makes the pendrive more responsive, and after that clone from the iso file to the pendrive again. If still problems, please try with another pendrive.

    Edit: You can also try with the pendrive in different USB ports. I think only one is USB 3, but it might work better in one of the other USB ports (slower but maybe more reliable).
    Last edited by sudodus; December 2nd, 2021 at 11:29 AM.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •