Peux-tu donner le retour de la commande : (c'est à dire, taper la commande ci-dessous dans le Terminal, et copier-coller le résultat ici, en le mettant entre les balises code </>) 5ème choix en partant de la gauche B - I - U....
Je complète ma réponse.
dans le grub, il est écrit pour Windows :
W10 (on /dev/nvme0n1p2)
alors que si je vais voir où se trouve l'OS j'ai pour W11 /dev/nvme0n1p3
Je suppose donc que le chemin vers l'OS n'est pas le bon, mais je ne sais pas comment faire pour le changer dans Grub.
Si vous le savez.... Merci.
Distrib : Linux Mint 22.2Desktop :X-Cinnamon Kernel : 6.14.0-37-generic CPU : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz RAM : 31Gi CG : Intel Corporation HD Graphics 530 (rev 06)
Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R5 340X OEM / R7 250/350/350X OEM] (rev 81)
Si tu choisis la ligne w10 dans le grub ça démarre sur Windows ?
on a win 10 sur la partition nmve...2
on a win 11 sur la partition nmve...3
comment est-ce possible suite à une mise à niveau... ça me semble tout cassé...
As-tu essayé de démarrer Windows depuis le BIOS ?
1 - Asus Vivobook A403FA - DEBIAN 13.4 - Bureau Mate - Noyau 6.12.74 - CPU : Intel Core i5-8265U - CG : Intel WhiskeyLake-U GT2 - Ram : 8go
2 - Mac Mini 2012 - Arch Linux - Bureau Mate - Noyau 6.18.9 - CPU : Intel Core i5 - Ram : 16go
Bonjour,
Je précuse ce que je crois être le problème.
Dans le grub, il est écrit pour W10 : on /dev/nvme0n1p2 alors que l'OS W11 est là : /dev/nvme0n1p3
Je ne sais pas comment changer l'emplacement de l'OS dans le grub.
Merci pour votre aide.
Distrib : Linux Mint 22.2Desktop :X-Cinnamon Kernel : 6.14.0-37-generic CPU : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz RAM : 31Gi CG : Intel Corporation HD Graphics 530 (rev 06)
Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R5 340X OEM / R7 250/350/350X OEM] (rev 81)
rene@OptiPlex-7040:~$ sudo os-prober
[sudo] Mot de passe de rene :
/dev/nvme0n1p2:Windows 10:Windows:chain
rene@OptiPlex-7040:~$ 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=menu
GRUB_TIMEOUT=15
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#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_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"
rene@OptiPlex-7040:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.17.0-14-generic
Found initrd image: /boot/initrd.img-6.17.0-14-generic
Found linux image: /boot/vmlinuz-6.14.0-37-generic
Found initrd image: /boot/initrd.img-6.14.0-37-generic
Found linux image: /boot/vmlinuz-6.14.0-35-generic
Found initrd image: /boot/initrd.img-6.14.0-35-generic
Found linux image: /boot/vmlinuz-6.14.0-34-generic
Found initrd image: /boot/initrd.img-6.14.0-34-generic
Found linux image: /boot/vmlinuz-6.14.0-29-generic
Found initrd image: /boot/initrd.img-6.14.0-29-generic
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 10 on /dev/nvme0n1p2
Adding boot menu entry for UEFI Firmware Settings ...
done
rene@OptiPlex-7040:~$
Modifié en dernier par Invité le sam. 28 févr. 2026 11:07, modifié 1 fois.
Raison :Ajout balises code
Distrib : Linux Mint 22.2Desktop :X-Cinnamon Kernel : 6.14.0-37-generic CPU : Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz RAM : 31Gi CG : Intel Corporation HD Graphics 530 (rev 06)
Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R5 340X OEM / R7 250/350/350X OEM] (rev 81)