Hello List and all that responded,
Thank you for humbling me to reread the documentation and not just post
without trying to solve this.
I reread the snapshot INSTALL.sgi and found that the CD37.iso is similar to
bsd.rd
"cd38.iso A miniroot filesystem image suitable to be used as a bootable
CD-ROM image; otherwise similar to the bsd.rd image above."
I try to boot straight from that on the command menu
boot -f dksc(0,4,8)boot
and boot fails. Please find the following script that shows the boot failed.
I also tried setenv OSLoader=boot and setenv OSLoadFilename=/bsd.rd or
bsd.rd with same output.
When I boot -f dksc(0,4,8)boot
OSLoaderFilename=/bsd
I get this output from a snippet of the rest of the script
warning: /dev/console does not exist
init: not found
panic: no init
Stopped at Debugger+0x4: jr ra
nop
Please let me know if I am not understanding the documentation or not
reading the correct documentation.
I will read about the ddb and find out how to use it.
Thank you,
rogern
Script started on Wed Aug 10 15:19:00 2005
openbsd37# cu -l tty00
Connected
Running power-on diagnostics...
System Maintenance Menu
1) Start System
2) Install System Software
3) Run Diagnostics
4) Recover System
5) Enter Command Monitor
Option? 5
Command Monitor. Type "exit" to return to the menu.
printenv
diskless=0
dbaud=9600
volume=80
sgilogo=y
monitor=h
TimeZone=PST8PDT
netaddr=192.0.2.1
AutoLoad=No
console=d
SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
ConsoleOut=serial(0)
ConsoleIn=serial(0)
cpufreq=180
eaddr=08:00:69:02:df:19
OSLoadPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(0)
OSLoadFilename=/bsd
OSLoader=sash
setenv OSLoadFilename /bsd.rd
setenv OSLoader boot
boot -f dksc(0,4,8)boot
34192+1264 entry: 0x80010120
SystemPartition pci(0)scsi(0)disk(1)rdisk(0)partition(8)
arg 0: dksc(0,4,8)boot
arg 1: ConsoleIn=serial(0)
arg 2: ConsoleOut=serial(0)
arg 3: SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
arg 4: OSLoader=boot
arg 5: OSLoadPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(0)
arg 6: OSLoadFilename=/bsd.rd
OpenBSD/sgi Arcbios boot
Boot: pci(0)scsi(0)disk(1)rdisk(0)partition(0)/bsd.rd
Loading ELF64 file
0xffffffff80100000:0x5b1290,
unexpected EOF
Boot FAILED!
Running power-on diagnostics...
Okay to power off the system now.
Press any key to restart.
System Maintenance Menu
1) Start System
2) Install System Software
3) Run Diagnostics
4) Recover System
5) Enter Command Monitor
Option? 5
Command Monitor. Type "exit" to return to the menu.
printenv
diskless=0
dbaud=9600
volume=80
sgilogo=y
monitor=h
TimeZone=PST8PDT
netaddr=192.0.2.1
AutoLoad=No
console=d
SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
OSLoadPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(0)
OSLoadFilename=/bsd.rd
OSLoader=boot
ConsoleOut=serial(0)
ConsoleIn=serial(0)
cpufreq=180
eaddr=08:00:69:02:df:19
setenv OSLoadFilename bsd.rd
boot -f dksc(0,4,8)boot
34192+1264 entry: 0x80010120
SystemPartition pci(0)scsi(0)disk(1)rdisk(0)partition(8)
arg 0: dksc(0,4,8)boot
arg 1: ConsoleIn=serial(0)
arg 2: ConsoleOut=serial(0)
arg 3: SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
arg 4: OSLoader=boot
arg 5: OSLoadPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(0)
arg 6: OSLoadFilename=bsd.rd
OpenBSD/sgi Arcbios boot
Boot: pci(0)scsi(0)disk(1)rdisk(0)partition(0)bsd.rd
Loading ELF64 file
0xffffffff80100000:0x5b1290, /
unexpected EOF
Boot FAILED!
Running power-on diagnostics...
Okay to power off the system now.
Press any key to restart.
System Maintenance Menu
1) Start System
2) Install System Software
3) Run Diagnostics
4) Recover System
5) Enter Command Monitor
Option? 5
Command Monitor. Type "exit" to return to the menu.
printenv
diskless=0
dbaud=9600
volume=80
sgilogo=y
monitor=h
TimeZone=PST8PDT
netaddr=192.0.2.1
AutoLoad=No
console=d
SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
OSLoadPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(0)
OSLoader=boot
OSLoadFilename=bsd.rd
ConsoleOut=serial(0)
ConsoleIn=serial(0)
cpufreq=180
eaddr=08:00:69:02:df:19
unsetenv OSLoadPartition
unsetenv OSLoader
unsetenv OSLoadFilename
printenv
diskless=0
dbaud=9600
volume=80
sgilogo=y
monitor=h
TimeZone=PST8PDT
netaddr=192.0.2.1
AutoLoad=No
console=d
SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
ConsoleOut=serial(0)
ConsoleIn=serial(0)
cpufreq=180
eaddr=08:00:69:02:df:19
boot -f dksc(0,4,8)boot
34192+1264 entry: 0x80010120
SystemPartition pci(0)scsi(0)disk(1)rdisk(0)partition(8)
arg 0: dksc(0,4,8)boot
arg 1: ConsoleIn=serial(0)
arg 2: ConsoleOut=serial(0)
arg 3: SystemPartition=pci(0)scsi(0)disk(1)rdisk(0)partition(8)
OpenBSD/sgi Arcbios boot
Boot:
can't open file
Boot FAILED!
From: Henning Brauer <[EMAIL PROTECTED]>
To: Roger Neth Jr <[EMAIL PROTECTED]>
Subject: Re: sgi 02 latest snapshot CD37.iso boot problems
Date: Wed, 10 Aug 2005 22:52:51 +0200
* Roger Neth Jr <[EMAIL PROTECTED]> [2005-08-10 22:09]:
> Hello All, and thank you for the assistance.
>
> I was able to boot from CD37.iso, lastest snapshot in serial console but
> run into missing init while boot processing.
>
> Here is the output. Any assistance on getting this running again is
> appreciated.
can you please start reading our documentation?
to install you need to boot bsd.rd of course!
> OSLoadFilename=/bsd
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/