0% found this document useful (0 votes)
103 views8 pages

How To Make A Bootable PS2 Game Backup Disc

The document provides a tutorial on creating bootable PS2 game backup discs using FreeDVDBoot, detailing the necessary tools and step-by-step instructions for manually patching game ISOs. It emphasizes that there is currently no automated process for this task without a modchip and includes specific hex editing instructions. The tutorial also mentions an easier alternative method for users who prefer a simpler drag-and-drop solution for patching their PS2 ISOs.

Uploaded by

xenon4642
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views8 pages

How To Make A Bootable PS2 Game Backup Disc

The document provides a tutorial on creating bootable PS2 game backup discs using FreeDVDBoot, detailing the necessary tools and step-by-step instructions for manually patching game ISOs. It emphasizes that there is currently no automated process for this task without a modchip and includes specific hex editing instructions. The tutorial also mentions an easier alternative method for users who prefer a simpler drag-and-drop solution for patching their PS2 ISOs.

Uploaded by

xenon4642
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

PS2-HOME.

com - PS2 Homebrew and Tools

  News  FAQ  Register  Login

 Portal ‹  Forum  Active topics Select Language ▼  Search 


‹ PS2 Homebrew

‹ FreeDVDBoot Forum

Ad served by
Ad options Send feedback

Why this ad?

[TUTORIAL]
[FREEDVDBOOT] How to make a bootable PS2 Game Backup Disc
Forum rules
Only topics about FreeDVDBoot are allowed here.

Post Reply  Search this


topic…

2 posts • Page 1 of 1

TOPIC AUTHOR

bela lugosi 

[FREEDVDBOOT] How to make a bootable PS2 Game Backup Disc


#1

 Fri Jul 10, 2020 6:15 am

Alright ladies and gentlemen, here it is the FreeDVDBoot tutorial for creating your own PS2 disc backups.

Message from: JBela Lugosi

! First of all, this tutorial could become outdated very soon. For the time being there is no known
automated process to patch your game backups to run it on your PS2 without a modchip. So we'll
have to make it work manually.

The main idea of this tutorial is to burn a bootable backup of your legally owned games without any kind of
console modification required.

Here is what we'll need:


ESR disc patcher GUI v0.24a: Click Here
ESR R10E: Click Here
A Hex Editor, in this case I'll use HXD: Click Here
FreeDVDBoot files from the github: Click Here
ImgBurn: Click Here
A properly patched VTS_01_0.IFO : (download attachment below)

DOWNLOAD:

[patched]_VIDEO TS.zip
ZIP MD5: 1DDCEEABC83B8DC6A41357634909527A
(1.38 KiB) Downloaded 416 times

So, after reading a lot, this is the short version tutorial from CTurt's explanation of the exploit. Source |
Mirror

CODE: SELECT ALL

VIDEO_TS.BUP -> VTS_01_0.IFO (to rename the file)


