/build/static/layout/Breadcrumb_cap_w.png

Dell Precision M6800 : OS getting installed on Disk 1

Hi,

Dell Precision M6800 comes with three drives.  OS is getting installed on disk 1 instead of disk 0 . Disk 0 show as (active, recovery partition) and pretty much cannot be used. Disk 2 is usable after formatting.

Current Pre-installation tasks :

 

select volume 0
remove all noerr
select disk 0
clean
create partition primary
set id=27 override noerr
select disk 1
clean
create partition primary
set id=27 override noerr
select disk 2
clean
create partition primary
select partition 1
active
assign letter=c
Format quick fs=NTFS
exit

 

How do I need to change so that OS gets installed on disk 0 and disk 1 and disk 2 are formatted as healthy primary partition.

Thanks,

 

 

 

 

 


0 Comments   [ + ] Show comments

Answers (1)

Posted by: EdT 9 years ago
Red Belt
0
The sequence of events in your diskpart script looks wrong to me - you appear to be setting partition 1 on disk 2 as the active partition.  What I would recommend first of all, is that you check that the disk numbering as seen from WInPE is the same as the disk numbering you are seeing from a physical viewpoint. Then I would run the script something like this:

select disk 2
clean
create partition primary
set id=27 override noerr
select disk 1
clean
create partition primary
set id=27 override noerr
select disk 0
clean
create partition primary
active
assign letter=c
Format quick fs=NTFS
exit
 
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