#51 Le 30/04/2026, à 11:54
- iznobe

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Au démarrage , tu ne peux pas lancer une partition de boot .
la partition de boot , c ' est celle qui permet d ' avoir la liste des choix ( justement ) .
Si le systeme travaille sur la partition de boot sda2 et que le BIOS lance lance la partition de boot sda1 , alors , tu peux modifier tant que tu veux la partition de boot , le BIOS lance toujours la partition qui n ' est pas modifiée , et donc , tu ne vois aucun changement dedans .
( c ' est pareil si c ' est un MBR à la place de la partittion de boot ) .
Donc , si l' affichage des choix change , c ' est que ce n' est pas ça , mais , conserver 2 partitions de boot , c ' est forcément une source de confusion a un moment ou un autre ... il vaut mieux supprimer celle qui ne sert pas tant que " le fer est encore chaud ".
Et sinon , oui , on voit bien une barre défilement sur ta photo , comme l' a dit @nany .
donc essaye lors que tu as ça : https://ibb.co/zhCGrpYJ
d' appuyer sur la fleche du bas pour afficher le reste du menu.
Dernière modification par iznobe (Le 30/04/2026, à 11:58)
Hors ligne
#52 Le 30/04/2026, à 11:56
- nany

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Nany, J'ai cliqué sur t'on lien ou tu dit "comme celle de cette image", mais ça ne fonctionne pas, il y à un message d'erreur de permission ?
Ce n’est pas bien grave, c’est une image qui montre le menu de GRUB de Lubuntu.
Bref, lorsque tu es dans ce menu, appuie plusieurs fois sur la touche [↓] et tu devrais voir apparaître d’autres options dont Windows 10 (on /dev/sda2).
Hors ligne
#53 Le 30/04/2026, à 11:59
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Vu ce que tu présentes, tu n as pas choisis la première ligne proposée, mais la seconde qui est
submenu 'Advanced options for Ubuntu'
et dans ce contexte, il n y a que du ubuntu.
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#54 Le 30/04/2026, à 12:49
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Geole, tu avait raison, il y à bien les 2 sda1 et sda2,,,
Iznobe, dans le bios je n’est pas le chois
https://ibb.co/V0v3fLfd
Nany, tu avais raison, il fallait utiliser la flèche vers le bas pour voir apparaître les autres option de boot,ici; https://ibb.co/ZpqFBwr0 j’ai donc essayé sur sda1 et sur sda2, ça me donne un écran avec un rectangle gris, voir photo,https://ibb.co/JWTKJ7N4
et quand je fait entré sur sda1 ou sur sda2, ou autre touches, ça fait bip à chaque pression sur les touches, et rien d’autre ne ce passe !?
:(
J'ai aussi un message qui me dit qu'ilne reste plus que environ 300 Mo de libre sur le disque, mais sue la copis ci dessou, ça ne corespond pas ?
franck@franck-m51se:~$ df -Th
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
tmpfs tmpfs 392M 2,2M 390M 1% /run
/dev/sda4 ext4 110G 48G 58G 46% /
tmpfs tmpfs 2,0G 0 2,0G 0% /dev/shm
tmpfs tmpfs 5,0M 8,0K 5,0M 1% /run/lock
tmpfs tmpfs 2,0G 0 2,0G 0% /run/qemu
tmpfs tmpfs 392M 240K 392M 1% /run/user/1000
franck@franck-m51se:~$ https://ibb.co/zHn19bRt
https://ibb.co/9mDrdvdq
?????:rolleyes:
J'ai trouvé ceci si dessous, pour démarrer windows, mais je ne sais pas s'il faut que je l’applique ?
https://www.omgubuntu.co.uk/2021/12/gru … istros-fix
https://ubuntuhandbook.org/index.php/20 … ntu-22-10/
Help !
pouvez-vous voir ça aussi ci dessous SVP
franck@franck-m51se:~$ sudo grub-mkconfig
[sudo] Mot de passe de franck :
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/lubuntu-grub-theme.cfg'
Generating grub configuration file ...
#
# 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 [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
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 initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; 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_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
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
Found theme: /usr/share/grub/themes/lubuntu-grub-theme/theme.txt
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
insmod gfxmenu
insmod png
set theme=($root)/usr/share/grub/themes/lubuntu-grub-theme/theme.txt
export theme
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
### 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 [ ${grub_platform} != pc ]; then
set linux_gfx_mode=keep
elif 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
Found linux image: /boot/vmlinuz-6.17.0-22-generic
Found initrd image: /boot/initrd.img-6.17.0-22-generic
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-eb9d78cf-2409-4074-aea0-427ac6898814' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
linux /boot/vmlinuz-6.17.0-22-generic root=UUID=eb9d78cf-2409-4074-aea0-427ac6898814 ro quiet splash $vt_handoff
initrd /boot/initrd.img-6.17.0-22-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-eb9d78cf-2409-4074-aea0-427ac6898814' {
menuentry 'Ubuntu, with Linux 6.17.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.0-22-generic-advanced-eb9d78cf-2409-4074-aea0-427ac6898814' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
echo 'Loading Linux 6.17.0-22-generic ...'
linux /boot/vmlinuz-6.17.0-22-generic root=UUID=eb9d78cf-2409-4074-aea0-427ac6898814 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.17.0-22-generic
}
menuentry 'Ubuntu, with Linux 6.17.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.0-22-generic-recovery-eb9d78cf-2409-4074-aea0-427ac6898814' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
echo 'Loading Linux 6.17.0-22-generic ...'
linux /boot/vmlinuz-6.17.0-22-generic root=UUID=eb9d78cf-2409-4074-aea0-427ac6898814 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.17.0-22-generic
}
Found linux image: /boot/vmlinuz-6.17.0-14-generic
Found initrd image: /boot/initrd.img-6.17.0-14-generic
menuentry 'Ubuntu, with Linux 6.17.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.0-14-generic-advanced-eb9d78cf-2409-4074-aea0-427ac6898814' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
echo 'Loading Linux 6.17.0-14-generic ...'
linux /boot/vmlinuz-6.17.0-14-generic root=UUID=eb9d78cf-2409-4074-aea0-427ac6898814 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.17.0-14-generic
}
menuentry 'Ubuntu, with Linux 6.17.0-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.0-14-generic-recovery-eb9d78cf-2409-4074-aea0-427ac6898814' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
echo 'Loading Linux 6.17.0-14-generic ...'
linux /boot/vmlinuz-6.17.0-14-generic root=UUID=eb9d78cf-2409-4074-aea0-427ac6898814 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.17.0-14-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
Found memtest86+x64 image: /boot/memtest86+x64.bin
menuentry "Memory test (memtest86+x64.bin)" --class memtest $menuentry_id_option 'memtest86+' {
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
linux /boot/memtest86+x64.bin
}
menuentry 'Memory test (memtest86+x64.bin, serial console)' --class memtest $menuentry_id_option 'memtest86+-serial' {
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 eb9d78cf-2409-4074-aea0-427ac6898814
else
search --no-floppy --fs-uuid --set=root eb9d78cf-2409-4074-aea0-427ac6898814
fi
linux /boot/memtest86+x64.bin console=ttyS0,115200
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
insmod bli
fi
### END /etc/grub.d/25_bli ###
### BEGIN /etc/grub.d/30_os-prober ###
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
menuentry 'Windows 10 (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA541AA1541A9075' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 CA541AA1541A9075
else
search --no-floppy --fs-uuid --set=root CA541AA1541A9075
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
Found Windows 10 on /dev/sda2
menuentry 'Windows 10 (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-5C6C1E7B6C1E4FDE' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 5C6C1E7B6C1E4FDE
else
search --no-floppy --fs-uuid --set=root 5C6C1E7B6C1E4FDE
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
Adding boot menu entry for UEFI Firmware Settings ...
if [ "$grub_platform" = "efi" ]; then
fwsetup --is-supported
if [ "$?" = 0 ]; then
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
fi
fi
### 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 ###
done
franck@franck-m51se:~$ Dernière modification par frankym65 (Le 30/04/2026, à 15:20)
Faite, mais ne marcher pas dedans...
Hors ligne
#55 Le 30/04/2026, à 14:20
- iznobe

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
J'ai aussi un message qui me dit qu'ilne reste plus que environ 300 Mo de libre sur le disque
Merci timeshift ![]()
Pour faire une sauvegarde , que ce soit avec timeshift ou n' importe quel autre logiciel , on choisit un emplacement physique différent de là ou sont deja les données , sinon , ça n ' a aucun interet ![]()
Tu devrais te concentrer sur un seul probleme à la fois.
Dernière modification par iznobe (Le 30/04/2026, à 14:22)
Hors ligne
#56 Le 30/04/2026, à 14:56
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
J'ai aussi un message qui me dit qu'ilne reste plus que environ 300 Mo de libre sur le disque
Merci timeshift
Pour faire une sauvegarde , que ce soit avec timeshift ou n' importe quel autre logiciel , on choisit un emplacement physique différent de là ou sont deja les données , sinon , ça n ' a aucun interetTu devrais te concentrer sur un seul probleme à la fois.
Iznobe,
Je n'ai jamais dit que je voulais faire une sauvegarde !? ![]()
Faite, mais ne marcher pas dedans...
Hors ligne
#57 Le 30/04/2026, à 17:01
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
quand je fait entré sur sda1 ou sur sda2, ou autre touches, ça fait bip à chaque pression sur les touches, et rien d’autre ne ce passe !?
Je manque d’idées sur la cause du BIP.
Windows fonctionnait-il parfaitement bien avant que tu procèdes à ton installation?
On pourrait envisager de remettre en état le boot windows... en oubliant lubnuntu.
J'ai trouvé ceci si dessous, pour démarrer windows, mais je ne sais pas s'il faut que je l’applique ?
Mais windows est parfaitement détecté, ce n est pas un problème de OS-PROBER mais un problème de boot de windows.
sudo grub-mkconfig ..... Found Windows 10 on /dev/sda2 menuentry 'Windows 10 (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-5C6C1E7B6C1E4FDE' { insmod part_msdos insmod ntfs set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 5C6C1E7B6C1E4FDE else search --no-floppy --fs-uuid --set=root 5C6C1E7B6C1E4FDE fi parttool ${root} hidden- drivemap -s (hd0) ${root} chainloader +1 }
Cela me semble avoir généré la même chose.
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#58 Le 30/04/2026, à 17:13
- iznobe

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
En attendant , on voit clairement que timeshift occuper 54 % d ' espace disque : https://ibb.co/zHn19bRt
Hors ligne
#59 Le 30/04/2026, à 17:54
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Geole,
Oui, Windows 10 fonctionnait parfaitement ! Donc je ne sais pas ce qui c’est passé quand j’ai installé Lubuntu en 2ième Boots,,, ?
Tu me dit, ‘’On pourrait envisager de remettre en état le boot windows... en oubliant lubnuntu’’,Oui mais il faudra que je réinstalle un Linux !?
Ben s’il le faut, je le ferrai, mais pas Lubuntu ( je n’aime pas ), mais pluto un Ubuntu Mate 24.04.4 lts pluto que Ubuntu 24.04.4 lts car il ai apparemment plus léger, quand pense tu STP ?
Et je compte cré ma clé USB bootable avec je créateur de disque de démarrage qui est intégré à mon Ubuntu, quand pense tu aussi ?
Iznobe,
Je ne sais pas ce que c’est ce timeshift, n'y à quoi il sert ?
Ben en fait j'ai quand mème regardé ce que c'était "Timeshift", C'est quand mème un super outil, et très puissant !
Dernière modification par frankym65 (Le 01/05/2026, à 03:46)
Faite, mais ne marcher pas dedans...
Hors ligne
#60 Le 01/05/2026, à 12:06
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Bonjour
Tu peux toujours utiliser lubuntu pour télécharger mate 24.04.4 et utiliser le créateur de disque de démarrage pour fabriquer ton nouveau support de boot.
Lorsque mate aura remplacé lubuntu tu pourras voir s’il réussit à faire booter windows.
Tu devrais pouvoir aussi accéder à la partition sda2 et sauver tes données personnelles.
AJOUT.
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows 7/2008: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 10 or 11
Boot files: /bootmgr /Windows/System32/winload.exeIl se pourrait qu’il manque un fichier de boot.
Il faudrait trouver un boot-info ayant listé un windows 10 légacy
Le boot pouvant peut-être inialement se faire depuis sda1 dont une partie du contenu a été écrasée.
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda1
and looks at sector 103648 of the same hard drive for
core.img. core.img is at this location and looks for
(,msdos1)/grub. It also embeds following components:
modules
-------------------------------------------------------
fshelp ntfs part_msdos biosdisk
-------------------------------------------------------
-------------------------. No errors found in the Boot
Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD /grub/i386-pc/core.img
As-tu essayé de lancer windows depuis la ligne sda1 du grub?
Dernière modification par geole (Le 01/05/2026, à 12:31)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#61 Le 02/05/2026, à 07:25
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Bonjour Geole, OK,
Tu me dit aussi,’’Il se pourrait qu’il manque un fichier de boot.’’,c’est peut être quand j’ai installé Lubuntu lorsqu’il a du crées sa propre partition lors de l’installe,,,
Tu me dit aussi,’’Il faudrait trouver un boot-info ayant listé un windows 10 légacy’’, excuse moi mais je ne comprend pas ,,, ?
Oui, j’ai bien essayé de lancer Windows depuis la ligne sda1, et c’est pareil !,,,
Là, je vais donc me lancer et installé mate,,,
Merci !
Faite, mais ne marcher pas dedans...
Hors ligne
#62 Le 02/05/2026, à 08:21
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Geole,
Là, je suis en pleine installe (ci-dessous), et pour l’instant bloqué ici et en attente,,,, je ne peux pas faire suivant (c’est grisé)
Je suppose que sdb, c’est ma clé USB ?
https://www.photo-pick.com/online/2jWGizhS.link
Je dois choisir ext4 ou un dé autre ?
https://www.photo-pick.com/online/ILssUkdU.link
Et, je dois choisir boot ou autre chose ?
https://www.photo-pick.com/online/PZrr0yIQ.link
Merci !
Et avant les liens ci-dessus, j’avais le chois ci dessous,mais je n’ai pas choisi effacer le disque et installer Mate, car il ai noté, commencez à 0 sur votre disque sélectionné,,,
Donc je ne sais pas ce qu’il ce passerai après !?
https://www.photo-pick.com/online/47RYVLLh.link
Merci !
Dernière modification par frankym65 (Le 02/05/2026, à 08:52)
Faite, mais ne marcher pas dedans...
Hors ligne
#63 Le 02/05/2026, à 08:42
- alh54

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Pour /dev/sda4 il ne faut pas choisir /boot mais / et tu choisis ext4 comme système de fichiers.
Dernière modification par alh54 (Le 02/05/2026, à 08:43)
Hors ligne
#64 Le 02/05/2026, à 08:57
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Merci, Alh54
J'essai !
Faite, mais ne marcher pas dedans...
Hors ligne
#65 Le 02/05/2026, à 10:29
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Je ne comprend pas, j’ai encore des problèmes,,, !?
Erreur lors de l’installe, je n'ai pas fait la croix rouge, mais l'autre, et 2 fois de suite !
https://www.photo-pick.com/online/FW7u0t5t.link
Problème au 1 iér redémarrage
https://www.photo-pick.com/online/6whjhP50.link
Et aprés,Pas en français ?
https://www.photo-pick.com/online/jZaP0ZSD.link
Windows 11 non monté ?
https://www.photo-pick.com/online/dElvmRTY.link
Maintenant, Lors du redémarrage je n’ai absolument aucun chois, il démarre direct sur mate !
Geole, Il faudrait peut être refaire une réparation du boot avec une clé USB et en live ( je crois que c’était avec ‘’Boot raipar’’, mais je ne le retrouve plus dans les messages précédant !?,,,
Help !
Merci !
Faite, mais ne marcher pas dedans...
Hors ligne
#66 Le 02/05/2026, à 15:33
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Bonjour
Au message N°8
Je suis bloqué, voir SVP ci dessous
sudo add-apt-repository -y ppa:yannubuntu/boot-repair; sudo apt update; sudo apt install -y boot-info; boot-info
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#67 Le 02/05/2026, à 16:18
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Geole, je ne comprends pas,,,
je fais quoi STP ?
Déjà voir ci-dessous stp;
https://postimg.cc/gallery/cY1BmcR
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
franck@franck-M51SE:~$ sudo update-grub
[sudo] Mot de passe de franck :
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.17.0-23-generic
Found initrd image: /boot/initrd.img-6.17.0-23-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 ...
done
franck@franck-M51SE:~$ sudo ntfsfix -d /dev/sda2
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sda2 was processed successfully.
franck@franck-M51SE:~$ udisksctl mount -b /dev/sda2
Mounted /dev/sda2 at /media/franck/5C6C1E7B6C1E4FDE
franck@franck-M51SE:~$ J'ai aussi installé paramètre, mais mème après redémarrage, je n'y ai pas accès, je ne sais pas ou il est ?
Et bien sur, toujours pas d'accés à Windows au démarrage, il demarre directement sur Ubuntu Mate !
Peux-tu m’aider STP ?
Merci d'avance !
Merci !
Dernière modification par frankym65 (Le 02/05/2026, à 16:31)
Faite, mais ne marcher pas dedans...
Hors ligne
#68 Le 02/05/2026, à 18:57
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Maintenant, Lors du redémarrage je n’ai absolument aucun chois, il démarre direct sur mate !
Geole, Il faudrait peut être refaire une réparation du boot avec une clé USB et en live ( je crois que c’était avec ‘’Boot raipar’’, mais je ne le retrouve plus dans les messages précédant !?,,,
Au message 65, tu évoques boot-repair en disant que tu t’en es servi
Au messsage 66, je te dis que c’était dans le message 8 et j’isole la commande.
Je m’attendais à ce que tu l’exécutes et que tu publies son retour.
Dernière modification par geole (Le 02/05/2026, à 18:58)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#69 Le 02/05/2026, à 21:21
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Désolé, je n'avais pas compris !
Regarde ci-dessous STP ?
franck@franck-M51SE:~$ sudo add-apt-repository -y ppa:yannubuntu/boot-repair; sudo apt update; sudo apt install -y boot-info; boot-info
[sudo] Mot de passe de franck :
Dépôt : « Types: deb
URIs: https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/
Suites: noble
Components: main
»
Description :
Simple tool to repair frequent boot problems.
Website: https://sourceforge.net/p/boot-repair/home
Plus d'informations : https://launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair
Ajout du dépôt.
Atteint :1 http://security.ubuntu.com/ubuntu noble-security InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Err :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
Lecture des listes de paquets... Fait
W: Impossible de récupérer https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
Atteint :1 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Atteint :4 http://security.ubuntu.com/ubuntu noble-security InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Err :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
W: Impossible de récupérer https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet boot-info
boot-info : commande introuvable
franck@franck-M51SE:~$ J'espère que j'ai fait la bonne manip...:|
Faite, mais ne marcher pas dedans...
Hors ligne
#70 Le 02/05/2026, à 21:31
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Il y a certainement un problème réseau.
Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
W: Le téléchargement de quelques fichiers d'index a échoué,
Tu pourrais retenter.
Dernière modification par geole (Le 02/05/2026, à 21:33)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#71 Le 03/05/2026, à 07:05
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
franck@franck-M51SE:~$ sudo add-apt-repository -y ppa:yannubuntu/boot-repair; sudo apt update; sudo apt install -y boot-info; boot-info
[sudo] Mot de passe de franck :
Dépôt : « Types: deb
URIs: https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/
Suites: noble
Components: main
»
Description :
Simple tool to repair frequent boot problems.
Website: https://sourceforge.net/p/boot-repair/home
Plus d'informations : https://launchpad.net/~yannubuntu/+archive/ubuntu/boot-repair
Ajout du dépôt.
Entrée deb existante trouvée dans /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-noble.sources
Atteint :1 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Atteint :4 http://security.ubuntu.com/ubuntu noble-security InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Err :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
Lecture des listes de paquets... Fait
W: Impossible de récupérer https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
Atteint :1 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://security.ubuntu.com/ubuntu noble-security InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
0% [Connexion à ppa.launchpadcontent.net (185.125.190.80)]
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Ign :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Err :5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
W: Impossible de récupérer https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet boot-info
boot-info : commande introuvable
franck@franck-M51SE:~$ Bonjour Geole,
J'ai retenté, mais c'est pareil, je pense que j'ai un problème avec mon installe d'Ubuntu Mate, voir STP #65
Et aussi ce matin en allument ce pc;
https://i.postimg.cc/fb7CL7D5/Capture-d … -37-25.png
https://uploadnow.io/files/6ttlyv4
Merci d'avance !
Dernière modification par frankym65 (Le 03/05/2026, à 07:24)
Faite, mais ne marcher pas dedans...
Hors ligne
#72 Le 03/05/2026, à 09:33
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Bonjour
Je ne pense pas que le problème soit chez toi mais plutôt chez le site!
a@b:~$ sudo apt update
........
Err :43 https://ppa.launchpadcontent.net/ancestris/ancestris-stable/ubuntu noble InRelease
Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
Err :44 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Impossible de se connecter à ppa.launchpadcontent.net:https :
Err :45 https://ppa.launchpadcontent.net/gerardpuig/ppa/ubuntu noble InRelease
Impossible de se connecter à ppa.launchpadcontent.net:https :
Err :46 https://ppa.launchpadcontent.net/kelebek333/mint-tools/ubuntu noble InRelease
Impossible de se connecter à ppa.launchpadcontent.net:https :
Err :47 https://ppa.launchpadcontent.net/mdoyen/homebank/ubuntu noble InRelease
Impossible de se connecter à ppa.launchpadcontent.net:https :
19,0 Mo réceptionnés en 37s (508 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
23 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: Impossible de récupérer https://ppa.launchpadcontent.net/ancestris/ancestris-stable/ubuntu/dists/noble/InRelease Connexion à ppa.launchpadcontent.net: 443 (185.125.190.80) impossible, délai de connexion dépassé
W: Impossible de récupérer https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease Impossible de se connecter à ppa.launchpadcontent.net:https :
W: Impossible de récupérer https://ppa.launchpadcontent.net/gerardpuig/ppa/ubuntu/dists/noble/InRelease Impossible de se connecter à ppa.launchpadcontent.net:https :
W: Impossible de récupérer https://ppa.launchpadcontent.net/kelebek333/mint-tools/ubuntu/dists/noble/InRelease Impossible de se connecter à ppa.launchpadcontent.net:https :
W: Impossible de récupérer https://ppa.launchpadcontent.net/mdoyen/homebank/ubuntu/dists/noble/InRelease Impossible de se connecter à ppa.launchpadcontent.net:https :
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
a@b:~$ Essaie quelques retours en ligne de commande
grep -Ev '^$|^#' /etc/default/grubgrep -Ev '^$|^#' /boot/grub/grub.cfgls -l /var/crashDernière modification par geole (Le 03/05/2026, à 09:44)
Les écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#73 Le 03/05/2026, à 12:12
- frankym65

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
franck@franck-M51SE:~$ grep -Ev '^$|^#' /etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""franck@franck-M51SE:~$ grep -Ev '^$|^#' /boot/grub/grub.cfg
grep: /boot/grub/grub.cfg: Permission non accordée
franck@franck-M51SE:~$ sudo grep -Ev '^$|^#' /boot/grub/grub.cfg
[sudo] Mot de passe de franck :
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
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 initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; 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_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
else
search --no-floppy --fs-uuid --set=root ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
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=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 60,59,55; then
clear
fi
color_normal=light-gray/black
if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then
insmod png
theme=${prefix}/themes/ubuntu-mate/theme.txt
fi
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 [ ${grub_platform} != pc ]; then
set linux_gfx_mode=keep
elif 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-ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
else
search --no-floppy --fs-uuid --set=root ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
fi
linux /boot/vmlinuz-6.17.0-23-generic root=UUID=ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb ro quiet splash $vt_handoff
initrd /boot/initrd.img-6.17.0-23-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb' {
menuentry 'Ubuntu, with Linux 6.17.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.0-23-generic-advanced-ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
else
search --no-floppy --fs-uuid --set=root ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
fi
echo 'Loading Linux 6.17.0-23-generic ...'
linux /boot/vmlinuz-6.17.0-23-generic root=UUID=ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.17.0-23-generic
}
menuentry 'Ubuntu, with Linux 6.17.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.0-23-generic-recovery-ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
else
search --no-floppy --fs-uuid --set=root ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
fi
echo 'Loading Linux 6.17.0-23-generic ...'
linux /boot/vmlinuz-6.17.0-23-generic root=UUID=ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.17.0-23-generic
}
}
menuentry "Memory test (memtest86+x64.bin)" --class memtest $menuentry_id_option 'memtest86+' {
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
else
search --no-floppy --fs-uuid --set=root ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
fi
linux /boot/memtest86+x64.bin
}
menuentry 'Memory test (memtest86+x64.bin, serial console)' --class memtest $menuentry_id_option 'memtest86+-serial' {
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
else
search --no-floppy --fs-uuid --set=root ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb
fi
linux /boot/memtest86+x64.bin console=ttyS0,115200
}
if [ "$grub_platform" = "efi" ]; then
insmod bli
fi
menuentry 'Windows 10 (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA541AA1541A9075' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 CA541AA1541A9075
else
search --no-floppy --fs-uuid --set=root CA541AA1541A9075
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry 'Windows 10 (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-5C6C1E7B6C1E4FDE' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 5C6C1E7B6C1E4FDE
else
search --no-floppy --fs-uuid --set=root 5C6C1E7B6C1E4FDE
fi
parttool ${root} hidden-
drivemap -s (hd0) ${root}
chainloader +1
}
if [ "$grub_platform" = "efi" ]; then
fwsetup --is-supported
if [ "$?" = 0 ]; then
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
fi
fi
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
fifranck@franck-M51SE:~$ ls -l /var/crash
total 8748
-rw-r----- 1 root whoopsie 29237 mai 2 16:33 _usr_bin_add-apt-repository.0.crash
-rw-r----- 1 franck whoopsie 8918612 mai 2 15:14 _usr_bin_onboard.1000.crash
-rw-rw-r-- 1 franck whoopsie 0 mai 2 15:25 _usr_bin_onboard.1000.upload
-rw------- 1 whoopsie whoopsie 37 mai 2 15:25 _usr_bin_onboard.1000.uploaded
franck@franck-M51SE:~$ Voilà !
J'ai essayé le lien ci-dessous directement avec Mozilla, et c'est pareil, délais d'attente dépassée ...?
https://ppa.launchpadcontent.net/yannub … air/ubuntu noble InRelease
Et si toi, tu fais l'essai STP pour voir ce que ça donne ?
Faite, mais ne marcher pas dedans...
Hors ligne
#74 Le 03/05/2026, à 12:23
- nany

Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Bonjour,
J'ai essayé le lien ci-dessous directement avec Mozilla, et c'est pareil, délais d'attente dépassée ...?
https://ppa.launchpadcontent.net/yannub … air/ubuntu noble InRelease
Et si toi, tu fais l'essai STP pour voir ce que ça donne ?
Il faut s’armer de patience et attendre que le site soit de nouveau accessible. Malheureusement, ça ne fait pas progresser l’éventuelle résolution de ce problème.
Hors ligne
#75 Le 03/05/2026, à 13:48
- geole
Re : Instalation Lubuntu 24.04 en 2ièm boots avec windows 10
Dans le fichier /boo/grub/grub.cfg les entrées sont bien présentes...
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb' {
....
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-ed1fdafa-a602-4bcd-b19c-f5a0fd8472eb' {
.....
}
menuentry "Memory test (memtest86+x64.bin)" --class memtest $menuentry_id_option 'memtest86+' {
....
}
menuentry 'Memory test (memtest86+x64.bin, serial console)' --class memtest $menuentry_id_option 'memtest86+-serial' {
.....
}
menuentry 'Windows 10 (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA541AA1541A9075' {
.....
}
menuentry 'Windows 10 (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-5C6C1E7B6C1E4FDE' {
...
}A tout hasard, tente de modifier ces deux options
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
dans le fichier /etc/default/grub
pour qu'elles deviennent
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=33
par exemple avec cet éditeur de texte
sudo nano /etc/default/grubpuis informe de la modification
sudo update-grubLes écrans de l'installateur 26.04 https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne


