<?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=1159601&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Faire booter grub sur une image iso]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1159601</link>
		<description><![CDATA[Les sujets les plus récents dans Faire booter grub sur une image iso.]]></description>
		<lastBuildDate>Sun, 06 Jan 2013 19:39:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Faire booter grub sur une image iso]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12114241#p12114241</link>
			<description><![CDATA[<div class="quotebox"><cite>Maisondouf a écrit&#160;:</cite><blockquote><div><p>Sympa la roue de secours !</p></div></blockquote></div><p>Économique, Écologique , plus de temps perdu à chercher le cd, libéré des pannes de lecteur, etc <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Sun, 06 Jan 2013 19:39:00 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12114241#p12114241</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Faire booter grub sur une image iso]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12114031#p12114031</link>
			<description><![CDATA[<p>Sympa la roue de secours !</p>]]></description>
			<author><![CDATA[dummy@example.com (Maisondouf)]]></author>
			<pubDate>Sun, 06 Jan 2013 19:28:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12114031#p12114031</guid>
		</item>
		<item>
			<title><![CDATA[Faire booter grub sur une image iso]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12113961#p12113961</link>
			<description><![CDATA[<p>salut,<br />Voici comment faire booter grub sur une image iso sauvegardée sur le disque dur.<br />Il y a&#160; un outil <strong>grml-rescueboot</strong> pour créer le menu grub, voir la doc en anglais:<br /> <a href="https://help.ubuntu.com/community/Grub2/ISOBoot">https://help.ubuntu.com/community/Grub2/ISOBoot</a><br />Exemple:<br />Installer grml-rescueboot:</p><div class="codebox"><pre><code>sudo apt-get install grml-rescueboot</code></pre></div><p>Mettre l&#039;image iso dans le dossier /boot/grml/</p><div class="codebox"><pre><code>@ubuntu-desktop:~/Downloads$ sudo mv raring-desktop-i386.iso /boot/grml/
[sudo] password for : </code></pre></div><p>Regénerer le menu grub</p><div class="codebox"><pre><code>@ubuntu-desktop:~/Downloads$ sudo update-grub
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.2.0-36-generic
Found initrd image: /boot/initrd.img-3.2.0-36-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Grml ISO image: /boot/grml/raring-desktop-i386.iso
done</code></pre></div><div class="codebox"><pre class="vscroll"><code>@ubuntu-desktop:/boot/grub$ cat grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default=&quot;0&quot;
if [ &quot;${prev_saved_entry}&quot; ]; then
  set saved_entry=&quot;${prev_saved_entry}&quot;
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z &quot;${boot_once}&quot; ]; then
    saved_entry=&quot;${chosen}&quot;
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n &quot;${have_grubenv}&quot; ]; then if [ -z &quot;${boot_once}&quot; ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root=&#039;(hd0,msdos3)&#039;
search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root=&#039;(hd0,msdos3)&#039;
  search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ &quot;${recordfail}&quot; = 1 ]; then
  set timeout=-1
else
  set timeout=4
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root=&#039;(hd0,msdos3)&#039;
search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=white/black
  set menu_color_highlight=black/light-gray
  if background_color 44,0,30; then
    clear
  fi
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload=&quot;${1}&quot;
	if [ &quot;${1}&quot; = &quot;keep&quot; ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ &quot;${recordfail}&quot; != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if 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
if [ &quot;${linux_gfx_mode}&quot; != &quot;text&quot; ]; then load_video; fi
menuentry &#039;Ubuntu, avec Linux 3.2.0-36-generic&#039; --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root=&#039;(hd0,msdos3)&#039;
	search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
	linux	/boot/vmlinuz-3.2.0-36-generic root=UUID=ae02ece1-192f-4996-8067-144aaa760f93 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-36-generic
}
menuentry &#039;Ubuntu, avec Linux 3.2.0-36-generic (mode de dépannage)&#039; --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root=&#039;(hd0,msdos3)&#039;
	search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
	echo	&#039;Chargement de Linux 3.2.0-36-generic ...&#039;
	linux	/boot/vmlinuz-3.2.0-36-generic root=UUID=ae02ece1-192f-4996-8067-144aaa760f93 ro recovery nomodeset 
	echo	&#039;Chargement du disque mémoire initial ...&#039;
	initrd	/boot/initrd.img-3.2.0-36-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry &quot;Memory test (memtest86+)&quot; {
	insmod part_msdos
	insmod ext2
	set root=&#039;(hd0,msdos3)&#039;
	search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
	linux16	/boot/memtest86+.bin
}
menuentry &quot;Memory test (memtest86+, serial console 115200)&quot; {
	insmod part_msdos
	insmod ext2
	set root=&#039;(hd0,msdos3)&#039;
	search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# 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 &#039;exec tail&#039; line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/42_grml ###
menuentry &quot;Grml Rescue System (raring-desktop-i386.iso)&quot; {
        insmod part_msdos
        insmod ext2
        set root=&#039;(hd0,msdos3)&#039;
        search --no-floppy --fs-uuid --set=root ae02ece1-192f-4996-8067-144aaa760f93
        iso_path=&quot;/boot/grml/raring-desktop-i386.iso&quot;
        export iso_path
        kernelopts=&quot;   &quot;
        export kernelopts
        loopback loop &quot;/boot/grml/raring-desktop-i386.iso&quot;
        set root=(loop)
        configfile /boot/grub/loopback.cfg
}
### END /etc/grub.d/42_grml ###</code></pre></div><p>Dans le menu grub, selectionner votre image iso, puis dans mon cas &quot;tester sans installer&quot;<br />Et hop un petit boot sur l&#039;image iso de Raring pour tester. Il m&#039;a fallu mettre le clavier français dans les propriétés systèmes<br /><a href="http://www.imagup.com/data/1172161663.html"><span class="postimg"><img src="http://data.imagup.com/11/1172161662.png" alt="1172161662.png" /></span></a></p><p><a href="http://www.imagup.com/data/1172161990.html"><span class="postimg"><img src="http://data.imagup.com/11/1172161989.png" alt="1172161989.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (grandtoubab)]]></author>
			<pubDate>Sun, 06 Jan 2013 19:22:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12113961#p12113961</guid>
		</item>
	</channel>
</rss>
