This file is indexed.

/usr/share/doc/partimage-doc/html/index-4.html is in partimage-doc 20050720-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
 <TITLE>The PartImage Handbook: The BOOT/ROOT disks  and  Eltorito bootable CD-Rom</TITLE>
 <LINK HREF="index-5.html" REL=next>
 <LINK HREF="index-3.html" REL=previous>
 <LINK HREF="index.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="index-5.html">Next</A>
<A HREF="index-3.html">Previous</A>
<A HREF="index.html#toc4">Contents</A>
<HR>
<H2><A NAME="s4">4.</A> <A HREF="index.html#toc4">The BOOT/ROOT disks  and  Eltorito bootable CD-Rom</A></H2>

<P>Two disks are provided to allow using partition image from floppy disks. The boot disk was created from a recent kernel. This
kernel include the support of many file systems, as ext2fs, vfat, ntfs, and reiserfs.
It allows you to save/read image files on many file systems.
The kernel also includes many drivers,such as those for the parallel ZIP drive, various SCSI interfaces and so on, to allow the use of many
types of media to read/write the image files.
The root disk was created from a slackware root disk.
There is very little space on the disk, so some common commands may be missing, but there are anough for the normal operations of Partition Image.
We have tried to remove debug data from executable binary files with objcopy, and we
compressed the root disk with gzip -9, but all the libraries and commands require too much disk space.If you require particular modules not included on the disk, you can
compile you own modules and swap them for some of the disk that you don't need. To do this though, you will need to compile from the same kernel source. Check the disk to ensure you use the correct version code.See the FAQ for this and other options.</P>
<P>Since the 0.3.5 version, an eltorito CD-ROM, created from the slackware 7.0 one, is provided.
It allows you to run Partition Image from a CD-ROM, without any installed linux system.
This is useful for systems which don't run Linux, or when your only drive is the one which needs to be restored. Providing the image file is small enough,
it is even possible to include these on the same CD, making restoring very easy.</P>

<H2><A NAME="ss4.1">4.1</A> <A HREF="index.html#toc4.1">Why these disks ?</A>
</H2>

<P>You may need these two floppies to use Partition Image in some cases:
<UL>
<LI>You want partition image to work on your only linux root partition and then you cannot run partition image from the system which uses this partition to work.</LI>
<LI>You don't have any linux system installed on your computer and you want to run partition image</LI>
<LI>You don't want to compile Partition Image</LI>
</UL>
</P>

<H2><A NAME="ss4.2">4.2</A> <A HREF="index.html#toc4.2">How to create these disks ?</A>
</H2>

<P>When you have downloaded the two files (boot disk image and root disk image), you will use them to create the floppies disks. You need two 1,44 MB floppies.</P>
<P><B>Under Linux:</B>
<UL>
<LI>insert the boot disk</LI>
<LI>type: dd if=partimage-x.y.z-bootdisk-w.raw of=/dev/fd0</LI>
<LI>insert the root disk</LI>
<LI>type: dd if=partimage-x.y.z-rootdisk-w.raw of=/dev/fd0</LI>
</UL>
</P>

<P><B>Under DOS/Windows:</B>
You need to download RAWRITE.EXE, which wan be found on Partition Image home page.(14 KB)</P>
<P>
<UL>
<LI>insert the boot disk</LI>
<LI>type: rawrite -f partimage-x.y.z-bootdisk-w.raw -d a:</LI>
<LI>insert the root disk</LI>
<LI>type: rawrite -f partimage-x.y.z-rootdisk-w.raw -d a:</LI>
</UL>
</P>

<H2><A NAME="ss4.3">4.3</A> <A HREF="index.html#toc4.3">How to use these disks ?</A>
</H2>

<P>First, you must insert the boot disk, and power on your computer. Wait a few minutes. When you see the message
"VFS: Insert root floppy disk to be loaded into RAM disk and press ENTER", insert the root disk and press enter.
Instructions will explain you what to do to continue.</P>

<H2><A NAME="ss4.4">4.4</A> <A HREF="index.html#toc4.4">How to create an eltorito bootable CD-Rom ?</A>
</H2>


<P>This section will help you to create a bootable CD-Rom, from the image file
provided on partimage web site.
Then, you just have to start your computer on this CD-Rom to able to run
Partition Image, and to save/restore partitions. You won't need to have a
linux system installed on your computer, or to use floppy disks to use partimage.</P>
<P>You will need to download the file partimage-x.y.z-bootcd-w.img first.
(2.88 MB)</P>
<P>1) Create your main burning directory: for example "CDBurning".</P>
<P>2) Go in your main burning directory, and create a sub-directory named
".eltorito", and copy the 2.88 MB image file in this directory.</P>
<P>3) Copy all the other files in the main "CDBurning" directory. For example,
your can copy all your image files. You can put 650 MB files here.</P>
<P>4) Now, create the ISO image with "mkisofs"
Go in your main burning directory, with a console.
Type the following command:
mkisofs -o /tmp/cd-rescue.iso -R -V "Partition Image rescue" -v -J -T -d -D
-b .eltorito/partimage-x.y.z-bootcd-w.img -c .eltorito/eltorito.boot
-A "Partition Image" .</P>
<P>Don't forget the final point "." and update the file name with the name of
the current version.</P>
<P>/tmp/cd-rescue.iso is the image file to create. You may need up to about 700 MB of free
space to create this file. Then, if you don't have enough space on your root
directory, please choose another temp path.</P>
<P>mkisofs will create a 650 MB image file (or smaller if you don't have a full
CD), it can take time it's around 15 minutes usually.</P>
<P>5) It's time to burn your CD. You can use "cdrecord in console mode", or
another GUI, as gCombust. See the man pages for cdrecord for more info if you need it.</P>
<P>6) Your bootable CD-Rom is now ready</P>

<P> You can also burn the bootable CD-Rom with Nero under Windows. That's very easy:
You just have to choose the image file, and select that's a 2.88 MB floppy disk.</P>
<P>
<FIGURE>
<EPS FILE="nero-burnpi.eps">
<IMG SRC="nero-burnpi.png">
</FIGURE>
</P>


<HR>
<A HREF="index-5.html">Next</A>
<A HREF="index-3.html">Previous</A>
<A HREF="index.html#toc4">Contents</A>
</BODY>
</HTML>