Displaying 2 results from an estimated 2 matches for "d06b3aec01a".
Did you mean:
  d06b3aec01ae
  
2018 Oct 10
4
Booting CentOS 6 with Grub from CentOS 7
...CentOS 7 automatically created an entry for CentOS 6, but I
get an error if I try to boot CentOS 6.
The menu entry is:
menuentry 'CentOS release 6.10 (Final) (on /dev/sda7)' --class
gnu-linux --class gnu --class os $menuentry_id_option
'osprober-gnulinux-simple-92dcc576-4e61-41f3-ae42-d06b3aec01ae' {
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt7'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7
--hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 
92dcc576-4e61-41f3-ae42-d06b3aec01...
2018 Oct 11
0
Booting CentOS 6 with Grub from CentOS 7
...entry for CentOS 6, but I
> get an error if I try to boot CentOS 6.
>
> The menu entry is:
>
> menuentry 'CentOS release 6.10 (Final) (on /dev/sda7)' --class
> gnu-linux --class gnu --class os $menuentry_id_option
> 'osprober-gnulinux-simple-92dcc576-4e61-41f3-ae42-d06b3aec01ae' {
>         insmod part_gpt
>         insmod ext2
>         set root='hd0,gpt7'
>         if [ x$feature_platform_search_hint = xy ]; then
>           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7
> --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7
>...