Main Page | Report this Page
Linux Forum Index  »  Linux - Red Hat Forum  »  USB installation - MD5s for RHEL 5.3 Fail...
Page 1 of 3    Goto page 1, 2, 3  Next

USB installation - MD5s for RHEL 5.3 Fail...

Author Message
David W. Hodgins...
Posted: Sun Jul 05, 2009 1:56 am
Guest
On Sat, 04 Jul 2009 23:06:48 -0400, <QuadZeroRoute at (no spam) yahoo.com> wrote:


Quote:
I may be able to install from a USB device, never tried it with

Another option, if you have the space available, is to install from
the hard drive. Much faster.

Copy the dvd to a .iso file on the hd.

Use any distro that has a live cd to boot into linux, and then run
a script similar to the following, which is what I use ...

#!/bin/bash

isofile=mandriva-linux-free-alpha-cooker-i586.iso
isodir=/mnt/hd

cd "$isodir"
rm -f vmlinuz.install
rm -f initrd.install

mount -t auto -o ro,loop "$isofile" /media/cdrom
ls -l /media/cdrom/i586/isolinux/alt0/vmlinuz
ls -l /media/cdrom/i586/isolinux/alt0/all.rdz
ls -l /media/cdrom/i586/isolinux/alt0/
cp /media/cdrom/i586/isolinux/alt0/vmlinuz "$isodir"/vmlinuz.install
cp /media/cdrom/i586/isolinux/alt0/all.rdz "$isodir"/initrd.install

umount /media/cdrom
ls -l *.install

echo image=$isodir/vmlinuz.install
echo label="install"
echo root=/dev/sda3
echo initrd=$isodir/initrd.install

The above script extracts the files needed to boot from, and shows
the stanza needed for for lilo to boot from the iso image.

After running the script, you'd have to create a /etc/lilo.conf file,
and then run lilo to install the boot manager.

Feel free to contact me by email (see sig), if you'd like to try this
approach, and need some help.

Regards

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
 
QuadZeroRoute...
Posted: Sun Jul 05, 2009 7:13 am
Guest
On Jul 5, 2:56 am, "David W. Hodgins" <dwhodg... at (no spam) nomail.afraid.org>
wrote:
Quote:
On Sat, 04 Jul 2009 23:06:48 -0400, <QuadZeroRo... at (no spam) yahoo.com> wrote:
I may be able to install from a USB device, never tried it with

Another option, if you have the space available, is to install from
the hard drive. Much faster.

Copy the dvd to a .iso file on the hd.

Use any distro that has a live cd to boot into linux, and then run
a script similar to the following, which is what I use ...

#!/bin/bash

isofile=mandriva-linux-free-alpha-cooker-i586.iso
isodir=/mnt/hd

cd "$isodir"
rm -f vmlinuz.install
rm -f initrd.install

mount -t auto -o ro,loop "$isofile" /media/cdrom
ls -l /media/cdrom/i586/isolinux/alt0/vmlinuz
ls -l /media/cdrom/i586/isolinux/alt0/all.rdz
ls -l /media/cdrom/i586/isolinux/alt0/
cp /media/cdrom/i586/isolinux/alt0/vmlinuz "$isodir"/vmlinuz.install
cp /media/cdrom/i586/isolinux/alt0/all.rdz "$isodir"/initrd.install

umount /media/cdrom
ls -l *.install

echo image=$isodir/vmlinuz.install
echo    label="install"
echo    root=/dev/sda3
echo    initrd=$isodir/initrd.install

The above script extracts the files needed to boot from, and shows
the stanza needed for for lilo to boot from the iso image.

After running the script, you'd have to create a /etc/lilo.conf file,
and then run lilo to install the boot manager.

Feel free to contact me by email (see sig), if you'd like to try this
approach, and need some help.

Regards

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)


That is some script. I will have to do that someday. I just copied
it and emailed it to my account so I will have it in the future and
will do it once I am up and have my "sea-legs" under me.
 
Allen Kistler...
Posted: Sun Jul 05, 2009 1:32 pm
Guest
David W. Hodgins wrote:
Quote:
On Sat, 04 Jul 2009 23:06:48 -0400, <QuadZeroRoute at (no spam) yahoo.com> wrote:
I may be able to install from a USB device, never tried it with

Another option, if you have the space available, is to install from
the hard drive. Much faster.

Copy the dvd to a .iso file on the hd.

Use any distro that has a live cd to boot into linux, and then run
a script similar to the following, which is what I use ...

[snip]

Wasn't the heart of the OP's problem:

Quote:
I cannot select the DVD drive as a
bootable device from within the already updated BIOS.

So he needs to be able to boot from something that's not his optical
drive. That would be floppy, USB, or PXE, if the machine supports PXE.

I can't think of a way to do a floppy-based or USB-based installation
for RHEL. You could probably bootstrap into RHEL by starting with
another distro that does support floppies, if you have a floppy drive
and lots of floppy disks. Install that distro first, then use the
method David mentions to boot to the RHEL iso.

PXE needs a separate machine. The separate machine need not be Linux.
It just needs to run a tftp service and one service of nfs, ftp, and
http. This option is probably the sanest inexpensive option, if you
have another machine and if your first machine supports PXE booting.

Creative alternatives:
1. Get an add-in CD/DVD controller card with its own BIOS that *does*
support booting from CD/DVD. Attach the CD/DVD to it.
2. Repartition the HD and use your favorite Windows VM software to
access the whole physical drive. It will probably take some skill
and lots of forethought to keep from turning your machine into a
doorstop, but it could be viable.
3. Give up on RHEL5. There might be a way to do a floppy-boot
installation of RHEL3. If there is, at least you'd also be able to
boot into the RH rescue environment if you ever needed. I don't know
how much time RHEL3 has before it's EOLed, but it shouldn't be too
hard to check. BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.
4. Get a whole new machine that supports booting from CD/DVD.
 
Sidney Lambe...
Posted: Sun Jul 05, 2009 3:18 pm
Guest
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:

[delete]

Quote:
BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.

The world is indeed coming to an end. People are paying
for Linux.

But even worse, people are _selling_ Linux.

I'd guess that RH uses closed-source proprietary software, too.
And that they have 800 numbers for paid tech support.

Add KDE and you've got Windows.

[delete]

It'll be a cold day in Hell before I'll pay for Linux software
or install closed-source software on my box. Or pay for technical
support.

Sure, I send a few bucks to various developers/maintainers now and then, but
this is a gift of appreciation, not payment. It isn'[t business. It's
amateurs supporting amateurs.

Real Linux is amateur.

When did the corruption of Linux by the corporate technocrats begin?

With user interfaces like KDE and Gnome, making it possible, with
the help of formal technical support, for ignorant appliance operators
to use the obscured Linux OS underlying the interface without knowing
anything about it. They don't learn Linux, they learn KDE.

Sid
 
Sidney Lambe...
Posted: Sun Jul 05, 2009 6:13 pm
Guest
Jean-David Beyer <jeandavid8 at (no spam) verizon.net> wrote:
Quote:
Sidney Lambe wrote:
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:

[delete]

BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.

The world is indeed coming to an end. People are paying
for Linux.

Actually, they are not paying for Linux. Red Hat is charging for support and
maintenance. They also charge for the compiled versions of the software, but
the source is available for free.

They have no problem with others compiling their source (other than their
trademarks) and distributing and maintaining their own binaries. CentOS do
this, and Red Hat is not prosecuting them.

But even worse, people are _selling_ Linux.

True. But if you are a true capitalist, note that you can get the source for
free, so those who pay vendors such as Red Hat must feel they are getting
something of value in return for their money.

I'd guess that RH uses closed-source proprietary software, too.
And that they have 800 numbers for paid tech support.

You do not have to guess: it is described on their web site. The more you
pay, the better support you get. Their Enterprise Linux distributions do not
have proprietary software in it. They also sell other packages that are
proprietary if you want them.

Note that Red Hat contribute to the Linux software effort with the donation
of paid staff to work on parts of it.

[snip]

So it's not quite as grim as it seemed. But the trend is downhill and
snowballing. The corporate technocrats and couch potatos and office drones
have their feet in the door.

Real Linux is for amateur hackers, not appliance
operators and office drones and technocrats.

But it won't be long before the latter try to
take it away from us, using the patent laws.

