0

Well, I tried a lot to insert the guest additions, like type in the command line sudo ./VBoxLinuxAdditions.run or something else. But it always runs like the pictures below. My host is Mac OSX, I'm using VirtualBox.

enter image description here

Not look like this.

enter image description here

Look like this for the two command lines.

Daisy
  • 9
  • 1
    I think if I have add the guest additions successfully, there will be "Installing graphics libraries and desktop services components ... done" like the last line in the second pic which I've never got. – Daisy Sep 16 '16 at 05:44
  • definitely no errors in screenshots given – Edgy1 Sep 16 '16 at 05:45
  • 1
    Typically, it will return a failure if it didn't work, which it didn't seem to return, so it looks like all went well. Your guest additions should be installed. What's your output of lspci | grep VGA and lsmod | grep -i vbox? – Kaz Wolfe Sep 16 '16 at 05:45
  • I don't think so. I've tried to reinstall ubuntu several times. It still doesn't work. – Daisy Sep 16 '16 at 06:16
  • Did you set Auto-resize Guest Display (HOST+G) from Virtual Box Manager View menu? If so you should be able to just drag the virtual OS window to desired size. – Takkat Sep 16 '16 at 07:49
  • Please post terminal output as text, not pictures. – LiveWireBT Sep 16 '16 at 09:03

2 Answers2

2

The output you're receiving is perfectly normal. The Guest Additions software has been installed successfully, according to the screenshots in the answer.

You just need to reboot after the installation finishes to actually allow the kernel modules and the Guest Additions to take effect and start working.

Kaz Wolfe
  • 34,122
  • 21
  • 114
  • 172
Edgy1
  • 537
0

It's finally works. I just download the guest addition from the website and add it into virtual box, then run sudo ./VBoxLinuxAdditions.run in terminal. That's it.

Daisy
  • 9