It worked for me...
Hi
I have found an easier solution to the input you have to do in the guide (sed s@'append="rhg.......)
Just start from the commandline, but instead type chroot /mnt/sysimage
then make your way to the /mnt/sysimage/boot/etc/ folder
and edit the yaboot.conf with nano like so
nano yaboot.conf
Replace the line: append="rhgb quiet root=LABEL=/1"
with append="video=ps3fb:mode:138 rhgb quiet root=/dev/ps3da3"
and also replace 138 with a number corresponding to your screens resolution.
|