Got RH5 installed. The key was creating the boot.img disk from DOS. As you
suggested, NT4 somehow screws up the rawrite process.
Thanks again.
> Apologies for the RTF and thanks for the tips from all. I'll give some of
> it a try, and let y'all know how it goes. Thanks again.
--
PLEASE
OTECTED]
> Subject: RE: Newbie problem: "Boot failure" when installing RH5
>
>
> I don't think you are supposed to be sending messages to the list in RTF.
> This will cause most peoples messages to be garbled.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAI
I don't think you are supposed to be sending messages to the list in RTF.
This will cause most peoples messages to be garbled.
> -Original Message-
> From: Gerald Carl Wieder [mailto:[EMAIL PROTECTED]]
> Sent: April 24, 1998 7:38 AM
> To: Redhat-List@Redhat. Com
> Subject: Newbie p
-Original Message-
From: Chris "Cranky Spice" Harshman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, April 24, 1998 13:23
Subject: Re: Newbie problem: "Boot failure" when installing RH5
>One thing I've always foun
One thing I've always found is that NT gets in the way of creating
bootdisks with Slackware, and I imagine RedHat's the same way.
NT (AFAIK) doesn't allow programs, especially DOS software, to
get at the hardware the way RAWRITE needs to. (Someone shoot me
if I've got it all wrong.)
If you can
> I'm new to the list, and the world of Unix/Linux in general. I picked up
> Macmillan's package for Linux 5 at the local Best Buy, and attempted an
> install for the first time. I created the boot.img and supp.img disks as
> instucted and and got an error message: "Boot failure: change disks a
> Hi !
> I have download some "books" about linux. The file format is tar.gz, Can anyone
> here tell me how to unpack them. I have tried several variants of tar and
> gunzip, but unsuccesfully.
Usually
$ zcat whateveritis.tar.gz | tar -tvf -
to see what's in there -- what, if any, directories a
On Thu, 2 Apr 1998, Chuck Carson wrote:
> I have gone thru several C books and the best I have found is by Kelley and
> Pohl entitles
> "A Book On C".
>
> I used the third edition, there is now a fourth, almost twice as thick, so I
> am sure it is still
> just as good. However, nothing will ever
tar -xvzf thefile.tar.gz
however, this only works on a few tar's..but it does work on the one that
comes with redhat :)
just dont' try it on an Digital Unix system :)
if your tar doesn't support -z (it will give you errors, probably either
about how -z isn't a valid option or that you don't ha
Hello!
> ps.
> can anyone here recommend some good (newbie) books about C-programming
I liked "Teach yourself C in 21 days", because I didn't know much about
programming before learning C, except for some BASIC and Pascal. It's very
easy to follow.
---
Li
On 4 Jan, Osman wrote:
> Hi !
> I have download some "books" about linux. The file format is tar.gz, Can anyone
> here tell me how to unpack them. I have tried several variants of tar and
> gunzip, but unsuccesfully.
If in fact the file is a tar.gz file, the correct syntax to explode it
is this:
--Original Message-
From: Brian <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, April 02, 1998 8:26 AM
Subject: Re: Newbie problem
>> can anyone here recommend some good (newbie) books about C-programming
>>
>
>I didn't see an
> can anyone here recommend some good (newbie) books about C-programming
>
I didn't see any response to this question. One of my first classes in
college on C++ used a book called:
Problem Solving with C++, by Walter Savitch
You can check it out at this website:
http://www.aw.com/cseng
It's
Better solution:
tar -xzf thefilename.tar.gz
Then you don't have the larger, decompressed tarfile remaining behind.
On Thu, 2 Apr 1998, Tad Johnson wrote:
> gunzip thefilename.tar.gz
>
> then:
>
> tar -xf thefilename.tar
>
> Tad
>
> At 03:55 AM 1/4/97 +0100, you wrote:
> >Hi !
> >I have do
On Sat, 4 Jan 1997, Osman wrote:
> Hi !
> I have download some "books" about linux. The file format is tar.gz, Can anyone
> here tell me how to unpack them. I have tried several variants of tar and
> gunzip, but unsuccesfully.
Try:
tar xvzf somefile.tar.gz
Also, check out the man pages for bo
gunzip thefilename.tar.gz
then:
tar -xf thefilename.tar
Tad
At 03:55 AM 1/4/97 +0100, you wrote:
>Hi !
>I have download some "books" about linux. The file format is tar.gz, Can
anyone
>here tell me how to unpack them. I have tried several variants of tar and
>gunzip, but unsuccesfully.
>
>Than
16 matches
Mail list logo