Bonjour 😃
je suis passé sur lynx vendredi,
j'ai fais une réinstalle complette du system
j'ai mis en premier mon xp
- créer deux partition C et D en ntfs
- installation sur D
installe lynx
- del de la partition C
- creation de deux nouvelle partition à cet endroit
- / en xfs, /home ext4
lynx marche super bien mais l installe par defaut ne créer pas le choix pour xp dans le grub
donc j ai modifier le script 40_custom
J ai récupéré les info avec la commande grub-probe
sudo grub-probe -d /dev/sda5 --target=drive
(hd0,5)
sudo grub-probe -d /dev/sda5 --target=fs_uuid
cc00a35b00a34b72
sudo grub-probe -d /dev/sda5 --target=partmap
part_msdos
sudo grub-probe -d /dev/sda5
ntfs
exec tail -n +3 $0
# 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.
insmod ntfs
insmod chain
menuentry "Windows XP" {
set root=(hd0,5)
search --fs-uuid --set cc00a35b00a34b72
chainloader (hd0,5)+1
boot
}
j ai bien régénérer grub.cfg avec la commande
update-grub2
au reboot j ai mon entrée XP
mais quand je la choisi :
- écran noir
- curseur qui clignote indéfiniment
screen palilmpsest pour voir la config des partitions
Voila bon week end et joyeuses fêtes