Hello
I am making a OSD from HP ProLiant Gen 8 microservers.
I made an ACU script for making Smart array and logical disks, I made a capture of the existing configuration using hpssascripting -c:
Action= ConfigureMethod= Custom
Controller= SLOT 0
RebuildPriority= Medium
SurfaceScanMode= Idle
SurfaceScanDelay= 3
DriveWriteCache= Disabled
PredictiveSpareActivation= Disable
Array= A
Drive= 1I:0:1, 2I:0:2
OnlineSpare= No
LogicalDrive= 1
RAID= 1
Size= 953837
Sectors= 32
StripSize= 256
Caching= Enabled
When I put this script in the task sequence, it executes, but when it fails when getting to the step Apply Operating System.
Error log will say it has no bootable partition.
When I do diskpart, I can see the disk and the partitions.
The weird thing is when I manually make the array in the Smart Array Administrator, it works fine.