File: 12.html

package info (click to toggle)
lg-issue42 2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,324 kB
  • ctags: 231
  • sloc: makefile: 36; sh: 4
file content (240 lines) | stat: -rw-r--r-- 9,194 bytes parent folder | download | duplicates (2)
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!--startcut ======================================================= -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<META NAME="generator" CONTENT="lgazmail v1.2J.g">
<TITLE>The Answer Guy 42: HAL91 (Floppy Based Linux Distribution)</TITLE>
</HEAD><BODY BGCOLOR="#FFFFFF" TEXT="#000000"
	LINK="#3366FF" VLINK="#A000A0">
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<H4>"The Linux Gazette...<I>making Linux just a little more fun!</I>"</H4>
<P> <hr> <P>
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<center>
<H1><A NAME="answer">
	<img src="../../gx/dennis/qbubble.gif" alt="(?)" 
		border="0" align="middle">
	<font color="#B03060">The Answer Guy</font>
	<img src="../../gx/dennis/bbubble.gif" alt="(!)" 
		border="0" align="middle">
</A></H1> 
<BR>
<H4>By James T. Dennis,
	<a href="mailto:answerguy@ssc.com">answerguy@ssc.com</a><BR>
	LinuxCare,
        <A HREF="http://www.linuxcare.com/">http://www.linuxcare.com/</A>
</H4>
</center>

<p><hr><p>
<!--  endcut ======================================================= -->
<!-- begin 13 -->
<H3 align="left"><img src="../../gx/dennis/qbubble.gif" 
	height="50" width="60" alt="(?) " border="0"
	>HAL91 (Floppy Based Linux Distribution)</H3>


<p><strong>From twager on Wed, 05 May 1999  
</strong></p>
<!-- ::
HAL91 (Floppy Based Linux Distribution)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:: -->
<P><STRONG><IMG SRC="../../gx/dennis/qbub.gif" ALT="(?)"
	HEIGHT="28" WIDTH="50" BORDER="0"
	>
Hi..
</STRONG></P>
<P><STRONG>
I am trying to get hal91 going...I have the bootdisk running
ok but cannot get the data disk to load. with the <tt>init.disk2</tt>
command..It tell me it cannot find and ext2 file system on
<TT>/dev/fd0</TT> ...I got the system off a cheapbytes cdrom I thought this
might be faulty so I downloaded the file using <tt>lynx</tt> from the
author's site but the same result occurred...I then mounted a floppy
and <tt>cp</tt>'d the data file across This time the floppy was seen but it
told me it could not find <tt>usr.tar.gz</tt> I <tt>mv</tt>'d the file to 
<tt>usr.tar.gz</tt> and it mounted but all that was there was 
<tt>Lost+Found</tt>...
</STRONG></P>
<BLOCKQUOTE><IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
	HEIGHT="28" WIDTH="50" BORDER="0"
	>
Did you really '<tt>cp</tt>' the second image unto a mounted
filesystem on the floppy?
</BLOCKQUOTE>
<BLOCKQUOTE>
I have no experience with HAL91, although I've heard that it
is one of several floppy based mini-distributions) like
Tom's Root/Boot, MuLinux, MiniLinux, LOAF (Linux On A
Floppy), etc.
</BLOCKQUOTE>
<BLOCKQUOTE>
It looks like the canonical home page for HAL91 is at:
</BLOCKQUOTE>
<BLOCKQUOTE><BlockQuote><code>
<A HREF="http://home.sol.no/~okolaas/hal91.html"
	>http://home.sol.no/~okolaas/hal91.html</A>
</code></BlockQuote></BLOCKQUOTE>
<BLOCKQUOTE>
I found that by following one of the many related links at
the bottom of Tom Oehser's page (Tom's Root/Boot) at:
</BLOCKQUOTE>
<BLOCKQUOTE><BlockQuote><code>
<A HREF="http://www.toms.net/rb"
	>http://www.toms.net/rb</A>
</code></BlockQuote></BLOCKQUOTE>
<BLOCKQUOTE>
Images for most of these would be written to the raw floppy
device using dd rather than copied onto some filesystem that
you've put thereon.  In other words normally you wouldn't
use the 'cp' command to create boot floppies for any
mini-distribution.  Usually you'd use a command like:
</BLOCKQUOTE>
<BLOCKQUOTE><BlockQuote><Code>
dd bs=18k if=image.dat of=/dev/fd0
</Code></BlockQuote></BLOCKQUOTE>
<BLOCKQUOTE>
(while there is no MOUNTED fs residing on that flopppy
drive!).
</BLOCKQUOTE>
<BLOCKQUOTE>
It's also possible to use a command like:
</BLOCKQUOTE>
<BLOCKQUOTE><BlockQuote><Code>
dd &lt; image.dat &gt; /dev/fd0
</Code></BlockQuote></BLOCKQUOTE>
<BLOCKQUOTE>
... though it is more efficient and reliable to set <tt>dd</tt>'s
block size (18K is size of one one track on a 1.44 Mb
diskette: 1440 blocks of 1K each is 1474560 bytes, as is
18K * 80 --- and most HD floppies support 80 tracks).
The use of <tt>dd</tt>'s <tt>if=</tt> and <tt>of=</tt> parameters 
vs. the redirection operators is relatively inconsequential.
</BLOCKQUOTE>
<BLOCKQUOTE>
The HAL91 pages don't explicitly say how you should create
the "datadisk" (supplemental diskette --- which can
be unpacked to a second RAM disk under <TT>/usr</TT> to provide
some additional programs and utilities).  I presume that it
is supposed to be be written to the raw floppy device in
the same way that the boot diskette is prepared.
</BLOCKQUOTE>
<P><STRONG><IMG SRC="../../gx/dennis/qbub.gif" ALT="(?)"
	HEIGHT="28" WIDTH="50" BORDER="0"
	>
I have done a strings on the file and looked through that
but there is not mention of either of the readouts I got.....I
have written to the author but no reply..I have written to all the
linux lists but no reply....  I would like to get this running as
I am giving a talk on Linux to the local ham radio club and would
like to take this prog as well as Mandrake and RedHat as I am
hoping it might get a few interested..If you have any tips or help
where else I could look a cc reply would be greatly
appreciated.....I struggled with Stampede from the cdrom but
this has me beat :&gt;(
</STRONG></P>
<BLOCKQUOTE><IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
	HEIGHT="28" WIDTH="50" BORDER="0"
	>
Why have you selected HAL91 for this case?  There are
several other choices (look at the bottom of Tom Oehser's
page, as listed above, for a few of them).
</BLOCKQUOTE>
<BLOCKQUOTE>
I'm not saying that HAL91 is "the wrong choice" ---
what I'm suggesting is that you try a couple of these
so that you can form a basis for comparison.  So far
my personal favorite is Tom's Root/Boot --- though like
Trinux for other work.
</BLOCKQUOTE>
<BLOCKQUOTE>
As for you ham radio group: consider looking at the
Linux Speaker's Bureau web site at:
</BLOCKQUOTE>
<BLOCKQUOTE><BlockQuote>
<A HREF="http://www.linuxresources.com/lsb/index.html"
	>http://www.linuxresources.com/lsb/index.html</A>
</BlockQuote></BLOCKQUOTE>
<BLOCKQUOTE>
You might find someone in your area (or someone
who will be in your area on other business) who can
give a slick presentation about Linux and can help people
during an installfest.
</BLOCKQUOTE>
<P><STRONG><IMG SRC="../../gx/dennis/qbub.gif" ALT="(?)"
	HEIGHT="28" WIDTH="50" BORDER="0"
	>
Regards.
<br>Ted
<br><em>Beware of geeks bearing gifs</em>
</STRONG></P>
<BLOCKQUOTE><IMG SRC="../../gx/dennis/bbub.gif" ALT="(!)"
	HEIGHT="28" WIDTH="50" BORDER="0"
	>
Be even more wary of geeks wearing GIFs!
</BLOCKQUOTE>
<!-- sig -->

<!-- end 13 -->

<!--startcut ======================================================= -->
<P> <hr> <P>
<H5 align="center"><a href="http://www.linuxgazette.com/ssc.copying.html"
	>Copyright &copy;</a> 1999, James T. Dennis 
<BR>Published in <I>The Linux Gazette</I> Issue 42 June 1999</H5>
<H6 ALIGN="center">HTML transformation  by
	<A HREF="mailto:star@starshine.org">Heather Stern</a> of
	Starshine Techinical Services,
	<A HREF="http://www.starshine.org/">http://www.starshine.org/</A> 
</H6>
<P> <hr> <P>
<!-- begin tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::-->
<TABLE WIDTH="97%"><TR VALIGN="center" ALIGN="center">
<TD ROWSPAN="4" COLSPAN="1" WIDTH="37%"><A 
	HREF="../lg_answer42.html"
	><IMG SRC="../../gx/dennis/answernew.gif"
              ALT="[ Answer Guy Index ]"></A></td>
  <TD WIDTH="10%"><A HREF="1.html">1</A></TD>
  <TD WIDTH="10%"><A HREF="2.html">2</A></TD>
  <TD WIDTH="10%"><A HREF="3.html">3</A></TD>
  <TD WIDTH="10%"><A HREF="4.html">4</A></TD>
  <TD WIDTH="10%"><A HREF="5.html">5</A></TD>
  <TD WIDTH="10%"><A HREF="6.html">6</A></TD>
</TR><TR VALIGN="center" ALIGN="center">
  <TD><A HREF="7.html">7</A></TD>
  <TD><A HREF="8.html">8</A></TD>
  <TD><A HREF="9.html">9</A></TD>
  <TD><A HREF="10.html">10</A></TD>
  <TD><A HREF="11.html">11</A></TD>
  <TD><A HREF="12.html">12</A></TD>
</TR><TR VALIGN="center" ALIGN="center">
  <TD><A HREF="13.html">13</A></TD>
  <TD><A HREF="14.html">14</A></TD>
  <TD><A HREF="15.html">15</A></TD>
  <TD><A HREF="16.html">16</A></TD>
  <TD><A HREF="17.html">17</A></TD>
  <TD><A HREF="18.html">18</A></TD>
</TR><TR VALIGN="center" ALIGN="center">
  <TD><A HREF="19.html">19</A></TD>
  <TD><A HREF="20.html">20</A></TD>
  <TD><A HREF="21.html">21</A></TD>
  <TD><A HREF="22.html">22</A></TD>
  <TD><A HREF="23.html">23</A></TD>
  <TD><A HREF="24.html">24</A></TD>
</TR></TABLE>
<!-- end tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<P> <hr> <P>
<!-- begin lgnav ::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<A HREF="../../lg_toc42.html"
	><IMG SRC="../../gx/indexnew.gif" ALT="[ Table Of Contents ]"></A>
<A HREF="/index.html"
	><IMG SRC="../../gx/homenew.gif" ALT="[ Front Page ]"></A>
<A HREF="../lg_bytes42.html"
	><IMG SRC="../../gx/back2.gif" ALT="[ Previous Section ]"></A>
<A HREF="../lg_tips42.html"
	><IMG SRC="../../gx/fwd.gif" ALT="[ Next Section ]"></A>
<!-- end lgnav ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
</BODY></HTML>
<!--endcut ========================================================= -->