All of lore.kernel.org
 help / color / mirror / Atom feed
* SILO problem on a T1000
@ 2007-09-11 20:23 Iván Chavero
  2007-09-12 20:31 ` AW: " Iván Chavero
  0 siblings, 1 reply; 2+ messages in thread
From: Iván Chavero @ 2007-09-11 20:23 UTC (permalink / raw)
  To: sparclinux

Hello, I have a problem with SILO. I've successfully installed gentoo 
2007.0 on my T1000, i run silo and it does not return any error.


But when i try to boot i get this error:

boot disk


  .... Big Fat Output ....


Sun Fire(TM) T1000, No Keyboard
Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
OpenBoot 4.23.4, 8184 MB memory available, Serial #75689954.
Ethernet address 0:14:4f:82:ef:e2, Host ID: 8482efe2.



Rebooting with command: boot disk
Boot device: /pci@7c0/pci@0/pci@8/scsi@2/disk@0,0  File and args:
The file just loaded does not appear to be executable.

the same is with boot disk:c, and boot disk:a

I have run SILO with multiple switch combinations, this are the latest i ran

netboot-20070724 / # silo -u -f
/etc/silo.conf appears to be valid
netboot-20070724 / # silo -u -f -t
/etc/silo.conf appears to be valid


my silo.conf:


partition = 1
timeout = 10
image = /boot/kernel-2.6.22-gentoo-r5-vegito
         label = gentoo-linux
         root = /dev/sda1




my partition table is like this:

fdisk -l

Disk /dev/sda (Sun disk label): 24 heads, 424 sectors, 14087 cylinders
Units = cylinders of 10176 * 512 bytes

    Device Flag    Start       End    Blocks   Id  System
/dev/sda1             1      1919   9758784   83  Linux native
/dev/sda2  u       1919      2617   3551424   82  Linux swap
/dev/sda3             0     14087  71674656    5  Whole disk
/dev/sda4          2617     14087  58359360   83  Linux native



i had /dev/sda1 starting on cylinder 0 and got the same behaviour so i 
think that i'm doing something wrong with SILO or the ultra.b file does 
not work well with OpenBoot 4.23.4

I'm lost here i've done all can think of doing and read and reread the 
http://www.sparc-boot.org, http://www.ultralinux.org, gentoo docs and 
older posts to this list and nothing. I could really use some help.

Thanks in advance.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AW: SILO problem on a T1000
  2007-09-11 20:23 SILO problem on a T1000 Iván Chavero
@ 2007-09-12 20:31 ` Iván Chavero
  0 siblings, 0 replies; 2+ messages in thread
From: Iván Chavero @ 2007-09-12 20:31 UTC (permalink / raw)
  To: sparclinux

I've tried with all the partitions of that disk a thru h:
/pci@7c0/pci@0/pci@8/scsi@2/disk@0,0
/pci@7c0/pci@0/pci@8/scsi@2/disk@0,0:a
/pci@7c0/pci@0/pci@8/scsi@2/disk@0,0:b
/pci@7c0/pci@0/pci@8/scsi@2/disk@0,0:c
...

and get the same error:



Rebooting with command: boot disk:a
Boot device: /pci@7c0/pci@0/pci@8/scsi@2/disk@0,0:a  File and args:
The file just loaded does not appear to be executable.

I don't really know what is wrong here.



Jurzitza, Dieter wrote:
> Hi Ivan,
> from what I read from your mail and given that /dev/sda1 is your root partition (containing /boot as well) I'd guess that you ought to test (in openboot):
> 
> probe-scsi-all
> 
> You are trying to boot like:
> 
> Boot device: /pci@7c0/pci@0/pci@8/scsi@2/disk@0,0
> 
> this refers to the SCSI ID 0 on controller 2 but you do not specify the apropriate partition. So what you need to test is:
> 
> probe-scsi-all
> 
> what ought to give you something like
> 
> /pci@1f,4000,scsi@3,1
> Target 1
> Unit 0 Disk IBM DGVS09U 03B0
> 
> /pci@1f,4000,scsi@3
> Target 6
> Unit 0 Removable Read Only device
> 
> If you want to boot of one of those you hafe to specify:
> boot /pci@1f,4000,scsi@3,1/disk@1,0:f (harddisk)
> 
> boot /pci@1f,4000,scsi@3,1/disk@6,0:f (cdrom)
> 
> This gives:
> -> pci - device at 1f, 4000
> 
> scsi@3,1	*external* Controller channel
> 
> disk@1     harddisk with scsi-id 1
> 
> ,0         LUN 0
> 
> :f         Partition F
> 
> this can constantly be integrated by setting
> nvalias /pci@1f,4000,scsi@3,1/disk@1,0:f extdisk
> 
> being "extdisk" an example. The variables can be printed via the command "devalias"
> 
> In general: Strg-P returns the last commandline in openboot (as "little" help).
> 
> Hope this helps,
> take care
> 
> 
> 
> Dieter Jurzitza
> 


-- 
Ivan Chavero
Administrador de Sistemas UNIX
Universdad Autonoma de Chihuahua
ichavero@uach.mx
614 439 18 35 ext 1728
http://www.uach.mx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-12 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-11 20:23 SILO problem on a T1000 Iván Chavero
2007-09-12 20:31 ` AW: " Iván Chavero

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.