Problem after upgrade to 3.0.6

Discussions about using Windows guests in VirtualBox.
Post Reply
murcalumis
Posts: 4
Joined: 14. Sep 2009, 10:41
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP

Problem after upgrade to 3.0.6

Post by murcalumis »

I know many people had problems when upgading to the current version 3.0.6 because of the fact that the VBox guest additions have been moved to another place. This is my problem, too. However I'm not able to use the workaround because I can't remove the guest additions form my virtual machines. Whenever I try to release the guest additions I get an error message "The machine is not mutable (state is 2)".

Any suggestions?

Thanks in advance

murcalumis
murcalumis
Posts: 4
Joined: 14. Sep 2009, 10:41
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP

Re: Problem after upgrade to 3.0.6

Post by murcalumis »

In the meantime I found a workaround for my problem. I downgraded back to version 3.0.4, started my virtual machines and shut them down instead of saving the state of the virtual machine. Then I removed the guest additions image from my virtual machines. After that I reinstalled version 3.0.6 and was able to start my virtual machines again. There's still an invalid entry in the virtual disk manager under cd/dvd image pointing to a wrong path. I can't delete that invalid entry.
Has anyone an idea on how I can get rid of that invalid entry?

Thanks

murcalumis
Attachments
Vbox_problem.png
Vbox_problem.png (45.22 KiB) Viewed 2298 times
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problem after upgrade to 3.0.6

Post by Sasquatch »

You can remove the entry if you release the file from every VM you have, then select it and hit the remove button. That will simply unregister the ISO. If it really doesn't work, close all instances of VB and open the VirtualBox.xml file. Look up the GA ISO in that file and either remove the entry, or modify the line to the proper location.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
murcalumis
Posts: 4
Joined: 14. Sep 2009, 10:41
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP

Re: Problem after upgrade to 3.0.6

Post by murcalumis »

Removal of the invalid entry doesn't work (option is greyed out). If I edit the VirtualBox.xml file in order to get rid of the wrong guest addition entry one of my virtual machine no longer works (see screenshot).

murcalumis
Attachments
vbga_prob2.png
vbga_prob2.png (86.37 KiB) Viewed 2286 times
vbga_prob.png
vbga_prob.png (47.49 KiB) Viewed 2287 times
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problem after upgrade to 3.0.6

Post by Sasquatch »

You can't remove the faulty GA entry, because it's still attached to the now inaccessible VM. You have to fix that VM or remove it before you can remove the GA entry.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
murcalumis
Posts: 4
Joined: 14. Sep 2009, 10:41
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP

Re: Problem after upgrade to 3.0.6

Post by murcalumis »

Ok. How can I fix it? If i copy back the original VirtualBox.xml then I can start that otherweise inaccessable VM but still get a warning concerning the faulty guest addition. If I edit the XML then I don't get the error message but my VM is inaccessable.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problem after upgrade to 3.0.6

Post by Sasquatch »

What have you changed exactly? It seems that you messed around way to much with the main xml file, a VM doesn't suddenly become inaccessible unless you screw it up badly.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
aimone
Posts: 1
Joined: 11. May 2009, 19:50
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: OpenSolaris

Re: Problem after upgrade to 3.0.6

Post by aimone »

I'm seeing the same problem after upgrading from 2.2.4 to 3.0.8. I was careful to only remove the one xml entry for the now missing GA iso. I even tried copying the path of the new GA iso, but then it complains about not being able to register the iso twice.

How do I remove the stale entry?
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Problem after upgrade to 3.0.6

Post by Sasquatch »

If you have it mounted to any VM, you have to modify that XML file too, otherwise you can just remove the single line that mentions the GA ISO. Looks like this:

Code: Select all

<Image uuid="{f456988d-80ca-46af-9332-f30793edc489}" location="/usr/share/virtualbox/VBoxGuestAdditions.iso"/>
Of course, this is on Linux Host, but Windows has a similar entry, only the path looks different (of course).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply