Originally posted by skeevy420
View Post
After a linux boot, it doesn't matter if it was started from a bios, from a firmware or from UEFI. In fact the kernel linux already abstracts the underling firmware/bios. The kernel image is the same, both for the bios that uefi.
The complexity is in the linux installer and very few specific packages that deal with the underling firmware.
What fedora is trying is to simplify the burner of supporting both the bios and the uefi; likely the first needs[*] a DOS partition scheme, where the latter mandates a GPT one. The bootloaders are different (grub vs grub-uefi), so the bootloader installer.
I am not saying that I fully agree with the Fedora idea, however using another bootloader is not a simplification of the installer. So likely it is not the solution.
I have to point out that the linux already installed will be supported (you can upgrade). It will be impossible to install a new Fedora to an old bios computer.
Finally I am curious about the system that are uefi but boots in legacy mode because thy saw a DOS partition....[*] I know that it is possible to use a GPT partition schema in a legacy bios environment. But covering this adds others complexity instead of a simplification.
Comment