rokkonet

PC・Androidソフトウェア・アプリの開発・使い方に関するメモ

grubへの新たなメニューエントリー設定

2020 Aug. 16.

/etc/grub.d/内の設定ファイルに grub.cfgに記述されるmenuentry { }を記載する。


# cd /etc/grub.d
# cp 40_custom NN_MyNewEntry

NN_MyNewEntry に menuentry 'TITLE' xxxx { xxx } を追記する。(40_customの元記述は残す)

# update-grub2