#1 Le 19/03/2016, à 00:04
- winux
[RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Bonsoir
Tout est dans le titre
- je viens d'acheter un portable HP Envy
- live key impec, pas de Pb
- je prépare donc mes partitions
/ = 30 Go
/home = 15
Swap = 5
j'installe chaque chose à sa place
- lorsque je reboote, j'ai le message réparation disque G
- quand je regarde dans Win, j'ai l'impression que c'est le swap
- et au final, je ne démarre que sur W10, Ub n'existe pas
je possède mal UEFI mais, tout comme avec MBR, il me semblait que c'est Grub qui prenait le dessus et se chargeait du démarrage
Quelqu'un a une idée de ce mystère ?
merci et bonne nuit
Dernière modification par winux (Le 19/03/2016, à 23:07)
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#2 Le 19/03/2016, à 06:43
- malbo
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Est-ce le modèle Envy 13-d006nf que tu envisageais d'acheter dans ce fil : http://forum.ubuntu-fr.org/viewtopic.php?id=1976151
Si ce n'est pas ce modèle, je te prie de donner le nom COMPLET de ton modèle.
Pour qu'on puisse vérifier si Ubuntu est bien installé, je te prie de faire un Boot-Info et de donner l'URL de ce Boot-Info dans ta réponse à ce message.
Hors ligne
#3 Le 19/03/2016, à 08:17
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Bonjour et merci pour ta réponse malbo
Je vois que tu m'as repéré en tant que "chasseur de nouveau PC".
En effet j'ai fini par me décider et mon choix s'est porté sur le HP 360 Envy w100nf.
C'est maintenant que les ennuis commencent, mais avec l'aide de ce forum très actif, je pense m'en sortir.
En fait ça continue à la suite de ta question pertinente.
J'ai suivi ton lien et déroulé, depuis la live key, les lignes de commande, mais au final ça n'a pas abouti.
Je te joins le dernier screenshot du terminal.
Ceci expliquera peut-être cela ??
Voilà, j'espère que ça va t'inspirer plus que moi, merci et bon WE
http://i65.tinypic.com/1tqy5c.png
Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images (Des hébergeurs comme Toile Libre ou TDCT'Pix le permettent).
Pour les retours de commandes, le texte collé entre balises code est nettement préférable : plus lisible et plus léger.
Dernière modification par cqfd93 (Le 19/03/2016, à 13:13)
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#4 Le 19/03/2016, à 10:00
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Re
Si ça peut aider, j'ai rebooté sur live key, repéré la partition de mon "installation fantôme" et fait :
32 GB volume/boot/grub/grub.cfg.
Je ne suis pas expert, loin de là, mais j'ai quand même repéré plusieurs fois le terme efi !!
insmod efi_gop
insmod efi_uga
linux /boot/vmlinuz-4.4.0-10-generic.efi.signed root=UUID=40a64b64-deb5-4a9d-9109-b9adf3947a7f ro quiet splash $vt_handoff
dont le dernier qui me parait intéressant
#
# 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,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 40a64b64-deb5-4a9d-9109-b9adf3947a7f
else
search --no-floppy --fs-uuid --set=root 40a64b64-deb5-4a9d-9109-b9adf3947a7f
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=30
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
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-40a64b64-deb5-4a9d-9109-b9adf3947a7f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 40a64b64-deb5-4a9d-9109-b9adf3947a7f
else
search --no-floppy --fs-uuid --set=root 40a64b64-deb5-4a9d-9109-b9adf3947a7f
fi
linux /boot/vmlinuz-4.4.0-10-generic.efi.signed root=UUID=40a64b64-deb5-4a9d-9109-b9adf3947a7f ro quiet splash $vt_handoff
initrd /boot/initrd.img-4.4.0-10-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-40a64b64-deb5-4a9d-9109-b9adf3947a7f' {
menuentry 'Ubuntu, avec Linux 4.4.0-10-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-10-generic-advanced-40a64b64-deb5-4a9d-9109-b9adf3947a7f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 40a64b64-deb5-4a9d-9109-b9adf3947a7f
else
search --no-floppy --fs-uuid --set=root 40a64b64-deb5-4a9d-9109-b9adf3947a7f
fi
echo 'Chargement de Linux 4.4.0-10-generic…'
linux /boot/vmlinuz-4.4.0-10-generic.efi.signed root=UUID=40a64b64-deb5-4a9d-9109-b9adf3947a7f ro quiet splash $vt_handoff
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-10-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-10-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-10-generic-init-upstart-40a64b64-deb5-4a9d-9109-b9adf3947a7f' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 40a64b64-deb5-4a9d-9109-b9adf3947a7f
else
search --no-floppy --fs-uuid --set=root 40a64b64-deb5-4a9d-9109-b9adf3947a7f
fi
echo 'Chargement de Linux 4.4.0-10-generic…'
linux /boot/vmlinuz-4.4.0-10-generic.efi.signed root=UUID=40a64b64-deb5-4a9d-9109-b9adf3947a7f ro quiet splash $vt_handoff init=/sbin/upstart
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-10-generic
}
menuentry 'Ubuntu, with Linux 4.4.0-10-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-10-generic-recovery-40a64b64-deb5-4a9d-9109-b9adf3947a7f' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 40a64b64-deb5-4a9d-9109-b9adf3947a7f
else
search --no-floppy --fs-uuid --set=root 40a64b64-deb5-4a9d-9109-b9adf3947a7f
fi
echo 'Chargement de Linux 4.4.0-10-generic…'
linux /boot/vmlinuz-4.4.0-10-generic.efi.signed root=UUID=40a64b64-deb5-4a9d-9109-b9adf3947a7f ro recovery nomodeset
echo 'Chargement du disque mémoire initial…'
initrd /boot/initrd.img-4.4.0-10-generic
}
}
### END /etc/grub.d/10_linux ###
### 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/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-02E4-8E04' {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 02E4-8E04
else
search --no-floppy --fs-uuid --set=root 02E4-8E04
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 ###
J'espère que ceci contribuera à trouver la solution, merci
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#5 Le 19/03/2016, à 10:25
- kholo
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
bonjour,
il faut reprendre les tutoriels d'installation et d'utilisation de boot info
éventuellement relancer une session live, refaire l'installation
puis donner le retour sur ce post...
Hors ligne
#6 Le 19/03/2016, à 10:26
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Pour essayer d'avancer dans la limite de mes connaissances
A partir du message d'erreur de #3, j'ai essayé de creuser en suivant le chemin et ainsi montrer ce qu'il y avait vraiment dans ce fichier :
/usr/share/boot-sav/gui-g2slaunch.sh
le voici
#! /bin/bash
# Copyright 2014 Yann MRN
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
determine_g2s() {
G2S=""
if [[ "$(ls /usr/share/boot-sav | grep 'x-')" ]];then
if [[ "$(type -p glade2script)" ]];then
G2S=glade2script
elif hash glade2script-gtk2;then
G2S=glade2script-gtk2
fi
fi
}
g2slaunch() {
local G2S PACK PACKNEW PACKOLD vvv ppa PPADEB removdeb
# Ask root privileges
if [[ $EUID -ne 0 ]];then
if hash gksudo;then
gksudo $APPNAME & #gksu and su dont work in Kubuntu
elif hash gksu;then
gksu $APPNAME & #TODO PolicyKit http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492493
elif hash sudo && [ "$(grep -E '(boot=casper)|(boot=live)' /proc/cmdline)" ];then
sudo $APPNAME &
elif hash su;then
su -c $APPNAME &
else
echo "Please install gksu or su"
fi
exit
fi
# Launch the Glade window via glade2script
determine_g2s
if [[ "$G2S" ]];then
$G2S $1 -g ./$PACK_NAME.glade -s ./$APPNAME.sh \
--combobox="@@_combobox_format_partition@@col" \
--combobox="@@_combobox_bootflag@@col" \
--combobox="@@_combobox_ostoboot_bydefault@@col" \
--combobox="@@_combobox_purge_grub@@col" \
--combobox="@@_combobox_separateboot@@col" \
--combobox="@@_combobox_efi@@col" \
--combobox="@@_combobox_sepusr@@col" \
--combobox="@@_combobox_place_grub@@col" \
--combobox="@@_combobox_add_kernel_option@@col" \
--combobox="@@_combobox_restore_mbrof@@col" \
--combobox="@@_combobox_partition_booted_bymbr@@col"
fi
}
echo_g2sversion() {
determine_g2s
G2S_VERSION=$($PACKVERSION $G2S )
echo "$G2S version : $G2S_VERSION"
echo "boot-sav-extra version : $($PACKVERSION boot-sav-extra )"
}
echoversion_or_g2slaunch() {
PACK_NAME=boot-sav
cd /usr/share/$PACK_NAME
if [[ "$1" = "--esp" ]];then
esp_detect
elif [[ "$1" = "--version" ]] || [[ "$1" = "-v" ]] || [[ "$1" = "--info" ]] || [[ "$1" = "-i" ]] || [[ "$1" = "--efi" ]] || [[ "$1" = "-e" ]];then
. bs-init.sh
if [[ "$1" != "--efi" ]] && [[ "$1" != "-e" ]];then
echo_version
echo_g2sversion
fi
if [[ "$1" != "--version" ]] && [[ "$1" != "-v" ]];then
check_if_live_session $1
check_efi_dmesg $1
fi
else
g2slaunch $1
fi
exit
}
esp_detect() {
echo "
ESP detection"
PARTEDLM="$(LANGUAGE=C LC_ALL=C sudo parted -lms)"
while read line;do
if [[ "$line" != "BYT;" ]];then
EFIPARTNUMERO="${line%%:*}" #eg 1
if [[ "$line" =~ /dev/ ]];then
echo "$line" #eg 11:162GB:162GB:210MB:fat32::boot, hidden;
elif [[ "$(echo "$line" | grep fat | grep boot | grep -v hidden | grep -v dev/mmc )" ]];then
echo "$line <$EFIPARTNUMERO> This partition is an ESP"
elif [[ "$(echo "$line" | grep fat | grep ':EFI system partition:' | grep -v hidden)" ]];then
echo "$line <$EFIPARTNUMERO> This partition may be an ESP"
elif [[ "$(echo "$line" | grep -vi fat)" ]];then
echo "$line <$EFIPARTNUMERO> This partition is not an ESP"
fi
fi
done < <(echo "$PARTEDLM")
}
########################## CHECK IF LIVE-SESSION #######################
check_if_live_session() {
local DR ra=/home/usr
hash lsb_release && DISTRIB_DESCRIPTION="$(lsb_release -ds)" || DISTRIB_DESCRIPTION=Unknown-name
DR="$(df / | grep /dev/ )"; DR="${DR%% *}"; DR="${DR#*v/}"
if [ "$(grep -E '(boot=casper)|(boot=live)' /proc/cmdline)" ] || [[ "$DR" =~ loop ]] || [[ "$(df / | grep aufs)" ]];then #aufs bug#1281815
LIVESESSION=live
else
LIVESESSION=installed
CURRENTSESSIONNAME="$The_system_now_in_use - $DISTRIB_DESCRIPTION"
CURRENTSESSIONPARTITION="$DR"
if [[ "$TMP_FOLDER_TO_BE_CLEARED" ]];then
#Add CurrentSession at the beginning of OSPROBER (so that GRUB reinstall of CurrentSession is selected by default)
echo "/dev/${CURRENTSESSIONPARTITION}:$CURRENTSESSIONNAME CurrentSession:linux" >$TMP_FOLDER_TO_BE_CLEARED/osprober_with_currentsession
echo "$OSPROBER" >> $TMP_FOLDER_TO_BE_CLEARED/osprober_with_currentsession
OSPROBER=$(< $TMP_FOLDER_TO_BE_CLEARED/osprober_with_currentsession)
fi
fi
if [[ "$1" != "--efi" ]] && [[ "$1" != "-e" ]];then
[[ -d /usr/share/ubuntu-defaults-french ]] && echo "$APPNAME est exécuté en session $LIVESESSION ($DISTRIB_DESCRIPTION, $(lsb_release -cs), $(lsb_release -is)-fr, $(uname -m))" \
|| echo "$APPNAME is executed in $LIVESESSION-session ($DISTRIB_DESCRIPTION, $(lsb_release -cs), $(lsb_release -is), $(uname -m))"
LANGUAGE=C LC_ALL=C lscpu | grep bit
cat /proc/cmdline
fi
[ "$(grep -E '(boot=casper)|(boot=live)' /proc/cmdline)" ] && [[ "$(ls $ra/.config)" =~ os ]] && OSBKP=y
}
################################### CHECK EFI DMSG #####################
check_efi_dmesg() {
#http://forum.ubuntu-fr.org/viewtopic.php?id=742721
local ue="$(dmesg | grep EFI | grep -v Variables )"
SECUREBOOT='maybe enabled'
if [[ -d /sys/firmware/efi ]];then #http://paste.ubuntu.com/1176988
EFIDMESG="BIOS is EFI-compatible, and is setup in EFI-mode for this $LIVESESSION-session."
[[ "$(uname -m)" != x86_64 ]] || [[ -d /usr/share/ubuntu-defaults-french ]] \
&& EFIDMESG="$EFIDMESG
Unusual EFI: $PLEASECONTACT"
[[ ! "$ue" ]] && EFIDMESG="$EFIDMESG
No EFI in dmseg."
#SecureBoot http://launchpadlibrarian.net/119223180/ubiquity_2.12.8_2.12.9.diff.gz
local efi_vars sb_var
efi_vars=/sys/firmware/efi/vars
sb_var="$efi_vars/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c/data"
sb_var2="$efi_vars/SecureBoot-a8be4df61-93ca-11d2-aa0d-00e098032b8c/data"
if [[ ! -d $efi_vars ]];then
SECUREBOOT=disabled
elif [ -e "$sb_var" ];then
[ "$(printf %x \'"$(cat "$sb_var")")" = 1 ] && SECUREBOOT=enabled || SECUREBOOT=disabled
elif [ -e "$sb_var2" ];then #http://paste.ubuntu.com/1643471
[ "$(printf %x \'"$(cat "$sb_var2")")" = 1 ] && SECUREBOOT=enabled || SECUREBOOT=disabled
else
[[ -f "$sb_var" ]] || [[ -f "$sb_var2" ]] && echo "Warning: sbvar. $PLEASECONTACT"
tst="$(ls $efi_vars | grep SecureBoot )"
if [[ "$tst" ]];then
if [ -e "$efi_vars/$tst/data" ];then
[ "$(printf %x \'"$(cat "$efi_vars/$tst/data")")" = 1 ] && SECUREBOOT=enabled || SECUREBOOT=disabled
elif [[ -f "$efi_vars/$tst/data" ]];then
echo "Warning: $tst/data . $PLEASECONTACT"
fi
fi
a=""; for b in $(ls $efi_vars);do a="$b,$a";done
echo "ls $efi_vars : $a
$PLEASECONTACT" #eg http://paste.ubuntu.com/1398454 , http://paste.ubuntu.com/1460548
fi
if [[ "$SECUREBOOT" = 'maybe enabled' ]] && [[ "$(grep signed /proc/cmdline)" ]];then
SECUREBOOT=enabled
a=""; for b in $(ls $efi_vars);do a="$b,$a";done
echo "ls $efi_vars : $a
Special SecureBoot. $PLEASECONTACT"
fi
if [[ "$(type -p efibootmgr)" ]];then
echo "
$DASH efibootmgr -v"
LANGUAGE=C LC_ALL=C sudo efibootmgr -v
fi
else
[[ "$LIVESESSION" = installed ]] && SECUREBOOT=disabled
if [[ "$EFIFILEPRESENCE" ]];then
EFIDMESG="BIOS is EFI-compatible, but it is not setup in EFI-mode for this $LIVESESSION-session."
#ex of efi win with no efi dmsg: http://paste.ubuntu.com/1079434 , http://paste.ubuntu.com/1088771
elif [[ "$(uname -m)" != x86_64 ]] || [[ "$(lsb_release -is)" = Debian ]] || [[ "$(lsb_release -cs)" = lucid ]];then
EFIDMESG="This $LIVESESSION-session is not EFI-compatible."
elif [[ -d /usr/share/ubuntu-defaults-french ]] && [[ "$LIVESESSION" = live ]];then
EFIDMESG="Le disque Ubuntu Edition Francophone ne peut pas être démarré en mode EFI."
else # http://paste.ubuntu.com/1001831 , http://paste.ubuntu.com/966239 , http://paste.ubuntu.com/934497
EFIDMESG="This $LIVESESSION-session is not in EFI-mode."
fi
[[ "$ue" ]] && EFIDMESG="$EFIDMESG
EFI in dmesg.
$ue" #ex: http://paste.ubuntu.com/1354258
fi
EFIDMESG="$EFIDMESG
SecureBoot $SECUREBOOT."
#Not sure if SecureBoot disabled
[[ -d /sys/firmware/efi ]] && [[ -d $efi_vars ]] && [[ "$SECUREBOOT" != enabled ]] \
&& EFIDMESG="$EFIDMESG (maybe sec-boot, $PLEASECONTACT)"
[[ ! "$1" ]] && echo "
$DASH UEFI/Legacy mode:"
echo "$EFIDMESG
"
}
J'espère que ça va aider ?
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#7 Le 19/03/2016, à 10:32
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
bonjour,
il faut reprendre les tutoriels d'installation et d'utilisation de boot info
éventuellement relancer une session live, refaire l'installation
puis donner le retour sur ce post...
Bonjour kholo
c'est bien ce que j'ai fait, mais ça coince pour une raison que j'ignore.
Suite à mes essais je pense que Ub s'est bien installé en mode efi, mais je vais recommencer l'installe pour voir.
Je n'y crois pas trop mais je ne veux pas rester les bras croisés.
J'y vais et reviens vers vous deux dans 1h ou 2 !!!
@+
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#8 Le 19/03/2016, à 10:33
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Bonjour
Tentes la commande
sudo boot-info
Hors ligne
#9 Le 19/03/2016, à 10:42
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Merci pour ta réponse Bougron
voici le résultat de cette commande
ubuntu@ubuntu:~$ boot-info
/usr/share/boot-sav/gui-g2slaunch.sh: line 33: hash: gksudo: not found
/usr/share/boot-sav/gui-g2slaunch.sh: line 35: hash: gksu: not found
ubuntu@ubuntu:~$ Traceback (most recent call last):
File "/usr/bin/glade2script", line 48, in <module>
import gi
ImportError: No module named gi
C'est ce qu'on a constaté avec l'autre manip. Je réinstalle pour voir
@+
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#10 Le 19/03/2016, à 11:12
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
sudo boot-info
AJOUT
Ne te presses pas pour déactiver le secure boot
Il est fort possible qu'avec la nouvelle génération de HP, son bios se rapproche de celui de ACER.
L'important est de savoir comment l'installation est faite et comment EFI a été informé.
Dernière modification par Bougron (Le 19/03/2016, à 11:33)
Hors ligne
#11 Le 19/03/2016, à 11:20
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
sudo bootinfo
voici le résultat
ubuntu@ubuntu:~$ sudo bootinfo
sudo: bootinfo: command not found
ubuntu@ubuntu:~$ sudo boot-info
sudo: boot-info: command not found
ubuntu@ubuntu:~$ bootinfo
No command 'bootinfo' found, did you mean:
Command 'bookinfo' from package 'epwutil' (universe)
bootinfo: command not found
ubuntu@ubuntu:~$ boot-info
boot-info: command not found
mais ça me parait normal car je viens de réinstaller Ubuntu
Il faut au préalable que je suive la prcédure du tuto
Je le fais et reviens en ligne
@+
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#12 Le 19/03/2016, à 11:26
- morpheeUEFI
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
alors tu a un HP donc c'est un peut la roulette russe sur ce construteur normalement dans l'uefi dans les boot option tu a un os selection et la avec de la chance tu peut changer pour Ubuntu et le grub par defaut sinon pas c'est perdu et alors go https://doc.ubuntu-fr.org/uefi tu a un bout sur HP
suis moi dans la folie, je vais te vendre du rêve.
Hors ligne
#13 Le 19/03/2016, à 11:34
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
bien me revoici
j'ai réinstallé Ubuntu depuis la même clé
c'est pareil
je ne boote pas sur le grub
boot-info donne les mêmes résultats
J'ai fait cette installe comme je le faisais avec MBR
- choix "autre"
- installé sur les 3 partitions déjà préparées avec l'outil windows (/ /home swap)
- laissé Ubuntu faire son installe
s'il y a un truc différent à faire, merci de me prévenir
je n'ai rien vu à ce sujet
Bien que j'aie contrôlé le md5sum clé vs site
- je vais retélécharger 16.04 sur mon autre PC fixe
- contrôler le md5
- recharger sur une autre clé
Espoir faible, mais comme je l'ai déjà dit je ne vais pas attendre que ça tombe du ciel, quoique le ciel c'est un peu vous "les ceusses qui me répondent " !!
et aussi sauf si entre temps vous avez une idée géniale !!!
@+
si vous avez des idées je suis preneur !!
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#14 Le 19/03/2016, à 11:37
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
go https://doc.ubuntu-fr.org/uefi tu a un bout sur HP
merci je vais aller voir ce lien
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#15 Le 19/03/2016, à 11:49
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
j'avais déjà lu ce lien, mais il m'a donné l'idée suivante, j'ai fait os-prober depuis la live key (puisque je n'ai pas d'autre choix) et c'est intéressant
ubuntu@ubuntu:~$ sudo os-prober
/dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sda4:Ubuntu Xenial Xerus (development branch) (16.04):Ubuntu:linux
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
en fait pas sûr car il voit bien windows en efi
mais par contre le grub qu'il ne trouve pas correspond à sdb qui est ma live key et c'est peut-être normal
EDIT
J'ai retrouvé une autre commande dans le lien qui me dit bien que ma session Ubuntu est efi
ubuntu@ubuntu:~$ [ -d /sys/firmware/efi ] && echo "Session EFI" || echo "Session non-EFI"
Session EFI
Dernière modification par winux (Le 19/03/2016, à 11:59)
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#16 Le 19/03/2016, à 11:59
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Tu vas recommencer l'installation du boot-info dans la liveUSB et donner l'intégralité de la réponse de la commande suivante
sudo add-apt-repository ppa:yannubuntu/boot-repair
idem pour
sudo apt-get update
idem pour
sudo apt-get install -y boot-repair boot-info
et enfin
sudo boot-info
Dernière modification par Bougron (Le 19/03/2016, à 12:01)
Hors ligne
#17 Le 19/03/2016, à 12:25
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Voici le résultat après réinstalle : no change malheureusement
ubuntu@ubuntu:~$ sudo add-apt-repository ppa:yannubuntu/boot-repair
Simple tool to repair frequent boot problems.
Website: https://sourceforge.net/p/boot-repair/home
More info: https://launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmp0vjz33x2/secring.gpg' created
gpg: keyring `/tmp/tmp0vjz33x2/pubring.gpg' created
gpg: requesting key 60D8DA0B from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp0vjz33x2/trustdb.gpg: trustdb created
gpg: key 60D8DA0B: public key "Launchpad PPA for YannUbuntu" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
ubuntu@ubuntu:~$ sudo apt-get update
Ign:1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial InRelease
Hit:2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial Release
Hit:3 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial InRelease
Get:5 http://archive.ubuntu.com/ubuntu xenial InRelease [116 kB]
Hit:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Fetched 116 kB in 0s (421 kB/s)
Reading package lists... Done
ubuntu@ubuntu:~$ sudo apt-get install -y boot-repair boot-info
Reading package lists... Done
Building dependency tree
Reading state information... Done
boot-repair is already the newest version (4ppa35).
boot-info is already the newest version (4ppa35).
0 upgraded, 0 newly installed, 0 to remove and 426 not upgraded.
ubuntu@ubuntu:~$ sudo boot-info
Traceback (most recent call last):
File "/usr/bin/glade2script", line 48, in <module>
import gi
ImportError: No module named gi
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#18 Le 19/03/2016, à 12:38
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Ce genre de chose m'interpelle
Ign:1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial InRelease
Hit:2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial Release
Peut-être devrais-tu utiliser une version qualifiée de "au point" plutôt qu'une version en cours de développement
Peut-être que ton CDROM est tout simplement mal gravé. Tu devrais utiliser une clé USB . et suivre ce tuto https://forum.ubuntu-fr.org/viewtopic.php?id=1985713
Hors ligne
#19 Le 19/03/2016, à 12:41
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Voici le résultat après réinstalle : no change malheureusement
ubuntu@ubuntu:~$ sudo add-apt-repository ppa:yannubuntu/boot-repair Simple tool to repair frequent boot problems. Website: https://sourceforge.net/p/boot-repair/home More info: https://launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmp0vjz33x2/secring.gpg' created gpg: keyring `/tmp/tmp0vjz33x2/pubring.gpg' created gpg: requesting key 60D8DA0B from hkp server keyserver.ubuntu.com gpg: /tmp/tmp0vjz33x2/trustdb.gpg: trustdb created gpg: key 60D8DA0B: public key "Launchpad PPA for YannUbuntu" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK
ubuntu@ubuntu:~$ sudo apt-get update Ign:1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial InRelease Hit:2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial Release Hit:3 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial InRelease Get:5 http://archive.ubuntu.com/ubuntu xenial InRelease [116 kB] Hit:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease Fetched 116 kB in 0s (421 kB/s) Reading package lists... Done ubuntu@ubuntu:~$ sudo apt-get install -y boot-repair boot-info Reading package lists... Done Building dependency tree Reading state information... Done boot-repair is already the newest version (4ppa35). boot-info is already the newest version (4ppa35). 0 upgraded, 0 newly installed, 0 to remove and 426 not upgraded.
ubuntu@ubuntu:~$ sudo boot-info Traceback (most recent call last): File "/usr/bin/glade2script", line 48, in <module> import gi ImportError: No module named gi
Le logiciel que tu importes n'est pas opérationnel pour cette future version.
à lire http://ubuntuforums.org/showthread.php?t=2266101&page=2
Tu as certainement installé la version serveur
Dernière modification par Bougron (Le 19/03/2016, à 12:57)
Hors ligne
#20 Le 19/03/2016, à 12:50
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Ce genre de chose m'interpelle
Ign:1 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial InRelease
Hit:2 cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Alpha amd64 (20160307) xenial Release
Peut-être devrais-tu utiliser une version qualifiée de "au point" plutôt qu'une version en cours de développement
Peut-être que ton CDROM est tout simplement mal gravé. Tu devrais utiliser une clé USB . et suivre ce tuto https://forum.ubuntu-fr.org/viewtopic.php?id=1985713
T'as pas tort
Je vais essayer sur la 14.04 qui marche très bien sur mon fixe et on verra ce que ça donne
En fait c'est déjà une clé car ce PC n'a pas de lecteur
@+ (le temps de recommencer avec cette version)
merci pour ton soutien moral !!
sur un PC neuf j'en ai besoin !!!
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#21 Le 19/03/2016, à 14:16
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
J'ai réinstallé la 14.04 hébergée sur une clé différente.
Ce n'est pas la version en tant que tel ni la clé.
Je pense que c'est plutôt au niveau du PC, mais quoi ?
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#22 Le 19/03/2016, à 15:16
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Que donne le boot-info s'il te plaît.
Hors ligne
#23 Le 19/03/2016, à 18:49
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
UNE GRANDE NOUVELLE LES COPAINS !!!
J'ai trouvé et je pense que ça va servir à d'autres. En fait c'est tout bête, il faut aller dans le bios et forcer le démarrage sur Ubuntu. Je vous ai fait des copies d'écran qui je pense seront valables pour tous les HP.
config système > ordre de démarrage UEFI > gestionnaire de démarrage du SE > Ubuntu et pas Windows
Un grand merci pour votre implication et l'aide que vous m'avez apportée.
Bon WE
http://i65.tinypic.com/2j2uf7t.jpg
http://i63.tinypic.com/2iks2hj.jpg
Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images (Des hébergeurs comme Toile Libre ou TDCT'Pix le permettent).
Dernière modification par cqfd93 (Le 19/03/2016, à 18:57)
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#24 Le 19/03/2016, à 19:05
- Bougron
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
Je note surtout que tu as conservé le secure boot activé et que tu n'as pas eu besoin de définir Ubuntu comme OS autorisé à booter.
C'est effectivement une nouvelle façon de mettre en route ubuntu avec un ordinateur HP.
Dernière modification par Bougron (Le 19/03/2016, à 20:52)
Hors ligne
#25 Le 19/03/2016, à 22:27
- winux
Re : [RÉSOLU] W10 UEFI natif, installé Ub, au démarrage W10, pas Ubuntu !!
tout à fait, Ubuntu est parfaitement "homologué" par UEFI, du moins dans cette version 16.04, avant je ne sais pas.
Je suis content d'avoir réussi à débloquer la situation, car quand on n'est pas devant la machine (ce qui est le cas du forum) c'est plus difficile à résoudre.
J'espère que ça va servir à tous les utilisateurs HP et peut-être aussi à d'autres.
Il ne me reste plus que le non montage de la partition W10. J'ai ouvert un post pour ça, si ça t'inspire ...
Bonne fin de soirée
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne