correction on adding lilo, dropping limine, and updating the linux-kernel list

This commit is contained in:
joborun linux 2023-10-18 13:48:52 +00:00
parent 1d5e5512a9
commit 608520dd5e
1 changed files with 4 additions and 4 deletions

View File

@ -75,9 +75,9 @@ Initialize pacman, re-populate its gpg-keys and update the database
# reboot
</pre>
*** You have a choice of joborun's special linux-lts (5.10) or linux (5.15) and if you need linux/linux-lts headers add them to the list. Same for linux-firmware, especially if you have an AMD machine with Radeon gfx card, you will not get anything on screen without it. There are also less frequently maintained kernel's 4.9 5.4 6.2 6.4 6.5 ...
*** You have a choice of joborun's special linux-lts (5.10) or linux (5.15) and if you need linux/linux-lts headers add them to the list. Same for linux-firmware, especially if you have an AMD machine with Radeon gfx card, you will not get anything on screen without it. There are also less frequently maintained kernel's 4.9 5.4 6.2 6.4 6.5 6.6rcxx ...
We highly recommend linux-lts (5.10) as a very well developed kernel expiring in 2026, while 5.15 is expected to last only till 2024. So 5.10 is a longer LTS, while 5.15 is a relative short term LTS. Current late lts is 6.1 carried by Arch while 6.2 is current stable. So the choices are wide.
We highly recommend linux-lts (5.10) as a very well developed kernel expiring in 2026, while 5.15 is expected to last only till 2024. So 5.10 is a longer LTS, while 5.15 is a relative short term LTS. Current late lts is 6.1 carried by Arch while 6.5 is current stable. So the choices are wide.
_______________________________________________
@ -128,9 +128,9 @@ edit your hostname, although it should also be set by configuring your boot modu
Install and set your boot loader as per Obarun and/or arch wikis if necessary:
[[grub|https://wiki.obarun.org/doku.php?id=grub]] [[syslinux|https://wiki.obarun.org/doku.php?id=syslinux]] [[UEFI|UEFI.md]]
[[grub|https://wiki.obarun.org/doku.php?id=grub]] [[syslinux|https://wiki.obarun.org/doku.php?id=syslinux]] [[lilo|https://wiki.archlinux.org/title/LILO]] [[UEFI|UEFI.md]]
We have also built the [[limine|https://wiki.archlinux.org/title/Limine]] boot loader software which is simple and one configuration works on both MBR/Bios booting and GPT/UEFI boot. Unfortunately it will not work with btrfs or xfs yet, so use grub if you choose those filesystems.
We have also built the [[limine|https://wiki.archlinux.org/title/Limine]] boot loader software, long before it appeared on AUR and later extra, which is simple and one configuration works on both MBR/Bios booting and GPT/UEFI boot. Unfortunately it will not work with btrfs or xfs yet, so use grub if you choose those filesystems. Correction, late versions do not work with ext2,3,4 either, no longer supported, so the developers of limine have shifted in only supporting fat32 in /efi /boot which now they demand you have, even on dos/MBR partitioning table. We find this very anti-unix like perception and we will no longer carry their package. Feel free to get it from Arch in the future and do as you wish. (10/19/2023)
[[#Note|note]]