They already have, once.

Just Say No

to KDE/Gnome/Xfce/and so on.

Learn Bash.

Sid

Running Slackware 9.1 (2.4.22) 134MB on the hdd, full development environment
and X; using 13MB RAM at the moment; CPU 99.9% idle.
 
The Natural Philosopher...
Posted: Sun Jul 05, 2009 6:42 pm
Guest
Sidney Lambe wrote:
Quote:
Jean-David Beyer <jeandavid8 at (no spam) verizon.net> wrote:
Sidney Lambe wrote:
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:

[delete]

BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.
The world is indeed coming to an end. People are paying
for Linux.
Actually, they are not paying for Linux. Red Hat is charging for support and
maintenance. They also charge for the compiled versions of the software, but
the source is available for free.

They have no problem with others compiling their source (other than their
trademarks) and distributing and maintaining their own binaries. CentOS do
this, and Red Hat is not prosecuting them.
But even worse, people are _selling_ Linux.
True. But if you are a true capitalist, note that you can get the source for
free, so those who pay vendors such as Red Hat must feel they are getting
something of value in return for their money.
I'd guess that RH uses closed-source proprietary software, too.
And that they have 800 numbers for paid tech support.
You do not have to guess: it is described on their web site. The more you
pay, the better support you get. Their Enterprise Linux distributions do not
have proprietary software in it. They also sell other packages that are
proprietary if you want them.

Note that Red Hat contribute to the Linux software effort with the donation
of paid staff to work on parts of it.

[snip]

So it's not quite as grim as it seemed. But the trend is downhill and
snowballing. The corporate technocrats and couch potatos and office drones
have their feet in the door.

Real Linux is for amateur hackers, not appliance
operators and office drones and technocrats.


No, it isn;t

Its for everybody, including those that want to pay someone to make it
work for them.

Quote:
But it won't be long before the latter try to
take it away from us, using the patent laws.

Not in anybodies interest anymore.


Basically open source has broken the license fee stranglehold, but it
wont break the need for support for those that need it.
 
Nico Kadel-Garcia...
Posted: Sun Jul 05, 2009 6:53 pm
Guest
On Jul 5, 8:13 pm, Sidney Lambe <sidneyla... at (no spam) nospam.invalid> wrote:

[ ranting deleted ]

Folks, we've got a troll. He's not answering the questions raised by
the original poster, has no apparent actual knowledge to contribute,
and his entire posting history under this alias is 90% troll and 10%
useless comments that do not actually provide any information or
reflect any direct experience.

Killfile him and move on.
 
Sidney Lambe...
Posted: Sun Jul 05, 2009 11:09 pm
Guest
Johnny Rebel <rebel at (no spam) none.com> wrote:
Quote:
Sidney Lambe wrote:
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:

[delete]

BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.

The world is indeed coming to an end. People are paying
for Linux.

Nothing wrong with that at all, it is all in the spirit of the GPL. The
best thing is, you don't have to pay for it, it is your choice.

Yes, there is something wrong with it. They are paying for avoiding
learning Linux.

They are paying to remain ignorant appliance operators.

I don't know why you call yourself "Johnny Rebel".

You are a corporate sheep.

Oh yeh. I forgot. Lies the corporations' principal tools.

[delete]

Sid
 
Sidney Lambe...
Posted: Sun Jul 05, 2009 11:09 pm
Guest
Jean-David Beyer <jeandavid8 at (no spam) verizon.net> wrote:
Quote:
Sidney Lambe wrote:

[delete]

Quote:
Just Say No

to KDE/Gnome/Xfce/and so on.

It is no fun trying to run the lynx web browser with modern web sites.

Now there is a remarkably ignorant statement coming from someone
who claims (in the rest of this article, deleleted) to be a
Linux expert.

I run firefox here when necessary, and bash is my user interface.
I don't run an "integrated graphical desktop environment" like
KDE or Gnome or Xfce.

You just enter "firefox &" on the commandline and firefox is
launched and the prompt is cleared.

Duh <<<<<<<<<

