I'm having trouble installing ubuntu 13.04 on my windows 8 machine. The slot one disk is a 360gb SSD with W8, but the disk I want to install Ubuntu on is a 120gb SSD. I keep trying to install the OS, but it tells me there's no root system on the 120gb SSD that I want to use. I was wondering if anyone could help because I cannot find what I think is a relevant article.
Asked
Active
Viewed 39 times
-1
1 Answers
0
With 2 drives it is important to partition second drive as gpt partitioned not the usual default MBR(msdos). I might also make an efi partition on that drive even though system will only boot thru one efi partition. Then you could boot Ubuntu SSD without Windows drive, if you also install grub2's boot loader to both efi partitions.
Then you should be able to install in UEFI mode following the UEFI type installs.
I have only BIOS but use gpt and use gparted to partition drives. I used gparted and selected gpt under device, advanced & select gpt over msdos(MBR) default partitioning....

oldfred
- 12,100
/boot
partition. Make 3 parititions. Make sure the first is/
and the second is/home
both in ext4 Journaling File System. The last isSwap Area
with no mount point. – user68186 Jul 25 '13 at 18:45