Is there a way to create the forest installing new server and restoring AD data from the old outdated PDC
Restoring multiple domain controllers is not recommended and can be problematic. Better option may be to restore the PDC, then do cleanup to remove the others.
https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/ad-ds-metadata-cleanup
https://techcommunity.microsoft.com/t5/itops-talk-blog/step-by-step-manually-removing-a-domain-controller-server/ba-p/280564
then confirm health is good (dcdiag, repadmin tools) when all looks good stand up new ones for replacement of the others.
I'd use dcdiag / repadmin tools to verify health correcting all errors found
before starting any
operations. Then stand up the new 2008, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can move on to next one.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--