




arealvel wrote:
I don’t want to touch the Windows Bootloader in the Efi System Part., as I know that loosing the GPT, I won’t be able to run the Recovery Disks, if needed. So I planned to relay on the Windows bootloader and use EASYBCD 2.2 (this version has EFI support, I red), adding there a voice for Mint.
So, I run the installation with the option third “Something else”. It allows me to create three new partitions for Mint.
The new partitions were:
• Boot partition (Ext2- 500MB – assigning here the installation Grub, and formatting as “Boot Partition”) Wrong
• Swap (4GB)
• Root partition (Ext4 - 100GB)
My question: Does anybody knows how to fix this or what to change to have Mint working?




"The whole GPT/EFI support by linux seems to me to be a mess."
"I dont know whether Easy BCD now gets around this by using its own Grub kernel or not."



• Boot partition (Ext2- 500MB – assigning here the installation Grub, and formatting as “Boot Partition”) Wrong
You do not need to create a boot partition.
Aptio is AMI's next-generation BIOS firmware based on the UEFI Specifications and the Intel® Platform Innovation Framework for EFI. Aptio is specifically designed to address firmware portability and extensibility to future platforms.


I've just done something similar to this on my laptop to dual-boot Windows 8 and Mint 14, both in EFI.
viewtopic.php?f=42&t=121912

arealvel wrote:5. Start installation creating Linux partitions as you like (for ex: boot partition [ext2, 300MB], swap partition [6MB] root partition [ext4, free space you want GB]. Assign the booting device to the boot partition you have create (for me it was sda6). You can choose other ways to format with different filesystems and mount points.
What I learn here is that you're not allowed to allocate the boot partition nor to /boot/efi (because Windows use that mount point) neither to root (/) or to any other mount point you have chosen during partition process. Keeping this in mind assign some other mount point for the boot partition (I used /boot/efi/grub).
mintybits wrote:The whole GPT/EFI support by linux seems to me to be a mess. So the last suggestion to avoid the issue by booting Mint from Windows using EasyBCD is attractive.
mintybits wrote:My understanding is that GPT/BIOS installation works ok. Although Grub demands a special boot partition which is naff.
mintybits wrote:EasyBCD sounds like a convenient alternative for GPT/EFI if you have Windows already installed. There is still a gotcha, tho. The Grub installer seems to be a mess too. It is not properly designed to work when installed to a partition because its location-critical files are not made immutable. It will work most of the time, perhaps always for some, but occasionally it will break and need reinstalling. I dont know whether Easy BCD now gets around this by using its own Grub kernel or not.
Orbmiser wrote:mintybits wrote:The whole GPT/EFI support by linux seems to me to be a mess.
+1 to that greed pushing human tolerances to the Max!![]()
arealvel wrote:Perhaps a conclusion could be that with Windows installed in UEFI mode, you need the other OS also installed UEFI mode for dual-booting]
arealvel wrote:PS: It occurs now to me that probably the problem was I was using a DVD reader a little dated. So this could be the reason I wasn't able to install from DVD in UEFI mode.

[srs5694
Mounting an ext2fs partition at /boot/efi/grub is unlikely to have any effect at all in a stock Mint installation, since Mint puts nothing in that directory.
srs5694
The result would likely be unbootable, since the files that would most likely reside in /boot/efi/grub would be EFI boot loader files that the EFI must be able to read, and the EFI can't read ext2fs without extra drivers.

arealvel wrote:srs5694 wrote:Mounting an ext2fs partition at /boot/efi/grub is unlikely to have any effect at all in a stock Mint installation, since Mint puts nothing in that directory.
Indeed, I just see in that partition a "lost + found" folder. I mounted that partition at /boot/efi/grub because the installation did not allow /boot/efi/ as mounting point, saying it was already used on sda1 (ESP partition). I suppose this was due to the Windows Boot Manager being there.
srs5694 wrote:The result would likely be unbootable, since the files that would most likely reside in /boot/efi/grub would be EFI boot loader files that the EFI must be able to read, and the EFI can't read ext2fs without extra drivers.
Well, I can see EFI and Grub folders in my root partition (/). Installation placed them there perhaps because the chosen mount point (on /boot/efi/grub: sda6) was useless. Anyway the result was bootable: I can boot both systems Mint and Windows7 with minor problems.
My questions are: Suppose I reinstall Mint in UEFI mode and with the option "Something Else":
@ May I create a partition for the boot or not?
And if the answer is yes:
@ What filesystem and mount point should I use? (note that there is a warning from the installation that ESP partition at /boot/efi is already present and used). If I overwrite it: should after be able to boot Windows?





mintybits wrote:The length of responses needed to try to clarify what is going on sort of makes my point.
Unfortunately, the Grub people added a bios-grub partition into the equation which is naff and confusing. It is unnecessary.
Admitedly, it is slightly less naff than the MBR hack but hardly a proper way to do the thing.
So now the poor user who is faced with having to use a GPT scheme or being forced to by a prior Windows EFI installation may have to negotiate the difference between a GPT-BIOS partition and an ESP partition; and the Mint-EFI installation doesn't seem to work reliably. Does Windows 8 have these problems?
Fortunately, I have no need to use either GPT nor EFI and have not yet had the pleasure of this challenge. So far, I am struggling to see any advantages to either (except for GPT which is necessary for >2TiB disks),
and am cynical about the motives behind the EFI system. Particularly when I heard about the EFI anti-boot feature: the so-called security feature that tries to stop owners from booting a non-Microsoft approved OS.
Keeps people busy, I suppose. Linux has to ride the wagging tail of the commercial dog.


srs5694 wrote:It's kept me busy -- both incorporating Secure Boot code into rEFInd and answering a lot of posts on Web forums. And yes, Linux is built as a follow-on product for a massive commercial juggernaut (meaning the PC industry as a whole, not just Microsoft). As such, Linux is at a disadvantage in some ways, and the transition from BIOS to EFI is highlighting that fact.

arealvel wrote:In my opinion EFI is a very good thing (I've changed my opinion about it), as each OS seems to boot “parallel”, using the same partition, having its own space and without interferences between the bootloaders. This provides a psychological feeling of security, because if your new system installation fails it is not going to compromise others OS installed.
What would be useful is offer a Mint installation for systems installed in EFI mode where the Grub manager just install Mint, and do not scan for other OS installed (or do not incorporated them into the Menu). If I don’t miss the point (which I probably do) scanning OS systems is not so necessary by the way EFI works. People who want a non-BIOS menu can install on their own a Boot Manager with that functionality (as I think rEFInd or another BootM has).
A question: In a new computer without any OS loaded, I install Mint in EFI mode and after I install Windows 7 in EFI mode, what is going to happen? I guess that Windows is going to behave different as in a usual MBR installation, and is not going to upset Mint's boot.

Users browsing this forum: dhdurgee and 18 guests