Outils pour utilisateurs

Outils du site


service_sop:support_cohabitation_windows

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
service_sop:support_cohabitation_windows [2016/08/09 14:16] – [Défragmenter Windows] canailleservice_sop:support_cohabitation_windows [2018/10/19 13:41] (Version actuelle) sam
Ligne 1: Ligne 1:
 +
 +
 +
 +====== Enlever le "Fast boot" pour éviter les erreurs de montage de partitions Windows depuis Linux  ======
 +
 +Il y a deux configurations à faire :
 +
 +  * Dans le BIOS/UEFI : rechercher et désactiver l'option Fast boot.
 +  * Une fois WIndows démarré : Dans les Options d'alimentation, décoché "Turn on Fast start up" : "option d'alimentation" => "choisir l'action des boutons d’alimentation" => "modifier les paramètres actuellement indisponible" => décocher "activer le démarrage rapide" => "enregistrer les modifications"
 +
 +
 +
 +
 +
 +====== ressources utiles ======
 +
 +
 +
 //**Nota Bene :** Cette documentation des producteurs et des usagers de Demo-TIC est un chantier communautaire permanent susceptible d'évoluer et de comporter des erreurs. Elle est publiée à titre informatif et à toutes fins utiles.// //**Nota Bene :** Cette documentation des producteurs et des usagers de Demo-TIC est un chantier communautaire permanent susceptible d'évoluer et de comporter des erreurs. Elle est publiée à titre informatif et à toutes fins utiles.//
 FIXME FIXME
Ligne 4: Ligne 22:
  
 **ATTENTION : PAGE EN GROS CHANTIER !** **ATTENTION : PAGE EN GROS CHANTIER !**
