Ghost Solution Suite

 View Only
  • 1.  GSS 2.5 boot disk doesn't recognize mouse

    Posted Dec 08, 2009 10:05 AM
    When ever I create a boot disk using PC-DOS, and I boot various devices up, there is no mouse. Here are the selections made:
    -PC-DOS
    -CD/DVD Startup Boot Package with Ghost
    -using all the defaults for the rest
    -added raid drivers for raid controller support
    -and haven't edited anything in the review window

    In the review window, under Configuration Files, under Autoexec.bat, I can see mouse.com is on its own line.

    I had a thought to actually enter mouse.com in the autoexec.bat file that is located at c:\program files\symantec\ghost\ndis. AutoeGHxec.bat currently reads:
    @echo off
    prompt $p$g
    netbind.com
    GHOST.EXE

    REM Add any extra GHOSTswitches on te last line.

    It would look like this after adding mouse.com:
    @echo off
    prompt $p$g
    mouse.com
    netbind.com
    GHOST.EXE

    REM Add any extra GHOSTswitches on te last line.

    Would this work? And, if not, any other suggestions?


  • 2.  RE: GSS 2.5 boot disk doesn't recognize mouse

    Posted Dec 08, 2009 02:22 PM
    Tried building another boot disk, modifying the autoexec.bat file as previously stated, but did not work.

    Anybody have any other suggestions?