LoginSignup
0
0

More than 1 year has passed since last update.

RedhatOS設計 GRUB

Last updated at Posted at 2021-11-30

設計要素はまだ記載しませんが

GRUBは、BIOSかUEFIどちらを使用しているのか確認することから始めます。

調べ方
https://websetnet.net/ja/how-to-check-if-your-computer-uses-uefi-or-bios/#:~:text=Linux%E3%81%A7UEFI%E3%81%BE%E3%81%9F%E3%81%AFBIOS,%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80%E3%81%8C%E8%A6%8B%E3%81%A4%E3%81%8B%E3%82%8A%E3%81%BE%E3%81%9B%E3%82%93%E3%80%82

いかにefiというディレクトリが存在すればUEFI。なければBIOS
ls /sys/firmware/

grubの修正方法


vi /etc/default/grub

②BIOSの場合
grub2-mkconfig -o /boot/grub2/grub.cfg

UEFIの場合
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg


OSの再起動

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0