I'm not sure what the problem could be, but PgcEdit might be able to help you. PgcEdit allows you to add/remove commands in the PGCs, so it might be able to solve your navigation problem (I am a newbie myself so take what I'm telling you with a grain of salt). If I were you I'd open my DVD in PgcEdit and go to the first play PGC in the VMG domain, and look at the initializations being done there. You *might* be able to put a command to jump to the main menu at the end of the precommand in the first play PGC (that would even bypass the warnings). You'd have to be able to locate where your main menu is (which VTS?), and use a JumpSS instruction. This may not work because you might miss some other initializations that happen before and after the warnings are played. If that fails, can you locate the PGCs that correspond to the warnings? If so, still using PgcEdit, you could add a command to go to the main menu after the last postcommand of your second warning PGC (CallSS command I think), but that will only work if the warning PGC is in the same VTS as the main menu. If they're not, then the situation is more complicated because you need to go back to a dummy PGC in the VMG setup to bounce to the main menu... If this sounds complicated, I think it is! Before embarking on that route, maybe you should try to re-backup your DVD, it might end up being less of a headache than trying to fix it. Or you could go to the original DVD and look at the normal program flow and see where it got broken in your backup, but that's not easy to do. Jean