Résolu le 15-12-18 [résolu] dual boot Win10 - Sarah marche pas

Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

Dernier message de la page précédente :

.....(fin)

Code : Tout sélectionner

Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/loop0: 1.7 GiB, 1757536256 bytes, 3432688 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: CD99E401-0E5A-4E60-AB7F-BDE60C4C7879

Device          Start        End    Sectors   Size Type
/dev/sda1        2048     534527     532480   260M EFI System
/dev/sda2      534528     567295      32768    16M Microsoft reserved
/dev/sda3      567296 1608169471 1607602176 766.6G Microsoft basic data
/dev/sda4  1856256000 1917693951   61437952  29.3G Microsoft basic data
/dev/sda5  1917696000 1919703039    2007040   980M Windows recovery environment
/dev/sda6  1919703040 1953513471   33810432  16.1G Microsoft basic data
/dev/sda7  1608169472 1649129471   40960000  19.5G Linux filesystem
/dev/sda8  1649129472 1665513471   16384000   7.8G Linux swap
/dev/sda9  1665513472 1856255999  190742528    91G Linux filesystem

Partition table entries are not in disk order.



Disk /dev/sdb: 14.9 GiB, 16004415488 bytes, 31258624 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xc3072e18

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdb1  *       64 31258623 31258560 14.9G  c W95 FAT32 (LBA)
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Avatar du membre
roromint
Messages : 2761
Enregistré le : dim. 28 févr. 2016 21:09
Localisation : ath

Re: dual boot Win10 - Sarah marche pas

Message par roromint »

Code : Tout sélectionner

sudo -s
mkdir -p /tmp/newroot
mount -t ext4 /dev/sda7 /tmp/newroot
mount --bind /proc /tmp/newroot/proc
mount --bind /dev /tmp/newroot/dev
mount --bind /sys /tmp/newroot/sys
chroot /tmp/newroot/
/usr/sbin/update-grub
/usr/sbin/grub-install /dev/sda
cordialement,
Ro.
-------------------------------------------------------
PS à lire du attentif pour mon handicap : je suis malentendant Étant dyslexique, j'ai des problèmes quant à la rédaction de messages en français courant. Je vous prie dès lors d'accepter toutes mes excuses si mes interventions peuvent vous paraître étranges et je vous remercie d'avance pour votre compréhension.
PS: pour les membres, ne pas faire la message privé de moi svp ! merci
Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

Code : Tout sélectionner

mint ~ # mkdir -p /tmp/newroot
mint ~ # mount -t ext4 /dev/sda7 /tmp/newroot
mint ~ # mount --bind /proc /tmp/newroot/proc
mint ~ # mount --bind /dev /tmp/newroot/dev
mint ~ # mount --bind /sys /tmp/newroot/sys

mint ~ # chroot /tmp/newroot/
root@mint / # /usr/sbin/update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-53-generic
Found initrd image: /boot/initrd.img-4.4.0-53-generic
Found linux image: /boot/vmlinuz-4.4.0-21-generic
Found initrd image: /boot/initrd.img-4.4.0-21-generic
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
Adding boot menu entry for EFI firmware configuration
done
root@mint / # /usr/sbin/grub-install /dev/sda

mint ~ # mkdir -p /tmp/newroot
mint ~ # mount -t ext4 /dev/sda7 /tmp/newroot
mint ~ # mount --bind /proc /tmp/newroot/proc
mint ~ # mount --bind /dev /tmp/newroot/dev
mint ~ # mount --bind /sys /tmp/newroot/sys
mint ~ # chroot /tmp/newroot/
root@mint / # /usr/sbin/update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-53-generic
Found initrd image: /boot/initrd.img-4.4.0-53-generic
Found linux image: /boot/vmlinuz-4.4.0-21-generic
Found initrd image: /boot/initrd.img-4.4.0-21-generic
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
Adding boot menu entry for EFI firmware configuration
done
root@mint / # /usr/sbin/grub-install /dev/sda

#puis enter...
Installing for x86_64-efi platform.
grub-install.real: error: cannot find EFI directory.
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Avatar du membre
roromint
Messages : 2761
Enregistré le : dim. 28 févr. 2016 21:09
Localisation : ath

Re: dual boot Win10 - Sarah marche pas

Message par roromint »

bonjour
je comprends que ça mot "grub-install.real: error: cannot find EFI directory." et une problème partition /boot avec efi séparer :(
l'attente des autres te réponse de mpat et robin vont regardé ca
cordialement,
Ro.
-------------------------------------------------------
PS à lire du attentif pour mon handicap : je suis malentendant Étant dyslexique, j'ai des problèmes quant à la rédaction de messages en français courant. Je vous prie dès lors d'accepter toutes mes excuses si mes interventions peuvent vous paraître étranges et je vous remercie d'avance pour votre compréhension.
PS: pour les membres, ne pas faire la message privé de moi svp ! merci
Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

Merci Roromint 8-) tu n'as pas ménagé tes efforts.
Peut être faudra-t-il envisager une réinstallation avec des précautions particulières ?
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Avatar du membre
mpat
Messages : 7827
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: dual boot Win10 - Sarah marche pas

Message par mpat »

salut, tu dois lors de ton installation désigner sda1 comme partition de démarrage,
ensuite lors du démarrage si Windows n’apparaît pas dans les options faire un.

Code : Tout sélectionner

