/build/static/layout/Breadcrumb_cap_w.png

Getting a K2000 Script error as soon as the image deploy starts - "undefined" is null or not an object

This error happens as soon as a deployment starts. Happens on every image and every KBE. There are no preinstallation tasks and this is not a scripted install.  Does anyone have any idea where I should be looking?

Fairly new to the K2000.

 

Thanks,


2 Comments   [ + ] Show comments
  • Did you find an answer to this? I have the same problem. - mans0954 10 years ago
  • KACE support actually built a pre-installation task for me that created 2 partitions, one 100MB for the system and then the rest of the drive for the main partition. It is the same thing that Windows 7 does to the partitions with a fresh install. Now I add that task to each of my Windows based images and it works great.


    Type: DISKPART Script

    Script:

    select volume 0
    remove all noerr
    select disk 0
    clean
    create partition primary size=400
    assign letter="C"
    active
    create partition primary
    assign letter="D"
    exit - jginger 10 years ago

Answers (1)

Posted by: mans0954 10 years ago
Senior Yellow Belt
0

In my case I found that the system I had imaged had two partitions, the 100MB system partition and the boot partiton. The deploy script was only creating one partition. If I instead image a system without a system partition then it works fine.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