0

I have decided to install Ubuntu on my laptop alongside Windows 8, the OS I have currently installed and that I don't want to uninstall because I need some programs.

I have downloaded the ISO and burned it into a CD. Everything in the installation goes well until I have to choose where to install it. It doesn't recognise my Windows 8 and it sees my disk as if it was all empty space (500 GB).

What should I do to install Ubuntu?

  • Ultrabook? With Intel SRT? You need to turn that off and remove RAID meta-data. http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-uefi-supported-windows-8-system Also: https://help.ubuntu.com/community/UEFI – oldfred Oct 18 '13 at 16:17
  • @oldfred, did you link the wrong question? That one doesn't say anything about raid. – psusi Oct 18 '13 at 17:06
  • Open a terminal and run sudo parted -l and edit your question and paste in the output. – psusi Oct 18 '13 at 17:07
  • Is this the same as this? http://askubuntu.com/questions/162631/ubuntu-12-04-installer-does-not-recognize-drive-partitions – kiri Oct 20 '13 at 23:41

1 Answers1

0

If the "Something Else" partitioning option is showing the disk as completely unpartitioned, then chances are you've run into a libparted bug that causes tools that use that library (such as the Ubuntu installer) to think the disk is empty when in fact the partition table is not to libparted's liking. This problem can often (but not always) be fixed by my FixParts program, which is part of the gdisk or gptfdisk (I don't recall which offhand) package in Ubuntu. See this page for more on this problem.

Rod Smith
  • 44,284
  • 7
  • 63
  • 105