0

I have widows 8 (Pre-installed), and I was not a fan. So I thought I would try Ubuntu as many people from what I hear that use it, like it, and hey, free OS. Well before I was able to do all the instalations, I had to goto work, so my girlfriend (whio is not at all tech savy) decided to help. She told me she installed it, (It popped up with a thank you for installing message) She then shut it off. When she turned it on, when I turn it on, I boot right to windows, I have never installed a secondary OS. And I was hoping someone with more experiance than I could walk me through what I need to do in order to be able to dual boot

Ubuntu version is 14.04 and 64bit

3 Answers3

0

Normally (if everything goes well) even lay persons can install most lx distros right out of the box without breaking a sweat. You may incur into some problems, even with the most recent distro, if your hardware is either brand new or its configuration very unusual. Barring that and assuming you are a newby to this world, your few next basic steps are:

1) get hold of the ISO image, "someone" used to do the install. Boot your machine from it (i.e. use it as a live OS)

2) To find out exactly what partitions were installed, run 'Gparted' form the live OS (it will allow you to do that if your ISO is for the Ubuntu distro). If you cannot find Gparted, I would recommend getting an ISO for a trusted and stable Linux version e.g. Ubuntu, Mint, CentOS, etc.) that includes Gparted and make a live CD from it by burning i and almost certainly for other flavors.) to and report here in the form:

/dev/-d-- [so many kB] [label or mount point] [file system format]

(I assume you are familiar with the partition scheme and naming for different type of volume; if not read about that, before you continue)

In doing so you will use Gparted to VISUALIZE only, not to re-partition or reformat anything, because that would probably wipe your win config clean. You don't want that.

3) All of the above is to determine whether you have a chance of recovering from what seems to be a failed install. If you see your partitions nice and clean, then we 'll look at your MBR and your GRUB and if they are corrupt, how to fix them.

NOTE: this is left to the appreciation of the moderators, but askubuntu.com may not be the best place for this. Other fora such as http://ubuntuforums.org will offer plenty of help at any needed level, be it for Ubuntu or when it comes to boot problem for a handful of other distros, that are either close or identical in terms of boot environment.

-ced

Cbhihe
  • 2,761
  • 3
  • 24
  • 47
0

Welcome to the open-source world ;)

This is a common problem when installing Ubuntu with Windows, here a way to repair it:

-> Boot on the Ubuntu Live CD

-> open a new terminal with ctrl+alt+T

-> Type the following:

sudo add-apt-repository ppa:yannubuntu/boot-repair -y
sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list
sudo apt-get update && sudo apt-get install -y boot-repair

-> Launch boot-repair with sudo boot-repair

-> Click on "Recommended Repair"

-> Reboot

Dremor
  • 773
0

It seems that things are a little different with Windows 8 installations. Lucky for you the guide has already been written! Your answer is here: Installing Ubuntu on a Pre-Installed Windows 8 (64-bit) System (UEFI Supported) :)