|
List Info
Thread: Getting 6.1 Sparc64 onto a Netra X1
|
|
| Getting 6.1 Sparc64 onto a Netra X1 |

|
2006-08-31 07:07:15 |
Sorry, sent previous mail from wrong account! That's what I
get for
doing three things at once!
I have a Netra X1 that I'd like to use with FreeBSD. After
hunting
around, I found the following brief howto:
http://freebsd.mu/2005/10/19/freebsd-for-sparc
64-sun-netra-x1.html
Unfortunately, this doesn't work! This is what I get:
Sun Netra X1 (UltraSPARC-IIe 400MHz), No Keyboard
OpenBoot 4.0, 128 MB memory installed, Serial #50990484.
Ethernet address 0:3:ba:a:d:94, Host ID: 830a0d94.
Environment monitoring: disabled
Executing last command: boot cdrom
Boot device: /pci 1f,0/ide d/cdrom 2,0:f
File and args:
Evaluating: boot cdrom
Can't open boot device
Boot device: disk File and args:
Loading ufs-file-system package 1.4 04 Aug 1995 13:02:54.
I have tried re-burning the CD and different CD Drives. Not
sure what
else I can do.
Anyone have an idea?
_______________________________________________
freebsd-sparc64 freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-sparc
64
To unsubscribe, send any mail to
"freebsd-sparc64-unsubscribe freebsd.org"
|
|
| Getting 6.1 Sparc64 onto a Netra X1 |

|
2006-08-31 20:01:49 |
Hi,
I had similar problems on a Sun Fire V210. The problem is
that your
cdrom device alias is wrong, hence OBP can't open the
device.
On the Sun Fire V210, I figured out which bus the CD-ROM was
connected to
through trial and error using a SCSI disk that I would plug
into
different bus slots and
try to boot.
Eventually, I figured out the right bus and created a device
alias for cdrom:
devalias cdrom /pci 1c,600000/scsi 2,1/disk 6,0:f
(This is a printout of the entry from my nvramrc.)
You don't need the devalias to boot the system. You just
need the
complete path, like the one following the
"cdrom" term as above.
Remember, the CD-ROM is nothing more
than a read-only hard drive. In this case, I was able to
boot by
sticking the CD-ROM at
SCSI device location 6 and booting from the same :f
partition as you'd expect.
Coincidentally, I took the hard drive with FreeBSD on it and
removed
it from the V210.
I placed it in my own Netra X1 and have been running FreeBSD
ever since!
JP
On 8/31/06, Christopher Martin <chris.m.maillists ebit.com.au> wrote:
> Sorry, sent previous mail from wrong account! That's
what I get for
> doing three things at once!
>
> I have a Netra X1 that I'd like to use with FreeBSD.
After hunting
> around, I found the following brief howto:
>
> http://freebsd.mu/2005/10/19/freebsd-for-sparc
64-sun-netra-x1.html
>
> Unfortunately, this doesn't work! This is what I get:
>
> Sun Netra X1 (UltraSPARC-IIe 400MHz), No Keyboard
> OpenBoot 4.0, 128 MB memory installed, Serial
#50990484.
> Ethernet address 0:3:ba:a:d:94, Host ID: 830a0d94.
>
>
> Environment monitoring: disabled
> Executing last command: boot cdrom
> Boot device: /pci 1f,0/ide d/cdrom 2,0:f
File and args:
> Evaluating: boot cdrom
>
> Can't open boot device
>
> Boot device: disk File and args:
> Loading ufs-file-system package 1.4 04 Aug 1995
13:02:54.
>
>
> I have tried re-burning the CD and different CD Drives.
Not sure what
> else I can do.
>
> Anyone have an idea?
> _______________________________________________
> freebsd-sparc64 freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-sparc
64
> To unsubscribe, send any mail to
"freebsd-sparc64-unsubscribe freebsd.org"
>
_______________________________________________
freebsd-sparc64 freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-sparc
64
To unsubscribe, send any mail to
"freebsd-sparc64-unsubscribe freebsd.org"
|
|
| Getting 6.1 Sparc64 onto a Netra X1 |

|
2006-09-01 04:55:53 |
Joshua Pincus <joshua.pincus gmail.com> wrote: Hi,
I had similar problems on a Sun Fire V210. The problem is
that your
cdrom device alias is wrong, hence OBP can't open the
device.
On the Sun Fire V210, I figured out which bus the CD-ROM was
connected to
through trial and error using a SCSI disk that I would plug
into
different bus slots and
try to boot.
Eventually, I figured out the right bus and created a device
alias for cdrom:
devalias cdrom /pci 1c,600000/scsi 2,1/disk 6,0:f
(This is a printout of the entry from my nvramrc.)
You don't need the devalias to boot the system. You just
need the
complete path, like the one following the
"cdrom" term as above.
Remember, the CD-ROM is nothing more
than a read-only hard drive. In this case, I was able to
boot by
sticking the CD-ROM at
SCSI device location 6 and booting from the same :f
partition as you'd expect.
Coincidentally, I took the hard drive with FreeBSD on it and
removed
it from the V210.
I placed it in my own Netra X1 and have been running FreeBSD
ever since!
does the probe-scsi-all (probe-ide for come models) obp
command not work on netras?
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low
PC-to-Phone call rates.
_______________________________________________
freebsd-sparc64 freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-sparc
64
To unsubscribe, send any mail to
"freebsd-sparc64-unsubscribe freebsd.org"
|
|
| Getting 6.1 Sparc64 onto a Netra X1 |

|
2006-09-01 06:34:01 |
Yes. It does.
JP
--
On 8/31/06, K Chapman <tech2187 yahoo.com> wrote:
> Joshua Pincus <joshua.pincus gmail.com> wrote:
> Hi,
>
> I had similar problems on a Sun Fire V210. The problem
is that your
> cdrom device alias is wrong, hence OBP can't open the
device.
>
> On the Sun Fire V210, I figured out which bus the
CD-ROM was connected to
> through trial and error using a SCSI disk that I would
plug into
> different bus slots and
> try to boot.
>
> Eventually, I figured out the right bus and created a
device alias for
> cdrom:
>
> devalias cdrom /pci 1c,600000/scsi 2,1/disk 6,0:f
>
> (This is a printout of the entry from my nvramrc.)
>
> You don't need the devalias to boot the system. You
just need the
> complete path, like the one following the
"cdrom" term as above.
> Remember, the CD-ROM is nothing more
> than a read-only hard drive. In this case, I was able
to boot by
> sticking the CD-ROM at
> SCSI device location 6 and booting from the same :f
partition as you'd
> expect.
>
> Coincidentally, I took the hard drive with FreeBSD on
it and removed
> it from the V210.
> I placed it in my own Netra X1 and have been running
FreeBSD ever since!
>
> does the probe-scsi-all (probe-ide for come models) obp
command not work on
> netras?
>
>
> ________________________________
> How low will we go? Check out Yahoo! Messenger's low
PC-to-Phone call rates.
>
>
_______________________________________________
freebsd-sparc64 freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-sparc
64
To unsubscribe, send any mail to
"freebsd-sparc64-unsubscribe freebsd.org"
|
|
[1-4]
|
|