Decided to do an FTP-based installation and this way get all the updates. To do this went to a mirror of ftp.redhat.com to get the appropriate bootable floppy-image:
site-mirror : http://www.mirror.ac.uk/sites/ftp.redhat.com file : /pub/redhat/redhat-7.1-en/os/i386/images/bootnet.img |
dd if=bootnet.img of=/dev/fd0 bs=1440k |
Chose "expert" mode so we can specify everything possible --- in particular the partioning of the disk. Proceeded as follows:
Then wait for a while...to get
loaded ais7xxx SCSI driverwhich is great --- RH7.1 has detected by second (SCSI) disk.
Choose custom --- NOT upgrade. (Do you really trust upgrades? Experience suggests they are not the most reliable of things). And manually partition --- the default partioning gives just three: /boot, / and the swap-partition; this lacks flexibility. At the very least one would want /home to be separate, e.g., so it can be mounted elsewhere.
Chose Disk Druid (rather than fdisk, but either is fine). Here is a summary of the devices and partions:
Partition Format? /hda/boot 15M Y /hda/ 4000M Y /hda/tmp 750M (no scratch in linux) Y /hda/var 150M Y /hda/home 1000M Y hda swap 256M Y /sda/mnt/scsia1 1364M N /sda/mnt/scsia2 1364M N /sda/mnt/scsia3 1364M NNotes:
I chose to install the boot-loader in the MBR (rather than at the start of the "system" partiton as this machine is to be one OS only.
I chose "no firewall" as I wanted full control of what security settings and software are chosen --- see the section below!
Password-related stuff:
shadow : yes MD5 : yes kerberos : no nis : no ldap: no
I have a Logitech 3-button serial mouse connected to COM 1, so I chose:
generic three button mouse serial no emulation reqd [for third button] /dev/ttyS0 (COM 1)
printer support N x window support Y gnome Y kde N mail/www/news Y dos/windows connectivity N graphics manipulation Y games N multimedia support Y laptop support N networked workstation Y dialup workstation N new server N nfs server N samba server N ipx connectivity Y ftp server N sql server N web server Y dns server N network management N authoring/publishing Y emacs Y development Y kernel development Y utilities N
XFree86 automatically probed and found my Intel i810 graphics card (on motherboard) correctly. Note that this graphics card shares/uses 1Mb of the system RAM --- Linux Kernels running on some machines do not correctly determine this:
During the next stage, formatting the partitions, the installation programme locked up --- all went dead with no disk activity. Starting from scratch: same problem.
The most recent success I had was with SuSE 7.0, so after a hard-reboot I booted from the SuSE 7.0 CD and used YAST (not YAST 2) to format the partitions, then went back to the RedHat 7.1 FTP installation and the installation programme fell over during the package download/installation stage...
RedHat 6.2 (with 2.2 kernel) needed to be booted with "mem=127M" else it picked up only 64M of RAM (out of 128 --- with 1 shared, leaving only 127 system RAM). So tried the installation programme with
expert mem="127M" |
Conclusion: RedHat 7.1 (2.4 kernel) thinks it has 128M RAM, but doesn't get that 1Mb is shared on my Intel 810 motherboard and the thing falls over (as you'd expect).
So, during the installation procedure, when asked for boot/kernel special parameters, put
mem=127M |
...previous | up (conts) | next... |