← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #77034]: step-by-step_how-to install MS Virtual Machine Additions for Linux on a MS VPC running (XP Pro as Host and) Ubuntu 9.04 Jaunty Jackalope as Guest

 

Question #77034 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/77034

    Status: Open => Answered

actionparsnip proposed the following answer:
Yes, you never log in as root. The account is disabled for security as
well and the account is not necessary but must exist.

Ok so you have an Ubuntu guest with XP running the virtualisation
software. You need to set the Guest Addtions ISO to be mounted at boot
(makes life easier) and boot to ubuntu, you can then access the cd at
command line:

run:

mount

to see if its already mounted, if not then run:

sudo mount /dev/cdrom /media/cdrom0

or if that moans

sudo mount -a

you should now have access to the cd at /media/cdrom0

you will need to run the installer for the additions based on the
architecture of the guest system

uname -a

will tell you, i686 = 32bit, x86_64 = 64bit.

You can then run

sudo sh ./VBoxLinuxAdditions.run

if that moans then type

ls

and then run:

sudo sh <green filename that matches your architecture and OS>

should be fine, accept all defaults, restart guest.

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.