Guest Additions Will Not Load - Windows 7 Host - Ubuntu 9.10
Posted: 24. Mar 2010, 05:22
Hello, and let me start off by thanking you for your help !
UPDATE:
3/27/10
The main problem with my install of the Guest Additions was that I had installed a 64 Bit Ubuntu Guest - I thought I had installed a 32 Bit Ubuntu Guest.
I'm sure the below information will still be of help to others with trouble installing Guest Additions, (just make sure you are sure which version you install; 32 bit or 64 bit) as the information from Perry is correct and I was able to successfully install the Guest Additions 64 Bit version !
Please some help and guidance - I know I can do this - I must just be doing the littlest thing wrong.
This is long but mostly to show what I have tried and copies of advice from others with this same issue.
First post to this forum and new user to Linux and VirtualBox. So I don’t know much but I am pretty good at following directions.
Windows 7 Host / 64 BIT
Ubuntu 9.10 / 32 BIT Guest
VirtualBox 3.14
Everything is up to date on all applications and computer.
New Laptop with i5-430 processor / 4 G of Ram / 64 Bit / Windows 7 Home Premium
1 G of Ram allocated for Guest
I have and ISO disk that I am using to run Ubuntu (downloaded from Ubuntu) as a Guest on my Win 7 Host laptop.
For the past 3 days I have tried, over many hours, all of the suggestions on this forum, Ubuntu forum and google searches. I just can not get the Guest Additions to install. It seems a few other people are having this problem.
I have tried:
Howto: Install Linux Guest Additions + Xorg config
http://forums.virtualbox.org/viewtopic.php?f=3&t=15679
Here is were I think I do something wrong ?
Do I take the ISO disk out of the computer (Unmount) ?
When do I put it back in ? (The info below reads a little confusingly)
No icon ever appears on the desktop. What I always have on the Guest desktop are 2 items -
“Install Ubuntu 9.10” and “Examples”
“Make sure that no other CD is already loaded for the VM, like the install disk. Unmount that one first. The CD doesn't always get mounted automatically, so you have to do that manually. Usually an icon appears on the Desktop with the name of the inserted CD. You can mount the disc from there, but if you don't have a GUI, you have to mount it using the command line. The CLI can also be used if you have a GUI. Use a terminal emulator for that.
In the CLI, check if there is a valid mount point for the CD. This is usually /media/cdrom, but any empty folder can be used as mount point. Now to mount the CD, issue the following command:”
Ubuntu 9.10 Screen Resolution Issue---Again
http://forums.virtualbox.org/viewtopic. ... 06&start=0
Here is were I am sure I do something wrong ?
I’m good all the way up to - “after this reboot”.
First off I don’t have a password to put in so nothing happens.
And after I “type apt-get update <press enter>“ and before “after this reboot” - the Terminal asks a [Y/N] yes or no question if I want to install some additional stuff. I said Y both times I tried this on a 64bit and 32bit host.
The “after this reboot” is a big issue. I really don’t know what this means - reboot the whole computer or just the Guest ? I “Power off the machine” and the laptop computer.
When I turned back on the Laptop and the VirtualBox I started up a Snapshot of before doing these suggestions - how am I supposed to start up the Guest ? ?
I followed the rest of the directions - “VBox window and click devices then click install guest additions“ - No Guest Additions - I get the same error I always get no matter what I try:
Unable to mount the CD/DVD image /usr/share/virtualbox/VBoxGuestAdditions.iso on the machine. Would you like to force mounting of this medium?
Could not mount the media/drive '/usr/share/virtualbox/VBoxGuestAdditions.iso' (VERR_PDM_MEDIA_LOCKED).
by Perryg » 14. Feb 2010, 00:06
But since you are having problems let's try this step-by-step then.
Start the Ubuntu guest. (I am assuming that you have the desktop version).
Open a terminal.
Type sudo -i <press enter> (enter your password) <press enter>
type apt-get update <press enter>
type apt-get upgrade <press enter>
after this reboot
Open the terminal again.
Type sudo -i <press enter> (enter your password) <press enter>
Type apt-get install linux-headers-generic <press enter>
Type apt-get install build-essential <press enter>
Now look up at the top left of the VBox window and click devices then click install guest additions.
If they do not show on the desktop then click devices and unmount CD, then click install guest additions again.
At this point they should be on your desktop. Dbl click to open the CD.
Look for the Linux Guess Additions that fits you install. More than likely the VBoxLinuxAdditions-x86.run
Position the terminal windows and the opened file system to where you can see them both.
Click and drag the right additions file and drop it on the terminal window.
Click on the terminal window to get focus and hit enter.
Watch for any errors that show and when they are complete reboot.
Let me know if you encounter any errors. If all is well you use the click drag to make the window bigger or use the host+F toggle to go in and out of full screen
TRIED TO FOLLOW THIS
Abount install Guest Addtions
http://forums.virtualbox.org/viewtopic.php?f=7&p=130210
The problem is whenever I try the Guest Additions I get this error:
Unable to mount the CD/DVD image /usr/share/virtualbox/VBoxGuestAdditions.iso on the machine. Would you like to force mounting of this medium?
Could not mount the media/drive '/usr/share/virtualbox/VBoxGuestAdditions.iso' (VERR_PDM_MEDIA_LOCKED).
The only option is to Unmount - not to Mount as the error asks.
Please, I know this has been asked a lot and the advice seems solid I just must be making little mistakes because this can’t be that hard to do - I was up till 1 AM last night and I’m still trying to solve this issue now ! Wow, just seems crazy.
Well, again thank you for your time
Danny
UPDATE:
3/27/10
The main problem with my install of the Guest Additions was that I had installed a 64 Bit Ubuntu Guest - I thought I had installed a 32 Bit Ubuntu Guest.
I'm sure the below information will still be of help to others with trouble installing Guest Additions, (just make sure you are sure which version you install; 32 bit or 64 bit) as the information from Perry is correct and I was able to successfully install the Guest Additions 64 Bit version !
Please some help and guidance - I know I can do this - I must just be doing the littlest thing wrong.
This is long but mostly to show what I have tried and copies of advice from others with this same issue.
First post to this forum and new user to Linux and VirtualBox. So I don’t know much but I am pretty good at following directions.
Windows 7 Host / 64 BIT
Ubuntu 9.10 / 32 BIT Guest
VirtualBox 3.14
Everything is up to date on all applications and computer.
New Laptop with i5-430 processor / 4 G of Ram / 64 Bit / Windows 7 Home Premium
1 G of Ram allocated for Guest
I have and ISO disk that I am using to run Ubuntu (downloaded from Ubuntu) as a Guest on my Win 7 Host laptop.
For the past 3 days I have tried, over many hours, all of the suggestions on this forum, Ubuntu forum and google searches. I just can not get the Guest Additions to install. It seems a few other people are having this problem.
I have tried:
Howto: Install Linux Guest Additions + Xorg config
http://forums.virtualbox.org/viewtopic.php?f=3&t=15679
Here is were I think I do something wrong ?
Do I take the ISO disk out of the computer (Unmount) ?
When do I put it back in ? (The info below reads a little confusingly)
No icon ever appears on the desktop. What I always have on the Guest desktop are 2 items -
“Install Ubuntu 9.10” and “Examples”
“Make sure that no other CD is already loaded for the VM, like the install disk. Unmount that one first. The CD doesn't always get mounted automatically, so you have to do that manually. Usually an icon appears on the Desktop with the name of the inserted CD. You can mount the disc from there, but if you don't have a GUI, you have to mount it using the command line. The CLI can also be used if you have a GUI. Use a terminal emulator for that.
In the CLI, check if there is a valid mount point for the CD. This is usually /media/cdrom, but any empty folder can be used as mount point. Now to mount the CD, issue the following command:”
Ubuntu 9.10 Screen Resolution Issue---Again
http://forums.virtualbox.org/viewtopic. ... 06&start=0
Here is were I am sure I do something wrong ?
I’m good all the way up to - “after this reboot”.
First off I don’t have a password to put in so nothing happens.
And after I “type apt-get update <press enter>“ and before “after this reboot” - the Terminal asks a [Y/N] yes or no question if I want to install some additional stuff. I said Y both times I tried this on a 64bit and 32bit host.
The “after this reboot” is a big issue. I really don’t know what this means - reboot the whole computer or just the Guest ? I “Power off the machine” and the laptop computer.
When I turned back on the Laptop and the VirtualBox I started up a Snapshot of before doing these suggestions - how am I supposed to start up the Guest ? ?
I followed the rest of the directions - “VBox window and click devices then click install guest additions“ - No Guest Additions - I get the same error I always get no matter what I try:
Unable to mount the CD/DVD image /usr/share/virtualbox/VBoxGuestAdditions.iso on the machine. Would you like to force mounting of this medium?
Could not mount the media/drive '/usr/share/virtualbox/VBoxGuestAdditions.iso' (VERR_PDM_MEDIA_LOCKED).
by Perryg » 14. Feb 2010, 00:06
But since you are having problems let's try this step-by-step then.
Start the Ubuntu guest. (I am assuming that you have the desktop version).
Open a terminal.
Type sudo -i <press enter> (enter your password) <press enter>
type apt-get update <press enter>
type apt-get upgrade <press enter>
after this reboot
Open the terminal again.
Type sudo -i <press enter> (enter your password) <press enter>
Type apt-get install linux-headers-generic <press enter>
Type apt-get install build-essential <press enter>
Now look up at the top left of the VBox window and click devices then click install guest additions.
If they do not show on the desktop then click devices and unmount CD, then click install guest additions again.
At this point they should be on your desktop. Dbl click to open the CD.
Look for the Linux Guess Additions that fits you install. More than likely the VBoxLinuxAdditions-x86.run
Position the terminal windows and the opened file system to where you can see them both.
Click and drag the right additions file and drop it on the terminal window.
Click on the terminal window to get focus and hit enter.
Watch for any errors that show and when they are complete reboot.
Let me know if you encounter any errors. If all is well you use the click drag to make the window bigger or use the host+F toggle to go in and out of full screen
TRIED TO FOLLOW THIS
Abount install Guest Addtions
http://forums.virtualbox.org/viewtopic.php?f=7&p=130210
The problem is whenever I try the Guest Additions I get this error:
Unable to mount the CD/DVD image /usr/share/virtualbox/VBoxGuestAdditions.iso on the machine. Would you like to force mounting of this medium?
Could not mount the media/drive '/usr/share/virtualbox/VBoxGuestAdditions.iso' (VERR_PDM_MEDIA_LOCKED).
The only option is to Unmount - not to Mount as the error asks.
Please, I know this has been asked a lot and the advice seems solid I just must be making little mistakes because this can’t be that hard to do - I was up till 1 AM last night and I’m still trying to solve this issue now ! Wow, just seems crazy.
Well, again thank you for your time
Danny