<html>
<body>
Hi,<br><br>
I'm using ydl-6 on a playstation 3 and would like to set up a dual boot
using yaboot.<br><br>
The ps3 has the default ydl-6 partitioning:<br><br>
ps3da1 = boot (or bootstrap?) partition<br>
ps3da2 = root partition<br>
ps3da3 = swap<br><br>
I've compiled a cross linux-from-scratch build under /clfs on ps3da2 and
would like to modify yaboot.conf to be able to have the option to boot
from /clfs - note that clfs uses /clfs/sbin/pre-init to take care of the
fact that the build is not under the root (&quot;/&quot;)
directory.<br><br>
Is it possible to modify yaboot.conf to achieve the above? I don't have
much experience with ppc/yaboot (as opposed to x86/grub) and the
yaboot.conf below doesn't work for clfs, but does work for the kernels on
ydl-6.<br><br>
Any suggestions would be most welcome.<br><br>
John<br>
--------------<br><br>
<pre># yaboot.conf generated by anaconda
boot=/dev/ps3da
init-message=Welcome to YDL!\nHit &lt;TAB&gt; for boot options
partition=1
timeout=80
install=/usr/lib/yaboot/yaboot
delay=5
enablecdboot
enableofboot
enablenetboot
nonvram
mntpoint=/boot/yaboot
usemount
default=linux

image=/vmlinux-2.6.23-9.ydl6.1
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=linux
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-only
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
initrd=/initrd-2.6.23-9.ydl6.1.img
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
append=&quot;video=ps3fb:mode:13 rhgb quiet root=LABEL=/&quot;

image=/vmlinux-2.6.27.4-vram
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=2.6.27.4-vram
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-only
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
initrd=/initrd-2.6.27.4-vram.img
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
append=&quot;video=ps3fb:mode:13 rhgb quiet root=LABEL=/&quot;

image=/clfs/boot/clfskernel-2.6.27.4
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=clfs
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-only
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
append&quot;/clfs/sbin/pre-init&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
append=&quot;video=ps3fb:mode:13 rhgb quiet root=/dev/ps3da2/clfs&quot;

</body>
</html>