|
| 1 | +--- |
| 2 | +title: New images |
| 3 | +layout: post |
| 4 | +excerpt_separator: <!--more--> |
| 5 | +--- |
| 6 | + |
| 7 | +The 20250420 set of images is now published. |
| 8 | + |
| 9 | +This is an incremental refresh with some major changes. |
| 10 | + |
| 11 | +<!--more--> |
| 12 | + |
| 13 | +## Changes |
| 14 | + |
| 15 | +There are some major changes in how the images are set up. |
| 16 | + |
| 17 | +One is that EFI/BIOS images now use the Limine bootloader for the |
| 18 | +image itself, instead of GRUB. This does not affect what bootloader |
| 19 | +is used for the installed system (that is the user's choice) but |
| 20 | +it's the first step towards moving GRUB to the `user` repository |
| 21 | +eventually. |
| 22 | + |
| 23 | +The PowerPC/POWER images still use GRUB. For installed systems, |
| 24 | +the recommended choice is `systemd-boot` on EFI and GRUB elsewhere, |
| 25 | +Limine does not yet have distro integration. |
| 26 | + |
| 27 | +The x86 images newly use MBR for best compatibility with all hardware. |
| 28 | + |
| 29 | +Architecture support has been expanded. On top of the existing archs |
| 30 | +from before (AArch64, PowerPC, POWER LE/BE, RISC-V, x86_64) we now |
| 31 | +ship images for the LoongArch64 architecture. |
| 32 | + |
| 33 | +The AArch64 image list has been expanded, with Rock64 and QuartzPro64 |
| 34 | +being added. |
| 35 | + |
| 36 | +Various fixes have been made; notably, issues with cross-device links |
| 37 | +and local installs with separate `/boot` should be gone, and `apk` |
| 38 | +will no longer segfault when network connection is unavailable. |
| 39 | + |
| 40 | +Everything has been updated and the images come with kernel 6.14, |
| 41 | +GNOME 48, Plasma 6.3.4, and a variety of updated software. |
| 42 | + |
| 43 | +## Planned changes |
| 44 | + |
| 45 | +For the next image set we plan to provide images for mobile phones |
| 46 | +and generally more mobile packaging. |
| 47 | + |
| 48 | +Additionally, the ARMv7 architecture will be introduced to the builders |
| 49 | +and then to release images. |
| 50 | + |
| 51 | +Device SD images will automatically grow their root partition and |
| 52 | +filesystem on first boot from next time but this has not yet been |
| 53 | +deployed. |
| 54 | + |
| 55 | +Additionally, Limine will get distro integration and will become a |
| 56 | +convenient option for installation. |
0 commit comments