Ich habe /etc/grub.d/40_custom für einen benutzerdefinierten Menüeintrag wie folgt aktualisiert:
menuentry "My OS"{
rootnoverify (hd1,0)
chainloader +1
}
Ich führe diesen Befehl aus:
grub2-mkconfig –o /boot/grub2/grub.cfg
Es wird die Ausgabe angezeigt:
### 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 ###
Und danach passiert nichts mehr. Können Sie mir sagen, was ich sonst noch tun muss? Danke.