Having problems changing video EFI mode

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
nuke
Posts: 29
Joined: 10. Nov 2008, 18:51
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win7, ClearOS, SnowLep, CAELinux

Having problems changing video EFI mode

Post by nuke »

I read in the manual that you should be able to set the video mode on Snow Leopard guest (EFI) with the command

Code: Select all

VBoxManage setextradata vmname VBoxInternal2/EfiGopMode N
Where N can be one of 0,1,2,3,4 referring to the 640x480, 800x600, 1024x768,
1280x1024, 1440x900 screen resolution respectively.
So I tried but get the error

Code: Select all

sudo VBoxManage setextradata SnowLep VBoxInternal2/EfiGopMode 3
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

ERROR: Could not find a registered machine named 'SnowLep'
Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
Context: "FindMachine(Bstr(a->argv[0]), machine.asOutParam())" at line 583 of file VBoxManageMisc.cpp
If I do

Code: Select all

VBoxManage list vms
I get the name of the vm to be "SnowLep".

Also if I

Code: Select all

VBoxManage getextradata "SnowLep" enumerate
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

Key: GUI/LastGuestSizeHint, Value: 1024,768
Key: GUI/LastWindowPostion, Value: 7,44,1024,790
Key: GUI/MiniToolBarAlignment, Value: bottom
Key: GUI/SaveMountedAtRuntime, Value: yes
Key: GUI/ShowMiniToolBar, Value: yes
it finds the vm.

Could someone tell me what I am doing wrong with the statement that it won't change the resolution to 1280x1024?
Thank you.
baf
Volunteer
Posts: 829
Joined: 27. Sep 2008, 06:18
Primary OS: Mac OS X Leopard
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: linux,xp,win7
Location: Luleå or Skellefteå, Sweden

Re: Having problems changing video EFI mode

Post by baf »

What's wrong: sudo

Forget sudo.

When you use that you are trying to change root:s vm named SnowLep not your vm.
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
nuke
Posts: 29
Joined: 10. Nov 2008, 18:51
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win7, ClearOS, SnowLep, CAELinux

Re: Having problems changing video EFI mode

Post by nuke »

Thanks. That worked!
Post Reply