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 Legacy

Last updated at Posted at 2025-01-29

起動プロセス

GRUB Legacyの概要

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

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

  • 設定ファイルは/etc/grub/menu.lst
/etc/grub/menu.lst
パラメータ
説明
timeout メニューを表示している時間(秒)
default
title
root
kernel
makeactive
chainloader
hiddenmenu 起動時に選択メニューを表示しない

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?