Re: Server 08, ghost to smaller drive/partition?
- From: "Dusko Savatovic" <nospam.savatovic@xxxxxxxxx>
- Date: Fri, 27 Mar 2009 16:35:52 +0100
"Leythos"
<snip>
OK, just Ghosted the 500GB partition to a 128GB partition (resized) on a
250GB drive that was new (had not been used).
Got the exact same error that I did with any other method.
Have you actually restored a "Partition" Ghost image of Win 2008?
No, but I Ghosted Vista RTM.
I used Ghost from Ghost Solution Suite 2.0
OK. Now I remember something.
I always created partition in advance. In the old days (WinXP/2003), I used GDISK and GDISK32 partitioning utility from Ghost. GDISK is 16-bit, GDISK32 is 32-bit. Syntax is more or less the same. When you use GDISK32, you need WinPE.
The syntax is something like this (please check with gdisk32 /?):
# 1st we wipe the disk 0
GDISK32 0 /WIPE /MBR
# 2nd, on disk 0, we create partition, size=250GB
GDISK32 0 /CRE /PRI /SIZE:250000
#3rd, we set disk 0, partition 1 as active
GDISK32 0 /ACT /P:1
Now we can restore ghosted partition using GHOST or GHOST32.
Today, I'm using WinPE from WAIK and MDT and I'm using ImageX. Only occasionaly I use Ghost to restore some old image.
For Vista/2008 I use DISKPART utility to create partition.
Diskpart
select disk 0
# wipe the disk
clean
create partition primary size=250000
active
# quick format, creates NTFS by default
format quick
+++++++++++++++++
After this, you can use ImageX or Ghost to restore the image.
+++++++++++++++++
Several times I also ran into boot trouble.
# for Vista/2008 you need to write MBR and boot sector to C:
# bootsect is included in WinPE (built from WAIK and or MDT).
bootsect /nt60 C: /MBR
You may also need to get familiarized with bcdedit command, or download freeware VistaBootPro.
Good luck.
--
- Igitur qui desiderat pacem, praeparet bellum.
- Calling an illegal alien an "undocumented worker" is like calling a
drug dealer an "unlicensed pharmacist"
spam999free@xxxxxxxxxx (remove 999 for proper email address)
.
- Follow-Ups:
- Re: Server 08, ghost to smaller drive/partition?
- From: Leythos
- Re: Server 08, ghost to smaller drive/partition?
- References:
- Server 08, ghost to smaller drive/partition?
- From: Leythos
- Re: Server 08, ghost to smaller drive/partition?
- From: Dusko Savatovic
- Re: Server 08, ghost to smaller drive/partition?
- From: Leythos
- Server 08, ghost to smaller drive/partition?
- Prev by Date: Re: Account to only add workstations to domain
- Next by Date: Re: New DFS Standalone 2008 Namespace / Migrate standalone 2003 se
- Previous by thread: Re: Server 08, ghost to smaller drive/partition?
- Next by thread: Re: Server 08, ghost to smaller drive/partition?
- Index(es):
Relevant Pages
|