#My linux grub menu isn't detecting my manjaro install.
60 messages · Page 1 of 1 (latest)
I should enable it? I thought I should disable it
i'm out this guy is here

nah all you said above is correct, i just assume they dont have the manjaro volume mounted
I just blurred out unimportant drives, the nvme has my main boot linux cinnamon mint and the btrfs ssd has the manjaro
you want to open the disks app and mount any volumes used by manjaro, then run what serters said above
I should mount this then update grub?
@edgy palm
yes, press the ▶️ button
I mounted it, then sudo update-grub and reboot it doesn't show up?
did update-grub report anything?
Not anything other then the usual
Warning: os-prober will be executed to detect other bootable partitions.
only this one that looks weird
just send what it reports when i ask ok
findmnt /dev/sda1
i just tried to do it like this on my PC and it works (workstation edition is installed onto a 2nd drive)
Why's it just me then 😭
run the commannd and show output
can you sudo btrfs su li /media/b..../f....?
use tab where dots cause im not typing out that all
I'll come back to this later, I'm going to my cousins rn
try to mount -o subvol=@ /dev/sda1 /mnt
then run the update-grub command
it will mount the root partition instead of everything
Alr, imma reboot and see now. Btw I just checked and manjaro one doesn't detect linux mint either rn
Still doesn't show up
@azure patrol am I just restarted and doing something wrong?
you said in the first message manjaro does detect mint?
It used to, not anymore
@edgy palm
I fixed it
Some help with chatgpt he made me unmount it and run
sudo umount /mnt/sda1
sudo mount -o subvol=@ /dev/sda1 /mnt/manjaro
ls /mnt/manjaro
then i updated grub and it found it
alright. can you ask it what was wrong before
Here's the explenation of it
Apparently it was getting mounted from cause It's btrfs
Basically just a downside of btrfs by it not being as polished as ext4
I put the ''Solved tag btw''
https://files.catbox.moe/fqdeb5.pdf < I made a kind of guide with the help of chatgpt
I edited like half of it and added stuff just so yall know I wasn't useless 😭
I made it inncase someone will ever need it
well you attempted to mount with the -o subvol=@ option before right?
Yeah this was basically correct other that the /mnt/ wasn't the correct name and I never unmounted it before.