0

I am having a problem installing xubu 13.10 as a VM in KVM, but running as live disk in 'virtual box' seems to work good. So I guess I will go ahead for now and run 13.10 as VM in virtual box, but I have a question regarding the installation: when the install gets to the part that inquires about on what disk to select there are 4 options. The first offers to "erase disk and install Ubuntu" and the last allows the user to do "something else" as shown in this link:

http://www.wikihow.com/Image:Install-Ubuntu-on-VirtualBox-Step-30.jpg

I created the virtual disk 'xubu13-10.vdi' on partition 'sdb7' so I assume the first option, "erase disk and install Ubuntu" refers to 'sdb7'. When I select the "something else" option, only 'sda' is listed, and I cannot seem to select anything else, like sdb and sdb7 in particular. This looks sort of scary since I do not want the install to do anything on 'sda' whatsoever.

The confusion for me arises from the fact that when I last installed xubu, 10.04 I think, that 4th option to do "something else" allowed the user to manually select the partition on which to install, allowing one to be crystal clear about where xubu would be installed. I guess if someone could just verify that the first option, "erase disk and install ubuntu" will erase only the partition, sdb7, I selected when setting up the 'vdi' then I am set to go.

nanker
  • 103

1 Answers1

0

By creating a .VDI file you had created a virtual container to hold your virtual machine's OS.

This container will be presented to the Ubuntu installer as a hard disk ready for formatting and installing the OS. Because you likely only had attached one virtual drive to your machine it is presented as /sda to your virtual machine's Ubuntu.

On installation the VDI-file only will be partitioned and formatted. Only if you had attached a real partition to your virtual machine you need to worry about data on that partition. This is a more complicated process. It will not be done by default from a GUI-supported installation of a virtual machine in Virtual Box.

Also see How to install Ubuntu on VirtualBox?

Takkat
  • 144,580