Re: Server 08, ghost to smaller drive/partition?



"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)

.



Relevant Pages

  • Re: FreeBSD semi-automatic deployment
    ... >> will make it possible for ghost to only copy the used space. ... can therefore not skip the unused disk space. ... you can fill a partition with a "partition-image". ... FreeBSD "partitions", ...
    (comp.unix.bsd.freebsd.misc)
  • Re: How to use Ghost 9 for notebook HDD upgrade
    ... would not erase anything from the old drive before the restore process is ... I guess I'd have to either borrow another notebook HDD stored with the image ... file attached to the notebook and use Ghost to boot up and restore from ... that partition, and after that would have around 60G partitioned space ...
    (microsoft.public.windowsxp.general)
  • Re: Disk Imaging Utility
    ... | works with disk volumes. ... | Public Type CREATE_DISK_GPT ... To mimic a product like Ghost, you'll need to perform HD sector access ... source partition, then Ghost will resize the FAT or NTFS file data ...
    (comp.lang.basic.visual.misc)
  • Re: How to use Ghost 9 for notebook HDD upgrade
    ... I do have a second HDD on the desktop and sorry for I did not mention ... I have to use Ghost to boot from the notebook to perform the restore ... So my thought about using desktop to do the restore process and then just ... partition, and after that would have around 60G partitioned space ...
    (microsoft.public.windowsxp.general)
  • RE: Ghosting on old HP Vectra with WinXP
    ... In order to succeed with Ghost you will need to create your Ghost boot disk ... The difference between partition to partition or ... > in one of the hard drives. ...
    (microsoft.public.windowsxp.help_and_support)