No PARTITIONs found while installing, dual-boot Win8/Ubuntu 14.04
Solution 1:
The solution is here
And the exact steps it took to get my partitions to be recognized again are as follows...
- Open a Terminal and run
sudo gdisk /dev/sda
- It is likely that both MBR and GPT will be found and asks you which one to use - the choice is irrelavant.
- Type
x
for the next command because well, you're doing expert stuff - Type
z
to zap the GPT data - Type
y
to proceed destroying GPT data - Type
n
in order to not lose MBR data
Opened GParted, no Warning message about GPT signatures and my partitions are recognized :)
Thanks all for your time and advice
Solution 2:
Did you try using TestDisk to check for partitions?
Another option would be to use the whole disk and then install Windows 8 in virtual box.