Chainload EFI Bootloader from grub2 installed on MBR

1

1

When trying to chainload a EFI-bootloader from my grub2 I always get an Invalid signature error. According to this question, it happens because my grub2 is installed on an MBR-harddrive. The author of the question solved it by moving his harddrive to GPT. However, this is not practical for me.

The used grub2-version is 1.99-21ubuntu3.9.

How can I fix this?

Zulakis

Posted 2013-07-05T18:24:59.387

Reputation: 1 316

Answers

1

If GRUB 2 is installed to the MBR of the hard disk, then that implies that you're booting GRUB 2 in BIOS mode. A BIOS-mode GRUB cannot boot an EFI-mode boot loader. Thus, if I'm understanding your situation correctly, what you want to do is not possible. That said, there likely is a way to accomplish your ultimate goal, whatever that is; however, the path to achieve that goal depends on precisely what the goal is and what your current setup is, and you've provided insufficient information about both of those points. I recommend you begin by running the Boot Info Script and posting a link to the RESULTS.txt file that it produces. This will provide us with detailed information about your current configuration. In addition, please describe in words what you want to achieve -- for instance, you've got a working configuration of OS A and you want to install OS B; or you're moving a hard disk from one computer to another and you want to get the OS on that moved disk to boot on its new home computer. Please edit your original question and add a comment to this reply so that I'll be notified of the new information.

Rod Smith

Posted 2013-07-05T18:24:59.387

Reputation: 18 427

0

I solved this same problem on my pc (which boots Win7/LMDE/Fedora/FreeBSD/PC-BSD). Very short version - use gparted to determine which drive your OS is located (drive1, 2, etc) and ensure that your BIOS lists the drive in the same order. IE if gparted expects an OS on Drive2 (/dev/sdb), then put that drive as #2 in your BIOS.

user258424

Posted 2013-07-05T18:24:59.387

Reputation: 1