VirtualBox

Ignore:
Timestamp:
Jan 6, 2022 2:49:26 AM (3 years ago)
Author:
vboxsync
Message:

Main/UnattendedOs2Install: Disabled debug script steps. Make copies of C:\config.sys at the end of each phase for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/UnattendedTemplates/os2_cid_install.cmd

    r93127 r93131  
    185185:phase2_startup_ok
    186186
     187copy C:\CONFIG.SYS C:\VBoxCID\Phase1-end-config.sys
     188
    187189REM now reboot.
    188190goto reboot
     
    240242@echo Install startup.cmd for phase3.
    241243ren C:\STARTUP.CMD C:\VBoxCID\Phase2-end-startup.cmd
     244copy C:\CONFIG.SYS C:\VBoxCID\Phase2-end-config.sys
    242245@echo C:\VBoxCID\OS2_UTIL.EXE --tee-to-backdoor --tee-to-file C:\VBoxCID\Phase3.log --append -- C:\OS2\CMD.EXE /C C:\VBoxCID\VBoxCID.CMD PHASE3> C:\STARTUP.CMD && goto phase3_startup_ok
    243246pause
     
    360363%CDROM%
    361364@REM Skipping as it hangs after a "Message file not found." error. (The DPATH amendment doesn't help.)  Logs give no clue.
    362 @REM Maybe we're installing it too early?  Needs TCPIP or smth.
     365@REM The install works fine after the phase3 reboot. Next log message then is "NS46EXIT QLTOBMCONVERT en_US, rc=0x0000",
     366@REM so maybe it is related to the LANG environment variable or Locale? Hmm. LANG seems to be set...
    363367goto netscape_ok
    364 SET DPATH=%DPATH%;C:\NETSCAPE\SIUTIL;
     368SET DPATH=%DPATH%;C:\NETSCAPE\SIUTIL;C:\NETSCAPE\PROGRAM;
     369IF "x%LANG%x" == "xx" THEN SET LANG=en_US
    365370C:\VBoxCID\OS2_UTIL.EXE -- %CDROM%\CID\SERVER\NETSCAPE\INSTALL.EXE /X /A:I /TU:C: /C:%CDROM%\CID\SERVER\NETSCAPE\NS46.ICF /S:%CDROM%\CID\SERVER\NETSCAPE /R:C:\VBoxCID\Netscape.RSP /L1:C:\VBoxCID\3.6-Netscape.log /L2:C:\VBoxCID\3.6-Netscape-2.log && goto netscape_ok
    366371C:\VBoxCID\OS2_UTIL.EXE --file-to-backdoor C:\VBoxCID\3.6-Netscape.log
     
    463468@@VBOX_COND_END@@
    464469
     470copy C:\CONFIG.SYS C:\VBoxCID\Phase3-end-config.sys
     471
    465472
    466473REM
     
    474481C:
    475482
    476 @echo debug
     483@REM @echo debug
     484@REM CMD.EXE
     485
     486SETBOOT /IBD:C
     487pause
    477488CMD.EXE
    478489
    479 SETBOOT /IBD:C
    480 pause
    481 CMD.EXE
    482 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette