Bonsoir bonsoir,
Je ne suis pas un expert en GRUB2, c'est pourquoi je me permet de venir chercher de l'aide ici.
grub2-mkconfig me gènère un fichier grub.cfg avec une entrée vers le Kernel 3.9 RC7 mais elle n'apparait pas effectivement au boot de mon PC ... bizarre.
[root@Dwarf myu]# grub2-mkconfig
Generating grub.cfg ...
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
terminal_output console
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
Found linux image: /boot/vmlinuz-3.9.0-0.rc7.git3.1.fc19.x86_64
menuentry 'Fedora, with Linux 3.9.0-0.rc7.git3.1.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.9.0-0.rc7.git3.1.fc19.x86_64-advanced-5f4e1637-819d-4d00-b61e-3a2bf17b788c' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' 2605ea59-47df-4b89-9daf-96ff4dc30e63
else
search --no-floppy --fs-uuid --set=root 2605ea59-47df-4b89-9daf-96ff4dc30e63
fi
echo 'Loading Linux 3.9.0-0.rc7.git3.1.fc19.x86_64 ...'
linux /vmlinuz-3.9.0-0.rc7.git3.1.fc19.x86_64 root=/dev/sdb2 ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rhgb quiet
}
Found linux image: /boot/vmlinuz-3.9.0-0.rc6.git2.3.fc19.x86_64
Found initrd image: /boot/initramfs-3.9.0-0.rc6.git2.3.fc19.x86_64.img
menuentry 'Fedora, with Linux 3.9.0-0.rc6.git2.3.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.9.0-0.rc6.git2.3.fc19.x86_64-advanced-5f4e1637-819d-4d00-b61e-3a2bf17b788c' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' 2605ea59-47df-4b89-9daf-96ff4dc30e63
else
search --no-floppy --fs-uuid --set=root 2605ea59-47df-4b89-9daf-96ff4dc30e63
fi
echo 'Loading Linux 3.9.0-0.rc6.git2.3.fc19.x86_64 ...'
linux /vmlinuz-3.9.0-0.rc6.git2.3.fc19.x86_64 root=UUID=5f4e1637-819d-4d00-b61e-3a2bf17b788c ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rhgb quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-3.9.0-0.rc6.git2.3.fc19.x86_64.img
}
Found linux image: /boot/vmlinuz-0-rescue-9388a5eb453d59f4fd98567b37061720
Found initrd image: /boot/initramfs-0-rescue-9388a5eb453d59f4fd98567b37061720.img
menuentry 'Fedora, with Linux 0-rescue-9388a5eb453d59f4fd98567b37061720' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-0-rescue-9388a5eb453d59f4fd98567b37061720-advanced-5f4e1637-819d-4d00-b61e-3a2bf17b788c' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' 2605ea59-47df-4b89-9daf-96ff4dc30e63
else
search --no-floppy --fs-uuid --set=root 2605ea59-47df-4b89-9daf-96ff4dc30e63
fi
echo 'Loading Linux 0-rescue-9388a5eb453d59f4fd98567b37061720 ...'
linux /vmlinuz-0-rescue-9388a5eb453d59f4fd98567b37061720 root=UUID=5f4e1637-819d-4d00-b61e-3a2bf17b788c ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rhgb quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-0-rescue-9388a5eb453d59f4fd98567b37061720.img
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_tboot ###
submenu "tboot 1.7.0" {
Found linux image: /boot/vmlinuz-3.9.0-0.rc7.git3.1.fc19.x86_64
menuentry 'Fedora GNU/Linux, with tboot 1.7.0 and Linux 3.9.0-0.rc7.git3.1.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os --class tboot {
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' 2605ea59-47df-4b89-9daf-96ff4dc30e63
else
search --no-floppy --fs-uuid --set=root 2605ea59-47df-4b89-9daf-96ff4dc30e63
fi
echo 'Loading tboot 1.7.0 ...'
multiboot /tboot.gz /tboot.gz logging=serial,vga,memory
echo 'Loading Linux 3.9.0-0.rc7.git3.1.fc19.x86_64 ...'
module /vmlinuz-3.9.0-0.rc7.git3.1.fc19.x86_64 /vmlinuz-3.9.0-0.rc7.git3.1.fc19.x86_64 root=/dev/sdb2 ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rhgb quiet intel_iommu=on
}
Found linux image: /boot/vmlinuz-3.9.0-0.rc6.git2.3.fc19.x86_64
Found initrd image: /boot/initramfs-3.9.0-0.rc6.git2.3.fc19.x86_64.img
menuentry 'Fedora GNU/Linux, with tboot 1.7.0 and Linux 3.9.0-0.rc6.git2.3.fc19.x86_64' --class fedora --class gnu-linux --class gnu --class os --class tboot {
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1' 2605ea59-47df-4b89-9daf-96ff4dc30e63
else
search --no-floppy --fs-uuid --set=root 2605ea59-47df-4b89-9daf-96ff4dc30e63
fi
echo 'Loading tboot 1.7.0 ...'
multiboot /tboot.gz /tboot.gz logging=serial,vga,memory
echo 'Loading Linux 3.9.0-0.rc6.git2.3.fc19.x86_64 ...'
module /vmlinuz-3.9.0-0.rc6.git2.3.fc19.x86_64 /vmlinuz-3.9.0-0.rc6.git2.3.fc19.x86_64 root=UUID=5f4e1637-819d-4d00-b61e-3a2bf17b788c ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rhgb quiet intel_iommu=on
echo 'Loading initial ramdisk ...'
module /initramfs-3.9.0-0.rc6.git2.3.fc19.x86_64.img /initramfs-3.9.0-0.rc6.git2.3.fc19.x86_64.img
}
}
### END /etc/grub.d/20_linux_tboot ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_linux_xen_tboot ###
### END /etc/grub.d/20_linux_xen_tboot ###
### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###
### BEGIN /etc/grub.d/30_os-prober ###
Found Windows 7 (loader) on /dev/sda1
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-36484BBF484B7C9D' {
insmod part_msdos
insmod ntfs
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 --hint='hd0,msdos1' 36484BBF484B7C9D
else
search --no-floppy --fs-uuid --set=root 36484BBF484B7C9D
fi
chainloader +1
}
Found MS-DOS 5.x/6.x/Win3.1 on /dev/sda3
menuentry 'MS-DOS 5.x/6.x/Win3.1 (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-EE28549B2854651D' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3' EE28549B2854651D
else
search --no-floppy --fs-uuid --set=root EE28549B2854651D
fi
drivemap -s (hd0) ${root}
chainloader +1
}
### 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 ###
done
[root@Dwarf myu]#
Quelqu'un aurait-il une piste ?