Skip to content

Commit

Permalink
set init_on_free=0 as default cmdline kernel option for generic-x86_64
Browse files Browse the repository at this point in the history
to get certain newer NUC systems to boot correctly again when doing a
UEFI boot (this fixes #2834).
  • Loading branch information
jens-maus committed Sep 2, 2024
1 parent 4c9f90c commit 3ef3eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/board/generic-x86_64/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
set default="0"
fi

default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=1 slab_nomerge net.ifnames=0 quiet loglevel=0"
default_cmdline="console=tty2 ro rootwait rootdelay=5 init_on_alloc=1 init_on_free=0 slab_nomerge net.ifnames=0 quiet loglevel=0"
file_env -f ($bootfs)/cmdline.txt cmdline

# menu entry definitions
Expand Down

0 comments on commit 3ef3eb0

Please sign in to comment.