次のように、カスタム メニュー エントリの /etc/grub.d/40_custom を更新しました。
menuentry "My OS"{
rootnoverify (hd1,0)
chainloader +1
}
次のコマンドを実行します:
grub2-mkconfig –o /boot/grub2/grub.cfg
出力が表示されます:
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "My OS"{
rootnoverify (hd1,0)
chainloader +1
}
### END /etc/grub.d/40_custom ###
その後は何も起こりません。他に何をすればよいか教えていただけますか? ありがとうございます。