After installing my new runcore 32g, I have successfully setup my dual boot Osx/Ubuntu. Everything seems O.K
I am using grub to select what operating system to start up. I have my drive partioned as follows:
disk0 GUID, disk0s1 EFI, disk0s2 HFS Macintosh HD, disk0s3 ext2 Ubuntu .
I added the following to my grub menu:
title Mac Osx
root (hd0,2)
kernel /boot/EFI/boot
boot
I created an EFI directory within my /boot on disk0s3 and then copied all my files from my EFI partition.
My question is... will I run into difficulties later or is there a better way of setting this up. I realize that if i do "upgrade" any of the files on my EFI partition, I will have to manualy copy them to my /boot/EFI directory.
ANY comments would be appreciated. Thanks