We HP several newer model HP desktops and Latops we'e trying to deploy Win 7 Enterprize to.
Issue:
We use HP computers (8100, 8200 and EliteBook 8540P) which have multiple partitions, most have a System Reserved partition of 100 MB at Disk 0, Partition 1 which I think is used for BitLocker and another at Disk 0, Partition 2 as the Primary.
I know that I need to create some steps in the already created Task Sequence that have different disk configurations and have the wmi conditions control which step get run, I would like the task sequence to just apply the appropriate image automatically every time.
I'm thinking of trying this but I don't this it's correct.
select * from Win32_DiskPartition where Caption like '%Partition #0%' and Bootable = -1
Error message in log file:
The execution of the group (Gather Logs and StateStore on Failure) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows
Failed to run the last action: Error in the task sequence. Execution of task sequence failed.
There is not enough space on the disk. (Error: 80070070; Source: Windows
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
We HP several newer model HP desktops and Latops we'e trying to deploy Win 7 Enterprize to.
Issue:
We use HP computers (8100, 8200 and EliteBook 8540P) which have multiple partitions, most have a System Reserved partition of 100 MB at Disk 0, Partition 1 which I think is used for BitLocker and another at Disk 0, Partition 2 as the Primary.
I know that I need to create some steps in the already created Task Sequence that have different disk configurations and have the wmi conditions control which step get run, I would like the task sequence to just apply the appropriate image automatically every time.
I'm thinking of trying this but I don't this it's correct.
select * from Win32_DiskPartition where Caption like '%Partition #0%' and Bootable = -1
Error message in log file:
The execution of the group (Gather Logs and StateStore on Failure) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows
Failed to run the last action: Error in the task sequence. Execution of task sequence failed.
There is not enough space on the disk. (Error: 80070070; Source: Windows
smsts1.log
Share this post
Link to post
Share on other sites