Displaying 2 results from an estimated 2 matches for "osprob".
Did you mean:
osproc
2018 Oct 10
4
Booting CentOS 6 with Grub from CentOS 7
...ntOS 7 itself seems to work properly.
Grub from 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-ba...
2018 Oct 11
0
Booting CentOS 6 with Grub from CentOS 7
...> Grub from 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
>...