Startup with Mint 11

Associate
Joined
8 Jan 2009
Posts
1,492
Location
Northern Ireland
What it is, I'm running Win 7 HP with VirtualBox installed with Mint11. What I want to do is, when I start my system, it will boots into Mint 11. However, I put the VirtualBox in the startup folder, and it starts the VirtualBox, but it stops there, it won't boot up Mint 11. Anybody any ideas on how to get Mint 11 to bootup within VirtualBox when i startup my system. Another idea would be to duel boot, but I don't want to go down that road.
 
I've no idea how VirtualBox's files work (as I use VMWare Workstation), but with VMware, you can use the VMrun command line tool to start a VM.

This would mean that I could create a batch file to place in startup that would launch the VM.

vmrun -T ws start "d:\vms\Vista x86\windows vista.vmx"

Are there no similar tools for VirtualBox?


EDIT:

Would seem that VBoxManage does exactly what you are after:

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm xxx

Where xxx is the name of the guest.
 
Last edited:
paradigm
I've no idea how VirtualBox's files work (as I use VMWare Workstation), but with VMware, you can use the VMrun command line tool to start a VM.

This would mean that I could create a batch file to place in startup that would launch the VM.

vmrun -T ws start "d:\vms\Vista x86\windows vista.vmx"

Are there no similar tools for VirtualBox?

Had a look, and could not see one.
 
paradigm How did you get on?

Not having a lot of luck with it, I found the link you printed,

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm xxx
Where xxx is the name of the guest.

capture3x.gif


But when I click on the link, a black CMD box appears, and a program quickly runs, I try it and it does not work. I'm probably making a mistake, which would account for it not working.
 
try creating a shortcut for your virtual os (mint) on the desktop. start up virtual box and right click on the VM and it shoud be under the menu. Drag the shortcut from the desktop into the startup folder under your start menu and see if that will work.
 
sic6six
try creating a shortcut for your virtual os (mint) on the desktop. start up virtual box and right click on the VM and it shoud be under the menu. Drag the shortcut from the desktop into the startup folder under your start menu and see if that will work.

Hi Thanks, What i did was the same as your idea, to power up VirtualBox, then under Machine, created a short cut for Mint, then placed the short cut in the Startup Folder.
 
Not having a lot of luck with it, I found the link you printed,



capture3x.gif


But when I click on the link, a black CMD box appears, and a program quickly runs, I try it and it does not work. I'm probably making a mistake, which would account for it not working.

You run it from command line, not double clicking.

To run it from the startup folder, you'd have to create a batch script (.bat) to execute the commands for you.
 
Hi Thanks, What i did was the same as your idea, to power up VirtualBox, then under Machine, created a short cut for Mint, then placed the short cut in the Startup Folder.

you dont need start up virtualbox first. you can just use the shortcut to the VM and it will load without the need for the main window. this is how i use it when testing software before installing on my os
 
Back
Top Bottom