Attempting to dual boot Ubuntu and Windows 7 on Sony Vaio with Insyde H2O BIOS
Posted
by
zach
on Ask Ubuntu
See other posts from Ask Ubuntu
or by zach
Published on 2012-09-26T16:45:35Z
Indexed on
2012/10/01
15:53 UTC
Read the original article
Hit count: 438
My situation is the same that is addressed here
Sony VAIO with Insyde H2O EFI bios will not boot into GRUB EFI
and here http://www.hackourlife.com/sony-vaio-with-insyde-h2o-efi-bios-ubuntu-12-04-dual-boot
I tried to install Ubuntu 12.04 from the Live CD alongside my current Windows 7. I have to switch my BIOS to legacy mode in order to boot from CD. If I were to do a normal installation and remain in legacy mode, the BIOS will display "operating system not found". If I switch back then the BIOS just boots to windows.
To solve the problem, I tried following the steps in the previous two articles. My drive is partitioned as:
sda1 FAT32 Location of Windows EFI files (flagged as boot in Ubuntu install)
sda2 unknown
sda3 NFTS Windows C:
sda4 ext4 Ubuntu root
sda5 swap
sda6 ext4 Ubuntu home
I was a little confused by the requirement in the second article to "be careful to install Grub bootloader in /dev/sda3"
In my case, the relevant partition is sda1. I have tried three things: setting the sda1 mount point as /boot
, as /boot/efi
, and as the special reserved grub partition. In each install I indicated that grub should be installed in sda1.
After each install I reboot to the live CD and look in the sda1. I see EFI/Boot and EFI/Windows, but no EFI/Ubuntu and consequently no grubx64.efi.
I understand the recommended procedure of moving grubx64.efi into the EFI/Boot directory and replacing the present bootx64.efi file, but I see no grubx64.efi and I don't know where it should be.
© Ask Ubuntu or respective owner