* [parisc-linux] Trouble installing 0.9.3 on 735/99
@ 2002-01-21 21:58 Matt.VanDeWerken
2002-01-22 14:12 ` Richard Hirst
0 siblings, 1 reply; 7+ messages in thread
From: Matt.VanDeWerken @ 2002-01-21 21:58 UTC (permalink / raw)
To: parisc-linux
Hi all:
I've successfully installed 0.9.2 on this machine in the past, but I'm
having trouble installing 0.9.3 on my 735/99.
Here's the steps I went through; note that I don't have a SCSI CDROM to boot
from, so I had to do a bit of a kludge. Sometimes it worked, sometimes other
things happened. Anyway, here's the procedure (note I'm typing this from
memory, so the prompts aren't exact, but the procedure is the same as I used
- I did it about 10 or 15 times, so I'm well versed in it!):
I have 2 external scsi disks, one of which I'll call /dev/sda and the other
I'll call /dev/sdb; these names will not change when I transfer the disks to
the parisc box.
* Put the CD in my i686 Linux box;
* dd if=/dev/cdrom of=parisc-linux.iso;
* dd if=parisc-linux.iso of=/dev/sdb;
* reboot, and removethe external disks, plugging them into the 735/99.
* start minicom.
* Boot 735/99, choose 'b p0' at the prompt.
* Debian installer starts, good.
* Partition 1.3GB disk /dev/sda, as follows:
* 32MB /dev/sda1 -> type f0;
* 960MB /dev/sda2 -> type 83 (ext2fs);
* the rest /dev/sda3 -> type 82 (swap);
* make swap, make e2fs, mount /dev/sda2 as /;
* drop to shell, do "mkdir /inst ; mount /dev/sdb /inst -t iso9660"
Note that this last step only sometimes works. That is, only sometimes does
the install program see the mounted directory.
Anyway, it then proceeds to the "make boot floppy" section, where it asks to
list the files. Often (maybe 5 or 6 times out of 7) it will say "Files not
found in path", where I'll have to drop to the shell, umount the iso image,
then remount it. If it does find the files (and it lists the exact path), I
select the 32-bit one, and then it just hangs. I can leave it there for many
minutes, and it does nothing.
Any ideas? Maybe I should leave it for a half hour or so...
Cheers,
Matthew van de Werken
Electronics Engineer
CSIRO Exploration & Mining - Gravity Group
1 Technology Court - Pullenvale - Qld - 4069
ph: (07) 3327 4685 fax: (07) 3327 4455
email: matt.vandewerken@csiro.au
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Trouble installing 0.9.3 on 735/99
[not found] <A8566E157F5FD411BCFB00D0B7816D51C72CD9@ntexchange.cat.csir o.au>
@ 2002-01-22 1:25 ` Christian Suder
0 siblings, 0 replies; 7+ messages in thread
From: Christian Suder @ 2002-01-22 1:25 UTC (permalink / raw)
To: Matt.VanDeWerken, parisc-linux
Hmm,
are you able to do a network install, e.g. from NFS ? A while ago when I
had frequent FS corruptions I had a setup that had vmlinux and the install
root ramdisk "ready to go" in the f0 partition. Just had to give it the
correct parameters at the PALO prompt, choose NFS as source and off I was
leveling the linux partition... ;-)
Basically you should be able to do the same, boot into the installer from
the second disk and do a regular network install. You would not need to do
some funky stuff in the shell.
Christian
At 07:58 AM 1/22/2002 +1000, Matt.VanDeWerken@csiro.au wrote:
>Hi all:
>
>I've successfully installed 0.9.2 on this machine in the past, but I'm
>having trouble installing 0.9.3 on my 735/99.
>
>Here's the steps I went through; note that I don't have a SCSI CDROM to boot
>from, so I had to do a bit of a kludge. Sometimes it worked, sometimes other
>things happened. Anyway, here's the procedure (note I'm typing this from
>memory, so the prompts aren't exact, but the procedure is the same as I used
>- I did it about 10 or 15 times, so I'm well versed in it!):
>
>I have 2 external scsi disks, one of which I'll call /dev/sda and the other
>I'll call /dev/sdb; these names will not change when I transfer the disks to
>the parisc box.
>
>* Put the CD in my i686 Linux box;
>* dd if=/dev/cdrom of=parisc-linux.iso;
>* dd if=parisc-linux.iso of=/dev/sdb;
>* reboot, and removethe external disks, plugging them into the 735/99.
>* start minicom.
>* Boot 735/99, choose 'b p0' at the prompt.
>* Debian installer starts, good.
>* Partition 1.3GB disk /dev/sda, as follows:
>* 32MB /dev/sda1 -> type f0;
>* 960MB /dev/sda2 -> type 83 (ext2fs);
>* the rest /dev/sda3 -> type 82 (swap);
>* make swap, make e2fs, mount /dev/sda2 as /;
>* drop to shell, do "mkdir /inst ; mount /dev/sdb /inst -t iso9660"
>
>Note that this last step only sometimes works. That is, only sometimes does
>the install program see the mounted directory.
>
>Anyway, it then proceeds to the "make boot floppy" section, where it asks to
>list the files. Often (maybe 5 or 6 times out of 7) it will say "Files not
>found in path", where I'll have to drop to the shell, umount the iso image,
>then remount it. If it does find the files (and it lists the exact path), I
>select the 32-bit one, and then it just hangs. I can leave it there for many
>minutes, and it does nothing.
>
>Any ideas? Maybe I should leave it for a half hour or so...
>
>Cheers,
>Matthew van de Werken
>Electronics Engineer
>CSIRO Exploration & Mining - Gravity Group
>1 Technology Court - Pullenvale - Qld - 4069
>ph: (07) 3327 4685 fax: (07) 3327 4455
>email: matt.vandewerken@csiro.au
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Trouble installing 0.9.3 on 735/99
2002-01-21 21:58 [parisc-linux] Trouble installing 0.9.3 on 735/99 Matt.VanDeWerken
@ 2002-01-22 14:12 ` Richard Hirst
2002-01-22 17:05 ` Carlos O'Donell Jr.
0 siblings, 1 reply; 7+ messages in thread
From: Richard Hirst @ 2002-01-22 14:12 UTC (permalink / raw)
To: Matt.VanDeWerken; +Cc: parisc-linux
On Tue, Jan 22, 2002 at 07:58:22AM +1000, Matt.VanDeWerken@csiro.au wrote:
> Hi all:
>
> * drop to shell, do "mkdir /inst ; mount /dev/sdb /inst -t iso9660"
>
> Note that this last step only sometimes works. That is, only sometimes does
> the install program see the mounted directory.
Are you confident that you are terminating the external scsi bus
properly? 0.9.2 ISO used an older slower scsi driver that was possibly
less susceptible to bad termination.
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Trouble installing 0.9.3 on 735/99
2002-01-22 14:12 ` Richard Hirst
@ 2002-01-22 17:05 ` Carlos O'Donell Jr.
2002-01-22 19:59 ` Richard Hirst
2002-01-22 22:55 ` Tom
0 siblings, 2 replies; 7+ messages in thread
From: Carlos O'Donell Jr. @ 2002-01-22 17:05 UTC (permalink / raw)
To: Richard Hirst; +Cc: parisc-linux
> > Hi all:
> >
> > * drop to shell, do "mkdir /inst ; mount /dev/sdb /inst -t iso9660"
> >
> > Note that this last step only sometimes works. That is, only sometimes does
> > the install program see the mounted directory.
>
> Are you confident that you are terminating the external scsi bus
> properly? 0.9.2 ISO used an older slower scsi driver that was possibly
> less susceptible to bad termination.
>
> Richard
>
>
I can't get any of the 715/50's to run stably with the newer
SCSI driver. And after testing I can almost pinpoint with 95%
accuracy tha it's the new driver.
I have yet to go about running the latest kernel with the sim700
driver. Though if I get some time this afternoon I will.
(Just spent some time adding diskless 715/50's to our cluster)
Has anyone been able to get SCSI disks that are not from HP
to work on the 715's? (New terminator? Different terminator?)
c.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Trouble installing 0.9.3 on 735/99
2002-01-22 17:05 ` Carlos O'Donell Jr.
@ 2002-01-22 19:59 ` Richard Hirst
2002-01-22 22:55 ` Tom
1 sibling, 0 replies; 7+ messages in thread
From: Richard Hirst @ 2002-01-22 19:59 UTC (permalink / raw)
To: Carlos O'Donell Jr., parisc-linux
On Tue, Jan 22, 2002 at 12:05:48PM -0500, Carlos O'Donell Jr. wrote:
> I can't get any of the 715/50's to run stably with the newer
> SCSI driver. And after testing I can almost pinpoint with 95%
> accuracy tha it's the new driver.
Have you tried hacking the driver to disable tagged commands, or at
least to limit the maximum tagged cmds per device to something small?
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Trouble installing 0.9.3 on 735/99
2002-01-22 17:05 ` Carlos O'Donell Jr.
2002-01-22 19:59 ` Richard Hirst
@ 2002-01-22 22:55 ` Tom
2002-01-22 23:55 ` Aaron Macks
1 sibling, 1 reply; 7+ messages in thread
From: Tom @ 2002-01-22 22:55 UTC (permalink / raw)
To: Carlos O'Donell Jr.; +Cc: Richard Hirst, parisc-linux
On Tue, 22 Jan 2002, Carlos O'Donell Jr. wrote:
> I can't get any of the 715/50's to run stably with the newer
> SCSI driver. And after testing I can almost pinpoint with 95%
> accuracy tha it's the new driver.
>
> I have yet to go about running the latest kernel with the sim700
> driver. Though if I get some time this afternoon I will.
> (Just spent some time adding diskless 715/50's to our cluster)
>
> Has anyone been able to get SCSI disks that are not from HP
> to work on the 715's? (New terminator? Different terminator?)
I had a 1G HP /dev/sda and a 4G Micropolis /dev/sdb in my 715/100. Didn't
realize that HP actually expects you to terminate the unused ports on the
back until I was provided a link to my users manual :-) I also had to set
the drive's parity on, and enable the 'wait for start' command.
I also ran an IBM 4G DFHS-S4W drive on it initially. That was quite early
on in the process, though, so I had lots of crashes etc. that I don't know
were related to Debian/HPPA being 'alpha' software or due to the drive :-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] Trouble installing 0.9.3 on 735/99
2002-01-22 22:55 ` Tom
@ 2002-01-22 23:55 ` Aaron Macks
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Macks @ 2002-01-22 23:55 UTC (permalink / raw)
To: PARISC-Linux
I've got stock 0.93 running on two 715/33's with:
COMPAQ C2247 (1gb scsi drives) and a seagate of recentish vintage(1gb
1/4 height from an SGI) in a 715/50
no problems
Aaron
On Tue, Jan 22, 2002 at 01:55:57PM -0900, Tom wrote:
> On Tue, 22 Jan 2002, Carlos O'Donell Jr. wrote:
> > I can't get any of the 715/50's to run stably with the newer
> > SCSI driver. And after testing I can almost pinpoint with 95%
> > accuracy tha it's the new driver.
> >
> > I have yet to go about running the latest kernel with the sim700
> > driver. Though if I get some time this afternoon I will.
> > (Just spent some time adding diskless 715/50's to our cluster)
> >
> > Has anyone been able to get SCSI disks that are not from HP
> > to work on the 715's? (New terminator? Different terminator?)
>
> I had a 1G HP /dev/sda and a 4G Micropolis /dev/sdb in my 715/100. Didn't
> realize that HP actually expects you to terminate the unused ports on the
> back until I was provided a link to my users manual :-) I also had to set
> the drive's parity on, and enable the 'wait for start' command.
>
> I also ran an IBM 4G DFHS-S4W drive on it initially. That was quite early
> on in the process, though, so I had lots of crashes etc. that I don't know
> were related to Debian/HPPA being 'alpha' software or due to the drive :-)
>
>
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
--
_______________________________________________________
Aaron Macks(aaronm@cs.brandeis.edu)
My sheep has seven gall bladders, that makes me the King of the Universe!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-01-22 23:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-21 21:58 [parisc-linux] Trouble installing 0.9.3 on 735/99 Matt.VanDeWerken
2002-01-22 14:12 ` Richard Hirst
2002-01-22 17:05 ` Carlos O'Donell Jr.
2002-01-22 19:59 ` Richard Hirst
2002-01-22 22:55 ` Tom
2002-01-22 23:55 ` Aaron Macks
[not found] <A8566E157F5FD411BCFB00D0B7816D51C72CD9@ntexchange.cat.csir o.au>
2002-01-22 1:25 ` Christian Suder
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.