[parisc-linux] Boot command

Kailashnath V Rampure kailasr@webcash.com
Tue, 14 Nov 2000 14:58:55 -0800


I have booted HP A class server through network. On that I have repartioned 
the system and followed the steps on http://www.parisc-linux.org/install.html.
I have used the following command to initialize the hard disk. The kernel I 
have downloaded is vmlinux-20001018. and cpied it to /mnt/boot/vmlinux 
after mounting /dev/sda3. I have used the following command to initialize 
the HDD.

palo -I -k /boot/vmlinux -b /boot/iplboot \ -c '3/boot/vmlinux TERM=linux 
HOME=/ root=/dev/sda3' \ /dev/sda
--------------------------------
I get the following error:
--------------------------------
SOFT Boot.
palo ipl bame@noam Tue oct 31 14:18:02 MST 2000
0/vmlinux 2138614 bytes@ 0x1f78c000
0/palo-cmdline '3/boot/vmlinux TERM=linux HOME=/ root=/dev/sda3'
/dev/ida1	82	62		1030688
/dev/ida2	f0	1030750	24738
/dev/ida3	83	1055488	1030750
Kernel:partition 3 file /boot/vmlinux
ext2 block size 1024
ext2_mount(partition 3) returns 0
ext2_open(/boot/vmlinux) = -1
open /boot/vmlinux failed
-------------------------------------
Please suggest.