How to get in linux with a broken grub? Just a grub commands

I tried to install blendos following the instructions but it always didnt work and I just want to enter linux before fixing it
Solution:
Found a fix its --- Boot into BlendOS using GRUB manually, then fix the bootloader....
Jump to solution
3 Replies
Solution
/home/wal/name.txt
Found a fix its --- Boot into BlendOS using GRUB manually, then fix the bootloader. --- Step 1: Identify the correct partition At the grub> prompt, run: ls Check each partition: ls (hd0,gpt1)/ ls (hd0,gpt2)/ ls (hd0,gpt3)/ ... You're looking for a partition that contains: boot/ etc/ usr/ var/ home/ That is the BlendOS root partition. --- Step 2: Boot manually from GRUB Assuming the correct partition is (hd0,gpt3): set root=(hd0,gpt3) Set prefix(hd0,gpt3)/boot/grub Insmod normal Normal --- If it works do a sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=BlendOS sudo grub-mkconfig -o /boot/grub/grub.cfg To fix the menu boot issue
Asterisk
Asterisk6mo ago
Can you stop reacting with a ✅ That doesn’t do anything The thing at the top literally says to right click your message and use the Apps menu
Asterisk
Asterisk6mo ago
When the bot reacts with a ✅ then you’re good

Did you find this page helpful?