Re: boot cdrom single

2000-12-18 Thread Tad Bilby


You need to get to a SILO prompt and issue
"linux single"  (at least that works for me)
[EMAIL PROTECTED] /etc]$ more sysctl.conf
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Disables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 0
# Disables the magic-sysrq key
kernel.sysrq = 0
# Disables stop-a on the sparc  <<---
kernel.stop-a = 0
# added by initscripts install on Mon May 15 19:37:38 EDT 2000
kernel.sysrq = 1
Tad
Ken Teague wrote:
Hmm, it appears that 'boot cdrom -s' and 'boot cdrom
single' do not work
to boot into single user mode.  Is this correct behaviour? 
Solaris can
'boot cdrom -s' to boot into single user mode.  Can this be done
at
all with SILO?
Also, I've noticed that STOP-A doesn't work once SILO is loaded and
the
kernel is booting.  In Solaris one can STOP-A anytime no matter
what
state the software is in.  I thought this was a hardware feature
of
Sparc's.
Sorry, I'm new to Sun hardware and how it differs between Linux for
Sparc and Solaris for Sparc.
- Ken
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Tad Bilby
Rave Computer Assoc.
800-966-7283
 


boot cdrom single

2000-12-17 Thread Ken Teague
Hmm, it appears that 'boot cdrom -s' and 'boot cdrom single' do not work
to boot into single user mode.  Is this correct behaviour?  Solaris can
'boot cdrom -s' to boot into single user mode.  Can this be done at
all with SILO?

Also, I've noticed that STOP-A doesn't work once SILO is loaded and the
kernel is booting.  In Solaris one can STOP-A anytime no matter what
state the software is in.  I thought this was a hardware feature of
Sparc's.

Sorry, I'm new to Sun hardware and how it differs between Linux for
Sparc and Solaris for Sparc.

- Ken