Upgrade to Ubuntu 13.10 in a VirtualBox: Gnome desktop not working

Posted by Xavier on Ask Ubuntu See other posts from Ask Ubuntu or by Xavier
Published on 2013-11-05T09:52:34Z Indexed on 2013/11/05 10:12 UTC
Read the original article Hit count: 326

Filed under:
|
|

I had Ubuntu 13.04 running in a VirtualBox (the host is WinXP). I've upgraded it to 13.10 but I've some issues:

  1. Gnome desktop is not working correctly (I can log in but the main menu bar remains empty - I can only log out with CTRL-ALT-BACKSPACE)

  2. I cannot build and install the VirtualBox Guest Addons: When trying to build it, it says:

    me@virtuntu:/etc/init.d$ sudo ./vboxadd setup
    Removing existing VirtualBox DKMS kernel modules ...done.
    Removing existing VirtualBox non-DKMS kernel modules ...done.
    Building the VirtualBox Guest Additions kernel modules
    The headers for the current running kernel were not found. If the following
    module compilation fails then this could be the reason.
    
    Building the main Guest Additions module ...done.
    Building the shared folder support module ...fail!
    (Look at /var/log/vboxadd-install.log to find out what went wrong)
    Doing non-kernel setup of the Guest Additions ...done.
    

    In the log file, I see the following error:

    /tmp/vbox.0/dirops.c:292:5: error: unknown field ‘readdir’ specified in initializer
         .readdir = sf_dir_read,
         ^
    /tmp/vbox.0/dirops.c:292:5: warning: initialization from incompatible pointer         type [enabled by default]
    /tmp/vbox.0/dirops.c:292:5: warning: (near initialization for ‘sf_dir_fops.flush’) [enabled by default]
    make[2]: *** [/tmp/vbox.0/dirops.o] Erreur 1
    make[1]: *** [_module_/tmp/vbox.0] Erreur 2
    make: *** [vboxsf] Erreur 2
    Creating user for the Guest Additions.
    

Anyone had a similar experience? Any clue to help me?

Thanks a lot!

© Ask Ubuntu or respective owner

Related posts about upgrade

Related posts about virtualbox