#1 Le 29/09/2023, à 20:51
- Boulou92
GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonsoir,
J'ai bien lu le sujet, mais je ne sais pas où ajouter
GRUB_DISABLE_OS_PROBER= false
Après celà
[code]marco@marco-System-Product-Name:~/Bureau$ sudo update-grub
[sudo] Mot de passe de marco :
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-84-generic
Found initrd image: /boot/initrd.img-5.15.0-84-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
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.
done
marco@marco-System-Product-Name:~/Bureau$
[/code]
Merci
Boulou92
Dernière modification par Boulou92 (Le 01/10/2023, à 22:30)
Hors ligne
#2 Le 29/09/2023, à 21:47
- lynn
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonjour,
Cette ligne s'ajoute dans /etc/default/grub mais attention, il n'y a pas d'espace entre
GRUB_DISABLE_OS_PROBER et false
# 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=2
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=800x600# 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"
«C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!»
Coluche
Hors ligne
#3 Le 29/09/2023, à 22:33
- Boulou92
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
marco@marco-System-Product-Name:~/Bureau$ /etc/default/grub a écrit :
# 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=2
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
#GRUB_INIT_TUNE="480 440 1"t grub startcovery mode menu entriesmeter to Linu
bash: /etc/default/grub: Permission non accordée
marco@marco-System-Product-Name:~/Bureau$
Hors ligne
#4 Le 29/09/2023, à 23:04
- lynn
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Le fichier est à éditer en mode admin
sudoedit /etc/default/grub
«C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!»
Coluche
Hors ligne
#5 Le 30/09/2023, à 07:13
- cqfd93
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonjour,
Le fichier est à éditer en mode admin
sudoedit /etc/default/grub
Je découvre cet alias pour sudo nano…
− cqfd93 −
Hors ligne
#6 Le 30/09/2023, à 07:23
- xubu1957
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonjour,
Pour info > linux-console.net/?p=4574
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#7 Le 30/09/2023, à 18:37
- Boulou92
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
marco@marco-System-Product-Name:~/Bureau$ sudo update-grub
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-84-generic
Found initrd image: /boot/initrd.img-5.15.0-84-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
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.
done
Hors ligne
#8 Le 01/10/2023, à 07:47
- FrancisFDZ
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonjour,
Peut-être faut-il vérifier dans /etc/grub.d si "30_os-prober" est bien exécutable.
Pourtant, update-grub renvoie
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.
traduction google
Attention : os-prober sera exécuté pour détecter d'autres partitions bootables.
Sa sortie sera utilisée pour détecter les binaires amorçables et créer de nouvelles entrées de démarrage.
Ce qui semble indiquer que os-prober aurait bien été exécuté (?)
Il y aurait peut-être lieu de vérifier si (des fois) le problème aurait été résolu sans prévenir ...
Dernière modification par FrancisFDZ (Le 01/10/2023, à 07:50)
-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]
Hors ligne
#9 Le 01/10/2023, à 13:54
- Boulou92
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonjour FrancisFDZ,
Je n'y connais pas grand-chose , je pense que je vais réinstaller linux en sauvegardant le fichier "home". Tout est bizarre, je n'ai plus d'icônes sur le bureau, je dois démarrer en mode"rescue". La fenêtre du navigateur peut être rétrécie ou agrandie avec la souris seulement...Je ne peux même pas copier mes fichiers sur mes disques extérieurs..
Si vous avez une solution radicale (à part la réinstallation), merci d'avance.
Boulou92
Hors ligne
#10 Le 01/10/2023, à 14:17
- Compte supprimé
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Bonjour, si tu n'as pas de sauvegarde, il devient urgent d'en faire une.
#11 Le 01/10/2023, à 14:29
- Boulou92
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Merci Tamarou,
J'ai envoyé ça à mon fils avec "gros fichiers"; malgré leur mise en garde ...Je n'ai rien à voler ds mon ordi ...
Je reinstalle une version de 2023...
Hors ligne
#12 Le 01/10/2023, à 16:18
- jvcharles
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
A la suite du message de lynn #2 et cqfd93 #5
sudo -i
nano /etc/default/grub
supprime la dièse → #
GRUB_DISABLE_OS_PROBER=false
pour sauvegarder Ctrl+o , Entrée et Ctrl+x
refaire une mise à jour de grub ;
→ x pour ton disque de démarrage a ou b etc...
os-prober ; update-grub ; grub-install /dev/sdx
redémarre
Boulou92 #9
as-tu essayé en console avec la commande tasksel ?
sudo tasksel
et choisie le même environnement
Dernière modification par jvcharles (Le 01/10/2023, à 16:26)
Debian Stable Sid/rc-buggy - Gnome/Kde Tails LiveUsbPersistance UBports/Ubuntu-Touch 2022/08/19 (Pixel 3a)
Windows 10/Facebook supprimer 2019/02/02 Compte Google supprimé 2023/02/15
Hors ligne
#13 Le 01/10/2023, à 22:32
- Boulou92
Re : GRUB_DISABLE_OS_PROBER Comment le réparer? RESOLU
Merci à vous tous !!!
J'ai trop bidouillé (en plus de vos conseils). J'ai réinstallé Xubuntu en gardant le fichier "home", cela fonctionne.
Je vous ai fait perdre votre temps
Merci beaucoup à vous tous
Boulou92
Hors ligne