1

I am trying to install Ubuntu 64-bit through Vitrualbox on my MacBook Pro (16 inch, 2019 running MacOS 10.15.2 Catalina). I have downloaded Virtualbox and followed the online tutorials to install Ubuntu but can't get passed the purple loading screen.

Image for reference, though its from google and an older version it is the same screen i am getting for 23.04 and 22.04.03: (https://www.google.com/url?sa=i&url=https%3A%2F%2Faskubuntu.com%2Fquestions%2F1096428%2Fvirtualbox-stuck-on-purple-loading-screen&psig=AOvVaw2ipDOVEDjeffm5JA2S-QOE&ust=1696610857425000&source=images&cd=vfe&opi=89978449&ved=0CBAQjRxqFwoTCOiD2o2u34EDFQAAAAAdAAAAABAE)

I followed the installation steps and know I did that right, but when I click on Ubuntu in the menu on the left in VB it takes me to the purple loading screen and never gets passed it. I have allocated 32GB of Virtual Storage, 8GB of RAM, 4 Processors, and bumped up the Video Memory under Display settings to the max it goes (I believe its 128 MB). I also tried the "nomodeset" in the terminal when it first opens but that does not help either.

Here is a link to the ISO I downloaded and am trying to use. I am using the Ubuntu 23.04. I also tried the Ubuntu 22.04.3 LTS but had the same issue.

The installation tutorials I looked at as well are linked here: From VirtualBox From Youtube

Any help or guidance would be greatly appreciated! Thank you.

kmr5763
  • 23

1 Answers1

0

I tried VirtualBox 7 when first released. I encountered many problems. So, I am currently using VirtualBox 6.1.44. I have installed the Extension Pack. My Mac is a 2013 iMac with 16 GB of memory. Since the only internal drive is a HDD, the Mac boots from a faster external Samsung T7 SSD. The version of macOS is Catalina 10.15.7. I was able to download the ubuntu-23.04-desktop-amd64.iso file. I successfully installed a BIOS booting Ubuntu using the default settings, except for the following.

  • The memory was set to 4096 MB.
  • The number of processors was set to 2 CPUs.
  • The drive was set to 100 GB.
  • The video memory was set to 128 MB.
  • The network was set to Bridged Adaptor.
  • The USB Controller was set to USB 3.0 (xHCI) Controller.

Before installing Guest Additions, I needed to enter the following commands in a Terminal application window on Ubuntu.

sudo apt-get update
sudo apt-get install build-essential gcc make perl dkms
reboot

Afterwards, I did successfully install Guest Additions.


I also successfully tried a clean EFI booting install. Here I used the same procedure as above, except I added the following change to the settings.

  • Enable EFI (special OSes only) was selected.