Re: [orca-list] The new fedora 12



Hi will,
I wrote a very small tutorial.
In case of interest, I can extend with more commands.

To create a open solaris virtual machine called vm1 using VirtualBox Version 3.1.2, use the following command:
VBoxManage createvm  --name vm1 --ostype OpenSolaris --register
Pay attention to the punctuation  and the upper cases.

to know which os types are recognized by  virtualbox, type the following:
VBoxManage list ostypes|less

To list all parameters created to the vm1 machine, use the following command:
VBoxManage showvminfo vm1|less

Time to change some parameters.:

VBoxManage modifyvm vm1 --memory 512  --audio alsa

Now we need to create a disk controller.
VBoxManage storagectl vm1 --name ide0 --add ide --controller PIIX4

We need to attach a dvd/cd to our machine so that we can boot for the first time.
It can be a physical drive or a .iso image.
VBoxManage storageattach vm1 --type dvddrive --storagectl ide0 --port 1 --device 0 --medium host:/dev/cdrom

The vm1 machine also needs a virtual disk so that we can install the OS.
Firstly we need to create the virtual disk.
VBoxManage createhd --filename /data/vilmar/hdvm1 --size 1000 --remember

Now attach the disk to the vm1 machine.
VBoxManage storageattach vm1 --type hdd --storagectl ide0 --port 0 --device 0 --medium /data/vilmar/hdvm1.vdi

I believe that we can boot the vm1 machine.
VBoxManage startvm vm1



[]S José Vilmar Estácio de Souza
http://www.informal.com.br
Msn:vilmar informal com br Skype:jvilmar
Twitter: http://www.twitter.com/jvesouza
Phone: +55 21-2555-2650 Cel: +55 21-8868-0859


On 01/04/2010 03:04 PM, Willie Walker wrote:
Hi Ashley:

Do you have a set of shortcut commands one can type at the command line to set up things with VirtualBox?

Will

On Dec 31, 2009, at 5:43 AM, ashley wrote:

I'm using vmware. Virtual box is not accessible unless you use the command line. You can download the latest 
vmware player, version 3, or the latest workstation, version 7, which doesn't have these problems.

Hope this helps!

Ash
Personal website:
www.ashleycox.co.uk
----- Original Message ----- From: "Jacob Schmude"<j schmude gmail com>
To: "ashley cox"<ash cox talktalk net>
Sent: Wednesday, December 30, 2009 11:04 PM
Subject: Re: [orca-list] The new fedora 12


Hi
Are you using virtualbox or VMware on the Mac side? I can get Fedora 12 to boot up just fine in VMware, but 
the particular version of Pulseaudio used has issues with VMware's emulated sound card so can't get any 
further than that unless there's a way to boot up without Pulseaudio that I don't know about. Later versions 
of Pulse have this issue fixed, but the F12 live cd doesn't have these versions.

On Dec 30, 2009, at 15:17, ashley cox wrote:

Hi,

I would just like to say that I am very impressed with performance of orca on the new fedora 12. I am running 
it in a virtual machine on my mac and one of the best things about orca in this release is that you don't 
have to change any settings to use admin apps without using the root account. THis means you can activate 
admin apps from the menus and use them just like a sighted user would.

Well done orca and fedora developers!

ash
personal website:
www.ashleycox.co.uk

_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
  The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that 
when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or 
repair.
--Douglas Adams



--------------------------------------------------------------------------------



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.716 / Virus Database: 270.14.123/2594 - Release Date: 12/30/09 07:27:00

_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]