• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle


  • You won’t have all the features of mastadon with a lemmy account, but here are some things that can happen.

    Mastadon users can post to lemmy and kbin communities. You can reply to these posts and both lemmy and mastadon users will be able to see it. For the mastadon users, the comments look like replies on a mastadon thread.

    Mastadon users can also comment on lemmy/kbin posts. You can reply to those comments, upvote/downvote them etc.

    Mastadon users can follow lemmy and kbin communities. But lemmy users can’t follow mastadon users yet. Kbin users can follow mastadon users. The reason kbin is less popular than lemmy is because kbin lacks mobile apps.
















  • For the bootloader questions: You just have to go to your bios (spam a function key during start up, which function key depends on manufacturer) and change the boot order. The order of things which happen when you startup your machine is:

    • your bios starts up
    • your bios selects the highest priority bootloader you have (you want this to be grub)
    • you can choose which OS to open in grub, if you don’t choose, it goes with whatever is set to be default in the grub config. If you haven’t edited the grub config, I think this would either be the first installed OS or the first alphabetically
    • grub runs the startup sequence for the chosen OS

    For the other questions: You might have to manually choose what to mount where. For each distro, you will want to mount a boot partition (your grub partition), a swap if your ram is low (make all your distros share the same swap partition), and a unique home partition.

    You might also want to mount a shared files partition. These would be files you want stored locally that you can access from all the distros. Don’t mount this in the install process, instead mount it after you install from whatever file manager you use on each distro. Make a ~/shared folder and mount it to that.


  • The system won’t do that by itself. I would recommend letting one of your distros do it. During the installation process, when you set that bootloader partition to be the boot partition, many distros will automatically install grub if it doesn’t exist and add themselves to an existing grub config if it does exist.

    Find a distro which installs with a default grub bootloader and make that the first distro you install.