LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 11-17-2009, 02:51 AM   #1
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Rep: Reputation: 0
How to make Virtualbox boot with ubuntu like wine


How to make Virtualbox boot with ubuntu like wine
 
Old 11-17-2009, 03:08 AM   #2
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Do you want to start a virtual machine when you log on to a graphical session? If so the best way to do so is using your dektop's autostart facilities. Are you using Gnome for your desktop?

Alternatively, do you want to start a virtual machine and access it over the network?
 
Old 11-17-2009, 03:09 AM   #3
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Sorry, I can't guess what you mean by that. Can you please be more specific about what you are trying to achieve?

Evo2.
 
Old 11-17-2009, 04:46 AM   #4
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Thank you all of you for helping me. what i mean is i try to boot the virtualbox with ubuntu with out any any click. when you run wine you don't have to run always it't work automatically i need that function on virtualbox i hope it is possible

also

i try to share the xp desktop to ubuntu desktop. it means when i make anything on xp desktop it is gone to ubuntu desktop but i got one difficult thing that is i can't create a folder on xp desktop would you help too this

Thanks again
 
Old 11-17-2009, 06:38 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
I think you can get virtual box to directly boot a virtual machine (Eg called winxp) with the following command

Code:
vboxmanage startvm winxp --type gui
You can run the command "vboxmanage --help" to see the other options.

If the above works from the terminal, then you are just a short step away from having it start automatically when you log in.

Since you say you are using ubuntu I'll assume you are using gnome. I can't remember the exact layout of the menu since I haven't used gnome in a long time. But anyway you need to look for an item in then menu called something like "Sessions". After selecting that you need to add a "Start up program" (may be called something slightly different). Once you have found this dialog, add the command I show above.

Cheers,

Evo2.
 
Old 11-17-2009, 06:49 AM   #6
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Original Poster
Rep: Reputation: 0
achu@achu:~$ vboxmanage startvm winxp gnome2
The program 'vboxmanage' is currently not installed. You can install it by typing:
sudo apt-get install virtualbox-ose
vboxmanage: command not found



i already have virtualbox the current version

Last edited by achu68; 11-17-2009 at 07:00 AM.
 
Old 11-17-2009, 07:04 AM   #7
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Original Poster
Rep: Reputation: 0
pleas tell me anything long step-by-step i need only the perfect achievement

Thank you
 
Old 11-17-2009, 07:36 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by achu68 View Post
pleas tell me anything long step-by-step i need only the perfect achievement
Sorry can't do that. As I don't use Ubuntu (or as I said gnome), and you will learn much more if you do something for yourself.

To test the command from my last post, you need to enter it into a program called "Terminal". You can find this in one of the menus, probably "Accessories".

Evo2.
 
Old 11-17-2009, 07:40 AM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by achu68 View Post
achu@achu:~$ vboxmanage startvm winxp gnome2
The program 'vboxmanage' is currently not installed. You can install it by typing:
sudo apt-get install virtualbox-ose
vboxmanage: command not found
Ok, I didn't see this post.

According to the ubuntu web page it should be installed as a part of the virtualbox-ose package:



http://packages.ubuntu.com/search?se...armic&arch=any

What version of Ubuntu are you using?

Evo2.
 
Old 11-17-2009, 07:51 AM   #10
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Original Poster
Rep: Reputation: 0
9.10 64bit

Last edited by achu68; 11-17-2009 at 07:52 AM.
 
Old 11-17-2009, 07:58 AM   #11
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by evo2 View Post
What version of Ubuntu are you using?
And how did you install VirtualBox and which version?

Please explain more what you mean by "i try to share the xp desktop to ubuntu desktop. it means when i make anything on xp desktop it is gone to ubuntu desktop but i got one difficult thing that is i can't create a folder on xp desktop would you help too this". What did you do to share the Gnome and XP desktops?
 
Old 11-17-2009, 08:11 AM   #12
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by catkin View Post
And how did you install VirtualBox and which version?

Please explain more what you mean by "i try to share the xp desktop to ubuntu desktop. it means when i make anything on xp desktop it is gone to ubuntu desktop but i got one difficult thing that is i can't create a folder on xp desktop would you help too this". What did you do to share the Gnome and XP desktops?
version: 3.0.10 the current version i just install directly i think it is work directly but i can't make the network

i work this on xp and i want to share the xp Desktop to ubuntu Desktop. Means the xp desktop files going on the ubuntu desktop. it is easy this one if you want i will tell you briefly. what i need is when i do this i can't create any folder on xp desktop that is what i mean.

Last edited by achu68; 11-17-2009 at 08:25 AM.
 
Old 11-17-2009, 08:28 AM   #13
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by achu68 View Post
version: 3.0.10 the current version

i work this on xp and i want to share the xp Desktop to ubuntu Desktop. Means the xp desktop files going on the ubuntu desktop. it is easy this one if you want i will tell you briefly. what i need is when i do this i can't create any folder on xp desktop that is what i mean.
Thanks. How did you install 3.0.10?

I suspect the desktop directory/folder is treated specially by both Gnome and XP so I would be surprised if everything works. For example XP sortcuts are not the Same as nautilus' (Gome's file manager's) links. As a workaround, can you create a directory on the desktop in Gnome and use it from XP?
 
Old 11-17-2009, 08:59 AM   #14
achu68
LQ Newbie
 
Registered: Nov 2009
Posts: 20

Original Poster
Rep: Reputation: 0
How did you install 3.0.10?

can you create a directory on the desktop in Gnome and use it from XP?[/QUOTE]

1. i install sun.org site
2. it is possible creating directory from gnome and use it from xp there is some process. if you want i cant tell you and you work on xp just changing the directory. what i need is i can't creat folder on xp there is a massage "unable to creat a folder there is no more file" how to fix this
 
Old 11-17-2009, 09:05 AM   #15
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by achu68 View Post
9.10 64bit
http://packages.ubuntu.com/search?su...rds=vboxmanage

It seems is should to be there. Can you check:
Code:
ls -al /usr/bin/vboxmanage
Also can may be able to find it with:
Code:
dpkg -L virtualbox-ose | grep -i vboxmanage
Evo2.

Last edited by evo2; 11-17-2009 at 09:07 AM. Reason: dpkg -L ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make XP boot as default OS in WinXP-Ubuntu dual boot system svin Ubuntu 14 11-04-2009 04:49 PM
XP - Ubuntu dual boot with VirtualBox? Roflcopter Linux - Newbie 5 12-18-2008 11:40 PM
Does virtualbox have app limitations like WINE does? SimbaSpirit Linux - Software 1 05-26-2008 07:57 AM
Changed CD-drive make Ubuntu Boot hang zero/hero Ubuntu 3 07-29-2007 05:29 AM
How to make Ubuntu boot without X? kornerr Ubuntu 4 08-19-2005 12:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 12:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration