I cannot boot back my windows 8 disk after Ubuntu install.
I installed Ubuntu. Probably I selected my main disk (I wanted to used the diskonkey disk). After about 3-4 screens (selecting time zone) I noticed that is using the wrong partition and I powered down the laptop.
Now I don’t have a partition table with windows 8. It cannot boot. I think I have to recover my MBR and partition table.
I used the boot repair - this is what it showed: http://paste.ubuntu.com/9659707/
sudo blkid
andsudo gdisk -l
from a terminal. – Erkin Alp Güney Feb 14 '15 at 15:33sudo grub-install --uefi-secure-boot <target>
on LiveCD andsudo apt install grub-efi-amd64
on your Ubuntu installation. – Erkin Alp Güney Feb 15 '15 at 20:51