The first time WBR killed my partition labels, it was before I could even properly restart. I removed the GRUB entry after that mess, once I repaired their labeling; but at least at the time, it would come back after every GRUB update. Later I just moved Windows to its own hard drive and left it there.
Now I don’t even feel the need to bother with it at all.
does anyone know how to actually reorganze a grub menu? every time I try to Google it I only get results for some old software that hasnt been updated in over a decade 8 years. its a huge pain to have to select the distro I want every time just because its not first
Grub Customizer. Just don’t change it too much (names of menu entries for example) cuz most package managers won’t recognize that that menu entry is actually a menu entry for it’s own install and won’t replace it with a new one when doing a kernel update. So, basically, one of two things will happen. You will either be left with 2 menu entries (one for the new kernel and one for the old one, with the old one being the default) or two, you’ll still be booting the old kernel, even though you have the new one installed (no changes to grub whatsoever). Just rearanging the menu entries is fine though, most package managers won’t mangle that and will recognize the menu entry as part of the OS they’re updating and replace that one with a new one.
is there a fork of grub customizer somewhere thats being maintained? that was the software I was talking about in my original comment* and unless im misreading the GitHub page for the project, the last update was 8 years ago.
*I mispoke when I said it was over 10 years out of date, it was updated in 2016.
I think that GH repo is just for reference… or maybe they (whoever made it) stopped syncing it to the main repo, IDK. 5.2.4 is the latest version and it’s released late 2023, so yeah, it’s still under active development.
If it takes too long to load the EFI binaries, that might be BIOS setup issue. Have you tried other filesystems except FAT32 for the EFI partition? I’ve had luck with just FAT (FAT16) on some rigs that just refused to read FAT32 (still don’t know why).
Also, make sure the drives are in AHCI mode. Though this is mostly the default nowadays, I’ve seen weird BIOSes that defaulted to IDE mode.
What is this “Windows” thou speakest of? I use grub just to experiment with kernel options and select different kernels without writing too often to the efi eeprom
Add comment