So looks like the MBR from installed contents of SCPN-60160 is more complicated than I thought it would be.
Looks a lot like OSDSYS code base and it appears to include some resources for rendering the browser and clock.
Some notes:
For BootClock
sets boot module
For BootOpening
sets boot module
For BootWarning
sets boot module
For BootIllegal
sets boot module
For BootPs1Cd
it will perform the PS1DRV loading procedure (hdd or rom)
For BootPs2Cd, BootPs2Dvd
it will load rom0:PS2LOGO
For BootDvdVideo
it will perform the DVDPLAYER loading procedure (hdd, mc, or rom)
For BootHddApp
it will perform the hdd partition loading procedure
For DnasPs1Emu, DnasPs2Native, DnasPs2Hdd
it will perform the hdd dnasload loading procedure
For SkipFsck
it will skip fsck loading if it would otherwise load it
For Initialize
it is checked but nothing is done with the result
For BootBrowser, BootCdPlayer, arguments beginning with Opt
will boot osdboot
On disc loading error
will boot osdboot with arguments "BootError" "BOOT_DISC_MODULE"
Common boot module selection
0, opening
1, clock
2, warning; illegal
Common execute app methods
0, ps2 cd boot
1, ps2 dvd boot
2, ps1 cd boot
3, dvd player boot
4, dnasload ps2native
5, dnasload ps2emu
6, dnasload ps2hdd
7, partition boot
8, osdboot
9, fsck
Common execute app errors
0, should never be reached
2, ps2 can't open/read system.cnf; ps2hdd cannot parse patinfo or mount partition contain elf; key/value PLATFORM=BNLINUX in system.cnf
3, readkey failed; -> warning
4, ps1 system.cnf handling fail
5, unable to get module update info;-> boot osdboot with arguments "BootError" "DVDELF"
Hdd hardoded app boot paths
osdboot: hdd0:__system:pfs:/p2lboot/osdboot.elf
dnasload: hdd0:__system:pfs:/dnas100/dnasload.elf
fsck: hdd0:__system:pfs:/fsck/fsck.elf
fsck110: hdd0:__system:pfs:/fsck110/fsck.elf