Impossible de booter sur windows 8

Bonjour
J’ai installé un p’tit mint à côté de mon widows 8.
Lorsque je boot dessus, il se met direct en réparation automatique. Je soupçonne un soucis avec grub.
Pouvez-vous m’aider à réparer le dualboot ?

$ sudo fdisk -l
[sudo] Mot de passe de toto69 :              
Disque /dev/sda : 232,89 GiB, 250059350016 octets, 488397168 secteurs
Disk model: WDC WD2500BEKT-7
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x77e3ed41

Périphérique Amorçage     Début       Fin  Secteurs Taille Id Type
/dev/sda1                  2048    718847    716800   350M  7 HPFS/NTFS/exFAT
/dev/sda2                718848 267779462 267060615 127,3G  7 HPFS/NTFS/exFAT
/dev/sda3    *        267780096 268830719   1050624   513M ef EFI (FAT-12/16/32)
/dev/sda4             268832766 488396799 219564034 104,7G  5 Étendue
/dev/sda5             268832768 488396799 219564032 104,7G 83 Linux
$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-58-generic
Found initrd image: /boot/initrd.img-5.15.0-58-generic
Found linux image: /boot/vmlinuz-5.15.0-56-generic
Found initrd image: /boot/initrd.img-5.15.0-56-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 8 on /dev/sda1
done

Amorçage BIOS/CSM/legacy ou UEFI ?
Si UEFI, que donne le démarrage avec Windows Boot Manager directement dans le menu de boot UEFI sans passer par GRUB ?
Si ça fait pareil, GRUB n’est pas en cause. Sinon, que contient l’entrée de menu de Windows dans /boot/grub/grub.cfg ?
As-tu modifié des paramètres du BIOS/UEFI (lequels ?) et/ou des partitions de Windows (lesquelles, en quoi ?) pour installer Mint ?

### 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,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  bbc9ea71-90a6-4372-bc81-2d711abbdb9d
else
  search --no-floppy --fs-uuid --set=root bbc9ea71-90a6-4372-bc81-2d711abbdb9d
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=10
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 10 ; then
    set timeout=0
  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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bbc9ea71-90a6-4372-bc81-2d711abbdb9d' {
	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,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  bbc9ea71-90a6-4372-bc81-2d711abbdb9d
	else
	  search --no-floppy --fs-uuid --set=root bbc9ea71-90a6-4372-bc81-2d711abbdb9d
	fi
	linux	/boot/vmlinuz-5.15.0-58-generic root=UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.15.0-58-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bbc9ea71-90a6-4372-bc81-2d711abbdb9d' {
	menuentry 'Ubuntu, with Linux 5.15.0-58-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-58-generic-advanced-bbc9ea71-90a6-4372-bc81-2d711abbdb9d' {
		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,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		else
		  search --no-floppy --fs-uuid --set=root bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		fi
		echo	'Loading Linux 5.15.0-58-generic ...'
		linux	/boot/vmlinuz-5.15.0-58-generic root=UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-58-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-58-generic-recovery-bbc9ea71-90a6-4372-bc81-2d711abbdb9d' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		else
		  search --no-floppy --fs-uuid --set=root bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		fi
		echo	'Loading Linux 5.15.0-58-generic ...'
		linux	/boot/vmlinuz-5.15.0-58-generic root=UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d ro recovery nomodeset dis_ucode_ldr 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-58-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-56-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-56-generic-advanced-bbc9ea71-90a6-4372-bc81-2d711abbdb9d' {
		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,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		else
		  search --no-floppy --fs-uuid --set=root bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		fi
		echo	'Loading Linux 5.15.0-56-generic ...'
		linux	/boot/vmlinuz-5.15.0-56-generic root=UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-56-generic
	}
	menuentry 'Ubuntu, with Linux 5.15.0-56-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-56-generic-recovery-bbc9ea71-90a6-4372-bc81-2d711abbdb9d' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos5'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5  bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		else
		  search --no-floppy --fs-uuid --set=root bbc9ea71-90a6-4372-bc81-2d711abbdb9d
		fi
		echo	'Loading Linux 5.15.0-56-generic ...'
		linux	/boot/vmlinuz-5.15.0-56-generic root=UUID=bbc9ea71-90a6-4372-bc81-2d711abbdb9d ro recovery nomodeset dis_ucode_ldr 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-5.15.0-56-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/30_os-prober ###
menuentry 'Windows 8 (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA6CCEB76CCE9E17' {
	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  CA6CCEB76CCE9E17
	else
	  search --no-floppy --fs-uuid --set=root CA6CCEB76CCE9E17
	fi
	parttool ${root} hidden-
	drivemap -s (hd0) ${root}
	chainloader +1
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi

Je crois avoir vu legacy dans le bios. Faut-il que je bascule sur UEFI ?

non je n’ai touché à rien

Oui. J’ai réduit la partition sur laquelle se trouvait windows 8 pour pouvoir installer Mint.

Non, Windows est installé en mode legacy donc ne démarrerait pas en mode EFI.
Tu peux essayer de remettre l’indicateur d’amorçage (active flag) sur la partition sda1 au lieu de sda3, GRUB n’en a pas besoin.

Si cela l’a endommagée, je ne peux rien pour toi. As-tu laissé la réparation automatique aller à son terme, et que s’est-il passé ensuite ?

J’ai marqué sda1 comme boot avec gparted. Je redémarre toujours sur la réparation automatique.

La réparation automatique n’a pas pu réparer votre pc…
J’ai voulu réinitialiser mais je n’ai pas de support dinstallation ou de récupération de windows 8

C’est mort, passe à la réinstallation d’un Windows 10 ou 11 si tu peux l’installer sur ton matériel, Windows 8 c’est EOL (end of life depuis près de 8 ans).

C’est à dire comment as-tu fait, tu as tout d’abord réduit la taille du file system puis la partition ? avec quoi ?

A mon avis (et sans plus d’information) c’est foutu …

attention les windows 8 n’a plus un support alors passez windows 11

L’image ISO n’est pas téléchargeable chez Microsoft ?

je viens de récupérer ce portable. C’était simplement au cas ou. Je vais installer un 10.