7

So my Ubuntu VirtualBox was working fine.. until I decided to try to up its performance by changing a couple of settings. Things I changed:

Base memory: 1468Mb ---> 2048Mb

Processors used: 1 ---> 2

Video memory: 16Mb ---> 18 Mb

After I tried these changes, my Ubuntu VirtualBox keeps getting stuck on the startup screen. Right before it gets there, though, a "SMBbus base address not initialized" text message appears.

So now, even when I go back to the original settings - and even lower ones - it gets stuck on the same screen over and over again.

I have a lot of stuff set up on VirtualBox and really don't want to go over that again. So I really need ideas on what I can try doing so my Ubuntu VM actually boots.

I tried pressing Esc and all the other things suggested here: Ubuntu doesn't boot (stuck on splash)

But nothing seems to work. Please let me know if you have any ideas

EDIT: Okay, I reinstalled everything, went through all the trouble to get the main files I needed working, and everything worked fine yesterday. Today I turned it back on, without changing anything, and now the SAME problem is going on.

Are there other ways that I can successfully run Linux on my Windows 8? I really need this.

3
  • I'm not sure what's up with your VM, but if you're desperate to get the data of your VM, you can. You should be able to add the existing disk image as a non-boot disk in a different VM. Also ... always make snapshots of your VMs before you make change; that way you can easily revert to a working state.
    – dbrown0708
    Commented Feb 4, 2014 at 20:19
  • that's the thing, I remembered where my settings were, and even after putting it back to where it was originally, it still didn't boot.
    – triplebig
    Commented Feb 4, 2014 at 20:22
  • edited the OP for update
    – triplebig
    Commented Feb 5, 2014 at 21:18

2 Answers 2

8

I also was stuck at the same boot screen. I tried changing settings including

  1. Including more storage space
  2. Upgrading/Downgrading CPU cores
  3. Enabling/Disabling 3D acceleration
  4. Increasing/Decreasing Video Memory

I was still stuck at splash screen after an ubuntu update.

Then I found a solution

What I tried is changing Graphics controller (select VM) -> settings -> Display -> Graphics Controller, Mine was at VMSVGA I changed it from VMSVGA to VBoxVGA, also I tried changing to VBoxSVGA, both worked. Now everything is working fine.

Note that everything was set at default value and vbox is running at minimum requirement of ubuntu. Hope this helps someone!

Some links I referred. May some of this helps if not mine :-)

1
2

Are you totally sure that you changed the number of available CPUs back to 1? I have seen Virtual Box totally flip out or degrade performance significantly when the numbers of CPUs are increased.

8
  • Yes, it's back at 1 =/
    – triplebig
    Commented Feb 4, 2014 at 18:54
  • Do you have any USB devices configured to work thru your VM in the Vbox settings?
    – Richie086
    Commented Feb 4, 2014 at 18:57
  • In the USB tab, the "Enable USB controller" is checked, and there is nothing under USB Device Filters. Is this what you were asking?
    – triplebig
    Commented Feb 4, 2014 at 19:03
  • well, sort of. I was thinking you might have had a USB device you were using with the VM configured in that panel. One thing I would try is to make a copy of the VM, create a new VM and link the image to the image you copied to the new VM and see if that fixes the issue.
    – Richie086
    Commented Feb 4, 2014 at 20:18
  • Do I "Clone" it from VBox, or just copy the .vdi file?
    – triplebig
    Commented Feb 4, 2014 at 20:27

You must log in to answer this question.

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