0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux] GRUB 2

Posted at

起動プロセス

GRUB Legacyの概要

  • ストレージ(HDDなど)から、OSのカーネルイメージをメモリにロードし、カーネルを実行する
  • バージョン1.9x

ブートローダで設定できること

  • 設定ファイルは/boot/grub/grub.cfg←直接編集できない
  • /etc/default/grubまたは/etc/grub.dで設定、grub-mkconfigコマンドで実行
/etc/default/grub
パラメータ
説明
GRUB_TIMEOUT メニューを表示している時間(秒)
GRUB_DEFAULT
GRUB_CMDLINE_LINUX

Ping-t

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?