Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Inserted Live CD but if I want to boot from there just some error messages @KDSBest
-
lotd79227yIf you're using uefi, then it might be your boot priority list.
Otherwise, you can boot from systemRescueCd, if it finds your grub bootloader, then chances are all you need to do is to run grub-install command again :)
If it's missing in your uefi options, then efibootmgr should be able to to create an entry for grub again. :)
- grub does provide the functionality for registering itself with uefi, but more often than not i have found it not.
Which is why I default to using efibootmgr for that job :)
In both cases I would refer to the Gentoo docs for specifics matching your system :) -
@pascal-dev Windows bootloader probs overwrote grub :/. I solved this by running boot-repair (gotta install that from some repo which you have to manually add)
-
lotd79227y@pascal-dev those wiki entries will be in your interest then :)
You can try just the first one, but my experience is more often than not, that it doesn't fo the trick.
The second does however.
Your efi image might be called grubx64.efi instead of bootx64.efi :)
https://wiki.gentoo.org/wiki/GRUB2/...
https://wiki.gentoo.org/wiki/...
Also worth noting: some firmwares require you to have a nested Boot directory inside your boot directory.
If it's present, that's likely your case :) -
bhedia2327yProbably Windows forcing itself at the top of the boot order. In case it's much severe, use a live CD. Boot into it. Refer Arch wiki for installation guide. Mount your drives, chroot and do grub install.
-
@pascal-dev I know what causes this. Assuming you're booting EFI, then windows loads using it's own bootmgfw.efi or something. You have to tell windows not to use it, and no bootloader can load windows through it. It resets the boot order and puts windows at the top. I experienced this onany computers.
-
h4xx3r17167y1) disable uefi of it's enabled.
2) put Windows OS as the last loading thing in your bios settings.
...
4) profit. -
@pascal-dev I forget how I did it,but I think you either have to tell the bootloader not to use the windows .efi file, or tell windows to.use grub/refind instead.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Ok so I installed Mint and after some issues everything worked great for the next few weeks. But after a Windows update yesterday (I'm dual booting) the bootloader doesnt show up and the PC boots right into Windows.. Has anyone got any ideas what I should do now?
undefined
linux
dualboot
help