alliswell33

  • 4 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

  • Apparently the results from that poling station were annulled and the members of that local election commission were fired. Not sure this is proof of any widespread voter fraud in Russia.

    The video in the social media posts is CCTV footage taken in Lyubertsy in the Moscow Region of Russia in March 2018 during the Russian presidential election. After the video circulated online, election results from that polling station were annulled and the chairman of the local election commission and a member of the election commission were fired, according to the Washington Post.

    https://www.reuters.com/article/idUSKBN27Q21J/

    edit: also getting down voted for asking for a source is hilarious 🤣














  • alliswell33 OPtoLinux@lemmy.mlPlymouth not working in Kubuntu
    arrow-up
    1
    arrow-down
    1
    ·
    9 months ago
    edit-2
    9 months ago
    link
    fedilink

    Thank you! Changing the line to "rw root=/dev/nvme0n1p4 quiet splash" did the trick. Your actually said /dev/nvme1n1p2 so I know enough about partitions that I changed mine to dev/nvme0n1p4 to fit my case. I only know that much about it because I’m running a duel booted system and had to deal with partitioning when I set it up. Your right to point out that I’m a bit over my head when using refind, but I changed it instead of using grub because I like the customization with themes and I read somewhere that it could help with windows updates messing up duel booted systems.

    edit: I’m now having a new problem where it’s not using the boot splash screen that I specified in the settings. It just the oem logo with a kubuntu logo under it. At least I’ve made some progress 😂


  • alliswell33 OPtoLinux@lemmy.mlPlymouth not working in Kubuntu
    arrow-up
    1
    arrow-down
    1
    ·
    9 months ago
    edit-2
    9 months ago
    link
    fedilink

    Sorry about that, I edited the comment to a pastebin link. Okay here is my /boot/refind_linux.conf file:

    "Boot with standard options" "ro root=UUID=96e2ea68-742d-4309-ae9f-4d12ba668b21" "Boot to single-user mode" "ro root=UUID=96e2ea68-742d-4309-ae9f-4d12ba668b21 single" "Boot with minimal options" "ro root=/dev/nvme0n1p4"

    Should I just edit the boot standard to "rw root=/dev/nvme0n1p4"

    edit: tried that change and it did nothing