Jump to content

~pirast

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by ~pirast

  1. Hi, I'm currently following the howto located here: http://flyakite.msfn.org/ in order to create a multi boot dvd containing windows xp and windows server 2003. It worked fine for XP, when I press 1, the XP setup boots. But for windows server 2003 (standard), the error "NTLDR missing" appears. I noted that when I replace I386 with my hey editor it replaces that string 6 or 7 times and not like for xp only 4 times. The windows server 2003 cd that I use is updated to the updates released until november 2007 using nlite. My cdshell.ini looks like this: # # Sample startup script demonstrating some basics. # For CD Shell 2.0, Feb 2003 # # Set the name of the file we will attempt to start boot: cls print "\n" print "Press Enter to boot from DVD... \n" getkey 5 boot 0x80 if $lastKey == key[enter]; then goto menu # When no key found... goto boot menu: cls print "1) Windows XP Professional mit Updates von 11/07 \n" print "2) Windows Server 2003 mit Updates von 11/07 \n" MainKey: getkey 20 boot 0x80 if $lastKey == key[1]; then chain /PRO1.DAT if $lastKey == key[2]; then chain /3STD.DAT i used both the 3STD.DAT offered on that website and I also extracted it myself. I would appreciate help. Thanks! Martin
×
×
  • Create New...