|
|
How To Download and Install Unix "Red Hat" Installation and Other General QuestionsHardware and space requiredQuestion: What are the minimum hardware and space requirements for installing Red Hat Linux on my PC?
Answer: 1620 MB for Server, 450 MB for Workstation , and 120 MB for Custom Install 16 MB RAM is recommended and can be installed on the Intel 386 to the latest P IIs.
4.2 Programming tools/compilers includedQuestion: What Programming tools/compilers does Red Hat Linux ship? Answer: C, C++, FORTRAN, Pascal, assembly, BASIC, perl, python, Tcl/Tk, LISP, Scheme, as well as a functional debugger and memory debugging library. 4.3 Multimedia tools includedQuestion: What multimedia tools are shipped with the boxed set? Answer: Image viewers for JPEG, GIF, PNG, TIFF, MPEG, AVI, and Quicktime video viewers. 4.4 Graphical programs includedQuestion: What type of graphical program is shipped with Red Hat Linux? Answer: GIMP, 1.0 an image manipulation, retouching, and paint program. See http://www.gimp.org/ for more information.
4.5 Publishing tools includedQuestion: What types of Publishing tools are shipped with Red Hat Linux? Answer: TeX, LaTex, groff text formatting systems, PostScript, PDF, and DVI previewers.
4.6 Mail server includedQuestion: What mail servers are shipped with Red Hat Linux? Answer: Sendmail. POP, and IMAP are also shipped.
4.7 Red Hat Linux as a file serverQuestion: Can I use Red Hat Linux as a File Server? Answer: Yes, we ship Samba and NFS to insure access to the File Server capabilities.
4.8 Does Red Hat Linux include an X windows system?Question:
Does Red Hat Linux include an X windows system? Answer: Yes, Xfree86 version 3.3.3.
4.9 Running Windows programs in Red Hat LinuxQuestion: Will my Microsoft applications be able to run on Red Hat Linux? Answer: No, only Linux based applications will run on the Red Hat Linux OS. However, it is possible to download a read-only windows emulator at http://www.winehq.com/. You can also run vmware, which is a virtual machine which will run Linux and another operating system concurrently. For more information, see http://www.vmware.com/
4.10 Obtaining Red Hat LinuxQuestion: How can I get Red Hat Linux? Answer: Red Hat Linux is available on CD-ROM directly from Red Hat Software or various Red Hat Linux resellers; it is also available via FTP and its many mirror sites. You may be able to purchase it from stores like "Wal-Mart", "CompUSA", and many other retail stores. Another place to purchase it is online from our E-commerce store. Due to the Open Source licenses that Red Hat Inc uses for its products, many companies are able to download our source-code. It is licensed using the GPL
4.11 Installing multiple operating systemsQuestion: I have a blank hard drive and would like to install DOS or Windows 95 and Linux onto it. What is the best method of doing this? Answer: It is recommended to install the other operating system first, before installing Linux. This allows the other OS to get comfortable with the hardware and possibly write values to the Master Boot Record (MBR) that it would just over-write if Linux was installed first. You will probably need to do this in a several step method, however. First start the install, but if the operating system partitions the entire drive for itself, see if you can bail out early and use the native fdisk to create a primary partition of the size you want to leave for the OS. Then reboot and go through the install again and normally the OS will just use the space that you just set aside. Once the install is finished, you can begin the Linux installation.
4.12 Creating an installation boot diskQuestion: How do I create an installation boot disk? Answer: To create the boot disk with the new images, you can either use the dd command under UNIX/Linux:
Or you can use the To make floppies under DOS, Win95, or NT:
The .img files are boot images and can be found in your images directory on the Red Hat Linux CD #1.
4.13 Difference between Linux and DOS disk namesQuestion: I have an IDE system, and I am confused by how Linux sets up drives in comparison to DOS. Can you explain this? Answer: Linux sets up the drive system in a very different pattern than DOS, and this can be rather confusing. Instead of calling the first hard drive C:, it will be usually be a combination of letters signifying what kind of BUS (sd for SCSI, hd for IDE) and on which sequence it was detected. Finally a number is tagged onto the end to specify which partition on the drive is being referenced. For IDE hard drives the layout depends on which IDE channel the drive is on and whether it is the master or slave on that channel.
The partition number follows an old PC standard that there are a limit of 4 primary partitions per hard drive, but one of those partitions can be designated as an extended partition. Inside of this extended partition, logical partitions can be specified (for most drives you can have 12 logical drives in the extended partition for 16 partitions all together). The numbering scheme is broken into the following:
4.14 Installation problems with IDE CD-ROMQuestion: Linux is having trouble detecting my IDE CD-ROM drive during the install. Can I force the install to see it?
Answer: Sometimes IDE CD-ROM drives will not be detected either due to the fact that they are on a IDE channel the BIOS doesn't know about, or that when queried, replies back with data that Linux thinks is bogus (Early NEC IDE CD-ROMs respond with data saying that it is an IDE floppy drive instead of a CD-ROM.) To solve your problem, you need to specify the the CD-ROM drive from the LILO boot prompt. When you see
or
You need to type in
where X is the IDE letter that Linux would specify for that drive depending on which IDE bus it is on.
4.15 Installing Red Hat Linux from a hard driveQuestion: I do not have a CD-ROM that will work with Linux and I can not install from the network. Is there another method?
Answer:
If you are going to need to do a hard drive install due to some problem with your CD-ROM, you will need to follow these steps. Have a DOS partition that is formatted in FAT16, and create a
directory called
If you do not have enough disk space for copying the entire
RPMS directory tree over to your hard-drive, you will need to look in the file
Once you have done this, you can start the install and choose a hard drive install. You will be asked to insert the supplemental floppy and a progress meter will pop-up to show you what is happening. Once the supplemental disk has been loaded, you will be presented with the next screen on the install.
4.16 Laptop Installation ProblemsQuestion: I am having trouble getting Linux setup on my laptop computer. What should I do?
Answer: Laptops are one of the hardest pieces of hardware to support in the industry. Many times the company that constructs the hardware has to tweak a chipset to make it fit in the confined structure or meet certain power requirements. These changes are usually only documented internally for trade secret reasons, and only can be reverse-engineered or reverse-worked around. When Red Hat support finds itself with a laptop question our first and sometimes only reference is the Linux Laptop Pages, which can be found at: http://www.cs.utexas.edu/users/kharker/linux-laptop/
4.17 Signal 11 or Signal 7 problems during installQuestion: During the install, I get a fatal signal 11 or signal 7. What does this mean and what can I do? Answer: Signal 11's and signal 7's are errors indicating a hardware error in memory or on the bus. This can be due to problems in executables or with the hardware of the system. The Linux kernel uses a lot more capabilities of the CPU, Cache, and memory, and is more prone to faulting on marginal hardware. The first thing to do is check to see if you have the latest installation and supplemental floppies from Red Hat. Check the errata for updates and also the FTP site to see if newer versions are available. If the latest images still fail, it may be due to hardware. Common suspects are memory or CPU-cache. Try turning off the CPU-cache in the BIOS and see if the problem goes away. Also try swapping memory around in the motherboard slots to see if it is either slot or memory related. The premier site on the net for this problem can be found at http://www.bitwizard.nl/sig11/
4.18 Upgrade problem:
|
| http://www.redhat.com/knowledgebase/
| http://www.redhat.com/support/manuals/RHL-6.2-Manual/getting-started-guide/
| http://www.redhat.com/mirrors/LDP/
|
|
| |
The following are some good books that will also help you get started:
Linux in a Nutshell
| Running Linux
| The No BS Guide to Red Hat Linux 6 |
Question:
How do I install Windows NT and Linux onto the same machine?
Answer:
If you need to install Windows NT and Linux on the same machine, we have found that the following guide will ensure success. First, download and read the Linux and NT HOWTO that has been prepared by Bernd Reichert. The latest version can be found at http://metalab.unc.edu/LDP/HOWTO/mini/Linux+NT-Loader.html and a possibly earlier one can be found on the CD-ROM in \doc\HOWTO\mini\Linux+NT-Loader
Since this guide is extremely helpful, only a brief summary is presented below:
Partition and install Windows NT first. If possible do not create any logical partitions, as we have had reports of this causing problems. Get NT running and its boot loader happy. If you haven't already, make a rescue boot floppy just in case.
Install Linux and install LILO to the root (/) partition instead of the Master Boot Record (MBR).
If you are using Red Hat Linux 5.1 or later, use the rescue boot floppy you created during the install to boot Linux initially.
Edit the /etc/lilo.conf file to remove the prompt line and any other OSes listed. We have found that the prompt action confuses NT sometimes. Here is an example /etc/lilo.conf file that has been set up for NT
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
timeout=50
image=/boot/vmlinux-2.2.12-20
label=Linux
root=/dev/hda5 #(make sure that you put your correct root partition here)
read-only
Follow the rest of the directions in the mini HOWTO on getting the NT OS loader Linux aware.
Question:
How do I add users?
Answer:
First, log in as root and run the adduser command, like so:
adduser <username>
Make certain that you also set up a password for the new user like so:
passwd <username>
Question:
How can I setup Secure Shell (SSH) or PGP on my Linux system?
Answer:
Due to United States of America export restrictions on munitions, Red Hat Linux can not distribute ssh. The Zedz Consultants site has set up various downloads of ssh and PGP.
Question:
I'm trying to install and I keep getting 'mount failed.' What should I do?
Answer:
If you are performing a full installation, make certain that you have set up the partitions as ext2 or Linux Native, depending on which partitioning tool you used. Also, make sure that you have created and initiated your swap partition.
There are five virtual consoles. Two of these consoles, Install Log,
<ctrl><alt><f3>
and System Log,
<ctrl><alt><f4>
should be beneficial in pinpointing the install problem you have encountered.
If you are running an upgrade, switch to a virtual terminal and make certain that none of the partitions are already mounted, and check /etc/fstab for fs types that aren't listed in /proc/filesystems
Question:
I forgot my root password. What do I do?
Answer:
When the system comes to the LILO prompt, type:
linux single
When you get the #
prompt you will need to type
the following:
passwd root
This will update the password to a newer one. At this point
you can type shutdown -r now
and the system should boot up with
your new password available.
Question:
Every time I turn my computer off, when I turn it back on, it makes me run fsck command on my partitions. Why?
Answer:
The most likely cause for this is that your partitions are not being unmounted properly when you last stopped the machine. Linux is very much like NT and Windows 98 in that it needs to be properly shutdown, or there could be disk corruptions and other inconsistencies.
What you should do is make sure that you are shutting down the machine properly. This can be done through one of two methods.
If you are in text mode, you should log in as
| If you are using the GUI mode, there should be a system
button on the GDM login screen. (This is the screen that asks for your
username and password). Click on |
Either of these methods will cleanly halt your machine and you
should see a line that says Power Down
when it is safe to
turn off the machine. If you are running APM, Linux will try to stop the
machine via the BIOS.
Question:
How do I get sound to work with Linux?
Answer:
Setting up sound can be difficult in many cases, because most people have plug and play sound cards. This section of the FAQ tries to attack this issue from several different angles to try to cover all bases.
First, you will need to either disable plug and play on the card (via jumpers or card setup tools). You can also change your boot method to use Loadlin.exe from Windows (as windows would then have set up the plug and play hardware).
The command to set up sound is called sndconfig. You will need
to log in as root (and if you are using the X Window System, open a terminal).
At the prompt type: sndconfig
. This will walk you through setting
up your sound card.
If you have problems with sndconfig, here are a couple of other ways to attack the problem.
sndconfig tries to setup a good set of default values for the plug and play settings, and then load the appropriate modules. If it can't find a good set of values itself, you can try:
/usr/sbin/sndconfig --noautoconfig
This will let you manually specify the plug and play values for the card. You need to choose these wisely however. The values from windows will probably work if it's the only plug and play device in the machine, but check out:
cat /proc/interrupts
cat /proc/ioports
cat /proc/dma
cat /proc/pci
to find a set of resources that will work.
Enter them in and continue. It should then load the proper modules and play the sound.
Another approach is the following:
You can let sndconfig set it up as close as you can get to the real values of your card. Then edit /etc/conf.modules to use the correct values. It should have something like:
alias sound sb
options sb irq=7 io=0x320 dma=3,5
To reload the modules type:
/etc/rc.d/init.d/sound stop
/etc/rc.d/init.d/sound start
This should load up the sb module with the proper resources.
You can also try this:
cd /etc
pico conf.modules
delete any lines about sb or opl3
save the file
reboot
Then run /usr/sbin/sndconfig again.
Finally, here is another route to try:
You can try using the isapnptools programs.
Type this:
/sbin/pnpdump > /etc/isapnp.conf
The pnpdump command probes to see what plug and play devices are installed and generates a template file for isapnp to read. Thats what the /etc/isapnp.conf is.
Once you have chosen a good set of resources for the card, making sure they don't conflict with any other cards (to see other resources, check the following:)
cat /proc/pci
cat /proc/interrupts
cat /proc/ioports
cat /proc/dma
Then type:
/sbin/isapnp /etc/isapnp.conf
to set up the devices. If this does not work, you can edit this file with a text editor (vi, pico, emacs, etc) and adjust the values to fit those of your card. The file format is a little obtuse, so you may want to check: http://www.roestock.demon.co.uk/isapnptools/ for more information.
If it's not a plug and play card, and you know the values for
the resources it uses, you can just set them manually by editing /etc/conf.modules
----example---------
alias sound sb
alias midi opl3
options opl3 io=0x388
options sb io=0x220 irq=7 dma=0,1 mpu_io=0x300
----example---------
You can also type: man isapnp.conf
for a more
detailed description of the format.
Then run:
/etc/rc.d/init.d/sound stop
/etc/rc.d/init.d/sound start
You may need to go though this a few times to get good values. This is what sndconfig is supposed to do automatically, but it doesn't always work for all cards.
If all this fails, report problems to the sound-list@redhat.com so that they can be worked on.
Question:
Every time I leave my computer for a few minutes, the screen goes blank. How can I fix this?
Answer:
If you have a screen saver running, you may want to turn that off. In text mode, the kernel will "screen-save" your system unless you use:
setterm -powersave off -blank 0
Otherwise, if you hear disk drives speed up or other sounds,
this is probably APM kicking in. Disable APM from starting at boot time by
logging in as root
and typing:
ntsysv
then deselect APM. Leave ntsysv and you will need to reboot the machine (this is one of the few services that you have to restart the system as APM is so deeply connected to the kernel that a full reset is needed.)
Question:
I compiled a program called hello but when I try to run it it
says bash: hello command not found
. Why won't my programs run on
Red Hat?
Answer:
This problem is generally caused by the location of the program not being specified in your general path. The path is where Linux (like Windows) will search for a working executable. The current working directory is not in your path because of possible security exploits of a command masking itself as another one.
To run your file, you can 1)put the directory your are in in
your path (you can find out what the path is by typing echo $PATH
),
or 2)put the file in a directory that is in your path, or 3)by typing ./filename
.
Question:
I can't get my modem to work. Can you help?
Answer:
First, check to see if your modem is a supported device. Double check the Hardware Compatibility List at: http://www.redhat.com/support/hardware/index.html
Verify that your modem is being detected by the system and that it is not conflicting with other resources. You can check this with the following commands (as seen in this example):
cat /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0220-022f : soundblaster
02f8-02ff : serial(auto)
0330-0333 : MPU-401 UART
0376-0376 : ide1
0388-038b : Yamaha OPL3
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
d000-d07f : eth0
d800-d807 : ide0
d808-d80f : ide1
cat /proc/interrupts
CPU0
0: 1296380 XT-PIC timer
1: 30736 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 1 XT-PIC soundblaster
8: 1 XT-PIC rtc
10: 73593 XT-PIC eth0
12: 159669 XT-PIC PS/2 Mouse
13: 1 XT-PIC fpu
14: 246863 XT-PIC ide0
15: 584998 XT-PIC ide1
NMI: 0
to make certain none of your resources are conflicting.
Examples of this would be your modem and some other port sharing an interrupt.
In the PC world, COM 1 (/dev/ttyS0
) and COM 3 (/dev/ttyS3
)
will try to share the same interrupt unless told otherwise. While this works
in some systems, we have generally found that it leads to a degradation of
service.
Next, we recommend that you use minicom to double check that you are getting a signal back from your modem. Once you have determined this, refer to the following sites for information on setting up a PPP connection using wvdial, linuxconf, etc: http://www.redhat.com/support/docs/tips/PPP-Client-Tips/PPP-Client-Tips.html
http://www.redhat.com/support/docs/tips/Network-Config-Tips/Network-Config-Tips.html
Questions like this are also excellent questions for the Red Hat users' mailing list. There are many experienced Red Hat users on the list who might be of assistance on a matter of this sort. To subscribe to redhat-list, send mail to redhat-list-request@redhat.com with the following in the subject line:
subscribe
Leave the body empty.
There is also a compiled listing of past posts to this group, You may find the answer to your question there:
http://www.redhat.com/support/mailing-lists/archives/search.cgi
There are, of course many commercial UNIX support organizations that may provide support for specific applications; we encourage you to contact them to enquire about their Linux support options.
Question:
Netscape keeps crashing when I reach a page with Java applets in it. I have also noticed that some of my applications do not display fonts correctly. What is going on?
Answer:
There is a problem in one of the installation RPMS in that many systems do not have a complete list of fontpath for X to use.
To see if this is the problem you are facing, use the command:
chkfontpath --list
You should get output that looks like the following:
Current directories in font path:
1: /usr/X11R6/lib/X11/fonts/misc:unscaled
2: /usr/X11R6/lib/X11/fonts/75dpi:unscaled
3: /usr/X11R6/lib/X11/fonts/100dpi:unscaled
4: /usr/X11R6/lib/X11/fonts/misc
5: /usr/X11R6/lib/X11/fonts/Type1
6: /usr/X11R6/lib/X11/fonts/Speedo
You should then add the 75dpi scaled font to your path list using the command:
chkfontpath --add /usr/X11R6/lib/X11/fonts/75dpi
This should fix the problem you are seeing.
However, if problems persist check the following as well:
http://home.netscape.com/eng/mozilla/4.6/relnotes/unix-4.6.html#unix
(or Help -- release notes in the menu)
Basically, if Netscape exhibits consistent problems on pages containing Javascript, check your /.mailcap file, and remove this line if it is in that file:
application/x-javascript;;\
x-mozilla-flags=save
Question:
I can dial up to my ISP just fine, but I can't use Netscape. It says "cannot connect to remote host." What is wrong?
Answer:
What you are seeing occurs from one of two problems. The first problem is that your DNS (Domain Name Server) is not being set correctly during dial-up. Red Hat Linux 6.2 uses uwvdial which can determine this for most ISPs, but may have problems with some.
For Red Hat Linux 6.0 and earlier you will need to specify
your ISP's DNS servers in your /etc/resolv.conf
. Contact your ISP
for this information and edit the file to include those settings.
Here's an example:
search example.com example.com
nameserver 198.79.53.11
nameserver 198.79.53.10
Another reason for this problem is expecting action like the
Windows environment. When Windows detects that you are looking for something
on a network and you have a modem in your system, it will try to start that
modem connection. Linux currently requires you to start the connection
manually (easiest through the X Window System program usernet
).
Question:
I have installed Linux, and it seems to initially start booting. However it gets down to something called sendmail, httpd, or smb and then the machine seems to hang. What is happening and what should I do?
Answer:
If after the install the machine seems to hang when it reaches certain processes like sendmail, apache, or SMB there is probably a network problem. The most common cause is that Linux can not look up the name of the machine you have called the box (if you set up networking to have a machine name). The machine is currently paused waiting for the network timeout of DNS lookups, and will eventually bring up the login prompt. Login in as root and check the usual culprits for a problem.
If you are directly on a network with a DNS server, make sure the file /etc/resolv.conf has the correct values for your machine's DNS server. Check with your systems administrator that the values are correct.
If you are using Linux on a network without a DNS server (or this box is going to be the DNS server), then you will need to edit the /etc/hosts file to have the hostname and IP address so that the lookups will occur correctly. The format of the /etc/hosts file is:
127.0.0.1 localhost localhost.localdomain
192.168.200.1 mymachine mymachine.mynetwork.net
Where the example machine is called mymachine.
This document provides instructions on
how to download the Red Hat Linux operating system version 7.1 for
x86-compatible PCs in order to perform an installation from CD-ROMs you
will create or from a hard drive. In most cases, these instructions can
be modified and used to download Red Hat Linux for different
architectures and/or different versions of Red Hat Linux.
Please read through this entire document before you begin the process of downloading Red Hat Linux. You should also take a look at the Official Red Hat Linux 7.1 Installation Guide, the Official Red Hat Linux 7.1 Getting Started Guide, and the Red Hat Linux FAQ before you begin this process. There are seven (sometimes slippery) rungs on the ladder to operating system freedom:
You are downloading an entire operating system, and in most cases, you are then going to install the operating system on your PC. Before you begin downloading Red Hat Linux from this FTP site, you should realize two things:
Downloading the files you will need to install Red Hat Linux may take a significant amount of time, depending upon your connection to the Internet. For example, if you're downloading the ISO images, the ISO image file for each CD weighs in at just under 650 MB. It will take approximately 27 hours to download a 650 MB file over a 56K connection. Since the Red Hat FTP site is an extremely high-volume site, you may have better success using a mirror site, which you can find at http://www.redhat.com/download/mirror.html. You can save yourself the time and tribulations of downloading by visiting the Red Hat store. Boxed sets of the Red Hat Linux operating system are available with a variety of support options, documentation, and other goodies. The boxed set you order from Red Hat may arrive at your house in less time than it will take to download Red Hat Linux from our FTP site. 2. Make room for Red Hat Linux on your system.If you intend for Red Hat Linux to become the sole operating system on your PC, you may skip this step and begin to download the files you need. If you intend to transform your existing single-boot system into a dual-boot system, you will need to make room for Red Hat Linux. Red Hat Linux can make itself at home on a new hard drive which you have bought and installed for this purpose, and/or you can modify the partitions which already exist on your system to create a partition or partitions for Red Hat Linux. If you're installing Red Hat Linux on an Intel machine with a formatted DOS (FAT) filesystem, you also have the option of doing a "partitionless" install. See the Official Red Hat Linux 7.1 Installation Guide, available from http://www.redhat.com/support/manuals/, for more information about partitionless installs. You may need more basic information on partitions. Background information on partitions is provided in the Official Red Hat Linux 7.1 Reference Guide. 3. Download the files you need.You will need to choose one of the following two options to install Red Hat Linux. Whatever files you choose to download, make sure you preserve the file permissions.
You may also need a boot image file. If your machine can't boot from a CD-ROM and you are downloading the ISO images and burning them onto CDs, you will need a boot image. You can get the boot image from one of the CDs you are going to burn, or you can download it. If you're downloading the installer and RPM package files, you will need to download a boot image file. For both cases, see the instructions on how to choose a boot image. Note: The paths to the correct files are included in this document as HTML links, which may seem to suggest that you can use your web browser to download these files via FTP. We do not recommend that you attempt to use your browser for this purpose. Rather, you should use a more advanced FTP or mirroring program to obtain these files.
Downloading the ISO Image
You will need to replace <isofilename> and <mountpoint> with the correct file name and mount point. Downloading the RPMs and Installer Files Create a directory named RedHat somewhere on a partition that Red Hat Linux can see (a DOS partition that is FAT16 formatted will work). Within the RedHat directory, create two subdirectories: RPMS and base. Case matters, so name the directories exactly as you see here. Download the entire contents of ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/RPMS into the RedHat/RPMS directory that you just created. Download the entire contents of ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/base into the RedHat/base directory that you just created. If you downloaded the ISO images and you are going to burn them to CD-ROMs, you may not need to download a boot image. If your machine is able to boot from a CD-ROM, just boot from the first CD-ROM (the one you made from the redhat-7.1-i386-disc1.iso file). If your machine is not capable of booting from a CD-ROM, but you can mount the CD drive, then you can get the boot image from that CD-ROM. The boot images are located in the images directory. You will need the boot.img file, unless your CD drive is connected to your machine via a PCMCIA card. If your CD drive is connected via a PCMCIA card, you will need to get the pcmcia.img file. Alternatively, you can download the boot image files from ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/images/. If you've downloaded the RPMs and you're going to install from your hard drive, you'll need the boot.img file from the same directory: ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/images/. Once you have chosen and obtained the boot image file required for your system, you will need to transfer it to a diskette. 4. Write files to media, if necessary.If you downloaded the ISO images and want to install from your CD-ROM drive, you will need to write them to CD-ROMs. Consult the instructions provided with your CD-ROM writing software and hardware for advice on how to do this. Note: ISO images are not saved to CD-ROMs in the same way as regular data files. After you burn the CD-ROMs, label them CD 1 and CD 2, based on the ISO image filename. If you need a boot image file, use either rawrite (for DOS systems) or dd to write the boot image file to a diskette. See the Official Red Hat Linux 7 Installation Guide for instructions on how to use rawrite.exe or dd. The rawrite program is located in the dosutils directory on the CD-ROM you may have just burned, but it can also be downloaded from ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/dosutils/. 5. Boot from the CD-ROM (CD 1) or boot diskette you created and run the installer.Follow the instructions in the Official Red Hat Linux 7.1 Installation Guide to boot and run the installation program. 6. Check the errata page. Once you have successfully installed Red Hat Linux on your machine, you should check for errata at http://www.redhat.com/support/errata/. 7. Get help, if you need it. If you have successfully installed Red Hat Linux, congratulations. If you would like to purchase a support plan from Red Hat, check out the Red Hat Support website. |
|