0

I have installed the virtual box 5.2.12 on my Macbook (High Sierra) Then I've installed Ubuntu thanks to ubuntu-18.04.desktop-amd64.iso. So far so good even though it is really slow.

Then I've installed (sudo apt-get install) gcc, make, perl in order to install VirtualBox Extension Pack (Oracle_VM_VirtualBox_Extension_Pack-5.2.12.vbox-extpack).

Finally reboot the virtual machine and I'm stuck.

[OK] started daemon for power management
stopping User Manager for UID 120...

I found similar threads but I did not find the right way to fix it!

David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

1

There's absolutely no need to install Perl or any other prerequisites from source to install guest additions. All of them are either installed by default in Ubuntu because other default system components rely on them (e. g. Perl) or are available in the official package repositories (see the last step below).

If so far all you did with this virtual machine was to install Ubuntu, Perl and maybe guest additions the most economic solution is to

  1. shut down the machine,
  2. reinstall Ubuntu from scratch and
  3. refer to How do I install Guest Additions in a VirtualBox VM? for the installation of guest additions.

To track down and resolve the specific issue caused by the installation of Perl would likely be a waste of everybody's time in comparison.

David Foerster
  • 36,890
  • 56
  • 97
  • 151