(I have it 'aliased' to a function
in my bashrc to "ff", so that's all I have to enter).

So are you actually this ignorant or are you a corporate shill
trying to disinform people?

It's not that I can do anything from the commandline that someone
can do with KDE. I can do _more_.

And it's easier to learn bash than it is to learn KDE, starting
from scratch.

Don't let these technocrats mislead you. They want to produce
ignorant appliance operators so that you'll be dependent on
them.

[delete]


Sid
 
Jan Gerrit Kootstra...
Posted: Mon Jul 06, 2009 12:07 am
Guest
Sidney Lambe schreef:
Quote:
Jean-David Beyer <jeandavid8 at (no spam) verizon.net> wrote:
Sidney Lambe wrote:

[delete]

Just Say No

to KDE/Gnome/Xfce/and so on.
It is no fun trying to run the lynx web browser with modern web sites.

Now there is a remarkably ignorant statement coming from someone
who claims (in the rest of this article, deleleted) to be a
Linux expert.

I run firefox here when necessary, and bash is my user interface.
I don't run an "integrated graphical desktop environment" like
KDE or Gnome or Xfce.

You just enter "firefox &" on the commandline and firefox is
launched and the prompt is cleared.

Duh

(I have it 'aliased' to a function
in my bashrc to "ff", so that's all I have to enter).

So are you actually this ignorant or are you a corporate shill
trying to disinform people?

It's not that I can do anything from the commandline that someone
can do with KDE. I can do _more_.

And it's easier to learn bash than it is to learn KDE, starting
from scratch.

Don't let these technocrats mislead you. They want to produce
ignorant appliance operators so that you'll be dependent on
them.

[delete]


Sid
Sid,



Just a philosophical question, do you have fire insurance?


Kind regards,


Jan Gerrit
 
Sidney Lambe...
Posted: Mon Jul 06, 2009 12:51 am
Guest
Nico Kadel-Garcia <nkadel at (no spam) gmail.com> wrote:
Quote:
On Jul 5, 8:13=A0pm, Sidney Lambe <sidneyla... at (no spam) nospam.invalid> wrote:

[ ranting deleted ]

Folks, we've got a troll. He's not answering the questions raised by
the original poster, has no apparent actual knowledge to contribute,
and his entire posting history under this alias is 90% troll and 10%
useless comments that do not actually provide any information or
reflect any direct experience.

Killfile him and move on.

The lying technocrats move in for the quick kill, the cheapest shot
on the internet: The person disagreeing with the party line
is a TROLL and he isn't talking sense, he's RANTING.

<yawn>

Linux, the _real_ Linux, is for, by, and about amateur hackers.
Without them it would have never come to pass. Without them
it will die.

Now, the corporations (technocrats, investors, couch potatoes,
and office drones, etc.) are trying to take it over.

Their principal tool of conquest? Windows-like user interfaces:

KDE and Gnome and the like. They provide the illusion of 'user-friendliness'
while, by design, forcing the user to rely on technical support, and
divorce him/her from the underlying OS.

These bloated and overly-complex applicatio-suites require millions of
lines of code that was/is financed by a bunch of different corporations
at enormous cost. And corporations do not spend money without expecting
to make a profit on the investment.

The fact is that it is easier to learn to run Linux from the commandline
than it is to learn KDE (etc.), starting from scratch.

You can run any application, including any Gnome/KDE apps, with just
the X-Window System. You don't need KDE/Gnome.


Sid
 
The Natural Philosopher...
Posted: Mon Jul 06, 2009 3:33 am
Guest
Sidney Lambe wrote:
Quote:
Johnny Rebel <rebel at (no spam) none.com> wrote:
Sidney Lambe wrote:
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:

[delete]

BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.
The world is indeed coming to an end. People are paying
for Linux.
Nothing wrong with that at all, it is all in the spirit of the GPL. The
best thing is, you don't have to pay for it, it is your choice.

Yes, there is something wrong with it. They are paying for avoiding
learning Linux.

Do you service your won car? Perform your own lobotomies? Salughter your

own cattle?

Jeez.

Quote:
They are paying to remain ignorant appliance operators.

I don't know why you call yourself "Johnny Rebel".

You are a corporate sheep.

Oh yeh. I forgot. Lies the corporations' principal tools.

[delete]

Sid

 
The Natural Philosopher...
Posted: Mon Jul 06, 2009 3:34 am
Guest
Sidney Lambe wrote:
Quote:
Jean-David Beyer <jeandavid8 at (no spam) verizon.net> wrote:
Sidney Lambe wrote:

[delete]

Just Say No

to KDE/Gnome/Xfce/and so on.
It is no fun trying to run the lynx web browser with modern web sites.

Now there is a remarkably ignorant statement coming from someone
who claims (in the rest of this article, deleleted) to be a
Linux expert.

I run firefox here when necessary, and bash is my user interface.
I don't run an "integrated graphical desktop environment" like
KDE or Gnome or Xfce.

You just enter "firefox &" on the commandline and firefox is
launched and the prompt is cleared.


Golly. I remember people doing that ten years ago..


Quote:
Duh

(I have it 'aliased' to a function
in my bashrc to "ff", so that's all I have to enter).

So are you actually this ignorant or are you a corporate shill
trying to disinform people?

It's not that I can do anything from the commandline that someone
can do with KDE. I can do _more_.

And it's easier to learn bash than it is to learn KDE, starting
from scratch.

Don't let these technocrats mislead you. They want to produce
ignorant appliance operators so that you'll be dependent on
them.

[delete]


Sid
 
Matt Giwer...
Posted: Mon Jul 06, 2009 5:02 am
Guest
Sidney Lambe wrote:
Quote:
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:
[delete]
BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.
The world is indeed coming to an end. People are paying
for Linux.
But even worse, people are _selling_ Linux.
I'd guess that RH uses closed-source proprietary software, too.
And that they have 800 numbers for paid tech support.
Add KDE and you've got Windows.
[delete]
It'll be a cold day in Hell before I'll pay for Linux software
or install closed-source software on my box. Or pay for technical
support.
Sure, I send a few bucks to various developers/maintainers now and then, but
this is a gift of appreciation, not payment. It isn'[t business. It's
amateurs supporting amateurs.
Real Linux is amateur.
When did the corruption of Linux by the corporate technocrats begin?
With user interfaces like KDE and Gnome, making it possible, with
the help of formal technical support, for ignorant appliance operators
to use the obscured Linux OS underlying the interface without knowing
anything about it. They don't learn Linux, they learn KDE.

Their business model is to sell support for the Enterprise version. The free
releases are their provers. Also I have read the free releases are to get
feedback to identify all the bugs and glitches which, when fixed, go into the
Enterprise releases. If that is correct then FC9 with all the updates should
be very close to the latest Enterprise release. Going by the stock price it is
working quite well.

--
Jews make no bones about their desire for all Arabs to die.
-- The Iron Webmaster, 4159
http://www.giwersworld.org/holo3/ a12
Mon Jul 6 06:52:51 EDT 2009
 
Johnny Rebel...
Posted: Mon Jul 06, 2009 6:05 pm
Guest
Sidney Lambe wrote:
Quote:
Johnny Rebel <rebel at (no spam) none.com> wrote:
Sidney Lambe wrote:
Allen Kistler <ackistler at (no spam) oohay.moc> wrote:

[delete]

BTW, Red Hat's subscription fees are not
version-specific. If you paid for RHEL5, you can switch to RHEL3.
The world is indeed coming to an end. People are paying
for Linux.
Nothing wrong with that at all, it is all in the spirit of the GPL. The
best thing is, you don't have to pay for it, it is your choice.

Yes, there is something wrong with it. They are paying for avoiding
learning Linux.

I don't see anything wrong with it whatsoever. I don't think R.M.S has
an issue with it either - and if he doesn't, you sure don't have an excuse.

Quote:

They are paying to remain ignorant appliance operators.

I am actually an SA with quite a number of years of experience thanks.

Quote:

I don't know why you call yourself "Johnny Rebel".

<yawn>.

Quote:

You are a corporate sheep.

Not at all. It's just that I can read, and am not 13 years old.

Quote:

Oh yeh. I forgot. Lies the corporations' principal tools.

Not at all, spin is.

Quote:

[delete]

Sid




--


--> GNU/Linux is user friendly... it's just picky about its friends.
 
 
Page 1 of 3    Goto page 1, 2, 3  Next
All times are GMT - 5 Hours
The time now is Mon Nov 30, 2009 7:48 am