Quote:
Originally Posted by egilmela
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.
|
Worked Wellish....
I found i did not need to "chroot", and when i did, "yaboot.conf" fell under the "/etc" directory.
nano the yaboot, wherever it may be (as long as in a "etc" directory) and change mentioned line to:
append="video=ps3fb:mode:138 root=/dev/ps3da3"
This is what worked for me, but i am no linux expert, so don't take this as law
Good Luck