This file is indexed.

/usr/share/doc/partimage-doc/html/faq-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
 <TITLE>The Partimage FAQ: About boot systems</TITLE>
 <LINK HREF="faq-5.html" REL=next>
 <LINK HREF="faq-3.html" REL=previous>
 <LINK HREF="faq.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="faq-5.html">Next</A>
<A HREF="faq-3.html">Previous</A>
<A HREF="faq.html#toc4">Contents</A>
<HR>
<H2><A NAME="s4">4.</A> <A HREF="faq.html#toc4">About boot systems</A></H2>



<H2><A NAME="ss4.1">4.1</A> <A HREF="faq.html#toc4.1">A driver is missing in the partimage-bootdisk/bootcd. How can I solve the problem ?</A>
</H2>


<P>Many users write us because they can't use the network (or another device). In most cases, the
problem comes from the bootdisk/bootcd which does not support all drivers.</P>
<P>Space is limited in both partimage-bootdisk and partimage-rootdisk. We can't include all drivers
that exists in the kernel sources. That's why only the most common NE2000  cards, and the most
common AIC7xxx SCSI drivers are supported. It provides support for a lot of devices, but some of them
need another driver. For example, 3COM  cards are not supported. There are many ways to solve
this problem:</P>
<P>
<UL>
<LI>You can <B>use another bootcd distribution</B>, with more drivers, and which can be easily rebuild
with your own options. Two projects provides eltorito bootable CD-Rom with stable versions of partimage:
http://rescuecd.sourceforge.net/ and http://mkcdrec.ota.be/</LI>
<LI>You can also <B>replace partimage-bootdisk with a Slackware bootdisk</B>. Slackware provide a lot of
boot disks, and each of them include a kind of drivers. For example, there's one with all the SCSI drivers,
another with all network drivers, and another with USB support. You can choose the one which will support
your device. The full list of boot disks of Slackware 8 can be find here:
<A HREF="ftp://ftp.slackware.com/pub/slackware/slackware-8.0/bootdsks.144/">ftp://ftp.slackware.com/pub/slackware/slackware-8.0/bootdsks.144/</A>.</LI>
<LI>You can <B>compile your own kernel</B>. That's the best way to be sure all your devices will be supported.
We won't tell you how to compile your kernel here. We will tell you how to use a compiled vmlinuz/bzImage to create
a partimage bootdisk. But first, when compiling your kernel, you must include some options: In the block-devices page,
you must choose Yes for the last four options:
<UL>
<LI>Loopback device support</LI>
<LI>Network block device support</LI>
<LI>RAM disk support with a default size of 40960 (that's not an error) disk size</LI>
<LI>Initial RAM disk initrd support.</LI>
</UL>

In the File systems,
you must choose Yes for the Minix FS support. In the loadable module support page, you must choose No, in order to
disable modules. After compiling your kernel, you will obtain bzImage. You must type three commands to make it the same thing as
an official partimage-bootdisk image:
<UL>
<LI>rdev bzImage /dev/fd0</LI>
<LI>rdev -r bzImage 49152</LI>
<LI>rdev -R bzImage 0</LI>
</UL>
</LI>
</UL>
</P>

<H2><A NAME="ss4.2">4.2</A> <A HREF="faq.html#toc4.2">When I use the bootfloppy, I see an error with 09000900090009000900090009000 on the screen</A>
</H2>


<P>I'm having a problem with booting from the bootdisk.</P>
<P>I've created the disk from the partimage-0.3.5-bootdisk-1.raw file, and
when booting, all I see is</P>
<P>090009000900090009000900090009000900090009000900090009000900090009000900090
0090009000900090009000900090009000900090009000900090009000900090009000900090
0090009000900090009000900090009000900090009000900</P>
<P>all over the screen.</P>
<P>This is a problem when you download the file with Netscape, and the ASCII mode. Try using FTP, or
another tool: type
<B>wget AdressOfTheFileToDownload</B></P>

<H2><A NAME="ss4.3">4.3</A> <A HREF="faq.html#toc4.3">Using Knoppix, Live Linux Filesystem On CD</A>
</H2>

<P> </P>
<P>Knoppix livcd 
<A HREF="http://www.knopper.net/knoppix/">http://www.knopper.net/knoppix/</A> provides partimage and partimaged with login and SSL support.
To run them, you need to switch to text console (Ctrl+Alt+F1) because they require root rights. If you want to use partimaged,
you need to set a password for user 'partimag' with passwd command (as root). Then use partimag login when prompted
by partimage.</P>


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