top of page
  • Zach Pfeffer

Installing the 64-bit PC (AMD64) desktop image of Ubuntu 16.04.1 LTS (Xenial Xerus) in Oracle VM Vir


Xenial Xerus

Step-by-step, verified instructions, for installing the 64-bit PC (AMD64) desktop image of Ubuntu 16.04.1 LTS (Xenial Xerus) in Oracle VM VirtualBox 5.1.14 running in Windows 7 Professional Service Pack 1 (CurrentBuild 7601) on a ThinkPad T460 model 20FNCTO1WW with an Intel(R) Core(TM) i7-6600U CPU

Looking for software help? Email inquiries@centennialsoftwaresolutions.com today to schedule a 30-min consult for $99.00.

Step 1: Enable Intel (R) Virtualization Technology in the T460's BIOS

  1. Power On

  2. Hit Enter

  3. Hit F1

  4. Right arrow key over to Security

  5. Down arrow key to Virtualization

  6. Press Enter

  7. Use '+' to enable Intel (R) Virtualization Technology

  8. Hit F10 to Save and Exit

  9. Select [Yes]

Notes

- Intel (R) Virtualization Technology is not enabled out-of-the-box on the T460 model 20FNCTO1WW.

- If Intel (R) Virtualization Technology is not enabled in the T460's BIOS,

This error will pop up when booting the Ubuntu image in the Oracle VM:

Failed to open a session for the virtual machine ubuntu-16.04.1-desktop-amd64-4GB.

VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED).

Result Code: E_FAIL (0x80004005) Component: ConsoleWrap Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

(64-bit) options will not show up in Oracle VM VirtualBox:

Step 2: Start VirtualBox and Create the Virtual Machine

If you need help installing Oracle VM VirtualBox 5.1.14 on Windows 7 Professional Service Pack 1 (CurrentBuild 7601) click here.

1. Click on the Oracle VM VirtualBox desktop icon or go to Start > Oracle VM VirtualBox > Oracle VM VirtualBox or type VirtualBox into run

Note

Using cmd.exe you can:

c:\>cd "c:\Program Files\Oracle\VirtualBox"

c:\Program Files\Oracle\VirtualBox>VirtualBox.exe

2. Click New.

3. At the Name and operating system screen fill in:

Name: ubuntu-16.04.1-desktop-amd64-4GB

Type: Linux

Version: Ubuntu (64-bit)

4. On the Memory size screen set the memory to 4096 MB.

5. On the Hard disk screen select: Create a virtual hard disk now

6. On the Hard disk file type screen select VMDK (Virtual Machine Disk)

Notes

- VMDK files can be used on other virtual machines and products: VMware, Parallels Desktop, Sun xVM, QEMU, SUSE Studio, Norton GHOST and ILookIX and the .NET DiscUtils Open Source C# library.

- VMDK files use an open format:"Virtual Disk Format 1.1" (PDF) VMware.

7. On the Storage on physical hard disk screen select Dynamically allocated

8. On the File location and size screen set the name to ubuntu-16.04.1-desktop-amd64-32GB. Change the 8.00 GB to 32.00 GB using this sequence:

  1. Click to the left of the decimal point.

  2. Type '3' then '2'.

  3. Hit the left arrow key twice so that the cursor is between the 8 and the 3.

  4. Hit Backspace.

Step 3. Get the Ubuntu 16.04.1 image (aka ISO) and run it

1. Type Ubuntu 16.04 into Google search.

2. Click on this result:

3. Click on the first link: 64-bit PC (AMD64) desktop image to download the ISO image.

Note

- Any of the images will work. This one was chosen because

On 64-bit hosts (which typically come with hardware virtualization support), 64-bit guest operating systems are always supported regardless of settings, so you can simply install a 64-bit operating system in the guest.

4. In the Oracle VM VirtualBox Manager click on: [Optical Drive] Empty and select the ISO.

5. Click Start.

6. The VM will boot and you will be able to follow the instructions to install the image in the ISO to the file ubuntu-16.04.1-desktop-amd64-32GB.vmdk that represents the disk.

Want More?

Click here to add a second disk to Ubuntu running in a VM.

Additional Information

1. What does Xenial and Xerus mean?

What fortunate timing that our next LTS should be X, because “xenial” means “friendly relations between hosts and guests”, and given all the amazing work going into LXD and KVM for Ubuntu OpenStack, and beyond that the interoperability of Ubuntu OpenStack with hypervisors of all sorts, it seems like a perfect fit.

And Xerus, the African ground squirrels, are among the most social animals in my home country. They thrive in the desert, they live in small, agile, social groups that get along unusually well with their neighbours (for most mammals, neighbours are a source of bloody competition, for Xerus, hey, collaboration is cool). They are fast, feisty, friendly and known for their enormous… courage. That sounds just about right. With great… courage… comes great opportunity!

Mark Shuttleworth blog. Referenced from OMG Ubuntu UK. Note the UK spellings of neighbours (lukemastin.com)

2. Ubuntu 16.04.1 vs. 16.04 differences

3. VM Acceleration on the Intel(R) Core(TM) i7-6600U (Intel link):

  • VT-x with Extended Page Tages

  • Virtualization Technology for Directed I/O (VT-d)

4. The text of the 5 sections shown on http://releases.ubuntu.com/16.04/ is nearly identical.

  • The text of all the "Server install image" sections are all the same.

  • Apart from the text, "This type of image is what most people will want to use" used in the first "Desktop images" section, the first and the second "Desktop images" sections are the same.

5. Links to architectures and machines listed on http://releases.ubuntu.com/16.04/:

6. Expanded links from each section of http://releases.ubuntu.com/16.04/:

7. Possible kernel work

As of the 4.5 Linux Kernel, Skylake mobile products are not fully supported, missing support for some Low-Power Idle States. Because of that, long term reliability can be reduced.[37] from Skylake_(CPU) wikipedia.

8. More info on what ISO images are can be found here. More info on IMG images can be found here.

References

1. Used https://www.diffchecker.com to check the text differences.

bottom of page