On Wed, Jun 27, Scott Reist wrote:
On a B&W G3 -400 Mhz (mac ppc)
1.1f4 BootRom
OF 3.1.1
Can yaboot boot a kernal found on a partition of a slave drive?
/dev/hdb aka ultra1:
boot ultra1:9,/boot/vmlinux
I always get the error:
Boot error on block 1
Image not found
(may not be the exact wording)
OpenFirmware has no trouble finding the suseboot folder on ultra1:7
Ran lilo, no problem
Do you really have an "ultra1" alias in the OF? You can check that with
strings /proc/device-tree/aliases/ultra1
An easy way to get rid of the warning is the "copy" option in lilo.
...
image = /boot/vmlinux
root = /dev/hda9
label = linux
append = ""
copy
...
this will copy the vmlinux file to the HFS partition.
Gruss Olaf
--
$ man clone
BUGS
Main feature not yet implemented...