Displaying 3 results from an estimated 3 matches for "ae42".
Did you mean:
a142
2018 Oct 10
4
Booting CentOS 6 with Grub from CentOS 7
...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-baremetal=ahci0,gpt7
92dcc576-4e61-41f3-ae4...
2018 Oct 11
0
Booting CentOS 6 with Grub from CentOS 7
...ed 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=ahci...
2013 Nov 16
4
frustrating dependency problem
I''m having a difficult time with a dependency issue. Basically, I want to
be able to call a defined type, but it''s not working out so far. I have my
manifests setup like this:
init.pp:
class foo {
....
}
bar.pp:
class foo::bar {
include foo
package{ "test":
ensure => running,
notify =>