Pour une installation double démarrage Mageia4/windows8 Uefi: questions
quelle procédure pour ce type d'installation?
Système et matériels / Installation et configuration

lapineige Membre non connecté
-
- Voir le profil du membre lapineige
- Inscrit le : 23/11/2014
- Site internet
Reprise du message précédent
L'étape du résumé ? Comment tu ouvre ta console ?
Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
https://doc.mageia.org/installer/4/fr/content/misc-params.html
En mode "LIVE", KDE est lancé. Donc, tu passes par le menu pour lancer ta Konsole

Yves

lapineige Membre non connecté
-
- Voir le profil du membre lapineige
- Inscrit le : 23/11/2014
- Site internet
Et j'ai pas de résumé....

mataf Membre non connecté
-
- Voir le profil du membre mataf
- Inscrit le : 13/11/2014
- Groupes :
1 : remettre le bios par défaut pour couper sécure boot
2 : formater le disque dur pour avoir les logiciels HP dehors ( c' est eux qui merde et pas l' uefi )
3 : installé windows 8.1
4 : intallé Mageia 4.1
je suppose que le problème de dual boot est causer par les systèmes de recovery du constructeur, sur un disque vierge, aucun problème.
J' ai aussi un écran noir en installant mageia mais jusqu au moment de choisir la langue, après tout rentre dans l' ordre.
c' est certainement du au fait que dans le portable le chipset graphique est intégré au processeur.
Avec mes tours , assemblées par mes soins, il n' y a aucun problème non plus de compatibilité.
J' ai même une tour avec Rosa linux et Mageia 4.0 tout deux en EFI et en dual boot.
Désolé mais n' étant qu' un nul en mode console, je ne peut en dire plus.

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
lapineige :
Ah ben je crois que j'ai trouvé mon problème: j'ai bien une interface pour l’installation, mais je n'ai absolument pas tout ça. J'ia l'impression que je n'ai que la partie centrale, pas le bandeau de gauche.....
Et j'ai pas de résumé....
Et j'ai pas de résumé....
peux-tu confirmer que tu amorces le système en mode "Live", c'est à dire que tu te retrouves dans KDE avant l'installation ? Tu as ensuite une icône sur le bureau qui te permet de faire l'installation. Si l'image n'est pas complète, fais nous une copie d'écran. Ce n'est pas une situation normale.
Yves

lapineige Membre non connecté
-
- Voir le profil du membre lapineige
- Inscrit le : 23/11/2014
- Site internet

Si je lance l'installation directement, sans passer par le live, j'ai les panneaux de choix de la langue, de l'heure, etc, mais juste comme sur ma capture au dessus, aves tout le reste noir.
Et je viens de penser, au lencement j'ai pas de menu de choix "graphique", qui ressemble à celui de Mandriva, mais juste des options textuelles, en blanc sur fond noir.
Édité par lapineige Le 28/11/2014 à 19h49

paul47 Membre non connecté
-
- Voir le profil du membre paul47
- Inscrit le : 27/05/2011
Citation :
sur ma capture au dessus, aves tout le reste noir.
pas vu la capture... ???
paul
paul47-aGeNUx

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
lapineige :
Au lancement de l'isntallation depuis le live, ça donne ça:
Si je lance l'installation directement, sans passer par le live, j'ai les panneaux de choix de la langue, de l'heure, etc, mais juste comme sur ma capture au dessus, aves tout le reste noir.
Si je lance l'installation directement, sans passer par le live, j'ai les panneaux de choix de la langue, de l'heure, etc, mais juste comme sur ma capture au dessus, aves tout le reste noir.
L'expérience que j'ai rapportée fonctionne à partir de la situation de ta copie d'écran. As-tu testé dans cette voie ?
Yves

paul47 Membre non connecté
-
- Voir le profil du membre paul47
- Inscrit le : 27/05/2011
Citation :
L'installation a fonctionné, mais je dois sélectionner manuellement d'amorcer sur "mageia" par le gestionnaire de démarrage UEFI (Esc, F9 and ???, puis mageia).
- plusieurs pistes: si tu ne prends pas garde, windows8 ne s'arrête jamais; il faut une manoeuvre spéciale pour arrêter complètement la bête et c'est gênant:
http://www.zebulon.fr/astuces/273-desactiver-le-demarrage-rapide-de-windows-8.html
-je ne suis pas sûr que cela t'aide, mais je te joins quand même e contenu de deux fichiers de config grub.cfg d'une LinuxMint en double boot avec windows8; ils se trouvent dans deux dossiers différents de /boot:
- /boot/grub/x86_64-efi/grub.cfg:
Caché :
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
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 recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="$1"
if [ "$1" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.16.0-25-generic (/dev/sda9)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
linux /boot/vmlinuz-3.16.0-25-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.16.0-25-generic
}
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.16.0-25-generic (/dev/sda9) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
echo 'Chargement de Linux 3.16.0-25-generic…'
linux /boot/vmlinuz-3.16.0-25-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.16.0-25-generic
}
submenu "Previous Linux versions" {
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda9)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.13.0-24-generic
}
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda9) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
echo 'Chargement de Linux 3.13.0-24-generic…'
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-24-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-40BB-5DD5' {
insmod part_gpt
insmod fat
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40BB-5DD5
else
search --no-floppy --fs-uuid --set=root 40BB-5DD5
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### 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 ###
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
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 recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; 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
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/06_mint_theme ###
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="$1"
if [ "$1" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.16.0-25-generic (/dev/sda9)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
linux /boot/vmlinuz-3.16.0-25-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.16.0-25-generic
}
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.16.0-25-generic (/dev/sda9) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
echo 'Chargement de Linux 3.16.0-25-generic…'
linux /boot/vmlinuz-3.16.0-25-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.16.0-25-generic
}
submenu "Previous Linux versions" {
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda9)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.13.0-24-generic
}
menuentry 'Linux Mint 17 Cinnamon 64-bit, 3.13.0-24-generic (/dev/sda9) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt9'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt9 --hint-efi=hd0,gpt9 --hint-baremetal=ahci0,gpt9 b58aefa7-388f-42bc-bf9c-fadbfb6201d8
else
search --no-floppy --fs-uuid --set=root b58aefa7-388f-42bc-bf9c-fadbfb6201d8
fi
echo 'Chargement de Linux 3.13.0-24-generic…'
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=b58aefa7-388f-42bc-bf9c-fadbfb6201d8 ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-3.13.0-24-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (sur /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-40BB-5DD5' {
insmod part_gpt
insmod fat
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40BB-5DD5
else
search --no-floppy --fs-uuid --set=root 40BB-5DD5
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### 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 ###
- /boot/efi/EFI/ubuntu/grub.cfg (ubuntu est cité car la mint est une "copie" de ubuntu...)
Caché :
search.fs_uuid b58aefa7-388f-42bc-bf9c-fadbfb6201d8 root hd0,gpt9
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
- il y a vraisemblablement une manoeuvre ratée/qui a foiré dans ton install; le grub, s'est-il installé vraiment là où il faut?
(mais je n'y crois pas...)
- un truc embêtant avec l'Uefi, c'est que les fabriquants utilisent des bios/uefi différents...
Dans certains on peut créer une autre option dans le boot: "add New Boot Option"
comme décrit ici: https://gayelord.wordpress.com/2013/10/19/uefi-dual-boot-mageia-et-windows/
Sur la même page il montre comment entrer le boot de Mageia sur efi et faire d'autres manoeuvres à l'aide du livedvd...
c'est peut-être là que tu trouveras la solution...
en espérant que cela t'aide un peu ?
bonne journée.
paul
paul47-aGeNUx
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie