<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jmanteau &#187; install</title>
	<atom:link href="http://www.jmanteau.fr/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jmanteau.fr</link>
	<description>Photos, blog, CV &#38; Co : le "coin de Toile" de Julien Manteau</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comment installer Linux depuis le disque dur ou une clé</title>
		<link>http://www.jmanteau.fr/informatique/linux/comment-installer-linux-depuis-le-disque-dur-ou-une-cle/</link>
		<comments>http://www.jmanteau.fr/informatique/linux/comment-installer-linux-depuis-le-disque-dur-ou-une-cle/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 21:29:10 +0000</pubDate>
		<dc:creator>jmanteau</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[liveusb]]></category>
		<category><![CDATA[usb key]]></category>

		<guid isPermaLink="false">http://jmanteau.free.fr/blog/?p=7</guid>
		<description><![CDATA[En premier récupérez l&#8217;iso de votre choix (install,LiveCD de votre distro) Ouvrez ou montez l&#8217;iso puis cherchez les deux fichiers suivants: (the kernel file is shown in green and the Ram disk is shown in red) Fedora: vmlinuz and initrd.img Suse: linux and initrd Mandriva: vmlinuz and all.rdz Ubuntu: vmlinuz and initrd.gz Gentoo: gentoo and [...]]]></description>
			<content:encoded><![CDATA[<p align="left">En premier récupérez l&#8217;iso de votre choix (install,LiveCD de votre distro)</p>
<p align="left">
<p align="left">Ouvrez ou montez l&#8217;iso puis cherchez les deux fichiers suivants:</p>
<p align="left">
<p align="left">(the kernel file is shown in <strong><span style="color: #008000;">green</span></strong> and the Ram disk is shown in <strong><span style="color: #ff0000;">red</span></strong>)</p>
<p align="left">
<p align="left"><strong>Fedora</strong>: <strong><span style="color: #008000;">vmlinuz</span></strong> and<strong><span style="color: #ff0000;"> initrd.img</span></strong></p>
<p align="left">
<p align="left"><strong>Suse</strong>:<strong><span style="color: #008000;"> linux</span></strong> and <strong><span style="color: #ff0000;">initrd</span></strong></p>
<p align="left">
<p align="left"><strong>Mandriva</strong>: <strong><span style="color: #008000;">vmlinuz</span></strong> and <strong><span style="color: #ff0000;">all.rdz</span></strong></p>
<p align="left">
<p align="left"><strong>Ubuntu</strong>: <strong><span style="color: #008000;">vmlinuz</span></strong> and <strong><span style="color: #ff0000;">initrd.gz</span></strong></p>
<p align="left">
<p align="left"><strong>Gentoo</strong>: <strong><span style="color: #008000;">gentoo</span></strong> and <strong><span style="color: #ff0000;">gentoo.igz</span></strong></p>
<p align="left">
<p align="left"><strong>Knoppix</strong>:  <strong><span style="color: #008000;">vmlinuz</span></strong> and <strong><span style="color: #ff0000;">initrd.img</span></strong></p>
<p align="left">
<p align="left"><strong>Slackware</strong>: <strong><span style="color: #008000;">bzImage</span></strong> and<strong><span style="color: #ff0000;"> initrd.img</span></strong></p>
<p align="left">
<p align="left"><strong>Debian</strong>:  <strong><span style="color: #008000;">vmlinuz</span></strong> and <strong><span style="color: #ff0000;">initrd.gz</span></strong></p>
<p align="left">
<p align="left">Ouvrez votre grub.lst et ajoutez</p>
<p align="left">
<p align="left">#ADD NEW ENTRY#<br />
title Install Linux<br />
root (hdX,X)<br />
kernel /distro/Linux_kernel<br />
initrd /distro/Ram_disk</p>
<p align="left">
<p align="left">Replace <strong><span style="color: #008000;">Linux_kernel</span></strong> and <strong><span style="color: #ff0000;">Ram_disk</span></strong> with the appropriate file names below.</p>
<p align="left">
<table border="1" cellspacing="0" cellpadding="10" width="420" align="left" bordercolor="#111111">
<tbody>
<tr>
<td>title Install Linux<br />
kernel (hd0,0)/boot/<strong><span style="color: #008000;">Linux_kernel</span></strong><br />
initrd (hd0,0)/boot/<strong><span style="color: #ff0000;">Ram_disk</span></strong></td>
</tr>
</tbody>
</table>
<p align="left">
<p align="left">
<p align="left">
<p align="left">
<p align="left">On rédemarre, on choisit le choix que l&#8217;on vient de créer et c&#8217;est parti!</p>
<p align="left">
<p align="left">During the setup you will be asked the source of installation. Choose hard disk and then select the hard drive partition where you copied the ISO files. Sometimes you might have to type the whole path of the partition and the exact name of the ISO. So write it down before you begin.</p>
<p align="left">
<p align="left">Les commandes :</p>
<p align="left">
<p align="left">From the terminal enter these commands</p>
<p align="left">
<pre>sudo mkdir /distro</pre>
<pre>sudo chmod `whoami`:`whoami`</pre>
<pre>cp MYLINUX.iso /distro/distro.iso</pre>
<p align="left">Now  extract Linux_kernel &amp; Ram_disk  to /distro#<br />
Open  /boot/grub/menu.lst<br />
Reboot and select &laquo;&nbsp;Install Linux&nbsp;&raquo; from grub.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jmanteau.fr/informatique/linux/comment-installer-linux-depuis-le-disque-dur-ou-une-cle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

