Using Virtualbox without guest OS
-
Cube
- Posts: 3
- Joined: 22. Aug 2011, 15:18
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: Win XP
Using Virtualbox without guest OS
Can I use Virtualbox without guest OS? I just want to run a program to see if I like it without it installing it onto my PC and then taking ages to uninstall it and all it's tentacles.
-
smartysmart34
- Posts: 101
- Joined: 21. Apr 2008, 20:56
Re: Using Virtualbox without guest OS
Given your scenario I assume you would NOT want to use VBox to start the physical system off your disk.
So with this in mind I would say: NO, won't work.
VirtualBox without guest operating system is like a PC without operating system. How many applications do you know that can run off an empty pc by inserting the cd into the drive? I don't know any.
You need a guest operating system to test applications within a guest.
Cheerio,
Martin
So with this in mind I would say: NO, won't work.
VirtualBox without guest operating system is like a PC without operating system. How many applications do you know that can run off an empty pc by inserting the cd into the drive? I don't know any.
You need a guest operating system to test applications within a guest.
Cheerio,
Martin
-
Cube
- Posts: 3
- Joined: 22. Aug 2011, 15:18
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: Win XP
Re: Using Virtualbox without guest OS
Thanks for the reply Martin.
It is just what I thought it it would be, I just wanted it confirmed.
Would I need an I.S.O. disk for whatever OS I needed to run my program?
I am using a PC running Ubuntu 10.4LTS ( but not the one I am using now to write this) but need to run a windows program that does not have Linux equivalent.
It is just what I thought it it would be, I just wanted it confirmed.
Would I need an I.S.O. disk for whatever OS I needed to run my program?
I am using a PC running Ubuntu 10.4LTS ( but not the one I am using now to write this) but need to run a windows program that does not have Linux equivalent.
-
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: Using Virtualbox without guest OS
Have you thought about Wine to run the Windows application? Else you need a Windows license to install it in a VM and then test the application.
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.
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.
-
Cube
- Posts: 3
- Joined: 22. Aug 2011, 15:18
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: Win XP
Re: Using Virtualbox without guest OS
Wine will not run my program. It causes the PC to freeze.
-
smartysmart34
- Posts: 101
- Joined: 21. Apr 2008, 20:56
Re: Using Virtualbox without guest OS
In that case you would need a Windows licence, get a copy of the install media (.iso or physical DVD) and setup Windows in the vm.
-
BillG
- Volunteer
- Posts: 5106
- Joined: 19. Sep 2009, 04:44
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows 10,7 and earlier
- Location: Sydney, Australia
Re: Using Virtualbox without guest OS
VirtualBox won't do much for you before you install an OS. A newly created virtual machine is like a newly manufactured physical machine. There is very little it can do before you install the OS. It certainly won't run an application program.Cube wrote:Can I use Virtualbox without guest OS? I just want to run a program to see if I like it without it installing it onto my PC and then taking ages to uninstall it and all it's tentacles.
Installing an OS in a guest vm won't have any tentacles into the host machine or the host OS. The OS installs into the virtual machine and the changes it makes only affect the vm, not the host. If you delete the vm and its virtual hard disk, nothing of that install remains.
Depending on what OS you want to use, you may be able to boot and run from a .iso file (but not Windows).
Bill