Guest User

Untitled

a guest
Oct 27th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Starting from a clean 3.55 OFW..
  2.  
  3. AFTER BACKING UP YOUR INTERNAL HARD DRIVE AND QUICK FORMAT ON PS3
  4.  
  5. Part 1
  6.  
  7. 1. Install Gitbrew's CFW www.tinyurl.com/355-git (DO NOT USE "Gitbrew SPECIAL")
  8. 2. When installation is finished, go to recovery menu and choose "Restore PS3 System"
  9. 3. Now your GameOS will display less of your HDD space (your new *nix partition = missing space)
  10. 4. Run setup_flash_for_otheros.pkg (for all PS3 models)
  11. 5. Reboot
  12. 6. Store this file - "dtbImage.ps3.bin" - on USB drive, plug it in and run install_otheros.pkg - ** tinyurl.com/phat-ps3 or tinyurl.com/slim-ps3-pb ** - : NOTE, for phat's rename "dtbImage.ps3.bin.minimal" => "dtbImage.ps3.bin"
  13. (Furthest right USB port works best, try different USB ports if you don't get any beeps)
  14. 7. Run boot_otheros.pkg
  15. 8. Run reboot.pkg
  16. 9. You should be in petitboot now.
  17.  
  18. Part 2
  19.  
  20. Select "exit to shell" from Petitboot
  21.  
  22. 1. cd /
  23. 2. wget tinyurl.com/create-hdd1
  24. 3. chmod 755 create_hdd_region.sh
  25. 4. ./create_hdd_region.sh auto
  26.  
  27. REBOOT PS3 AFTER STEP 4 COMPLETES
  28.  
  29. 5. parted /dev/ps3dd
  30. 6. mklabel gpt
  31. 7. mkpart primary 0 2GB
  32. 8. print
  33. 9. mkpart primary 2GB (the rest of the hard drive here.)
  34. 10. quit.
  35.  
  36. *At this point, you can go for the simple alternative and insert Red Ribbon(RC5 is latest as of writing this) on DVD or extract the .iso to USB and insert, then select the first option from Petitboot main menu to boot Red Ribbon and install from the desktop.* : NOTE - Don't use the AsbestOS option for Red Ribbon.
  37.  
Add Comment
Please, Sign In to add comment