2

I built a new machine using the AMD Ryzen 5 1600 CPU, an Asus Prime B350-plus motherboard and 16GB RAM. Windows runs on it, but of course I want to dual boot it with Ubuntu or Linux Mint.

The error I keep during install has to do with the squashfs unzipping. You can find the error here:

enter image description here

I have downloaded several versions of Ubuntu and Linux Mint and all of them have this error. I have tried it on several USB sticks and I have used both UNetbootin and Rufus to put the downloaded ISOs on the USB sticks. It always stops with this error.

karel
  • 114,770
Ron
  • 141
  • Try adding acpi=off to the boot options and see if that helps. I think you press F6 during Ubuntu's initial boot to get to the boot options menu. – Nick Weinberg Aug 26 '17 at 19:56
  • I should have mentioned that I tried when using the 16.04.03 iso – Ron Aug 26 '17 at 19:58
  • 1
  • You want UEFI mode: https://help.ubuntu.com/community/UEFI 2. In order to install in UEFI mode, the USB stick must be made to support it and has to be booted as such. 3. Kernel parameters if required are to be edited on the boot entry (with Try Ubuntu selected press 'e' to edit and add the parameter(s) in the same line where 'quiet splash' is). It's possible you have defective USB sticks and/or compatibility problems (try USB2.0 ports instead, etc.)
  • –  Aug 26 '17 at 20:56
  • Have you by any chance checked the hash on your downloaded ISO(s)? – Elder Geek Aug 26 '17 at 20:59
  • Just out of curiosity: did you also try with alpha version of Ubuntu 17.10 (uses kernel 4.12)? – Takkat Aug 27 '17 at 14:20