Hey, Does anyone know why when using a Partition Magic Script, it gives me an inaccessbile boot device wehn rebooting. Here is the script used to create partitions, delete and resize. ************************************************ // Fichier script de PowerQuest PartitionMagic Pro Dim TailleDisque Dim Tiers Dim NombrePart Dim NomPart2 Dim NomPart3 Select disk 1 TailleDisque=GetDiskSize Tiers=GetDiskSize / 3 NombrePart=GetTotalPartitions Select Partition C Resize Tiers if NombrePart = 2 then Select Partition 2 end if if isHidden then Delete "Drive R" end if Select Partition C Select Unallocated After Selected Partition Create /FS=FAT32 /Position=End /Label="Disque_R" /Size=5000 Select Partition 2 Select Unallocated Before Selected Partition Create /FS=Extended Select Unallocated After Selected Partition Create /FS=NTFS /Label="DISQUE_D" /Position=Beginning **************************************************** It's probably not the correct forum but this automation is the only step left for a clean ready unattended Windows 2000 workstation. Thanks again for you precious hints!