View previous topic :: View next topic |
Author |
Message |
xilokawa n00b
Joined: 19 Jul 2004 Posts: 7
|
Posted: Tue Nov 16, 2004 9:30 am Post subject: HPPA ON HP C3700 (2004.2) SOLVED??? |
|
|
Hi there!
I'm trying to install a PA-RISC HP C3700 with Gentoo.
ok, let's begin. /etc/fstab
Code: |
/dev/sda2 /boot ext3 defaults,noatime 1 2
/dev/sda4 / ext3 noatime 0 1
/dev/sda3 none swap sw 0 0
|
The sda1 is the normal PA-RISC Boot partition with 16 Mb.
The next one to see is /etc/palo.conf
Code: |
# Please read /usr/share/doc/palo/palo.conf for more info
--commandline=2/vmlinux64 root=/dev/sda4
--init-partitioned=/dev/sda
#Uncomment this if you want a rescue kernel
#--recoverykernel=/boot/vmlinux.old
|
and the kernel boots fine... because the /boot/vmlinux64 is there...but, apperared a message saying than the "root" partition cannot be accessed.
Please help me!!! _________________ I can resist everithing... except the temptation!!
Last edited by xilokawa on Tue Nov 16, 2004 12:26 pm; edited 1 time in total |
|
Back to top |
|
|
poulpe n00b
Joined: 21 Oct 2004 Posts: 10 Location: France
|
Posted: Tue Nov 16, 2004 12:00 pm Post subject: |
|
|
Did you compile your kernel with scsi drivers inside (not as module) ? |
|
Back to top |
|
|
xilokawa n00b
Joined: 19 Jul 2004 Posts: 7
|
Posted: Tue Nov 16, 2004 12:25 pm Post subject: |
|
|
Yes sure. SCSI support is loaded with [*]
I found a workaroud copying the vmlinux32 and vmlinux 64 kernels from live CD and the other files (initrd's and system.map's) alog as copying the lib modules...
Thank you for your help!
I will continue informing here! _________________ I can resist everithing... except the temptation!! |
|
Back to top |
|
|
|