grub2-mkconfigの後に繰り返される起動パラメータ

grub2-mkconfigの後に繰り返される起動パラメータ

'quiet'、 'splash' フラグを削除し、 /etc/default/grub ファイルに別のフラグを追加して適用しました: grub2-mkconfig -o 。再起動後、カーネルの起動フラグが倍増し始めます。"grub2-mkconfig -o"コマンドを実行して再ロードするたびに、オプションの数が増えます。ログに「不明なパラメータ」エントリが表示されます。オペレーティングシステム - Fedora 38.以下のリンクのログスクリーンショット。

/etc/default/grub

GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="$(sed's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=保存済み
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="コンソール" GR clock
= local"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
GRUB_CMDLINE_LINUX_DEFAULT="rhgb Flash initcall_blacklist=amd_pstate_init amd_pstate.enable=0 tsc=不安定&Trace_clock


cat /proc/cmdline

BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.3.12-200.fc38.x86_64 root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb rd.plymouth=0 plymouth.enable=0 tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb rd.plymouth=0 tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb quiet trace_clock=local trace_clock=local trace_clock=local trace_clock=local trace_clock=local rhgb splash initcall_blacklist=amd_pstate_init amd_pstate.enable=0 tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb rd.plymouth=0 plymouth.enable=0 tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb rd.plymouth=0 tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb tsc=unstable options root=UUID=eba5bfa3-0cef-458d-ad0c-b629bfd7538e ro rootflags=subvol=root rhgb quiet trace_clock=local trace_clock=local trace_clock=local trace_clock=local trace_clock=local

カーネルブートログの出力:
https://drive.google.com/file/d/1-eohEvSaf6_6f5s0-qd39J2tvaXhcysv/view?usp=sharing

この問題をどのように解決できますか?

ベストアンサー1

カーネルをバージョン6.4.4にアップデートした後、問題は解決しました!起動設定が正しく設定されました。重複した内容はありません。

おすすめ記事