User Tools

Site Tools


userspace:acronis_disk_director_10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

userspace:acronis_disk_director_10 [2011/11/07 16:00]
Cokeat3grade created
userspace:acronis_disk_director_10 [2021/08/23 08:37]
Line 1: Line 1:
-Created by Cokeat3grade\\ 
-Comments and improvements welcome  
  
-Tested with Opsi 4.0.1 
- 
-This is a template for creating an Acronis Disk Direktor Package.\\ 
-The template needs the following files: 
-  * cd.iso (iso image which can be created by "Rescue Media Builder" included in the Windows Installation) 
-  * memdisk (can be found in the latest syslinux package) 
- 
- 
-  - Create a new NetBoot Product with following settings: 
-    * PXE Configuration Template: acronis 
-    * Setup Script: None 
-  - Use the following linux commands to create the folder structure under a root shell<code> 
-cd /home/opsiproducts/[new prod name]/SERVER_DATA 
-mkdir tftpboot 
-chown opsiconfd:pcpatch tftpboot 
-chmod 775 tftpboot 
-cd tftpboot 
-mkdir linux 
-chown opsiconfd:pcpatch linux 
-chmod 775 linux 
-cd linux 
-mkdir acronis 
-chown opsiconfd:pcpatch acronis 
-chmod 775 acronis 
-mkdir pxelinux.cfg 
-chown opsiconfd:pcpatch pxelinux.cfg 
-chmod 775 pxelinux.cfg 
-</code> 
-  - Copy your cd.iso and memdisk file to the acronis folder 
-  - Create the file acronis in the pxelinux.cfg folder<code txt acronis> 
-default acronis 
- 
-label acronis 
-  kernel acronis/memdisk 
-  append iso initrd=acronis/cd.iso raw 
-</code> 
-  - Use "chown opsiconfd:pcpatch" and "chmod 664" for the 3 files. 
-  - Create your product file and try your package =) (Dont use opsi-setup --set-rights for this package or pxeboot wont work after installation!) 
userspace/acronis_disk_director_10.txt ยท Last modified: 2021/08/23 08:37 (external edit)