- 
-====== ressources utiles ====== 
  
   * [[https://doc.ubuntu-fr.org/cohabitation_ubuntu_windows]]   * [[https://doc.ubuntu-fr.org/cohabitation_ubuntu_windows]]
Ligne 11: Ligne 27:
   * [[https://openclassrooms.com/courses/le-multiboot-sous-gnu-linux]]   * [[https://openclassrooms.com/courses/le-multiboot-sous-gnu-linux]]
  
-====== Installation en cohabitation ======+  * ATTENTION, SI C'EST UN ORDI DE MARQUE "ACER" : [[https://askubuntu.com/questions/857616/installionproblem-on-acer-aspire-xc-780]]
  
 +https://doc.ubuntu-fr.org/comment_installer_windows_sans_perdre_ubuntu
 +
 +====== Monter une partition/disque NTFS corrompu ou en hibernation pour copier les données, avec une liveusb et un DD externe ======
 +
 +You do not mount /dev/sda, that refers to the entire disk. You mount /dev/sda1 or whatever partition you want.
 +
 +Make a mount point, call it anything you like.
 +
 +<file>sudo mkdir /media/2tb</file>
 +
 +Mount
 +
 +
 +<file>sudo mount -o ro /dev/sda1 /media/2tb</file>
 +
 +See man mount or https://help.ubuntu.com/community/Fstab
 +
 +
 +
 +====== Installation en cohabitation ======
 ===== Prérequis ====== ===== Prérequis ======
  
Ligne 29: Ligne 65:
  
  
-<note tip>If your computer reboots directly into Windows, try to change the boot order in your BIOS.+<note tip>Boot repair. If your computer reboots directly into Windows, try to change the boot order in your BIOS.
 If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader. If your BIOS does not allow to change the boot order, change the default boot entry of the Windows bootloader.
 For example you can boot into Windows, then type the following command in an admin command prompt: For example you can boot into Windows, then type the following command in an admin command prompt:
Ligne 98: Ligne 134:
  
  
-==== Placer Windows en premier dans le grub ==== +==== Placer Windows ou autre OS en premier dans le grub ====
-Astuce Si vous souhaitez lancer windows (qui est détecté dans le fichier 30\_OS-prober) avant Linux, \\ il suffit de renommer ce fichier en lui donnant un nom commençant par un nombre compris entre 06 et 09 (soit entre 05_debian et 10_linux) \\ \\ Exemple de syntaxe possible : \\ <code>cd /etc/grub.d +
-sudo mv 30_os-prober 07_os-prober +
-sudo update-grub</code> +
- +
- +
- +
- +
- +
- +
-BROUILLON FIXME **http://doc.ubuntu-fr.org/cohabitation_ubuntu_windows** +
- +
-http://doc.ubuntu-fr.org/cohabitation_ubuntu_windows +
- +
-<note tip>[[wine|Comment utiliser un logiciel ne marchant qu'avec MS/Windows tout en restant sur son système GNU/Linux Ubuntu]] ?</note> +
- +
-http://doc.ubuntu-fr.org/boot-repair +
- +
-http://forum.ubuntu-fr.org/viewtopic.php?pid=16690381#p16690381 +
- +
-http://doc.ubuntu-fr.org/tutoriel/boot-info#etape_2 +
- +
- +
-Faire une clef USB amorçable de Windows si nécessaire : http://wudt.codeplex.com/ +
-http://wudt.codeplex.com/ +
- +
- +
-Placer Windows en premier dans le grub +
- +
-Astuce Si vous souhaitez lancer windows (qui est détecté dans le fichier 30_OS-prober) avant Linux, +
-il suffit de renommer ce fichier en lui donnant un nom commençant par un nombre compris entre 06 et 09 (soit entre 05_debian et 10_linux) +
- +
-Exemple de syntaxe possible : +
- +
-cd /etc/grub.d +
- +
-sudo mv 30_os-prober 07_os-prober +
- +
-sudo update-grub +
- +
- +
- +
- +
- +
- +
-Mettre les deux solutions possibles pour l'usager sur cette page : double install sur partitions differents ou virtualisation +
- +
- +
-  * [[ubuntu_windows_virtuel|Comment installer deux systèmes d'exploitation (GNU/Linux Ubuntu et MS/Windows) sur une partition du même ordinateur (un système Windows démarré depuis un système Ubuntu)]] ? +
- +
-liens vers ressources sur le dualboot : +
- +
-[[http://sourceforge.net/p/linux-secure/wiki/Home/]] +
- +
-[[http://www.ubuntugeek.com/boot-repair-simple-tool-to-repair-frequent-boot-problems.html]] +
- +
-[[http://adrienb.fr/blog/2012/11/09/dual-boot-windows-8-ubuntu-1210/]] +
- +
-[service_asl:uefi] +
  
 +  * [[https://doc.ubuntu-fr.org/grub-pc#exempleos_selectionne_par_defaut]]
  
 ===== Cohabitation Ubuntu et Windows ===== ===== Cohabitation Ubuntu et Windows =====
Ligne 197: Ligne 175:
 ==== 1. Partitionnement pour Cohabitation ==== ==== 1. Partitionnement pour Cohabitation ====
  
-Comment partitionner un disque dur ? => Rendez-vous sur la [[assistance_logiciels_systemes#partionnementformatage_de_disques|page d'assistance]]. +Comment partitionner un disque dur pour une cohabitation ?
- +
-Partitionner avec cette organisation :+
  
-  * NTFS primaire 25 Gio étiquette "windaube" (C:+Voici un bon exemple :
-  * NTFS primaire XX Gio étiquette "Stockage-2" (D:) +
-  * EXT3 étendue 10 Gio étiquette "ubuntu-1" +
-  * EXT3 étendue 10 Gio étiquette "ubuntu-2" (si le HDD fait plus de 80 GO) +
-  * SWAP étendue 2 Gio +
-  * EXT3 étendue XXGio étiquette "Stockage-1" (/HOME) +
-  +
  
 +{{:service_sop:screenshot_from_2016-12-23_11-07-45.png?200|}}
  
  
/var/www/documentation/data/attic/service_sop/support_cohabitation_windows.1470744978.txt.gz · Dernière modification : 2018/05/02 16:47 (modification externe)