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.

#1 Le 03/10/2024, à 10:26

seraphinlampion

Problème de dual boot suite à l'installation Lubuntu

Bonjour,

J'ai un problème sur un pc portable HP  modèle "G7 1235 SF"  qui a Windows 10 sur une partition et sur "l'espace libre" j'ai voulu installer "Lubuntu 24.04"  mais au démarrage, c'est uniquement "Lubuntu"  qui démarre, je n'arrive pas corriger cela,, comment faire ?
J'ai essayé cette commande donc voici le résultat :

sudo os-prober
[sudo] Mot de passe de hp :
/dev/sda1:Windows 10:Windows:chain
/dev/sda2:Windows 10:Windows1:chain
hp@hp-hppaviliong7notebookpc:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/lubuntu-grub-theme.cfg'
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/lubuntu-grub-theme/theme.txt
Found linux image: /boot/vmlinuz-6.8.0-45-generic
Found initrd image: /boot/initrd.img-6.8.0-45-generic
Found linux image: /boot/vmlinuz-6.8.0-41-generic
Found initrd image: /boot/initrd.img-6.8.0-41-generic
Found memtest86+x64 image: /boot/memtest86+x64.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.
Found Windows 10 on /dev/sda1
Found Windows 10 on /dev/sda2
Adding boot menu entry for UEFI Firmware Settings ...


Merci
Cordialement

Hors ligne

#2 Le 03/10/2024, à 12:23

geole

Re : Problème de dual boot suite à l'installation Lubuntu

Bonjour
Il semble  que le menu permettant de faire le choix de l'O.S. de boot ne  soit pas affiché
1) Sauvegarde du fichier pour sécurité

sudo cp -v  /etc/default/grub   /etc/default/grub.REF

2) Rectification probable

sudo sed -i '/GRUB_TIMEOUT/d' /etc/default/grub
echo GRUB_TIMEOUT_STYLE=menu | sudo tee -a /etc/default/grub
echo GRUB_TIMEOUT=59 | sudo tee -a /etc/default/grub
sudo update-grub

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne