<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://antix.mepis.org/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://antix.mepis.org/index.php?title=Installation_Tips&amp;feed=atom&amp;action=history</id>
		<title>Installation Tips - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://antix.mepis.org/index.php?title=Installation_Tips&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://antix.mepis.org/index.php?title=Installation_Tips&amp;action=history"/>
		<updated>2013-05-19T11:33:40Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.1</generator>

	<entry>
		<id>http://antix.mepis.org/index.php?title=Installation_Tips&amp;diff=3750&amp;oldid=prev</id>
		<title>Anticapitalista: /* Boot from iso on hard-disk */</title>
		<link rel="alternate" type="text/html" href="http://antix.mepis.org/index.php?title=Installation_Tips&amp;diff=3750&amp;oldid=prev"/>
				<updated>2012-09-28T11:02:01Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Boot from iso on hard-disk&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Boot from iso on hard-disk==&lt;br /&gt;
&lt;br /&gt;
It is possible to boot and install from an antiX.iso file on hard-disk. You will need a spare partition on your hard drive and an existing grub menu (on livecd, floppy or hd). &lt;br /&gt;
This is sometimes known as booting fromiso.&lt;br /&gt;
&lt;br /&gt;
The basic steps are as follows.&lt;br /&gt;
&lt;br /&gt;
* Create and format (if you don't already have one) a separate partition to boot fromiso. For antiX it needs only be 800MB in size. I use ext3 format.&lt;br /&gt;
* Download antiX.iso file to a folder and extract to the same folder the vmlinuz and initrd.gz files.&lt;br /&gt;
* Add the correct entry to the existing grub menu.&lt;br /&gt;
&lt;br /&gt;
Example: LinuxA with grub menu on sdb1 (hdb1), spare partition (ext3) on sdb6 (hdb6)&lt;br /&gt;
&lt;br /&gt;
* Make a directory/folder in sdb6 called antiX.&lt;br /&gt;
* Download latest antiX.iso to /mnt/sdb6/antiX&lt;br /&gt;
* Customise the boot/grub/menu.lst of LinuxA on sdb1 (hdb1). Add this entry to the end.&lt;br /&gt;
&lt;br /&gt;
title antiX&lt;br /&gt;
&lt;br /&gt;
kernel (hd1,5)/antiX/vmlinuz vga=791 fromhd=/dev/sdb6 fromiso=/antiX/antiX.iso en xres=1024x768&lt;br /&gt;
&lt;br /&gt;
initrd (hd1,5)/antiX/initrd.gz&lt;br /&gt;
&lt;br /&gt;
boot&lt;br /&gt;
&lt;br /&gt;
To extract the vmlinuz and initrd.gz files from the antiX.iso&lt;br /&gt;
&lt;br /&gt;
1. Using mc (midnight commander).&lt;br /&gt;
* Navigate to the directory where the antiX.iso file is kept. Press 'Enter'&lt;br /&gt;
* Navigate to the antiX folder. Press 'Enter'&lt;br /&gt;
* Highlight vmlinuz file, press F5, and copy to your antiX folder on sdb6.&lt;br /&gt;
* Highlight initrd.gz file, press F5, and copy to your antiX folder sdb6.&lt;br /&gt;
&lt;br /&gt;
2. Using command line&lt;br /&gt;
# mkdir -p /mnt/sdb6/antiX/test&lt;br /&gt;
# mount -t iso9660 -o loop,ro /mnt/sdb6/antiX/antiX.iso /mnt/sdb6/antiX/test&lt;br /&gt;
&lt;br /&gt;
Now copy the vmlinuz and initrd.gz files from the mounted iso image to the directory&lt;br /&gt;
&lt;br /&gt;
# cp /mnt/sdb6/antiX/test/antiX/vmlinuz  /mnt/sdb6/antiX/&lt;br /&gt;
# cp /mnt/sdb6/antiX/test/antiX/initrd.gz /mnt/sdb6/antiX/&lt;/div&gt;</summary>
		<author><name>Anticapitalista</name></author>	</entry>

	</feed>