Hi Ubuntu-Fans, hardware detection of ubuntu-6.06 doesn't detect the CDROM at all. Continuation of the installation process is not possible.
Ewald-
Installing 6.06 on the Ultra 2 is tricky, but it can be done and will work. Strap on your seat-belt, this was really annoying to figure out and configure.
When you get to the CDROM error, hit ALT+F2 to bring up a new shell and type: modprobe esp
Hit ALT+F1 to go back and the install should continue normally.
Everything will go fine until it's time to reboot. At that point, you will get a timeout error at boot and see /dev/sda2 not found.
Reboot again using the original cd into the rescue mode. Mount the /dev/sda2 disk and you should see your files. Next type: mount /dev/sda1 /boot
So, basically, you have to modify a file and create a new initrd.img in /boot
1) In /etc/mkiniramfs/modules add this line: esp (sudo nano modules, then ctrl-x to save) 2) Backup /boot/initrd.img-2.6.15-25-sparc64-smp to initrd.img-2.6.15-25-sparc64-smp.back 3) Rebuild a new initrd.img with the command mkinitramfs -o /boot/initrd.img-2.6.15-25-sparc64-smp. If it complains about the lib module, what you have to do is add the FULL PATH to the lib module INCLUDING THE "-smp" part! 4) When this is done, look in /boot and make sure the new initrd.img is 40K or so larger than the old one.
Reboot and voila!