f0 07 00 00 0a 00 -> 00 38 00 00 0a 00 (VIDEO_TS.IFO filesize to 14336)
0x45000: paste VIDEO_TS.IFO exploit contents (compiled with LOAD_FROM_SECTOR_RELATIVE_TO_VIDEO_TS_
f0 07 00 00 0b 00 -> 00 30 00 00 11 00 (VIDEO_TS.BUP/VTS_01_0.IFO LBA to 145 and filesize to 12288
0x48800: paste VTS_01_0.IFO contents
0x4B800: paste loader ELF

So the main idea is, we rip our game using ImgBurn, hex edit our rip with HXD, changing a file name, some
address locations and writing our files in Hex.

STEP 1 - First, let's rip our game using ImgBurn, it's pretty straightfoward and save the ISO on any folder for
now.

STEP 2 - Extract the contents of FreeDVDBoot

STEP 3 - Open our modified VIDEO_TS.IFO , VTS_01_0.IFO (that is found inside FreeDVDBoot-
master/Filesystems/3.10 + 3.11 Hybrid 2 atempt to fix 9000 series/ ) on HXD.

Now, we'll modify our ISO.

Open ESR disc patcher GUI v0.24a and run it on the game iso file.

Close the GUI and drag and drop the ISO in HXD.
Extract ESR R10E and drag an drop the esr_r10e_direct.elf to HXD.

STEP 4 - On our iso tab, do a CTRL+F and search in the text-string tab VIDEO_TS.BUP . Rename it to
VTS_01_0.IFO

STEP 5 - Do a CTRL+F again, and on the hex-values tab, search for f0 07 00 00 0a 00 without quote
marks. Edit it to 00 38 00 00 0a 00 just like the picture below.

STEP 6 - Do a CTRL+F one more time, and on the hex-values tab, search for f0 07 00 00 0b 00 without
quote marks. Edit it to 00 30 00 00 11 00

STEP 7 - Scroll down to offset 0x45000 , copy all contents from our modified VIDEO_TS.IFO file and
paste-write it.

STEP 8 - You should now be on offset 0x48800 , copy all contents from VTS_01_0.IFO and paste-write on
this offset.
STEP 9 - You should now be on offset 0x4B800 , copy all contents from esr_r10e_direct.elf and paste-
write on this offset. -- NOTE: I'm using the r9c release in the pictures, but I've already tested with the
newer version (R10E) and it is working perfectly.

STEP 10 - Save the ISO, and burn with ImgBurn. We're done. You can use our modified VIDEO_TS.IFO ,
VTS_01_0.IFO and esr_r10e_direct.elf to any R10E patched image. Do keep in mind that you're bound
to R10E's compatible games. Other than that, this should be fairly easy to do.

Thanks: SP193, CTurt, ffgriever.

OLDER TUTORIAL (v1):

► SHOW SPOILER

Need help?

If you need help with anything related to this project, please DO NOT hijack this thread, but instead start a
new help topic under this forum: Click Here -- Make sure to answer the auto-questions when starting a help
topic, and also remember, one question per topic.

NOTE: This thread may be left open only to get more updates from the developer or project leader, but if it
gets out of hand with "help me" inquires, it may get locked.

IMPORTANT: If you plan to only post "thanks or congratulatory comments" below, DON'T! -- instead simply
use the LIKE/THANKS button instead. This way we can only focus on gathering more ideas or features for this
WIP project.


Google Domains –
O/cial Site

Use Your Existing Google Account


To Access Google Domains, Web
Hosting, And More.

Google Domains

Open

Jay-Jay
VIP Gold Member

Hardcore Member

Re: [FREEDVDBOOT] How to make a bootable PS2 Game Backup Disc


#2

 Fri Jul 10, 2020 6:31 am


Thank you very much in providing lots of info on how to do this manually. It's very informative and quite
educational.

As you may already know there is an easier method for noobs to simply drag and drop their PS2 ISOs and it
will be FreeDVDBoot patched and ready to run: FreeDVDBoot Auto Patcher by kazuma

PS2: PHAT / SLIM / FMCB w/ESR & OPL Daily Builds / SMS w/PSClient v1.3.1
PS2 Consoles: SCPH-50001 V9 / SCPH-70012 V12 / SCPH-77001 V15
PS2 PHAT Network Adaptor: SCPH-10281

Post Reply    Active topics 


2 posts • Page 1 of 1

Similar Topics

PS2 with modchip that won't read PS1 disc backup games
Last post by stancatau « Sun Sep 02, 2018 1:33 pm
Posted in PS2 Modchips Support Forum
Replies: 4

FreeDVDBoot 'This disc could not be read' error


Last post by TnA « Mon Aug 16, 2021 12:06 am
Posted in FreeDVDBoot Forum
Replies: 14  1 2

want to make the next OPL disc a DVD?


Last post by IcySon55 « Fri Oct 21, 2016 7:48 am
Posted in Open PS2 Loader (OPL) Forum
Replies: 5

Game Save backup tool


Last post by TnA « Wed Jun 27, 2018 8:56 pm
Posted in Request PS2 Tools Here
Replies: 7

Jump to 
 Portal ‹  Forum     All times are UTC

Copyright © 2015 - 2023 PS2-HOME.com - PS2 Homebrew and Tools All rights reserved.

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does
not imply any affiliation with or endorsement by them.

Protected by : ZB BLOCK | StopForumSpam | |

Powered by phpBB® Forum Software © phpBB Limited


Privacy | Terms

You might also like