Is it possible to install ubuntu on my windows 8 laptop? dual boot is fine if it is doable

This is my laptop environment.

enter image description here

UPDATE:

I ended with installing vmware player

It works great for me. I have tried twice virtualbox and it didn't work for me (always ended with abortion error)

Thanks all for your help!


Solution 1:

I can see no reason why not.

This article gives you a great introduction to dual booting Ubuntu.

If you simply want to run it under a Virtual Machine (e.g. still be booted into Windows and have Ubuntu running under it at the same time) I'd look into Virtual Box. here is a good tutorial on doing just that.

Solution 2:

Yes it is possible, there are different ways:

  1. You can install ubuntu inside windows 8. Using the wubi.exe(just run it). If the dialog doesn't show the option of install inside windows you can open command line and type: wubi.exe --force

  2. You can install it alongside by booting from the ubuntu cd or usb stick and in the process select install alongside windows and select different partition to install.

  3. You can you vmware or virtualbox to install the ubuntu virtually and swich between the two with one click. (I suggest it only if you have good amount of ram).

Solution 3:

Just a preamble: if this were not a Windows 8 laptop, then things could be just much easier, simply by downloading the installation ISO of you preferred distribution and going ahead with the setup process.

You would not even need to worry about deleting windows, as most installation CDs/DVDs/USB images already feature NTFS commands that are able to resize (actually, shrink) your Windows partition to leave empty space for a Linux installation.

That being said, this is a Windows 8 laptop. I don't know if you are aware, but there problems with "secure boot" or "restricted booting" that Microsoft requires from manufacturers to have the "runs Windows 8" seal and the problems of having.

Even if you don't know, you may find this very fresh article (as of September of 2013)) from one of the top Linux Kernel Develpers (Greg Kroah-Hartmann) to be of use.

In fact, another top Kernel Developer (Matthew Garrett) has been spending a lot of his time understanding the both the quirks and the undocumented parts of the EFI (simply put, the successor to BIOS). Do yourself a favor and read Matthew's posts. His articles are very accessible, while highly informative.

Since no one else brought these issues of "secure boot", I hope that this small response of mine will serve as a good collection of links for broadening the attention of people to this problem.