PC Review


Reply
Thread Tools Rate Thread

Re: RIPREP and repartition

 
 
NIC Student
Guest
Posts: n/a
 
      2nd Jul 2003
RIS will partition the whole drive into one big C drive. It's been
suggested here that you can repartion the drive after RISing by running
DISKPART after the RIS by customizing the [GUIRunOnce] section, here is a
snip (I haven't tried this myself):

There is solution for this!
You can add many partitions with RIS, but automatically after the
first login!!!
This is my solution, and I made more then 400 PC with this:
1. Make one PC, resize system partition with disk utility like Partition
Magic, and leave free space after.
2. Make RipRep Image
3. Change some commands in "\RemoteInstall\Setup\English\Images\<image name
dir>\i386\Templates\riprep.sif" like [RemoteInstall] UseWholeDisk = No
4. make bat file & use disk utility like Microsoft DiskPart with answer
file, were you can set many tings
Something like this in your bat file :
diskpart /s Script.txt
echo y | format d: /fs:ntfs /v:data /q
shutdown /r /t:0

..and this in unattended file (riprep.sif):
[GuiRunOnce]
"<path to file> \<your bat file>.bat"

Also check this out:

http://tinyurl.com/fsuk

--
Scott Baldridge
Windows Server MVP, MCSE

"Santi"
> I've made an image of a system with two FAT32
> partitions. I know that the image only contains the
> system partition, but when i try to install this image to
> an identical system (same hard disk), the installation
> doesn't lets me select the partition size (Repartition
> and Usewholedisk are set to No) and it automatically
> formats the whole disk. Any help? Many thanks.



 
Reply With Quote
 
 
 
 
Santi
Guest
Posts: n/a
 
      2nd Jul 2003
It's seems to be helpfull but i have tried it without
success; i think that the problem is that the Riprep
image isn't created with the original size because when
the installation starts it formats the whole disk and no
spare space is available to make more partitions (with
the bat in the [GuiRunOnce] section). The diference
between the solution you posted and my situation is that
my first system has two partitions instead of one with
extra space.
Where did you find this? I've tried to find similar
posts but they are unavailable (too old, i think).
Many thanks and best reagards.

>-----Original Message-----
>RIS will partition the whole drive into one big C

drive. It's been
>suggested here that you can repartion the drive after

RISing by running
>DISKPART after the RIS by customizing the [GUIRunOnce]

section, here is a
>snip (I haven't tried this myself):
>
>There is solution for this!
>You can add many partitions with RIS, but automatically

after the
>first login!!!
>This is my solution, and I made more then 400 PC with

this:
>1. Make one PC, resize system partition with disk

utility like Partition
>Magic, and leave free space after.
>2. Make RipRep Image
>3. Change some commands

in "\RemoteInstall\Setup\English\Images\<image name
>dir>\i386\Templates\riprep.sif" like [RemoteInstall]

UseWholeDisk = No
>4. make bat file & use disk utility like Microsoft

DiskPart with answer
>file, were you can set many tings
>Something like this in your bat file :
>diskpart /s Script.txt
>echo y | format d: /fs:ntfs /v:data /q
>shutdown /r /t:0
>
>..and this in unattended file (riprep.sif):
>[GuiRunOnce]
>"<path to file> \<your bat file>.bat"
>
>Also check this out:
>
>http://tinyurl.com/fsuk
>
>--
>Scott Baldridge
>Windows Server MVP, MCSE
>
>"Santi"
>> I've made an image of a system with two FAT32
>> partitions. I know that the image only contains the
>> system partition, but when i try to install this image

to
>> an identical system (same hard disk), the installation
>> doesn't lets me select the partition size (Repartition
>> and Usewholedisk are set to No) and it automatically
>> formats the whole disk. Any help? Many thanks.

>
>
>.
>

 
Reply With Quote
 
NIC Student
Guest
Posts: n/a
 
      3rd Jul 2003
Hi Santi:

I found that the best search for this group is Google, here is the link tto
search just this group:

http://groups.google.com/groups?hl=e...tup_deployment

(The URL may break, paste it all).

RIS will examine and image the system drive only, the other partition is
ignored. You probably will need another utility like Ghost to image the
entire physical drive (don't forget to sysprep it first).

--
Scott Baldridge
Windows Server MVP, MCSE

"Santi"
> It's seems to be helpfull but i have tried it without
> success; i think that the problem is that the Riprep
> image isn't created with the original size because when
> the installation starts it formats the whole disk and no
> spare space is available to make more partitions (with
> the bat in the [GuiRunOnce] section). The diference
> between the solution you posted and my situation is that
> my first system has two partitions instead of one with
> extra space.
> Where did you find this? I've tried to find similar
> posts but they are unavailable (too old, i think).
> Many thanks and best reagards.
>
> >-----Original Message-----
> >RIS will partition the whole drive into one big C

> drive. It's been
> >suggested here that you can repartion the drive after

> RISing by running
> >DISKPART after the RIS by customizing the [GUIRunOnce]

> section, here is a
> >snip (I haven't tried this myself):
> >
> >There is solution for this!
> >You can add many partitions with RIS, but automatically

> after the
> >first login!!!
> >This is my solution, and I made more then 400 PC with

> this:
> >1. Make one PC, resize system partition with disk

> utility like Partition
> >Magic, and leave free space after.
> >2. Make RipRep Image
> >3. Change some commands

> in "\RemoteInstall\Setup\English\Images\<image name
> >dir>\i386\Templates\riprep.sif" like [RemoteInstall]

> UseWholeDisk = No
> >4. make bat file & use disk utility like Microsoft

> DiskPart with answer
> >file, were you can set many tings
> >Something like this in your bat file :
> >diskpart /s Script.txt
> >echo y | format d: /fs:ntfs /v:data /q
> >shutdown /r /t:0
> >
> >..and this in unattended file (riprep.sif):
> >[GuiRunOnce]
> >"<path to file> \<your bat file>.bat"
> >
> >Also check this out:
> >
> >http://tinyurl.com/fsuk
> >
> >--
> >Scott Baldridge
> >Windows Server MVP, MCSE
> >
> >"Santi"
> >> I've made an image of a system with two FAT32
> >> partitions. I know that the image only contains the
> >> system partition, but when i try to install this image

> to
> >> an identical system (same hard disk), the installation
> >> doesn't lets me select the partition size (Repartition
> >> and Usewholedisk are set to No) and it automatically
> >> formats the whole disk. Any help? Many thanks.

> >
> >
> >.
> >



 
Reply With Quote
 
Santi
Guest
Posts: n/a
 
      3rd Jul 2003
>RIS will examine and image the system drive only, the
other partition is
>ignored. You probably will need another utility like

Ghost to image the
>entire physical drive (don't forget to sysprep it first).


I know this but it's expected that the new riprep system
(their system partition) has the same size of the
original (both systems are identical HW) but it allocates
all of the disk! No spare disk space!. It seems not to
work properly. I'll continue investigating. Many thanks.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
repartition value Sam Anderson Windows XP Setup 1 20th Nov 2003 07:17 PM
How to repartition HD in W2K Pro? Roblobster Microsoft Windows 2000 4 5th Sep 2003 12:21 PM
RIS Repartition Roberto Ruiz Microsoft Windows 2000 0 27th Aug 2003 06:39 AM
RIS Repartition Roberto Ruiz Microsoft Windows 2000 0 24th Jul 2003 11:16 PM
RIS Repartition Roberto Ruiz Microsoft Windows 2000 Deployment 0 24th Jul 2003 06:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:49 AM.