I find this
menuentry:
dir: https://help.ubuntu.com/community/Grub2/Setup
"From the GRUB 2 menu at boot, the user can also determine which Ubuntu is controlling the boot on a multi-OS system. By default, the first menuentry always lists an option from the installation which is in charge of GRUB 2. For example, if the first menuentry contains "on sda5, then the GRUB installed on sda5 OS is controlling the menu/boot."
insmod:
dir: https://www.gnu.org/software/grub/manual/grub/grub.html#insmod
<<Then write a grub.cfg (/mnt/boot/grub/grub.cfg):
menuentry "OS using grub2" {
insmod xfs
search --set=root --label OS1 --hint hd0,msdos8
configfile /boot/grub/grub.cfg
}">>
So A and D are OK
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
fabinnerself
Highly Voted 1 year, 10 months agoAmycert
Most Recent 7 months, 1 week ago