sudo os-prober && sudo update-grub
Image
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
Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

En effectuant une ré-installation avec sd1 en démarrage, windows ne peut plus se lancer, l'EFI serait défectueux (\EFI\Microsoft\Boot\BCD status 0xc0000225)
redémarré en live, le sudo os-prober n'aboutit pas

Code : Tout sélectionner

mint ~ # sudo os-prober
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
/dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
/dev/sda7:Linux Mint 18.1 Serena (18.1):LinuxMint:linux
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
grub-probe: warning: Discarding improperly nested partition (hostdisk//dev/sda,gpt1,msdos1).
EDIT de la modération : merci d'utiliser les balises "code" pour tout ce qui concerne le terminal :roll:
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

En tentant de réparer, sous Windows, le BIOS il m'est signalé que l'image Bios n'est pas disponible
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

mpat a écrit :salut, tu dois lors de ton installation désigner sda1 comme partition de démarrage,
ensuite lors du démarrage si Windows n’apparaît pas dans les options faire un.

Code : Tout sélectionner

sudo os-prober && sudo update-grub
Image
J'ai tout recommencé en formatant le disque dur puis retour au Windows d'usine, puis refait des partitions et installé Linux mint en veillant bien à désigner sda1 pour le démarrage.
Ca reboote en Windows direct
en rebootant sur LiveUSB le sudo os-prober fonctionne mais pas le sudo update-grub : failed to get canonical path of '/cow'

Que faire ?
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Avatar du membre
roromint
Messages : 2761
Enregistré le : dim. 28 févr. 2016 21:09
Localisation : ath

Re: dual boot Win10 - Sarah marche pas

Message par roromint »

re
j'espère que j'ai trouvé un mieux
tu tapes :

Code : Tout sélectionner

sudo parted --list

Code : Tout sélectionner

sudo apt-get install --reinstall grub-pc grub-common
au exemple

Code : Tout sélectionner

sudo -s
mkdir -p /tmp/newroot
mount -t ext4 /dev/sda3 /tmp/newroot
mount --bind /proc /tmp/newroot/proc
mount --bind /dev /tmp/newroot/dev
mount --bind /sys /tmp/newroot/sys
chroot /tmp/newroot/
/usr/sbin/update-grub
/usr/sbin/grub-install /dev/sda
exit
cordialement,
Ro.
-------------------------------------------------------
PS à lire du attentif pour mon handicap : je suis malentendant Étant dyslexique, j'ai des problèmes quant à la rédaction de messages en français courant. Je vous prie dès lors d'accepter toutes mes excuses si mes interventions peuvent vous paraître étranges et je vous remercie d'avance pour votre compréhension.
PS: pour les membres, ne pas faire la message privé de moi svp ! merci
Avatar du membre
Morin
Messages : 15
Enregistré le : jeu. 24 nov. 2016 10:44

Re: dual boot Win10 - Sarah marche pas

Message par Morin »

Code : Tout sélectionner

mint ~ # sudo parted --list
Model: ATA WDC WD10JPVX-60J (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                          Flags
 1      1049kB  274MB   273MB   fat32           EFI system partition          boot, esp
 2      274MB   290MB   16.8MB                  Microsoft reserved partition  msftres
 3      290MB   825GB   824GB   ntfs            Basic data partition          msftdata
 7      825GB   846GB   21.0GB  ext4            root
 8      846GB   854GB   8389MB  linux-swap(v1)  swap
 9      854GB   950GB   96.5GB  ext4            home
 4      950GB   982GB   31.5GB  ntfs            Basic data partition          msftdata
 5      982GB   983GB   1028MB  ntfs            Basic data partition          hidden, diag
 6      983GB   1000GB  17.3GB  ntfs            Basic data partition          hidden, msftdata


Model: Kingston DataTraveler G3 (scsi)
Disk /dev/sdb: 1998MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start  End     Size    Type     File system  Flags
 1      1024B  1998MB  1998MB  primary  fat32        boot, lba


mint ~ # sudo apt-get install --reinstall grub-pc grub-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
Need to get 1,907 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 grub-pc amd64 2.02~beta2-36ubuntu3 [198 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 grub-common amd64 2.02~beta2-36ubuntu3 [1,709 kB]
Fetched 1,907 kB in 0s (2,960 kB/s)    
Preconfiguring packages ...
(Reading database ... 195838 files and directories currently installed.)
Preparing to unpack .../grub-pc_2.02~beta2-36ubuntu3_amd64.deb ...
Unpacking grub-pc (2.02~beta2-36ubuntu3) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3_amd64.deb ...
Unpacking grub-common (2.02~beta2-36ubuntu3) over (2.02~beta2-36ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu4) ...
Setting up grub-common (2.02~beta2-36ubuntu3) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up grub-pc (2.02~beta2-36ubuntu3) ...
grub-probe: error: failed to get canonical path of `/cow'

... dois je continuer pour exécuter le bloc d'instructions suivantes qui suivent ?
EDIT de la modération : merci d'utiliser les balises "code" pour tout ce qui concerne le terminal :roll:
HP Notebook Intel Pentium CPU 3710 1.60 Ghz X4
Hdd 1To Graphic ICD 22b1
SE 64 bits Win 10 Bios F11 Insyde
Dual boot ? Cinnamon version 3.2.6 Kernel 44.0-53-generic
Répondre