Skip to content

Add auto_initramfs=1 for XFS root (and LUKS) #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Full guide for AlmaLinux on Raspberry Pi is available here: https://wiki.almalin

## Changelog

### 2025-06-24
- Use auto_initramfs for XFS / LUKS

### 2025-05-30
- Fix Bluetooth was not working on AlmaLinux 9, 10, Kitten 10 GPT images

Expand Down
2 changes: 2 additions & 0 deletions kickstart/AlmaLinux-10-RaspberryPi-console-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ EOF
cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options
[all]
auto_initramfs=1

[pi4]
arm_boost=1
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-10-RaspberryPi-gnome-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options for better graphics support
[all]
auto_initramfs=1
disable_overscan=1
dtoverlay=vc4-kms-v3d
camera_auto_detect=0
Expand Down
3 changes: 3 additions & 0 deletions kickstart/AlmaLinux-8-RaspberryPi-console-mbr.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ EOF
cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options
[all]
auto_initramfs=1
[pi4]
arm_boost=1
Expand Down
2 changes: 2 additions & 0 deletions kickstart/AlmaLinux-8-RaspberryPi-gnome-mbr.aarch64.ks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Basic setup information

url --mirrorlist="https://mirrors.almalinux.org/mirrorlist/8/baseos"
# root password is locked but can be reset by cloud-init later
rootpw --plaintext --lock almalinux
Expand Down Expand Up @@ -119,6 +120,7 @@ cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options for better graphics support
[all]
auto_initramfs=1
disable_overscan=1
dtoverlay=vc4-kms-v3d
camera_auto_detect=0
Expand Down
2 changes: 2 additions & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-console-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ EOF
cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options
[all]
auto_initramfs=1
[pi4]
arm_boost=1
Expand Down
2 changes: 2 additions & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-console-mbr.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ EOF
cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options
[all]
auto_initramfs=1

[pi4]
arm_boost=1
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-gnome-gpt.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options for better graphics support
[all]
auto_initramfs=1
disable_overscan=1
dtoverlay=vc4-kms-v3d
camera_auto_detect=0
Expand Down
1 change: 1 addition & 0 deletions kickstart/AlmaLinux-9-RaspberryPi-gnome-mbr.aarch64.ks
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options for better graphics support
[all]
auto_initramfs=1
disable_overscan=1
dtoverlay=vc4-kms-v3d
camera_auto_detect=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ EOF
cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options
[all]
auto_initramfs=1

[pi4]
arm_boost=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ cat > /boot/config.txt << EOF
# This file is provided as a placeholder for user options
# AlmaLinux - few default config options for better graphics support
[all]
auto_initramfs=1
disable_overscan=1
dtoverlay=vc4-kms-v3d
camera_auto_detect=0
Expand Down