Is changing my operating system and still keeping virtualbox possible? - operating-system

I want to change my operating system from Windows to Ubuntu.
But I don't want to lose my Virtualbox. Does anyone have an idea if this is possible?
Best,
Miriam

You can export your VMs in the OVA/OVF format using VirtualBox (File->Export Appliance, File->Import Appliance). This way you can get a fairly portable VM and back it up on some external hard drive. Then when you replace your host operating system from Windows to Ubuntu, you can import the VMs from the OVA/OVF file back to your Ubuntu host.

Related

Unable to create bootable USB for windows xp installation

I have mistakenly formatted windows xp partition of my hardrive while trying to install lubuntu operating system.
Now I can only have access to my computer through the live USB disk of lubuntu.
I have couple of .iso files of windows xp cd.
But when I tried to create bootable USB drive from it, it doesn't work.
It either shows "bootmgr is missing" message or it show a blinking cursor and nothing happens while booting.
The iso's that I have, contain all the necessary installation files required.
Is there a way to make USB drive boot from it?
I tried softwares like rufus but that too doesn't work with iso that I have.
try to google a software called ultraiso, it can create an installation usb using an installation Windows cd or iso, no matter the Windows is xp or 7 or 8 or Windows Server.
If you can't find it in google, try to find it using another search engine such as www.baidu.com
then using the usb, you can install Windows again in your hard drive

Run OS installed on external drive in windows

I have an external hard drive connected to my computer via USB cable with Linux OS installed on it.
Is there a way that i can run this Linux while using Windows?
Like in virtual machine or something like that?
You can but you'll need to download a good enough emulator not small ones such as Bochs.Then configure the settings of the emulator such that it boots up the USB drive.Let me know which emulator you'd be using and I will help you setup if I know.
Yes you can. You'll need to download Oracle VM VirtualBox and use that. Its very easy to use. Just after you set up the Virtual machine you'll need to tell it to boot from usb.

how to install operating system on a virtual machine programatically

It may be a duplicate question but i could not find it anywhere.
Anyway, my goal to install operating system(both linux and windows) programatically on a virtual machine running on vmware hosts.
Although my search, I am quite lost about where to start.
Is there a framework or project you can suggest?
You could use templates; i.e. create a VM, install the Linux distribution of your choice and make the VM a template. Then don't create VMs but deploy the template.
Alternatively, google for the Linux distribution of your choice and something like "network installation". You'll need a DHCP server and probably a TFTP and/or web server.
Working with Templates and Clones
Creating VMware Virtual Machine Templates
Try having a look at Vagrant: http://www.vagrantup.com/. It allows you to install/uninstall a predefined VM from the command line.

OS harddisk if installed on other machine, restarts

I have installed Win7 on one machine. After some days, if I put that hard disk in another machine, it keeps restarting and does not boot up. How can I solve this?
Does the hard drive have the Win7 installation on it? If so, it probably won't boot in another machine, as each installation is customized to whichever machine installed it. You will probably need to repair/re-install the OS to make it boot.

How do i create a VM Ware Image of an AIX LPAR?

I want to clone a AIX LPAR and was wondering if the physical machine could be converted into a VM Image?
I have used the VMWare Converter to create a VM Image of a physical windows box and the documentation states that you can do that for Linux Boxes too.
http://www.vmware.com/products/converter/
I don't see information on AIX or the other UNIXes.
If creating an VM Image of an existing physical AIX box is not feasible is there any easy way to clone the AIX image to another AIX machine.
The primary intent is to avoid re-creating the setup that is already performed for the current AIX box and we want a duplicate environment with the same setup.
VMware supports x86 (and x86_64) architectures for host and guest only. IBM AIX runs on the Power architecture, and VMWare does not do architecture emulation, so what you want does not exist.
If you want to back up/clone your AIX instance to another machine, look for information regarding mksysb and AIX Sysback.
You might want to take a look at the following, but there are no guarantees, and I'm fairly certain running AIX on anything but a Power architecture is still not a reality at this time:
Qemu
PearPC
Based on further reading, i understand that VMWare does not support AIX. The guest OS can primarily be Windows, various distros of LINUX and Mac-OSX. I also see Solaris as a supported guest OS, but i don't see AIX. So i don't think this is possible.
I would have to look at the Virtualization features supported from IBM for this activity.
Thanks,
Manglu