
... because you dont know how to handle it ? Dont panic, you have to do nothing more for an UEFI boot. Just do (almost) the same as for a MBR boot; it is all described in the AMD64-handbook.Chidakasha wrote:I just find UEFI boot more annoying, [...]

Code: Select all
init=/sbin/openrc-init
-systemd -logind -elogind seatdI am NaN! I am a man!
If I've correctly read the UEFI specs, that shouldn't happen - if you corrupt the UEFI configuration to that point, UEFI should enter a recovery mode. Of course, that requires the MB's BIOS authors read the UEFI spec as well as me! AFAIK, what can brick the system is putting too much data into the efivars. It's a limited resource, and UEFI has to manage it at boot timeZucca wrote:... Then there is this danger inside /sys/efivars with UEFI. If you accidentally delete a wrong file there, you might end up with bricked MB. ...

I am in a somewhat similar situation; I selected PC BIOS for my main laptop even though PC BIOS and UEFI are both supported by the laptop's firmware. In my opinion the choice of FAT was a retrograde step and UEFI is fiddly and messy. My server runs fine with PC BIOS+GPT. I do have a desktop that uses UEFI, but that's only because it runs Lubuntu and I accepted the Installer default. I may opt to use UEFI if I install Gentoo on the next laptop I purchase, simply to keep up with the latest approach., but it doesn't fill me with enthusiasm.figueroa wrote:A couple of years ago when I set up my "new" circa 2012 hardware (DMI: Hewlett-Packard h8-1260t/2AB5, BIOS 7.12 10/12/2011) primary desktop machine, I had a choice of UEFI or legacy. I chose legacy and I have been eternally happy with my choice. I have, since, set up a handful of new systems not for personal use using UEFI, and all were buggy in different though aggravating ways. In my opinion, UEFI is like a cancer.
Problem is that you only discover the garbage firmware after you bought the board and installed it, it's near impossible (hence the question by the OP) to know it upfront.Market pressure, in the form of widespread refusal to buy boards with garbage firmware. In practice, bad firmware doesn't hurt enough of the right people to cause meaningful pushback.
And only those mistakes that affect Windows. And Windows 10 to boot. The Linux/FreeBSD market is way to small to spend money on.Hu wrote: and since the company is only motivated to fix mistakes that would render the device unsuitable for sale, a frustrating number of serious mistakes are allowed to stand

{shrug} That's what I was told when I was having problems like efivars not running.szatox wrote:You sure about it?Tony0945 wrote:klas, your installation media must be UEFI also.
I never had any issues. Just mount efivars to modify boot options from within your system. Or reboot into bios and change boot options there (after your efi system is already installed)
This is true IF you install a stub kernel (first). But you will get an abort when you try to install strictly with AMD64-handbook and try to install grub2 configured as efi-64 (because the installation routine from grub2 then tries to set an UEFI-boot-entry which it cant do because there is no mounted efivarfs; this leads to an abort).Jaglover wrote:You do not need to boot in EFI mode to install Gentoo, you can set it all up for EFI booting while booted in legacy mode. When you rename your EFI stub kernel [...]