Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#27 Le 11/08/2022, à 18:46

o_live

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

Avant de faire
donc je modifie le fichier et je lance les commande
c'est cela ?

je voudrais pas planter la machine a nouveau

sudo os-prober
sudo update-grub
sudo grub-install /dev/sda

Caractéristiques:     PC Portable Gamer MSI GP73 8RE-480XFR Leopard
17.3'' Full HD (1920 x 1080) 120 Hz - Intel Core i7-8750H Hexa Core 2.2 GHz - 16 Go DDR4 - SSD 128 Go - HDD 1 To - Nvidia GeForce GTX 1060 -  Sans OS
Installation mutiboot Windows 11  & Ubuntu 22.04.4 LTS

Hors ligne

#28 Le 11/08/2022, à 18:47

nany

Hors ligne

#29 Le 11/08/2022, à 18:50

o_live

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

olive@olive-GP73-Leopard-8RE:~$ sudo update-grub
[sudo] Mot de passe de olive : 
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-46-generic
Found initrd image: /boot/initrd.img-5.15.0-46-generic
Found linux image: /boot/vmlinuz-5.15.0-25-generic
Found initrd image: /boot/initrd.img-5.15.0-25-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done

Caractéristiques:     PC Portable Gamer MSI GP73 8RE-480XFR Leopard
17.3'' Full HD (1920 x 1080) 120 Hz - Intel Core i7-8750H Hexa Core 2.2 GHz - 16 Go DDR4 - SSD 128 Go - HDD 1 To - Nvidia GeForce GTX 1060 -  Sans OS
Installation mutiboot Windows 11  & Ubuntu 22.04.4 LTS

Hors ligne

#30 Le 11/08/2022, à 18:52

nany

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

Bon, donne le retour de :

cat /etc/default/grub

Hors ligne

#31 Le 11/08/2022, à 18:58

o_live

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Caractéristiques:     PC Portable Gamer MSI GP73 8RE-480XFR Leopard
17.3'' Full HD (1920 x 1080) 120 Hz - Intel Core i7-8750H Hexa Core 2.2 GHz - 16 Go DDR4 - SSD 128 Go - HDD 1 To - Nvidia GeForce GTX 1060 -  Sans OS
Installation mutiboot Windows 11  & Ubuntu 22.04.4 LTS

Hors ligne

#32 Le 11/08/2022, à 19:04

nany

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

Donne maintenant le retour de :

sudo sed -i '/GRUB_CMDLINE_LINUX=/a\GRUB_DISABLE_OS_PROBER=false' /etc/default/grub && cat /etc/default/grub

Hors ligne

#33 Le 11/08/2022, à 19:07

o_live

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

$ sudo sed -i '/GRUB_CMDLINE_LINUX=/a\GRUB_DISABLE_OS_PROBER=false' /etc/default/grub && cat /etc/default/grub
[sudo] Mot de passe de olive : 
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Caractéristiques:     PC Portable Gamer MSI GP73 8RE-480XFR Leopard
17.3'' Full HD (1920 x 1080) 120 Hz - Intel Core i7-8750H Hexa Core 2.2 GHz - 16 Go DDR4 - SSD 128 Go - HDD 1 To - Nvidia GeForce GTX 1060 -  Sans OS
Installation mutiboot Windows 11  & Ubuntu 22.04.4 LTS

Hors ligne

#34 Le 11/08/2022, à 19:09

nany

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

Voilà, le fichier est modifié. Tu peux maintenant lancer

sudo update-grub

et redémarrer.

Hors ligne

#35 Le 11/08/2022, à 19:13

o_live

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

[sudo] Mot de passe de olive : 
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-46-generic
Found initrd image: /boot/initrd.img-5.15.0-46-generic
Found linux image: /boot/vmlinuz-5.15.0-25-generic
Found initrd image: /boot/initrd.img-5.15.0-25-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda4@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done

Caractéristiques:     PC Portable Gamer MSI GP73 8RE-480XFR Leopard
17.3'' Full HD (1920 x 1080) 120 Hz - Intel Core i7-8750H Hexa Core 2.2 GHz - 16 Go DDR4 - SSD 128 Go - HDD 1 To - Nvidia GeForce GTX 1060 -  Sans OS
Installation mutiboot Windows 11  & Ubuntu 22.04.4 LTS

Hors ligne

#36 Le 11/08/2022, à 19:16

nany

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

o_live a écrit :
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda4@/efi/Microsoft/Boot/bootmgfw.efi

Voilà, Windows a été détecté et tu devrais donc avoir le menu GRUB proposant les deux OS au démarrage.

Hors ligne

#37 Le 11/08/2022, à 19:20

o_live

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

Merci de votre aide cela fonctionne  smile
maintenant reste a résoudre le soucis hdmi sur ma carte vidéo

Dernière modification par o_live (Le 11/08/2022, à 19:21)


Caractéristiques:     PC Portable Gamer MSI GP73 8RE-480XFR Leopard
17.3'' Full HD (1920 x 1080) 120 Hz - Intel Core i7-8750H Hexa Core 2.2 GHz - 16 Go DDR4 - SSD 128 Go - HDD 1 To - Nvidia GeForce GTX 1060 -  Sans OS
Installation mutiboot Windows 11  & Ubuntu 22.04.4 LTS

Hors ligne

#38 Le 11/08/2022, à 20:00

Korak

Re : [RESOLU]Windows 10 + Ubuntu 22.04.1LTS souci avec le GRUB

iznobe,

C'est gentil de tenter d'aider.

Mais pour ça il faudrait que tu connaisses un peu plus les distributions Linux et entre autre Ubuntu !

Tu as tenté de m'aider et c'est gentil de ta part, mais à un rien près je flingue mon système avec tes conseils !!!

Heureusement pour moi que Nany est intervenue !

Dernière modification par Korak (Le 11/08/2022, à 20:01)


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne