Moderator
Posts: 441 from 2003/2/25
From: Sweden
jdryyz,
Yes, you can access the kernel directly from the linux partition.
Supposing that you did install linux on the second partition on the harddrive connected as primary slave, your bootstring should be:
boot /pci/ide/disk@0,1:1 boot/vmlinuz-2.6.12-9-powerpc root=/dev/hdb2
Please note that: boot/ points to the drawer named boot on the supposed linux partition.
If the linux partition is the third partition instead, change the number to one higher eg:
boot /pci/ide/disk@0,1:2 boot/vmlinuz-2.6.12-9-powerpc root=/dev/hdb3
Here some hints also. At the firmware prompt:
ls /pci/ide [will list all drives connected too ide]
ls /pci/ide/disk@0,0 [will list partition info on the first drive (primary master)]
ls /pci/ide/disk@0,0:0 [will list information on the first partition on the first drive (primary master)]
ls /pci/ide/disk@0,1 [will list partition info on the second drive (primary slave)]
ls /pci/ide/disk@0,1:0 [will list information on the first partition on the second drive (primary slave)]
Gunne
Best wishes, Gunne