Score:0

Grub not recognizing btrfs partition after Ubuntu installation

in flag

Recently I've installed Ubuntu 20.04 (ext4). On the same disk was installed Linux Mint 19 (btrfs). I was able to mount partition, copy files, etc. It wasn't corrupted.

After installing Ubuntu grub was unable to recognise files of Linux Mint system and make record in boot menu. I was running grub from ubuntu terminal.

Score:0
in flag

There's problem with mounting partition in Ubuntu. Btrfs partition is mounted not in / but /@/. There's need to add symbolic links to /@/etc/ and /@/bin/ by executing

ln -s /@/etc/ /etc
ln -s /@/bin/ /bin

After this simple solution Grub recognises btrfs recognises Linux Mint system and after update appaired in boot menu.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.