0

Would anyone have a tip for running a virtual box ubuntu server image?

Setting up the virtual box image seemed to go just fine, updated ok, and I did a few reboots. What I wanted to get to work was being able to copy & paste from host operating system into this guest VM but now I am running into a blue screen when I boot it up.

I did do this process when I was trying to setup the copy paste and it seems like after this everything went blue. First answer for this post:

The problem is with the virtualbox-guest-x11 package missing

Would anyone have any tips to try? Sorry not on expert here in linux or virtual box... My ultimate goal is to be able to SSH into this VM running ubuntu server image. This is all that comes up when I log into the VM:

enter image description here

UPDATE FOR SCREENSHOT enter image description here

THESE STEPS WORKED TO GET SSH SETUP from my Windows Host to the Ubuntu server VM

1
  • Even if you have no GPU out, you should be able to ssh in if its set up. You don't need a GUI to run linux
    – Journeyman Geek
    Commented Apr 8, 2021 at 9:51

1 Answer 1

0

my solution is a little long but will work. Start a new VM, access the terminal then type sudo apt install linux-headers-$(uname -r) build-essential dkms then while the machine is still running Go to devices > Add VirtualBox GuestImage and then a window will pop up and follow the process. Then shut down the machine and go to VM settings. There enable boot only from the disk not from optical drive or anything else (it should be under storage but check other places too) and restart. Now you should be able to Copy-Paste, Resize etc.If you get an error comment below.

2
  • Any change could elaborate more about Go to devices > Add VirtualBox GuestImage would this be in the screenshot I added on my post under UPDATE FOR SCREENSHOT
    – bbartling
    Commented Apr 8, 2021 at 15:53
  • Yes, it is in the last row under Devices you can see Insert Guest Additions CD Image.
    – AKD
    Commented Apr 9, 2021 at 2:46

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .