2

I've tried dual booting and installing Ubuntu 20.04 with the recommended methods on the internet using the latest Rufus with GPT (my system is UEFI), disabling Secure Boot, Fast boot, using "nomodeset" in the Grub bootloader (I have a AMD processor HP ENVY), but it always stops at this error screen while booting.

enter image description here

This black screen appears while I boot Ubuntu from my USB drive, and it hangs it here, nothing afterwards.

I could install Ubuntu in VirtualBox on my laptop, but it has been weeks I've been trying to install it from my 16GB USB stick, but I had no success.

karel
  • 114,770
  • Are you saying A) you can't install it on the USB or B) you have installed it on the USB and it won't boot or C) you have installed it on your laptop hard drive from a USB or D) you haven't installed it at all, the install USB won't boot? – WU-TANG Aug 22 '20 at 11:13
  • I can install it on USB. But it won't boot, rather takes me to the black screen I mentioned. I tried editing the grub with "nomodeset", "amdgpu.modeset=0", "nosplash". I also updated my Bios from the official HP's site. While trying amdgpu.modeset=0, it goes further until "Begin: init/..." But not further. There is no any problem while installing and opening it on VirtualBox. – Naveen Gautam Aug 23 '20 at 12:18
  • @karel This is not a duplicate of the question you mentioned, because OP tried "nomodset". – Archisman Panigrahi Aug 24 '20 at 14:27
  • 1
    @ArchismanPanigrahi I didn't want to link to the wild nomodeset answer. I wanted to link to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=strict" because of the error message on the question's screen photo. – karel Aug 24 '20 at 14:36

1 Answers1

-1

I suspect that the Live USB is not properly formatted. Try using rufus with the dd option.

To Do
  • 15,502
  • I've tried installing the iso file directly on my C: using Unetbootin as well. Even after it is installed, and I load Ubuntu from the bios, it doesn't open. I have tried doing it with the dd option (with MBR, GPT) with not just Ubuntu but also with Linux Mint, Elementary OS, FydeOS, Lubuntu, Manjaro, and others. Yet, it doesn't go further than the same boot screem I uploaded. I just don't want to use Windows 10. – Naveen Gautam Aug 23 '20 at 12:22