Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:zebrix_player_usb_image_custom_configuration [2021/09/29 16:54]
admin
en:zebrix_player_usb_image_custom_configuration [2021/10/01 10:41] (current)
admin [STEP 3: Adjust you grub.cfg file]
Line 5: Line 5:
 First you need to create a standard zebrix reinstallation USB drive. To do so, please follow the following guide: [[en:​nucimageinstallation|How to create a USB drive for zebrix player reinstallation?​]] First you need to create a standard zebrix reinstallation USB drive. To do so, please follow the following guide: [[en:​nucimageinstallation|How to create a USB drive for zebrix player reinstallation?​]]
 ===== STEP 2: download the configuration template ===== ===== STEP 2: download the configuration template =====
 +3 configuration can be imported in the freshly reinstalled player : 
 +  * **zebrix.conf** : zebrix configuration file
 +  * **hosts** : linux hosts file
 +  * **clients.conf** : VPN client configuration (for remote management by zebrix support)
  
 +==== Steps: ====
 +  * You can download the following ZIP file that contains these files
 +<WRAP center round download 60%>
 +[[https://​downloads.zebrix.net/​example_config_custom_usb_drive.zip|Click here to download example_config_custom_usb_drive.zip]]
 +</​WRAP>​
 +  * Adjust these files to your needs
 +  * rename the "​example"​ folder with the name of your specific configuration (it is generally the customer or project name that is used)
 +  * Move te folder containing the three files to your USB drive to the path **home > partimag**
  
 +===== STEP 2: place 2 additional files on USB drive =====
  
 +In the folder **home > partimag** :
 +  * Replace the existing **banner.sh** by the new one provided
 +  * Add the **setZebrixSettings.sh** file
 +
 +===== STEP 3: Adjust you grub.cfg file =====
 +
 +In the folder **boot > grub**, please edit the **grub.cfg** file and paste the following:
 +<​code>​
 +menuentry "​20.11-03-ZEBRIX WITH EXAMPLE CONFIGURATION"​{
 +  search --set -f /​live/​vmlinuz
 +  linux /​live/​vmlinuz boot=live union=overlay username=user config components ​ noswap edd=on nomodeset nodmraid noeject locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="​ocs-live-restore"​ ocs_live_extra_param="​-b -scr -g auto -e1 auto -e2 -r -j2 -icds -k1 -p true restoredisk 20.11-03-ZEBRIX first_available"​ ocs_postrun="/​lib/​live/​mount/​medium/​home/​partimag/​setZebrixSettings.sh example"​ ocs_postrun1="/​lib/​live/​mount/​medium/​home/​partimag/​banner.sh"​ ocs_live_batch=yes vga=791 ip= net.ifnames=0 quiet nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
 +  initrd /​live/​initrd.img
 +}
 +</​code>​