Cannot boot into Garuda Linux

Hi, I cannot boot into garuda linux after updating windows 10. In the GRUB screen it says unknown file system.

How can I solve this issue?

Any other info?
Windblows updates break grub all the time

You have to change the boot order in the BIOS / UEFI.

what do you mean by any other info?

Here are the instructions that you should read before reporting an error.

https://wiki.garudalinux.org/en/reporting-bugs

1 Like

I've already changed the boot order.

I've have installed these 3 OS (Deepin OS, Garuda Linux & Windows 10) boot into single FAT32 partition. And now I'm able boot into only Windows 10 and Deepin OS only.

Instead of a dual boot if you have 2 gpus use a vm for windblows

Visual studio is lagging on virtual machine. How can I fix this with triple boot?

Live ISO, terminal

sudo grub-install /dev/sdxX
sudo update-grub

Be sure about xX (/dev/sda1)

3 Likes

VS code works on linux. its native install

code

Maybe Windows had reset FastBoot and/or SecureBoot.
Check your BIOS and confirm these are disabled.

As I see in the image, you have an option to add a new boot entry.

1 Like

My boot partition is nvme0n1p1

When I execute sudo grub-install /dev/nvme0n1p1 I'm getting this error :frowning:

Screenshot_3

Read

please and no pic from terminal output.

lsblk --paths --tree --include 8 --output name,fstype,label,mountpoint
2 Likes

NAME FSTYPE LABEL MOUNTPOINT
/dev/sda
ā”œā”€/dev/sda1 ntfs Study Materials
ā”œā”€/dev/sda2 ntfs Music
ā”œā”€/dev/sda3 ntfs Photos
ā”œā”€/dev/sda4 ntfs Movies
ā””ā”€/dev/sda5 ntfs Other
/dev/sdb iso9660 GARUDA_DR460NIZED_SOARING_ /run/miso/bootmnt
ā”œā”€/dev/sdb1 iso9660 GARUDA_DR460NIZED_SOARING_
ā””ā”€/dev/sdb2 vfat MISO_EFI
/dev/sdc vfat SD

Thank you so much. Fixed the issue and I could boot into garuda.

2 Likes

How exactly?

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.