CertificationsCategoriesLast web search to here |
Tuesday, February 20. 20072 confirmed BDD RTM bugs (mostly for people doing desktop deployments)Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
re. #1
Simplest solution is to use ALIGN=16065 in all DISKPART create partition commands. This may leave gaps of up to 32Mb between partitions but works. Bug #1 also applies when installing Vista or WinPE too.
Steve,
Re: your comment about using the ALIGN=16065 as a solution for the thread "2 confirmed BDD RTM bugs (mostly for people doing desktop deployments)", could you comment further on where you are using this ALIGN. We use Symantec Drive Image (v5.0) to deploy our XP image and now, on Vista-installed machines, we are seeing the Error 105(Partition wrong boudary start) and I was wondering if this would pertain to us. I cannot find anywhere that we use the ALIGN parameter. All replies appreciated. Scott
You use this in WinPE v2 or Vista DISKPART command
e.g. DISKPART CLEAN SEL DISK 0 CRE PAR PRI SIZE=10000 ALIGN=16065 format FS=NTFS quick exit would wipe the disk and make a 10GB partition. Vista and WinPE, when they create a partition, do not start a partition at whole cylinders which was the normal convention. Normally the first partition starts at the 2nd track, but Vista utilities leave/need more space as ETFS requires a larger area for boot code. So a partition created by WinPE/Vista starts at about 1024 sectors in instead of 63 sectors (1 track). As most dos/XP tools think that partitions should start on either the 2nd track (sector 63) or a cylinder boundary then these tools get upset. Indeed XP will not install from a CD if the partition was created by Vista. The solution is to not use Vista/WinPE to create your XP partitions or to use the ALIGN=16065 command and Diskpart. Note that this only works on systems that use 255 tracks per cylinder and 63 sectors per track for LBA translation (255x256=16065). Some PCs and notebooks use 240x63 - so for these you use ALIGN=15120 instead. HTH Steve
Also note that if you use Microsoft Deployment (the newer BDD 2007, aka BDD 2008), one of the default task sequences is to provide a workaround for what is now called the 'uberbug'. It is disabled by default, and crippled by default, unless you patch Microsoft Deployment with my .ZIP file from my site or manually fix it with the instructions from http://blogs.technet.com/msdeployment.
Most people are still using BDD 2007, but I have been diving head first into Microsoft Deployment lately. |
Search this blogLinks
My e-mail address
Exchange: Hotfix Tracker (All products) OCS: OCS 2007 R2 Documentation Collection Office: Office Cumulative Updates Site Windows: Other: FriendFeedTranslate this pageCalendar
Creative Commons Restrictions |