N
NIC Student
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
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