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/)MS
Posts
0
Comments
27
Joined
2 yr. ago

  • Can you give a little more background info? What distro are you using, are you dual booting, is it a new install, did you make changes to your kernel, your partitions or grub before that?

    While it's clear that grub couldn't find a kernel to boot, we need these Infos to help you find a solution.

  • Linux Mint, until I made a mistake during a version upgrade and aptitude had a memory leak while trying to escape dependency hell and roll every package back. Then I replaced it with arch and am happy to be on a rolling release distro.

  • Floating point arithmetic

    Basically, every floating point number represents a range of numbers. Which can lead to small errors like this. It has also to do with trying to represent a decimal number in binary, which works fine for integers but not for rational numbers.