That means that in addition to dealing with new motherboard issues, I get to install a new system onto a new drive. I figured as long as I'm starting with a new drive, I'd try to install it using the EFI boot process. This motherboard supports BIOS boots as well as (reputedly) EFI boots. Almost all of the EFI supporting boot manager installation procedures seem to expect that you're doing them from a system already booted in EFI mode. Since the new kernels can provide their own EFI bootloader if properly configured, this would seem to be do-able, if a bit fiddly.
But so far, I've had no luck at all. My old disk still boots fine in MBR mode (once I switched all fstab and grub references from sda to sdb.) But the boot process doesn't even give me a failed boot from the SSD -- it skips right to the old disk unless I disable sdb completely, at which point it just tells me to insert boot media.
Here's what I've got set up. Using gparted I created GUID partitions
Code: Select all
/dev/sda1 FAT32 Boot Flag at /boot/efi
/dev/sda2 ext2 at /boot
/dev/sda3 ext4 at /My understanding is that if I have a FAT32 partition flagged as a GUID boot partition, it should offer me the chance to boot from files on that partition. If the efi shell would load, presumably I could get it to boot the kernel I have there. I can't find anything in the EFI motherboard settings (I guess we can't say BIOS) that might govern this. There is a "tools" menu that among other things allows me to place a flash file in the EFI area and flash the BIOS^h^h^h^h firmware, and *that* actually allows me to navigate that partition, so I know the motherboard can see that partition.
I'm obviously confused about something. This sees like a chicken and egg situation -- once I get booted in EFI mode I can install all kinds of boot managers, but I have to get that first one going. What am I doing wrong?
Since this motherboard supports BIOS boots, I can easily repartition and just use a BIOS mode setup, but I hate to give up on this.



