Splack Linux
Slackware for Sparc
Sign Up!
Login
Welcome to Splack Linux
Monday, February 06 2012 @ 04:46 PM

Having difficulty installing on a Sun sparc 5

Hardware compatibilityHaving difficulty installing on a Sun SPARCstation 5
I had version 7.1 (I think) installed & worked OK-ish.
I have downloaded the current iso & installed it OK, appart from it recognising my network card!
But when I try to boot it can\'t find /etc/silo.conf.
I tried to boot from CD & get it running but it boots the CD.
I used kernel sun4dm.s.
Has anybody any ideas

Thanks
Les

Story Options

1 comments

The following comments are owned by whomever posted them. This site is not responsible for what they say.
Authored by: crn on Monday, December 06 2004 @ 01:08 AM Having difficulty installing on a Sun sparc 5
How big is your root partition ?
There is a limit of 1Gb on the size that the OBP, and therefore SILO can
see on 32 bit systems.
Try installing with a root slice of 1024Mb and a separate /usr of about
2Gb, assign a suitable swap and use the rest for /home.
This is what your fdisk layout should look like

1 1024Mb /
2 256Mb swap
3 Whole disk
4
5
6
7 2048Mb /usr
8 (the remainder) /home

If your root slice is already 1024Mb or less it could just be that SILO did
not work correctly the first time.
boot from cdrom
mount your root slice on /mnt
chroot /mnt /bin/sh
check that /etc/silo.conf looks right and that first.b and second.b are in
/boot
touch /etc/silo.conf
silo
exit
umount /mnt
sync; reboot
[ # ]