[GRUB] j'arive pas a démaré windows 7

Assistance Générale spécifique à LMDE
Répondre
yboompook
Messages : 1
Enregistré le : sam. 28 janv. 2017 14:25

[GRUB] j'arive pas a démaré windows 7

Message par yboompook »

bonjour tout le monde

alors après avoir édité 25 fois le 40_custom avec différent truc trouvé sur le web je ne suis pas arrivé a démarrer windows via se biais (via la clef usb windows7 pas de soucis ça démarre.)

windows est sur dev/sda4

Code : Tout sélectionner

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1  *          2048    3540991    3538944   1,7G  b W95 FAT32
/dev/sda2          3540992  118228991  114688000  54,7G 83 Linux
/dev/sda3        118228992 3190228991 3072000000   1,4T  5 Extended
/dev/sda4       3190228992 3907026943  716797952 341,8G  7 HPFS/NTFS/exFAT
/dev/sda5        118231040  153044991   34813952  16,6G 82 Linux swap / Solaris
/dev/sda6        153047040  323028991  169981952  81,1G 83 Linux
/dev/sda7        323031040 3190228991 2867197952   1,3T  7 HPFS/NTFS/exFAT

Code : Tout sélectionner

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=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# 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=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"

pas de trace du windows 7 paramétré dans 40_custom

Code : Tout sélectionner

update-grub
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-3.16.0-4-amd64
Image mémoire initiale trouvée : /boot/initrd.img-3.16.0-4-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
  No volume groups found
Adding boot menu entry for EFI firmware configuration
fait

voila mon 40_custom actuel

Code : Tout sélectionner

#!/bin/sh
exec tail -n +3 $0
# 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.

if [ "${grub_platform}" == "efi" ]; then
        menuentry "Microsoft Windows Vista/7/8/8.1 UEFI-GPT" {
                insmod part_gpt
                insmod fat
                insmod search_fs_uuid
                insmod chain
                search --fs-uuid --set=root $hints_string $fs_uuid
                chainloader /EFI/Microsoft/Boot/bootmgfw.efi
        }
fi

Code : Tout sélectionner

blkid


/dev/sda7: UUID="6A9E7B9948DC1FFF" TYPE="ntfs" PARTUUID="296ea794-07"
/dev/sda1: UUID="A311-0013" TYPE="vfat" PARTUUID="296ea794-01"
/dev/sda2: UUID="f5590463-652b-4ca7-9c98-6a44667ae0ed" TYPE="ext4" PARTUUID="296ea794-02"
/dev/sda4: UUID="F85255305254F53A" TYPE="ntfs" PARTUUID="296ea794-04"
/dev/sda5: UUID="2e639a72-7377-483f-823e-19da77c43886" TYPE="swap" PARTUUID="296ea794-05"
/dev/sda6: UUID="d5120cea-9ab5-4ce4-8e6d-65bc3acb246d" TYPE="ext4" PARTUUID="296ea794-06"
/dev/sr0: UUID="2011-04-12-03-46-55-00" LABEL="GSP1RMCPRXFRER_FR_DVD" TYPE="udf"
/dev/sdb1: LABEL="GSP1RMCPRXF" UUID="90E2-2E68" TYPE="vfat" PARTLABEL="Microsoft Basic Data" PARTUUID="81756795-7f62-44eb-af34-332cdf3f5daf"

j’espère que tout ceci pourras vous aidez a comprendre mon problème.

merci d'avance pour vos réponse.

Avatar du membre
d2d3
Messages : 36
Enregistré le : lun. 2 janv. 2017 18:51
Localisation : IdF

Re: [GRUB] j'arive pas a démaré windows 7

Message par d2d3 »

salut yboompook,
j'ai déjà eu des soucis de redémarrage en dual boot après installation de Mint en plus de W7.
souvent je m'en suis sorti avec un cd sysrescue (voir par ex. : http://www.system-rescue-cd.org/SystemRescueCd_Homepage)
et une autre fois j'ai du créé un cd boot repair de W7.
j'espère que cela pourra t'être utile.
bon courage à toi
d2d3
HP G72, Intel P6100 @ 2 GHz x 2, ram 1.8 Go, LMDE 5 Cinnamon 64bit
Toshiba Satellite, AMD E1-2100 APU with Radeon™ HD Graphics × 2; 800-1000 MHz, noyau : 4.19.0-8-amd64, LMDE 4 Debbie,Cinnamon 4.4.8, ram 3.3 Go

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: [GRUB] j'arive pas a démaré windows 7

Message par mpat »

lorsque tu es dans ta session Linux tapes ceci dans un terminal au reboot, tu devais avoir w$ en proposition.

Code : Tout sélectionner

sudo os-prober && sudo update-grub
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

Répondre