home.social

#osboot — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #osboot, aggregated by home.social.

  1. @e33io @governa

    Not saying you have to, but just FYI, those models can be flashed with a FLOSS firmware: osboot.org

    I believe it *does* require some soldering, though.

  2. @birnim

    Oh, I'm taking a liking to , nowadays.

    If I can figure out how to compile , I'll put on my thinkpad X200

  3. @benjaminhollon @sotolf

    Here we go:

    for x in *; do [[ -d $x ]] || continue; mountpoint "$x" &>/dev/null && continue; printf "%6d %s\n" $(find "$x" -xdev -type d |wc -l) "$x"; done |sort -n

    Ahh, my git clone of gave me 15000 dirs, lol.

  4. @[email protected]

    NOICE! I'm planning on moving one box to , but I'm currently stuck on learning how to compile for my thinkpad X200 so it can boot into an encrypted OpenBSD partition. The X200 currently has libreboot with a grub payload, but grub can't handle the encryption, for some reason, and doesn't support BSD fully well. I want to compile OSboot with a SEABIOS payload, which is more compatible.

    ...

  5. Currently compiling so I can have SeaBIOS in ROM and try again. Laptop nice and toasty ^___^

  6. Had to go back to on my X200.

    can't boot to an encrypted disk, and I managed to somehow bungle my /etc/login.conf file. I booted into the recovery image (bsd.rd) and used ed 😳 to try to fix the file, but no luck. I only changed two numbers and added a comment, but somehow I corrupted the file. It also gives me scrambled video in text mode, so I'm installing until I can learn how to compile and flash .

  7. @RussSharek @libreleah

    Good to know. I'm running badblocks on the thumb drive, just to see if that might be the issue.

    I might have to look at flashing or if doesn't support

  8. @thunderbird
    Ones I follow:

    @libreoffice is always clutch

    @Tusky, my preferred Android mastodon client

    @netbsd <-- the only with an official fediverse account!!

    @libreleah, Leah Rowe, the excellent developer of @libreboot and

  9. "New #Libreboot release, ETA late April 2021 / early June 2021". New structure and relationship to #osboot, #coreboot.
    libreboot.org/news/libreboot20

    With updates on governance, #freesoftware and #CoC.

  10. #osboot project

    freedom-respecting boot firmware that initializes the hardware (e.g. memory controller, CPU, peripherals) in your computer so that software can run. osboot then starts a bootloader to load your operating system

    osboot.org/