openSUSE 10.3 alpha3 arrived yesterday evening. It can be downloaded as usual from
http://en.opensuse.org/Development_Version#Downloads . DVD images are only available as torrents, I'm currently seeding them at 7MB/s :-)
Please take a look at the most annoying generic bugs, as I'll list here only Pegasos specific ones:
http://en.opensuse.org/Bugs:Most_Annoyi ... 0.3_Alpha3
One of the major changes in A3 is, that it uses 'libata' drivers instead of the old IDE drivers. 'pata_via', which is needed for Pegasos is a kind of broken. A fix is under way, but for now the following kernel parameter is needed:
Code:
brokenmodules=pata_via
For a CD/DVD install you need to type at the 'ok' prompt:
Code:
boot cd suseboot/inst32 brokenmodules=pata_via
to get started, other way the installer hangs.
If you do a network install, you need a few additional parameters, as there is an ugly bug in the linuxrc networking code. First, the port needs to be specified, eth0 is the VIA, eth1 is the Marvell port. The parameter for VIA is:
Code:
netdevice=eth0
One can use DHCP, or specify IP with:
Code:
hostip=192.168.5.52
And finally an installation source needs to be specified. Here is what I use for NFS install (I loop mount the DVD image on my EFIKA home server):
Code:
install=nfs://192.168.5.52/mnt/linux/a3/
I usually install from the network and copy suseboot/inst32 from the CD to /dev/hda1 on the Pegasos HDD, but it can also be tftp booted or from an USB stick. So, here is a complete sample command line:
Code:
boot cd suseboot/inst32 brokenmodules=pata_via netdevice=eth0 install=nfs://192.168.5.52/mnt/linux/a3/
For additional boot parameters, open
http://en.opensuse.org/linuxrc
After the installer reboots, the system can be started with 'yaboot' (or inst32 again, if yaboot is not supported by an older firmware)
There is a crash bug just before sound/X/printer are configured, they can be set up later. The readeon driver has a problem, for details take a look at the most annoying bugs.
A3 can also be installed on an EFIKA, but needs a lot more workarounds. I'll write instructions rather when most of the problems are gone.