NVMe M.2 SSDにLinux Mint 21.2をインストールしました。 Ryzen 5 3600XからIntel Core i9-14900K CPUとマザーボードに移り、grubが次の画面に私を歓迎します。
GNU GRUB version 2.04
Minimal BASH-like line editing is supported. For the first word, TAB
lists possible device or file completion. Anywhere else TAB lists possible
device or file completions.
grub>
以下を使用してシステムを起動できると思います。
set root=(hd0,msdos5)
linux /vmlinuz-5.15.0-88-generic root=/dev/mapper/vg-mint ro
initrd /initrd.img-5.15.0-88-generic
boot
私は実行し、update-grub
さまざまなコマンドを試してみましたが、役に立ちませんでした。 Grubが私のシステムを自動的に起動するのを手伝ってくれてありがとう。