ADIOS Project

-- Live Linux ADIOS CD home


ADIOS Boot CD Installation Guide - Version 6

Before you start

Although the boot CD will try to automatically detect your PC hardware, you may need to know the following:

If your PC cannot boot from CDROM, then you could try making a bootable USB device.  Don't forget to change your BIOS to boot from the appropriate device.


ADIOS Boot & Run Options

There is a 10 second interval to enter a boot option.  Press one of the first four function keys for a description of boot options. If you want to run entirely in RAM just select 1 or a, if you want to configure ADIOS so that the next tiem you start ADIOS it remembers what you have set then choose the run menu option. If you have already configured ADIOS and just want it to start then hit enter and it will auto detect if any of its files exist on disk.

When the run menu options are displayed you can then choose from the following:

1 - run from CDROM and RAM disk - entirely in memory
2 - run from CDROM with /var loop on FAT/EXT3 disk file (64MB to 2GB)
4 - run from CDROM with /var loop filesystem on USB storage
7 - copy ADIOS ISO image onto disk (so that it runs faster)
9 - create a SWAP file on FAT/EXT3 disk file (64MB to 2GB)
11 - run from CDROM and RAM disk + save /var changes to floppy
x - remove X11 and hardware configuration for options 2, 11 and 22
i - information on Copyright, License and System
h - display help

The linux system will then start and the kudzu software, which will try to automatically configure the hardware.  The font server xfs must be running for X windows to run.  If X windows is unsuccessful, reboot and choose option "r" to change the run level to 3, which is a simple text mode. 

Once X windows starts you can login as user adios password 12qwaszx, although this is done automatically most of the time.  If you are in run level 3 you can also login as the root user with password 12qwaszx.  KDE and ICE display managers are installed on the ADIOS ISO image.  The KDE startup will take time to load.  Don't forget to change the root and adios passwords.  The ADIOS BootCD is a custom installation of Fedora Core 5.0 Linux running kernel 2.6.16.


Running Linux

Once your system is up and running you should check out your configuration, open an X terminal and try the following commands:

To shutdown your PC logout and then select shutdown.


Configuration Recovery

First run kudzu to setup your hardware configuration file /etc/sysconfig/hwconf.  If X windows did not start. You can then run system-config-display yourself to setup X windows, you may need to start the xfs font server, then you can start X windows with the command startx.  If you don't want to run xfs, edit the configuration file /etc/X11/xorg.conf, in the Section "Files", and replace the line:

FontPath "unix/:7100"

with the location of the font files, for example:

FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/Speedo"
FontPath "/usr/share/X11/fonts/Type1"

There are several configuration tools available in /usr/sbin, such as netconfig - network configuration, for a list of these tools enter: 

ls /usr/sbin/*conf*

Inspect the directory /etc/init.d and /etc/xinet.d to see what services are available.  To restart a service such as networking enter the following:

service network restart

The filtering of network connections is configured in /etc/sysconfig/iptables.  To stop a service such as iptables enter the following:

service iptables stop

Warning: disabling the personal firewall rules exposes your system to network attacks.


Written by Neville Richter, n.richter@cqu.edu.au Copyright GNU Public Licence 2003-2006.