Hello,
I ve been working with solaris for 8 years, i don't know a lot about linux and i wanted to install ubuntu sparc on my old Ultra 10
It has been quite a long run, but i succeeded in installing ubuntu server + gnome desktop environment
- download and burn the .iso install ubuntu server CD
- remove any additionnal Graphic card : I first tried to install ubuntu linux with a PGX 32 card installed and the boot install got stuck desperately with the "booting linux ..." message
- update OBP to the latest level, which is 3.31
- always do a cold start (poweroff/poweron) before booting cdrom. If you don't you will fall into the well known SILO problem :
Allocated 8 Megs of memory at 0x40000000 for kernal Loaded kernal version 2.6.15 loading initial ramdisk (4821666 bytesat 0x40000000 phys, 0x40C00000 virt)... Illegal instruction {0} ok
- boot cdrom - answer to the installer questions
optionnal :
- when installed add ssh server package with
sudo apt-get install openssh-server
this package is available on the install CD
You can now connect remotetely with ssh on your ubuntu U10
- Install ubuntu-desktop package to get the whole gnome graphical environment
As i was behind a proxy, I add to set an http proxy with
declare -x http_proxy=http://webcache.xx.xx.xx:8080
sudo apt-get install ubuntu-desktop
Once downloaded and configured, reboot.
reboot
that s all and it works ! :)