Editing User talk:Masterzorag
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 8: | Line 8: | ||
Latest tested kernels: | Latest tested kernels: | ||
* 3.2. | * 3.2.28 works fine | ||
<pre> | <pre> | ||
# ./perlin | # ./perlin | ||
Line 30: | Line 30: | ||
OtherOS/OtherOS++ region is on HDD (ps3dd), we have new linux tools (ps3sed) and drivers.<br /> | OtherOS/OtherOS++ region is on HDD (ps3dd), we have new linux tools (ps3sed) and drivers.<br /> | ||
To resize ps3da I've tried new ps3sed (manually), unsuccesfully: GameOS always detect corruption and redo its own things. | To resize ps3da I've tried new ps3sed (manually), unsuccesfully: GameOS always detect corruption and redo its own things.<br /> | ||
I've found a way to force resize on 4.46, no emer_init patch, no downgrading: GameOS respect standards.<br /> | I've found a way to force resize on 4.46, no emer_init patch, no downgrading: GameOS respect standards.<br /> | ||
I can now resize ps3da at arbitrary size.<br /> | I can now resize ps3da at arbitrary size.<br /><br /> | ||
Here I've forced ps3da to use 1216709344 sectors, this make me space for a ps3dd of about 16G. | |||
<br /> | |||
Here I've forced ps3da to use 1216709344 sectors, this | |||
After that GameOS do it own things, I've resetted ps3da to its real geometry (1250263728) and booted a new petitboot. | After that GameOS do it own things, I've resetted ps3da to its real geometry (1250263728) and booted a new petitboot. | ||
<pre> | <pre> | ||
Line 76: | Line 73: | ||
* manually with ps3sed | * manually with ps3sed | ||
* rebooting | * rebooting | ||
Petitboot finally detect a new ps3dd device, the fourth region, of (33554376 * 512 =) 17179840512 bytes.<br /> | Petitboot reboot finally detect a new ps3dd device, the fourth region, of (33554376 * 512 =) 17179840512 bytes.<br /> | ||
All of this with a 3.10.26 kernel and new tools: no vflash hacking involved, linux on vflash7 is deprecated. | All of this with a 3.10.26 kernel and new tools: no vflash hacking involved, linux on vflash7 is deprecated. | ||
=ps3vuart-tools= | =ps3vuart-tools= | ||
We miss some stuff from old ps3sm-utils, looking to port: temperature, get_fan_policy and set_fan_policy to new ps3vuart-tools.<br /> | We miss some stuff from old ps3sm-utils, looking to port: temperature, get_tzpb, get_fan_policy and set_fan_policy to new ps3vuart-tools.<br /> | ||
We need to enable some sort of fan control on petitboot now. | We need to enable some sort of fan control on petitboot now. | ||