WizardStan
Mega GP Mania
- Joined
- May 24, 2008
- Messages
- 16,731
I wonder how a firmware can corrupt itself...
Poor exception handling, from my understanding. Configurations get into a broken state and it doesn't have an effective recovery method.
I wonder how a firmware can corrupt itself...
They wanted a SMART-BIOS and that's what happened... I wonder how a firmware can corrupt itself...
I'm reading about a lot of unhappy adventures with linux installation thanks to UEFI, and I'm loosing my will to even try the thing...
I'm reading about a lot of unhappy adventures with linux installation thanks to UEFI, and I'm loosing my will to even try the thing...
I'm no IT-guy, but this sounds like it's giving some mad possibilities to people creating and spreading root-kits that are really hard to find and remove. oOThey wanted a SMART-BIOS and that's what happened... I wonder how a firmware can corrupt itself...
I'm reading about a lot of unhappy adventures with linux installation thanks to UEFI, and I'm loosing my will to even try the thing...
Every UEFI machine has a little flash memory inside it, the UEFI variable storage. The firmware and/or Operating system can save data on that chip, for example Linux has the capability to store Coredumps on it in case of a kernel panic to investigate the crash. It's also used for the bootloader configuration. The data on the chip can become corrupted due to buggy Firmware and when that happens the system can't really cope with that and might do all sorts of crazy things, like not boot anymore.
The main problem is, I already have Windows 8.1 installed with UEFI, and as far as I understood, if I disable the UEFI mode I can't boot Windows anymore, and also I don't have a physical support to reinstall it...I'm reading about a lot of unhappy adventures with linux installation thanks to UEFI, and I'm loosing my will to even try the thing...
To be honest, just put your system in CSM mode and install the system with a simple MBR partition table. Make the 4th partition an extended partition. That will allow you to have more partitions than just 4. Much easier to install and maintain. The issue with the bootloader getting overridden by some stupid installer is really not that big of a deal. When that happens grab a live CD, pop it in, chroot into your other system and do a grub-install again. Alternatively, you can backup the MBR with dd and restore it from the live environment.
It's not like you will feel much of a difference when using UEFI. If I didn't know I'm using it, I couldn't even tell. And on CSM mode the system starts just as fast (although that might depend on your Mainboard).
It's ironic that the UEFI boot process was intended to make the boot process easier, but actually made it worse and more miserable when things go wrong. Try deleting bootloader entries with efibootmgr, It's really fun.
I don't think that you can change the system to CSM without reinstalling Windows. Seems like you will have to go with UEFI installation then.