Installing SerenityOS on My Old ThinkPad T60 0 ▲ btxx.org RSS Feed 2 hours ago · Tech · hide · 0 comments Installing SerenityOS on My Old ThinkPad T60 2026-06-28 I recently had the urge to play around with SerenityOS on real hardware. Since the project is slightly catered towards older machines, I figured my ThinkPad T60 was a perfect candidate for running on bare metal. The following is a loose guide for those interested in doing the same. Take note that I built SerenityOS on a separate device running Fedora, so the instructions below are based on that. Initial Setup First we need to grab all the packages required to run and build of SerenityOS image: sudo dnf install texinfo binutils-devel curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs ninja-build patch ccache rsync @development-tools @c-development @virtualization Now we clone the project: git clone https://github.com/SerenityOS/serenity.git cd serenity Next we build the cross-toolchain: Meta/serenity.sh image x86_64 Then we can create our bootable image (soon to be flashed to our SSD): cd Build/x86_64 && ninja grub-image Now… No comments yet. Log in to reply on the Fediverse. Comments will appear here.