View Single Post

It worked for me...
  #7 (permalink)  
Old 02-17-2008, 08:42 PM
egilmela is offline
Hey ... I posted a message
 
Join Date: Feb 2008
Posts: 1
Talking 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.
Reply With Quote