I Have a ML350 Gen8, that on first PXE Boot, will ask me whether I am sure I want to erase raid controller cciss/c0d0 giving me an option of Yes | No. This only happens when the disks are brand new out of the box.
Disk layout:
clearpart --all --drives=cciss/c0d0
part /boot --fstype ext3 --size=100 --ondisk=cciss/c0d0
part pv.2 --size=0 --grow --ondisk=cciss/c0d0
volgroup VolGroup00 --pesize=32768 pv.2
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=512 --grow --maxsize=10
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
bootloader --location=mbr --driveorder=cciss/c0d0 --append=""
Any Ideas would be great