Deploy OPSI image with Clonezilla/DRBL
Deploy OPSI image with Clonezilla/DRBL
I would like to know if it's possible to deploy OPSI images by DRBL/Clonezilla software ?
Re: Deploy OPSI image with Clonezilla/DRBL
Re: Deploy OPSI image with Clonezilla/DRBL
it depends on what you mean with 'opsi image'.
opsi fokusses on os deployment using the unattend method.
You may make an image from a via opsi installed computer.
But before you use this image for deployment you have to do a lot of typical image deployment tasks.
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Deploy OPSI image with Clonezilla/DRBL
Re: Deploy OPSI image with Clonezilla/DRBL
the ntfs-write images are normal partclone images like they are used by clonezilla.
They are created with
Code: Alles auswählen
partclone.ntfs --rescue --clone --force --source <source device> --overwrite <target file>
What is the reason that you want to use a image based installation ?
regards
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Deploy OPSI image with Clonezilla/DRBL

The reason is because unattend installation are slow. So, I do it on 1 computer and after I would like to make an image with OPSI. After that, I would like to deploy it with Clonezilla !
Re: Deploy OPSI image with Clonezilla/DRBL
I think a better way is to create a Windows Image File (WIM). You can deploy a WIM via the normal OPSI OS deployment system.Zakyl hat geschrieben:Ok, so it can be possible to deploy it with Clonezilla, sound good
The reason is because unattend installation are slow. So, I do it on 1 computer and after I would like to make an image with OPSI. After that, I would like to deploy it with Clonezilla !
A WIM is completely independent of your Hardware and you can include inside this WIM what you want

1. Install a PC with all of your software (without drivers & the opsi-client-agent)
2. Use sysprep
3. With Windows PE & ImageX you can create a WIM
4. Include this WIM instead of the WIM from your Windows DVD in your Win7 package
http://technet.microsoft.com/en-us/libr ... s.10).aspx
Re: Deploy OPSI image with Clonezilla/DRBL
I will have a look on WIM !
Re: Deploy OPSI image with Clonezilla/DRBL
Also you can include Windows updates without createing a new image into your WIM.
The deployment of a WIM looks like a installation of Windows - but your additional software (and your special settings) is already installed
