help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grub2 with two EFI disks (Windows 7 + OpenSuSe)


From: Mgr. Šimon Tóth
Subject: Grub2 with two EFI disks (Windows 7 + OpenSuSe)
Date: Sun, 12 Aug 2012 00:31:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0

I just installed my first machine with EFI and because previously the best solution was to install Windows to a dedicated disk a did just that. But I have no idea how to boot the second disk now from Grub2.

The only howtos I found actually just use a single EFI partition, but I have two partitions (one on each disk). I can boot from the BIOS boot menu to both Linux and Windows.

I tried some different configurations, but the original simple configuration doesn't work:

menuentry "Windows 7" {
        insmod chain
        set root=(hd1)
        chainloader +1
}

I get invalid EFI path error.

So what is the correct configuration for this use case?

--
Mgr. Simon Toth



reply via email to

[Prev in Thread] Current Thread [Next in Thread]