openSUSE 11.0 RC1 is out, grab while it is hot! One of the fastest mirror is
http://ftp5.gwdg.de/pub/opensuse/distri ... VD-ppc.iso and you can also use a torrent download:
http://ftp5.gwdg.de/pub/opensuse/distri ... pc.torrent
Or you can grab just inst32 from
http://ftp5.gwdg.de/pub/opensuse/distri ... oot/inst32 and use
http://ftp5.gwdg.de/pub/opensuse/distri ... st-source/ as an installation source.
RC1, as its name implies is a release candidate. Almost all problems are fixed, and those which are not fixed can be worked around.
Here is a list of recent fixes still open problems:
- sound does not work without a small fix in forth. See
http://www.powerdeveloper.org/platforms ... devicetree I use a stripped down version, which includes only the sound fix, but using the whole script should also work.
- the 64bit trouble is gone
- the inode size problem is gone
- the installer wants to install a PREP boot loader, change it to 'none'
- 'boot installed system' does not work any more :-( There are a couple of workarounds to create a bootable kernel. Either catch the countdown at the end of installation, stop it, switch console, or use the rescue system for the same task. At the prompt enter the following commands, X is the partition number, where you installed openSUSE 11.0:
Code:
mount /dev/sdaX /mnt
chroot /mnt bash
cd /boot
mkzimage --initrd initrd --vmlinux vmlinux --cmdline root=/dev/sdaX --output efika
exit <-- not in rescue mode
umount /mnt
Then switch back to the countdown and restart it, or in rescue mode reboot the machine. I'll try to automatize it on a Genesi hosted installation source next week...
Before booting for stage two, don't forget to load sound.forth, so sound and mixer settings will be properly set up.