Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Silo Alternatives
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
liSurfer
n00b
n00b


Joined: 13 Sep 2003
Posts: 13
Location: Blue Point,NY

PostPosted: Mon Sep 15, 2003 4:56 am    Post subject: Silo Alternatives Reply with quote

has anyone emerged lilo or grub with an ultrasparc??


Ryan
_________________
Pray For Surf
(_(_(_-###-)_)_)
Back to top
View user's profile Send private message
liSurfer
n00b
n00b


Joined: 13 Sep 2003
Posts: 13
Location: Blue Point,NY

PostPosted: Mon Sep 15, 2003 4:58 am    Post subject: Reply with quote

Whenever I try to emerge I get this response, and I took the keyword entry out of /etc/make.conf to see what would happen as well to no avail.


'all ebuilds that could statisfy "lilo" have been masked.


!!!Error calculating dependencies. Please correct.
_________________
Pray For Surf
(_(_(_-###-)_)_)
Back to top
View user's profile Send private message
bazik
Retired Dev
Retired Dev


Joined: 22 Jul 2002
Posts: 277
Location: Behind you.

PostPosted: Mon Sep 15, 2003 7:04 am    Post subject: Reply with quote

LILO and GRUB dont have support for Sparc.

SILO is the only bootmanager you can use on Sparc for booting Linux.
Back to top
View user's profile Send private message
liSurfer
n00b
n00b


Joined: 13 Sep 2003
Posts: 13
Location: Blue Point,NY

PostPosted: Mon Sep 15, 2003 2:33 pm    Post subject: Reply with quote

Hmm... Thats certainly a dilemma. So I have two choices now to use Gentoo. 1) is to figure out why it can't read the boot block of the ultra.b file in /boot.

2) is to get the latest stable release of SILO and hope it generates a legitimate ULTRA.B file for use.

After these two I'm stuck.. Is it possible to boot from floppy on a Sparc??

TIA,
Ryan
_________________
Pray For Surf
(_(_(_-###-)_)_)
Back to top
View user's profile Send private message
liSurfer
n00b
n00b


Joined: 13 Sep 2003
Posts: 13
Location: Blue Point,NY

PostPosted: Mon Sep 15, 2003 2:33 pm    Post subject: Reply with quote

Hmm... Thats certainly a dilemma. So I have two choices now to use Gentoo. 1) is to figure out why it can't read the boot block of the ultra.b file in /boot.

2) is to get the latest stable release of SILO and hope it generates a legitimate ULTRA.B file for use.

After these two I'm stuck.. Is it possible to boot from floppy on a Sparc??

TIA,
Ryan
_________________
Pray For Surf
(_(_(_-###-)_)_)
Back to top
View user's profile Send private message
Weeve
Retired Dev
Retired Dev


Joined: 30 Oct 2002
Posts: 641

PostPosted: Mon Sep 15, 2003 9:12 pm    Post subject: Reply with quote

Yes floppy booting is an option, but only for sparcstations and the ultra 1. Other systems have bugs in the firmware that prevent this.
Back to top
View user's profile Send private message
Ferris
Retired Dev
Retired Dev


Joined: 13 Jan 2003
Posts: 426
Location: N. Virginia (USA)

PostPosted: Tue Sep 16, 2003 5:22 pm    Post subject: Reply with quote

How did you set up /boot (or your boot partition?) The following should
get you working:

Code:

# If necessary...
mount -o rw /boot
cd /boot
#
# If necessary...
cp /path/to/silo.conf .
emerge silo
##
# Now, you are in /boot, and
# ls *.b
# should look something like
lacewing boot # ls *.b   
   1 cd.b     1 first.b       1 ieee32.b     8 old.b       60 silotftp.b
   1 fd.b     1 generic.b     7 isofs.b     62 second.b     1 ultra.b
#
##
# If necessary
cp /path/to/vmlinux .
# (Or whatever you called your kernel)
##
# Now, NECESSARY:
silo -C /boot/silo.conf -f
#
# And, for comparison, here is how my sorking silo.conf starts out:
#
#
lacewing boot # more silo.conf
# SILO config file
#
# If you want to prevent console users to boot with init=/bin/bash,
# restrict usage of boot params by setting a passwd and using the option
# restricted.
#passwd=bootpwd
#restricted
# default="gentoo-2.4.21"
default="semctl-2.4.21-SMP"
timeout=100
partition=1
#append="video=sbusfb:off"
read-only

# If /boot is a separate partition, remove /boot from the image path
#image=/boot/vmlinuz

image=/vmlinuz-2.4.21-r1-SMP
   label="semctl-2.4.21-SMP"
   root=/dev/sda4

image=/vmlinuz-2.4.21-SMP
   label="gentoo-2.4.21"
   root=/dev/sda4

Hope that helps.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum