Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SB
SQkwax5cJJ2N9b @programming.dev
Posts 0
Comments 5
Nobara Linux Inconsistent Boot Problem
  • Rule of thumb for new people: stick to plain fedora workstation, this is what i do after almost a decade of experience.

    Get a separate SSD for linux. MS is known to sabotage the bootloader.

    Gonna need a dmesg log. Hardware info, preferably a copy of your fstab. Filesystem setup. Driver versions.

    You can use fpaste for these, as:

    sudo dmesg | fpaste
    cat /etc/fstab | fpaste
    

    e.t.c