Alors voilà j'avais Seven + Ubuntu d'installé et je viens d'installer une sabayon dont je n'ai pas installé d'amorçage pour pouvoir modifier celui de ubuntu.
Donc j'ai fait un os-prober :
21:34 nicolas@AuraHxC-Desktop ~% sudo os-prober
/dev/sda1:Windows 7 (loader):Windows:chain
/dev/sda4:Gentoo Base System release 2.0.1:Gentoo:linux
puis un update-grub :
21:35 nicolas@AuraHxC-Desktop ~% sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.31-17-generic
Found initrd image: /boot/initrd.img-2.6.31-17-generic
Found linux image: /boot/vmlinuz-2.6.31-14-generic
Found initrd image: /boot/initrd.img-2.6.31-14-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found Gentoo Base System release 2.0.1 on /dev/sda4
done
Et pourtant lorsque je redemarre, je n'ai toujours pas sabayon de proposé.
Voilà mon grub.cfg (enfin la fin), on voit bien qu'il n'a rien mis dedans :
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set b682426a82422ee5
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 ###
Donc j'aimerais savoir si quelqu'un pourrait m'aider 😉
Merci d'avance.