0

This is my first time getting Linux. I burned Linux to my disk. Every time i reset my computer it says "Windows could not install (or something like that). It says like something is missing. It worked when I installed it on Virtual Box. But it won't let me install on my laptop. Please help.

  • 1
    What hardware and ubuntu version are you using? You probably need to follow this guide to disable Secure Boot etc before you can install. – Wilf Oct 15 '15 at 18:49
  • 1
    Are you trying to install with Wubi? (Wubi doesn't work on the latest Windows) – Thomas Ward Oct 15 '15 at 18:50
  • I'm using Wubi. But it work on my Vitural Box. I was using Windows 10. – Isaiah Rodriguez Oct 15 '15 at 19:04
  • 1
    @IsaiahRodriguez Wubi does not work with Windows 10. VirtualBox is not the same as Wubi. Wubi installs inside of Windows. VirtualBox is a 'file system' stored on Windows, but inside that 'file system' that is stored on 'virtual disks' is pure Linux, and is not the same as Wubi. – Thomas Ward Oct 15 '15 at 19:06
  • @ThomasW I mean that I was using Windows on Vitural Box. I was checking if it was my Laptop or my disk. – Isaiah Rodriguez Oct 15 '15 at 19:19
  • @Wilf I disabled Secure Boot I believe.. I'm using Ubuntu Studio 4.3 Trusty Tahr LTS – Isaiah Rodriguez Oct 15 '15 at 19:29

1 Answers1

0

I think this is because of the partitions. If you have only made 1 partition then there is your issue. You need to make three free space partitions on what ever storage.

The first partition is for Ubuntu and will be 50 Gigabytes (or more) in size. The second partition is for your home partition and stores configuration files and your personal files such as music, pictures etc. The third partition is for swap space and is used for intensive operations and suspending the computer. When you have found the partition with free space, click on it and press the plus symbol (+) under the disk layout.

This website is really helpful. If you have not seen already: http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html

On that website go the install ubuntu in the bottom middle of the page, and it will show a detailed explanation on installing ubuntu.

If there are any issues please reply or comment.