Re: hppa on a 742

2001-08-31 Thread Martin . Tuerk
Hi, thanks that one helps, except it leaves one question: ./palo/palo -f /dev/null -b iplboot -k /home/cvs/parisc/linux/vmlinux \ -c 0/vmlinux HOME=/ TERM=linux root=/dev/sda3 ip=bootp \ -s lifimage What would be the entry to make the system boot diskless? root=/dev/nfs

Re: hppa on a 742

2001-08-31 Thread Matthew Wilcox
On Fri, Aug 31, 2001 at 10:39:13AM +0200, [EMAIL PROTECTED] wrote: ./palo/palo -f /dev/null -b iplboot -k /home/cvs/parisc/linux/vmlinux \ -c 0/vmlinux HOME=/ TERM=linux root=/dev/sda3 ip=bootp \ -s lifimage What would be the entry to make the system boot diskless?

Re: hppa on a 742

2001-08-31 Thread Martin . Tuerk
Hi again, thanks all for the hints, made a mistake, trying to relay on the kernels I found on the debian site and the one included in the iso image, After downloading the current kernel sources and compiling them I have a kernel now which at least is now producing bootp requests after loading.

Re: hppa on a 742

2001-08-31 Thread Helge Deller
On Friday 31 August 2001 10:39, [EMAIL PROTECTED] wrote: Hi, Hi Martin, thanks that one helps, except it leaves one question: ./palo/palo -f /dev/null -b iplboot -k /home/cvs/parisc/linux/vmlinux \ -c 0/vmlinux HOME=/ TERM=linux root=/dev/sda3 ip=bootp \ -s lifimage What would

Re: hppa on a 742

2001-08-31 Thread Grant Grundler
Matthew Wilcox wrote: On Thu, Aug 30, 2001 at 08:06:50PM +0200, [EMAIL PROTECTED] wrote: ... Is there a way to build the lif files? A lifls on HP-UX gives an error message, saying the the file isn't a lif file. Maybe you have a raw vmlinux instead of one encapsulated in a lifimage? palo

hppa on a 742

2001-08-30 Thread Martin . Tuerk
Hello everyone, I know this is probably not supported and wont be in the future anyways, but... Well I have a 742 here trying to get linux running on it. I installed the iso image 0.9-32serial on a 1GB disk and the system is booting, if the filesystem is checked. (I can check it mounting the

Re: hppa on a 742

2001-08-30 Thread Matthew Wilcox
On Thu, Aug 30, 2001 at 10:47:04AM +0200, [EMAIL PROTECTED] wrote: Well I have a 742 here trying to get linux running on it. OK. The 742 is basically the VME version of the 715/Scorpio, 725/Spectra which are, or should be, minimally supported. So in theory, it should work. In practice, there

Re: hppa on a 742

2001-08-30 Thread Grant Grundler
[EMAIL PROTECTED] wrote: I tried to boot the 742 diskless. It only recognizes rboot protocol, so I set up the 715 running HP-UX as the server. Now I'm really confused how the boot sequence runs. HP-UX works as the rboot/bootp server. I found a lifimage on the debian server which brings the

Re: hppa on a 742

2001-08-30 Thread Matthew Wilcox
On Thu, Aug 30, 2001 at 08:06:50PM +0200, [EMAIL PROTECTED] wrote: Did that, what I'm missing here is where do you tell the diskless machine that it needs to boot a kernel from a network server? At the PDC prompt, you need to hit escape to abort the autoboot and then get to the BOOT_ADMIN

Re: hppa on a 742

2001-08-30 Thread Martin . Tuerk
Thanks Matthew, but sorry my real question might be not specific enough. OK. The 742 is basically the VME version of the 715/Scorpio, There's an rboot daemon available for Linux; if you run Debian, just apt-get install it; if not there's one on the puffin.external.hp.com site somewhere.

Re: hppa on a 742

2001-08-30 Thread Martin . Tuerk
Hi, thanks, what I'm actually doing is, using the HP-UX box to answer the rboot request, transmitting a lifimage. I have two of those, one that crashes with an HPMC BUS ERROR and one which starts the debian installation, which looks promising, but is not really what I wnat to do. Another

Re: hppa on a 742

2001-08-30 Thread Helge Deller
Hi Martin First of all, you need to specify the machine in the /etc/rbootd.conf file. Looks like you have this working already, but here it is: 08:00:09:35:21:18 guernsey Then you need to set up bootp/dhcp. The dhcpd is capable of serving both; I use bootp. Here's the stanza I used