Sunday, September 20, 2015

Updating VirtualBox Guest software on Solaris


Updating VirtualBox Guest software on Solaris


From the VirtualBox menu, select Devices --> Insert the Guest Additions CD Image

Become root, and verify that the image is mounted.

ls /media
VBOXADDITIONS_5.0.4_102546

Remove the old package, and add the new one.

# pkgrm SUNWvboxguest
# cd /media/VBOXADDITIONS_5.0.4_102546/
# pkgadd -d VBoxSolarisAdditions.pkg

 Restart

# shutdown -i 6 -y -g 0


Keywords: Solaris, VirtualBox, Guest VBoxSolarisAdditions

No comments:

Post a Comment