dkgentleman
(usa Funtoo)
Enviado em 27/08/2016 - 21:52h
Ola luiz me desculpe por demorar a postar aqui os resultados tive alguns imprevistos hoje porem agora aqui estao as respostas
grub.cfg a partir do ### BEGIN /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Gentoo GNU/Linux' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d042da1a-4bce-4b57-a40c-c7010003a9d2' {
load_video
if [ "x$grub_platform" = xefi ]; then
set gfxpayload=keep
fi
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 92ed873c-636f-4dbf-87a2-4d078acd62d2
else
search --no-floppy --fs-uuid --set=root 92ed873c-636f-4dbf-87a2-4d078acd62d2
fi
echo 'Loading Linux x86_64-4.4.6-gentoo ...'
linux /kernel-genkernel-x86_64-4.4.6-gentoo root=UUID=d042da1a-4bce-4b57-a40c-c7010003a9d2 ro
echo 'Loading initial ramdisk ...'
initrd /initramfs-genkernel-x86_64-4.4.6-gentoo
}
submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-d042da1a-4bce-4b57-a40c-c7010003a9d2' {
menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.6-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.6-gentoo-advanced-d042da1a-4bce-4b57-a40c-c7010003a9d2' {
load_video
if [ "x$grub_platform" = xefi ]; then
set gfxpayload=keep
fi
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 92ed873c-636f-4dbf-87a2-4d078acd62d2
else
search --no-floppy --fs-uuid --set=root 92ed873c-636f-4dbf-87a2-4d078acd62d2
fi
echo 'Loading Linux x86_64-4.4.6-gentoo ...'
linux /kernel-genkernel-x86_64-4.4.6-gentoo root=UUID=d042da1a-4bce-4b57-a40c-c7010003a9d2 ro
echo 'Loading initial ramdisk ...'
initrd /initramfs-genkernel-x86_64-4.4.6-gentoo
}
menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.6-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.6-gentoo-recovery-d042da1a-4bce-4b57-a40c-c7010003a9d2' {
load_video
if [ "x$grub_platform" = xefi ]; then
set gfxpayload=keep
fi
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 92ed873c-636f-4dbf-87a2-4d078acd62d2
else
search --no-floppy --fs-uuid --set=root 92ed873c-636f-4dbf-87a2-4d078acd62d2
fi
echo 'Loading Linux x86_64-4.4.6-gentoo ...'
linux /kernel-genkernel-x86_64-4.4.6-gentoo root=UUID=d042da1a-4bce-4b57-a40c-c7010003a9d2 ro single
echo 'Loading initial ramdisk ...'
initrd /initramfs-genkernel-x86_64-4.4.6-gentoo
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### 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.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
meu diretorio /etc/grub.d esta assim:
00_header 10_linux 20_linux_xen 30_os-prober 40_custom 41_custom README
sim eu utilizei o comando tambem percebi que o genkernel all na hora de compilar o kernel faz a mesma coisa como mostra a foto do post acima
e sim as duas variaveis se encontram no arquivo config.gz
luiz gostaria de saber se nao fosse incomodo o que voce tem em mente que seja meu problema e se voce ja viu isso acontecer antes
desde ja agradeço!