Guide to installing SuSE 9.2 using the FTP install method
For different versions siply change any references to "9.2" to the version you want e.g. 9.1, 9.0 etc.
In order to complete this, a few things are required. These are shown here:
- Note of Network Card manufacturer/name (e.g. SIS 900-Based PCI Fast Ethernet Adapter)
- Boot CD
First of all we need to download and write the SuSE FTP install iso image. This is about 20MB in size.
First of all check the
SuSE mirrors list for your nearest mirror of the SuSE FTP site, if there's a 'complete' one, use that one.
Once in the FTP site, go into the /pub/suse/i386/9.2/boot directory, in there is a file called: boot.iso, this is the CD boot image we need.
Download this and burn it to disk using your favourite CD-Burning software, and make sure you burn it as an image, not as a data file on the CD.
Once this is written, we need to boot off the CD. But first we will check the Network card name etc. If you have windows installed, just look at the network card properties. If you have linux, on your computer, the output of
lsmod should tell you the module you need. if not, look through
dmesg and it should tell you what module is loaded for the network card. For mine it's the sis900 module.
Now to start the install.
Put the CD into the computer to install SuSE on, and boot it from the CD (May need some BIOS settings changing in order to do this.
Once it has booted, you should have a menu asking what you want to do:
- Boot from Hard Disk
- Installation
- Manual Installation
are a few options.
for the FTP install, we want to use the Manual installation. Select this and hit enter to start the namual installation. It will load the Linux Kernel (a very basic one that will see us through the installation process) after a short time you should be provided with a Language option, choose the language you want to use.
After this you will have the Manual installation Main Menu.
- Settings
- System Information
- Kernel Modules (etc etc.)
Select the Kernel modules as we will want to install it over the network card to do the FTP install, and choose 'Load Network card modules'.
Scroll down the list to find the network card you have in that computer, choose it and press ok.
You will be asked to enter the Parameters for the card, leave it blank and press enter.
You will then get a confirmation of wether or not the module was loaded ok. If not, try a different network module, a common one is the 'RTL8139too' module.
ok, so the network card module is loaded, so we can communicate with the FTP server, go back out of the module menu into the main menu. and choose 'Start Installation / System'.
Then choose 'Start Installation / Update'
As we are doing an FTP install, choose 'Network', and then 'FTP'.
You will then be asked to setup the network card so it has an IP address and gateway etc.
Enter a valid IP for the network card (i used 192.168.0.100) and subnet mask (usually 255.255.255.0) and any gateway used to access the internet. If you have DNS servers, put one of them in the DNS box.
Enter the IP address of the FTP server, and choose Anonymous ftp login, and no HTTP proxy.
It will then connect to the server, and assuming no problems, will ask for the directory on the server. enter all of what you had after the ftp://ftp.domain.com/ part (including the first /)
If that is ok, it will then Load data needed to run YaST into the ramdisk (about 60MB).
Once this has completed, it should load up YaST for you
from here, simply continue as though you were installing direct from the CD
I will try and work on an install guide from this point, but that will be very limited as most of it is straightforward anyway.
Also, feel free to leave comments.