<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1179801&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [Résolu] Windows8 et Ubuntu]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1179801</link>
		<description><![CDATA[Les sujets les plus récents dans [Résolu] Windows8 et Ubuntu.]]></description>
		<lastBuildDate>Sun, 03 Feb 2013 19:36:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12455391#p12455391</link>
			<description><![CDATA[<p>Super !<br />Encore merci pour ton aide <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sun, 03 Feb 2013 19:36:49 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12455391#p12455391</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12451941#p12451941</link>
			<description><![CDATA[<p>Dans ton post #14, on voit bien la ligne de montage de la partition EFI :</p><div class="codebox"><pre><code>/dev/sda1 on /boot/efi type vfat (rw)</code></pre></div><p>Donc c&#039;est correct et toute ton installation est bonne.<br />Je te prie de modifier le titre de ton post #1 pour qu&#039;il devienne :</p><div class="codebox"><pre><code>[Résolu] Windows8 et Ubuntu</code></pre></div><p>conformément aux indications de l&#039;item 5.2 de ce lien : <a href="http://doc.ubuntu-fr.org/tutoriel/howto_forum#passer_son_sujet_en_resolu">http://doc.ubuntu-fr.org/tutoriel/howto … _en_resolu</a></p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sun, 03 Feb 2013 15:54:30 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12451941#p12451941</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12447421#p12447421</link>
			<description><![CDATA[<p>Merci pour toutes ces informations !<br />Voici le résultat de la commande mount:<br /><a href="http://www.casimages.com/img.php?i=13020312205760964.png"><span class="postimg"><img src="http://nsa32.casimages.com/img/2013/02/03/13020312205760964.png" alt="13020312205760964.png" /></span></a></p><p>Merci pour ton aide <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sun, 03 Feb 2013 11:21:25 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12447421#p12447421</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12444771#p12444771</link>
			<description><![CDATA[<p>Voici un extrait de ton Boot-Info :</p><div class="codebox"><pre><code>### BEGIN /etc/grub.d/25_custom ###

menuentry &quot;Windows UEFI bkpbootmgfw.efi&quot; {
search --fs-uuid --no-floppy --set=root 1041-EBC4
chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
}

menuentry &quot;Windows Boot UEFI loader&quot; {
search --fs-uuid --no-floppy --set=root 1041-EBC4
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}
### END /etc/grub.d/25_custom ###</code></pre></div><p>On y voit que tu as deux entrées qui ont été créées par Boot-Repair et qui permettent l&#039;accès à Windows. <br />Elles apparaissent dans le Menu Grub comme ceci :</p><div class="codebox"><pre><code>Windows UEFI bkpbootmgfw.efi
Windows Boot UEFI loader</code></pre></div><p>Chacune de ces deux entrées pointe vers un chargeur d&#039;amorçage qui lance Windows 8 de la même façon, si bien que tu peux utiliser indifféremment l&#039;une ou l&#039;autre.</p><p>Autre extrait de ton Boot-Info : </p><div class="codebox"><pre><code>### BEGIN /etc/grub.d/30_os-prober ###
menuentry &#039;Windows Recovery Environment (loader) (on /dev/sda2)&#039; --class windows --class os $menuentry_id_option &#039;osprober-chain-9CE4C18AE4C166DC&#039; {
	insmod part_gpt
	insmod ntfs
	set root=&#039;hd0,gpt2&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  9CE4C18AE4C166DC
	else
	  search --no-floppy --fs-uuid --set=root 9CE4C18AE4C166DC
	fi
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry &#039;Windows 8 (loader) (on /dev/sda4)&#039; --class windows --class os $menuentry_id_option &#039;osprober-chain-CA0EB4B00EB49743&#039; {
	insmod part_gpt
	insmod ntfs
	set root=&#039;hd0,gpt4&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  CA0EB4B00EB49743
	else
	  search --no-floppy --fs-uuid --set=root CA0EB4B00EB49743
	fi
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###</code></pre></div><p>Ce sont des entrées créées d&#039;origine par l&#039;installateur de Ubuntu. Elles apparaissent dans le menu Grub au démarrage comme ceci :</p><div class="codebox"><pre><code>Windows Recovery Environment (loader) (on /dev/sda2)
Windows 8 (loader) (on /dev/sda4)</code></pre></div><p>Ces entrées sont non-fonctionnelles (elles ne permettent pas de démarrer Windows 8) à cause d&#039;un bug de Grub (<a href="https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383">Bug #1024383</a>). Je te conseille de laisser les choses en l&#039;état, c&#039;est à dire que ton menu Grub continuera à proposer ces deux entrées mais tu ne les utilises pas, c&#039;est tout.</p><p>Edit : Pourrais-tu démarrer ton ordi sur Ubuntu puis passer cette commande dans un terminal :</p><div class="codebox"><pre><code>mount</code></pre></div><p>et poster le résultat obtenu. Motif : je voudrais vérifier que ta partition EFI est bien montée au démarrage.<br />Ce qui m&#039;inquiète, c&#039;est qu&#039;on voit ça dans ton Boot-Info :</p><div class="codebox"><pre><code>================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda8        /                        ext4       (rw,errors=remount-ro)</code></pre></div><p>Et on aurait dû voir ça (avec la ligne de montage de la partition EFI) :</p><div class="codebox"><pre><code> 
================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda1        /boot/efi                vfat       (rw)
/dev/sda8        /                        ext4       (rw,errors=remount-ro)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sun, 03 Feb 2013 05:59:33 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12444771#p12444771</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12433841#p12433841</link>
			<description><![CDATA[<p>Suite à mon installation d&#039;Ubuntu, j&#039;ai eu quelques soucis avec le dualboot entre mes 2 OS que j&#039; ai réglé avec boot-repair. J&#039;ai l&#039;impression que l&#039;installation n&#039;est pas &quot;propre&quot;, il y a par exemple un choix du GRUB qui ne fonctionne pas .<br />Pouvez-vous jetez un œil au <a href="http://paste.ubuntu.com/1595967">rapport de boot-repair</a> ?</p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sat, 02 Feb 2013 09:05:06 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12433841#p12433841</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12359671#p12359671</link>
			<description><![CDATA[<p>Ok je l&#039;ai réactivé.</p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sun, 27 Jan 2013 11:17:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12359671#p12359671</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12359611#p12359611</link>
			<description><![CDATA[<div class="quotebox"><cite>poweriser360 a écrit&#160;:</cite><blockquote><div><p>Je pense maintenant que je peux finir de suivre cette&#160; <a href="http://doc.ubuntu-fr.org/efi#activerdesactiver_le_secure_boot">doc</a> ?!</p></div></blockquote></div><p>Non, je pense que ça vaut le coup de laisser &quot;Secure Boot&quot; sur Enabled parce que Ubuntu 12.10 est compatible &quot;Secure Boot&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sun, 27 Jan 2013 11:11:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12359611#p12359611</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12359491#p12359491</link>
			<description><![CDATA[<p>J&#039;ai essayé le CD sur un autre PC il fonctionne bien,<br />J&#039;ai aussi crée la liveUSB, et je peut démarrer en mode UEFI ou &quot;classique&quot; dessus, quand je choisis le mode UEFI j&#039;obtiens bien&#160; l&#039;écran avec GRUb <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Je pense maintenant que je peux finir de suivre cette&#160; <a href="http://doc.ubuntu-fr.org/efi#activerdesactiver_le_secure_boot">doc</a> ?!</p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sun, 27 Jan 2013 10:58:37 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12359491#p12359491</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12358021#p12358021</link>
			<description><![CDATA[<p>Je t&#039;ai demandé dans le post #2 d&#039;essayer ton liveCD dans un autre PC que le tien. Je renouvelle ma suggestion : rien ne dit que ton liveCD soit fonctionnel.<br />D&#039;autre part, je te propose de réaliser une liveUSB (à la place du liveCD) en utilisant la procédure suivante qui s&#039;appuie sur LiLi (elle a été rédigée pour la 12.04 mais elle est applicable aussi pour la 12.10) : <a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=10730101#p10730101">http://forum.ubuntu-fr.org/viewtopic.ph … #p10730101</a><br />Tu pourras utiliser le fichier .iso de ubuntu-secure-remix-12.10-64bit pour réaliser la liveUSB avec LiLi</p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sun, 27 Jan 2013 06:07:24 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12358021#p12358021</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12353331#p12353331</link>
			<description><![CDATA[<p>J&#039;ai fais les manipulations mais je n&#039;arrive toujours pas sur l&#039;écran grub mais j&#039;ai des lignes sur l&#039;écran en plus après le chargement d&#039;ubuntu<br /><a href="http://www.casimages.com/img.php?i=130126064124160130.jpg"><span class="postimg"><img src="http://nsa31.casimages.com/img/2013/01/26/mini_130126064124160130.jpg" alt="mini_130126064124160130.jpg" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sat, 26 Jan 2013 17:29:25 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12353331#p12353331</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12350491#p12350491</link>
			<description><![CDATA[<p>Puisque tu as un Bios Aptio, peux-tu essayer de pratiquer comme expliqué ici : <a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=12004841#p12004841">http://forum.ubuntu-fr.org/viewtopic.ph … #p12004841</a></p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sat, 26 Jan 2013 13:01:44 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12350491#p12350491</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12350191#p12350191</link>
			<description><![CDATA[<p>c&#039;est ubuntu-secure-remix-12.10-64bit !</p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sat, 26 Jan 2013 12:08:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12350191#p12350191</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12349821#p12349821</link>
			<description><![CDATA[<p>Oui, tu es bien démarré en mode Bios (Legacy). <br />C&#039;est Ubuntu 12.10 ou Ubuntu 12.04 ?<br />Ton modèle ne se fabrique déjà plus si j&#039;en crois ce post : <a href="http://www.forum-des-portables-asus.fr/www/threads/retour-de-win8-%C3%A0-win7.8361/#post-69821">http://www.forum-des-portables-asus.fr/ … post-69821</a><br />ça va vite l&#039;obsolescence de nos jours...</p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sat, 26 Jan 2013 11:15:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12349821#p12349821</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12349581#p12349581</link>
			<description><![CDATA[<p>Salut,<br />Alors c&#039;est un pc portable ASUS S56CM-XX038H, et le CD fonctionne bien sur ce PC (je peux l&#039;essayer,etc) mais ne démarre en mode EFI&#160; puisque j&#039;arrive sur cet&#160; <a href="http://doc.ubuntu-fr.org/_detail/installation/live_cd_maverick1.png?id=efi">écran</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (poweriser360)]]></author>
			<pubDate>Sat, 26 Jan 2013 10:58:37 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12349581#p12349581</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] Windows8 et Ubuntu]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12349481#p12349481</link>
			<description><![CDATA[<p>C&#039;est quoi le modèle (complet si possible) et le fabricant de ton PC ?<br />Pourrais-tu essayer ton liveCD de Ubuntu sur un autre PC (même un PC non-EFI, mais pas une antiquité quand même) pour être sûr au moins qu&#039;il est fonctionnel ? Il faudra choisir &quot;Essayer&quot; pour seulement vérifier que tu peux bien faire une session live sur cet autre PC.</p><p>Edit : c&#039;est Ubuntu 12.10 ou Ubuntu 12.04 ton liveCD ?</p>]]></description>
			<author><![CDATA[dummy@example.com (malbo)]]></author>
			<pubDate>Sat, 26 Jan 2013 10:51:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12349481#p12349481</guid>
		</item>
	</channel>
</rss>
