{"id":2429,"date":"2015-11-03T15:17:37","date_gmt":"2015-11-03T15:17:37","guid":{"rendered":"https:\/\/unihost.com\/help\/?p=2429"},"modified":"2025-12-28T22:35:18","modified_gmt":"2025-12-28T19:35:18","slug":"how-to-install-os-on-server-installimage","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/","title":{"rendered":"How to install OS on server (installimage)"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu,sans-serif;\">Installimage can be run directly from the Rescue System on <a href=\"https:\/\/unihost.com\/en\/dedicated\/\">your server<\/a>. It offers a menu driven interface where you can select a Linux distribution. You have full control over the partitioning of your drive(s) and can activate the use of software RAID as well as LVM in a simple editor. <\/span><!--more--><\/p>\n<h2 style=\"text-align: center;\"><span id=\"autosetup\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> \u0410utosetup <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">If <strong>installimage<\/strong> finds an <strong>\/autosetup<\/strong> file in the Rescue System, it will automatically use it as the configuration file. If there are errors in this file, no menu and no editor will be displayed. <\/span><\/p>\n<h2 style=\"text-align: center;\"><span id=\".D0.98.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D0.BE.D0.B2.D0.B0.D0.BD.D0.B8.D0.B5_installimage\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Using installimage <\/span><\/h2>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">You can activate the <span style=\"font-family: Ubuntu,sans-serif;\">rescue-system<\/span> in your <a href=\"https:\/\/my.unihost.com\/clientarea.php\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">Client Area<\/a> at our website.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Choose Services &#8211; My Services<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Click &#8220;Manage Product&#8221; on the right side in the row of the necessary server:<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Press the &#8220;Rescue&#8221; button,<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-7033 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_ClkHLnNz.png\" alt=\"Rescue\" width=\"872\" height=\"303\" \/ title=\"How to install OS on server (installimage) - Image 1\"><\/p>\n<p>Select an OS (for example, Linux x64) and press &#8220;Activate Rescue System&#8221;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-7035 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_StVCdcox.png\" alt=\"Activate Rescue System\" width=\"894\" height=\"425\" \/ title=\"How to install OS on server (installimage) - Image 2\"><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">You will get data access for Rescue Mode after activation. Copy it and then select &#8220;Reboot&#8221;. There are three methods for reboot, choose one (unless you reboot the server, the Rescue Mode is not activated). The fastest reboot method is a &#8220;Send CTRL+ALT+DEL to the server&#8221;, but this method will not work if you have already installed Windows. Select &#8220;Execute a automatic hardware reset&#8221; to reboot in this case. <\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-7037 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_rvXJu7Ng.png\" alt=\"reboot\" width=\"869\" height=\"292\" \/ title=\"How to install OS on server (installimage) - Image 3\"><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Enter the system with SSH using the data you had copied.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Now you can start installation:<\/span><\/p>\n<pre lang=\"php\">root@rescue ~ # installimage<\/pre>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">You will see a menu where you can choose a Linux distribution, and once selected you will see a list of images.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\"><img loading=\"lazy\" decoding=\"async\" class=\" size-full wp-image-622 alignnone\" src=\"https:\/\/unihost.com\/help\/minio.php?2015\/06\/1.jpeg\" alt=\"How to install OS on server (installimage)\" width=\"538\" height=\"321\" \/ title=\"How to install OS on server (installimage) - Image 4\"><\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">After choosing an image, you will receive a note that the editor will be started, which opens the configuration file.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\"> <span class=\"external text\">Midnight Commander<\/span> (&#8220;mcedit&#8221;) is used as editor.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The drives that are present in the server are identified in the first row with the variable DRIVE. Above each line you can see the type of drive. If you want to leave a drive in its current state and not make any changes to it you can leave it out (remove it) by placing a &#8220;#&#8221; before it. Please note that doing so means that the number after the next DRIVE variable must be properly adjusted. <\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Example:<\/span><\/p>\n<pre lang=\"php\"># ST31500341AS\n#DRIVE1 \/dev\/sda\n# ST31500341AS\nDRIVE1 \/dev\/sdb<\/pre>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">When the server has multiple drives the variables &#8220;SWRAID&#8221; and &#8220;SWRAIDLEVEL&#8221; can be used to create different software RAID levels. Any software RAID levels are always applied to all (marked with DRIVE) drives. If you don&#8217;t want to include a particular drive into a RAID-array, you have to remove it from the configuration. <\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">With the variable &#8220;BOOTLOADER&#8221; you can select either of the bootloaders &#8220;Grub&#8221; or &#8220;Lilo&#8221;. When selecting &#8220;grub&#8221; either GRUB2 or GRUB1 (legacy grub) is installed, depending on the distribution. <\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The variable &#8220;HOSTNAME&#8221; sets the appropriate host name in the system. <\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The installimage also supports the adjustment of the partitioning scheme (including the use of LVM). You may find the necessary syntax in the examples in the editor. <\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Press F10 to leave the editor (save and close), after this the syntax of the config file will be checked. If you see that editor returns again, it means that there are some errors in the file.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-632 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?2015\/06\/59.png\" alt=\"How to install OS on server (installimage)\" width=\"565\" height=\"468\" \/ title=\"How to install OS on server (installimage) - Image 5\"><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">If you see this output after 1-5 minutes (depends on the image and partitioning used), the system is ready.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\"><strong>The root password is set to the current password of the Rescue System.<\/strong><\/span><\/p>\n<p><span style=\"font-family: Ubuntu,sans-serif;\"> &#8220;Reboot&#8221; the Rescue System:<\/span><\/p>\n<pre lang=\"php\">root@rescue ~ # reboot<\/pre>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The newly installed system is booted and you can login with the previous Rescue System password.<\/span><\/p>\n<h2 style=\"text-align: center;\"><span id=\".D0.9E.D1.81.D0.BE.D0.B1.D0.B5.D0.BD.D0.BD.D0.BE.D1.81.D1.82.D0.B8\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Particularities <\/span><\/h2>\n<ul>\n<li><span style=\"font-family: Ubuntu,sans-serif;\">When installing Debian or Ubuntu using the installimage script, the times for the <strong>\/etc\/cron.d\/mdadm<\/strong> are set randomly.<\/span><\/li>\n<\/ul>\n<h2 style=\"text-align: center;\"><span id=\".D0.A7.D0.B0.D1.81.D1.82.D0.BE_.D0.B7.D0.B0.D0.B4.D0.B0.D0.B2.D0.B0.D0.B5.D0.BC.D1.8B.D0.B5_.D0.B2.D0.BE.D0.BF.D1.80.D0.BE.D1.81.D1.8B\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Questions\/answers<\/span><\/h2>\n<h3><span id=\".D0.A2.D0.B5.D1.80.D1.8F.D1.8E_.D0.BB.D0.B8_.D1.8F_.D0.B4.D0.B0.D0.BD.D0.BD.D1.8B.D0.B5_.D0.BD.D0.B0_.D0.B6.D1.91.D1.81.D1.82.D0.BA.D0.BE.D0.BC_.D0.B4.D0.B8.D1.81.D0.BA.D0.B5.28.D0.B4.D0.B8.D1.81.D0.BA.D0.B0.D1.85.29.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Will I lose any data on my drive(s)? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Yes. The chosen drive(s) is\/are completely erased and a new partition table is created. <\/span><\/p>\n<h3><span id=\".D0.9F.D0.BE.D1.87.D0.B5.D0.BC.D1.83_.D1.8F_.D0.BD.D0.B5_.D0.BC.D0.BE.D0.B3.D1.83_.D1.81.D0.BE.D0.B7.D0.B4.D0.B0.D1.82.D1.8C_.D1.80.D0.B0.D0.B7.D0.B4.D0.B5.D0.BB_.D0.B1.D0.BE.D0.BB.D0.B5.D0.B5_2_.D0.A2.D0.91.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Why can&#8217;t I create partitions larger than 2 TiB? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The creation of partitions larger than 2TiB is only possible with a <span class=\"external text\">\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 GUID (GPT)<\/span> (GPT). Thus, GRUB2 must be selected as it supports booting from GPT drives.<\/span><\/p>\n<h3><span id=\".D0.A1.D0.BA.D1.80.D0.B8.D0.BF.D1.82_.D1.83.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B8_.D0.B2.D1.8B.D0.B4.D0.B0.D0.B5.D1.82_.D0.BE.D0.B4.D0.BD.D1.83_.D0.B8.D0.BB.D0.B8_.D0.BC.D0.BD.D0.BE.D0.B6.D0.B5.D1.81.D1.82.D0.B2.D0.BE_.D0.BE.D1.88.D0.B8.D0.B1.D0.BE.D0.BA._.D0.A7.D1.82.D0.BE_.D0.BC.D0.BD.D0.B5_.D1.82.D0.B5.D0.BF.D0.B5.D1.80.D1.8C_.D0.B4.D0.B5.D0.BB.D0.B0.D1.82.D1.8C.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> The installation script shows one or more errors. What should I do? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">First, re-run the installation, please.<\/span><\/p>\n<h3><span id=\".D0.9D.D1.83.D0.B6.D0.BD.D0.BE_.D0.BB.D0.B8_.D0.BC.D0.BD.D0.B5_.D0.B2.D0.B2.D0.BE.D0.B4.D0.B8.D1.82.D1.8C_.22all.22_.D0.B2_.D0.BA.D0.BE.D0.BD.D1.86.D0.B5_.D1.82.D0.B0.D0.B1.D0.BB.D0.B8.D1.86.D1.8B_.D1.80.D0.B0.D0.B7.D0.B4.D0.B5.D0.BB.D0.BE.D0.B2_.D0.B8.D0.BB.D0.B8_.D1.8F_.D0.BC.D0.BE.D0.B3.D1.83_.D0.BF.D0.BE.D0.BC.D0.B5.D1.81.D1.82.D0.B8.D1.82.D1.8C_.D1.8D.D1.82.D1.83_.D1.81.D1.82.D1.80.D0.BE.D0.BA.D1.83_.D0.BD.D0.B5_.D0.B2_.D0.BA.D0.BE.D0.BD.D1.86.D0.B5.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Do I have to put &#8220;all&#8221; at the end of the partition table or can I put this line further at the top? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The size &#8220;all&#8221; in the config file means <em>use the rest of the available space on the drive<\/em>. Since partitions are created one after another, the partition table will end after using &#8220;all&#8221; because there will be no space available afterwards. Of course, it is also possible not to use &#8220;all&#8221; at all.<\/span><\/p>\n<h3><span id=\".D0.A3_.D0.BC.D0.B5.D0.BD.D1.8F_.D1.83.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BB.D0.B5.D0.BD.D1.8B_.D0.B4.D0.B2.D0.B0_.28.D0.B8.D0.BB.D0.B8_.D0.B1.D0.BE.D0.BB.D0.B5.D0.B5.29_.D0.B4.D0.B8.D1.81.D0.BA.D0.B0._.D0.9C.D0.BE.D0.B6.D0.B5.D1.82_.D0.BB.D0.B8_.D1.81.D0.BA.D1.80.D0.B8.D0.BF.D1.82_.D1.83.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B8_.D0.B0.D0.B2.D1.82.D0.BE.D0.BC.D0.B0.D1.82.D0.B8.D1.87.D0.B5.D1.81.D0.BA.D0.B8_.D1.81.D0.BE.D0.B7.D0.B4.D0.B0.D1.82.D1.8C_.D0.BF.D1.80.D0.BE.D0.B3.D1.80.D0.B0.D0.BC.D0.BC.D0.BD.D1.8B.D0.B9_RAID.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> I have two (or more) drives installed. Can the installimage script automatically create a <strong>\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 RAID<\/strong>? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Yes, the script can create software RAID with levels 0, 1, 5, 6 or 10. The configuration file has two options: <em>SWRAID and SWRAIDLEVEL<\/em>. If the option <em>SWRAID<\/em> is activated (1) a software RAID with the level <em>SWRAIDLEVEL<\/em> is created. <\/span><\/p>\n<h3><span id=\".D0.9D.D0.B5_.D1.81.D1.80.D0.B0.D0.B1.D0.B0.D1.82.D1.8B.D0.B2.D0.B0.D0.B5.D1.82_.D0.BD.D0.B0.D0.B6.D0.B0.D1.82.D0.B8.D0.B5_.D0.BA.D0.BB.D0.B0.D0.B2.D0.B8.D1.88.D0.B8_F10._.D0.9F.D0.BE.D1.81.D0.BB.D0.B5_.D0.BD.D0.B0.D0.B6.D0.B0.D1.82.D0.B8.D0.B8_.D0.B2.D1.8B.D0.B2.D0.BE.D0.B4.D0.B8.D1.82.D1.81.D1.8F_.22.7E21.22_.28.D0.B8.D0.BB.D0.B8_.D1.87.D1.82.D0.BE-.D1.82.D0.BE_.D0.BF.D0.BE.D1.85.D0.BE.D0.B6.D0.B5.D0.B5.29.\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Pressing F10 does not work. Instead &#8220;~21&#8221; (or something similar) is displayed. <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Press Escape and then &#8220;0&#8221;. In most cases this has the same effect as F10. <\/span><\/p>\n<h3><span id=\".D0.9C.D0.BE.D0.B3.D1.83_.D0.BB.D0.B8_.D1.8F_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D0.BE.D0.B2.D0.B0.D1.82.D1.8C_.D0.BB.D0.BE.D0.B3.D0.B8.D1.87.D0.B5.D1.81.D0.BA.D0.B8.D0.B5_.D1.80.D0.B0.D0.B7.D0.B4.D0.B5.D0.BB.D1.8B_.28LVM.29.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Can I use the partitions (<strong>LVM<\/strong>)? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">Yes.<\/span><\/p>\n<h3><span id=\".D0.A3_.D0.BC.D0.B5.D0.BD.D1.8F_.D0.B2.D1.8B.D0.B2.D0.BE.D0.B4.D0.B8.D1.82.D1.81.D1.8F_.D0.BE.D1.88.D0.B8.D0.B1.D0.BA.D0.B0_.22Due_to_maintenance_the_installimage-script_is_temporarily_unavailable._We_are_sorry_for_the_inconvenience..22\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> I recieve an error: &#8220;Due to maintenance the installimage-script is temporarily unavailable. We are sorry for the inconvenience.&#8221; What should I do? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">You see this message in case when the parts of the script are updated. As usual it take several minutes. To avoid errors use block during the update. You may use this script in several minutes after getting this message.<br \/>\n<\/span><\/p>\n<h3><span id=\".D0.9A.D1.82.D0.BE_.D0.B0.D0.B2.D1.82.D0.BE.D1.80_.D1.81.D0.BA.D1.80.D0.B8.D0.BF.D1.82.D0.B0.3F_.D0.9C.D0.BE.D0.B3.D1.83_.D0.BB.D0.B8_.D1.8F_.D1.81.D0.B2.D0.BE.D0.B1.D0.BE.D0.B4.D0.BD.D0.BE_.D0.B5.D0.B3.D0.BE_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D0.BE.D0.B2.D0.B0.D1.82.D1.8C.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> Who is the author of the script? Can I use it freely? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The scripts and the programming language are freely available for inspection by any person, and can be used and modified freely. The scripts were written by developers of Hetzner Online GmbH and are maintained and extended by them.Unihost.comassumes no liability for any damage caused by changing the scripts and excludes any support for guides that include script modification. <\/span><\/p>\n<h3><span id=\".D0.9A.D0.B0.D0.BA.D0.BE.D0.B9_.D0.BF.D0.B0.D1.80.D0.BE.D0.BB.D1.8C_.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D0.BE.D0.B2.D0.B0.D1.82.D0.B5.D0.BB.D1.8F_root_.D0.B4.D0.BB.D1.8F_MySQL_.D0.B2_LAMP_.D0.BE.D0.B1.D1.80.D0.B0.D0.B7.D0.B5.3F\" class=\"mw-headline\" style=\"font-family: Ubuntu,sans-serif;\"> What is the MySQL Root password when LAMP has been installed? ? <\/span><\/h3>\n<p><span style=\"font-family: Ubuntu,sans-serif;\">The MySQL Root password on a LAMP Image can be found in the \/password.txt file. <\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installimage can be run directly from the Rescue System on your server. It offers a menu driven interface where you can select a Linux distribution. You have full control over the partitioning of your drive(s) and can activate the use of software RAID as well as LVM in a simple editor.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158,165,6],"tags":[192,235,236,461,18],"class_list":["post-2429","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","category-servers-in-germany","category-vps","tag-installation","tag-installimage","tag-operational-system","tag-461","tag-18"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install OS on server (installimage) - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"A step by step tutorial: How to install OS on a servers in Germany using installimage script. - Unihost.FAQ\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install OS on server (installimage) - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"A step by step tutorial: How to install OS on a servers in Germany using installimage script. - Unihost.FAQ\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-11-03T15:17:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-28T19:35:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/wp-content\/uploads\/DM_100419_ClkHLnNz.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to install OS on server (installimage)\",\"datePublished\":\"2015-11-03T15:17:37+00:00\",\"dateModified\":\"2025-12-28T19:35:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\"},\"wordCount\":988,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/DM_100419_ClkHLnNz.png\",\"keywords\":[\"Installation\",\"Installimage\",\"operational system\",\"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\",\"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\"],\"articleSection\":[\"02. Dedicated servers\",\"Servers in Germany\",\"Virtual Private Server (VPS)\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\",\"name\":\"How to install OS on server (installimage) - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/DM_100419_ClkHLnNz.png\",\"datePublished\":\"2015-11-03T15:17:37+00:00\",\"dateModified\":\"2025-12-28T19:35:18+00:00\",\"description\":\"A step by step tutorial: How to install OS on a servers in Germany using installimage script. - Unihost.FAQ\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_ClkHLnNz.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_ClkHLnNz.png\",\"width\":872,\"height\":303},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to install OS on server (installimage)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install OS on server (installimage) - Unihost.FAQ","description":"A step by step tutorial: How to install OS on a servers in Germany using installimage script. - Unihost.FAQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/","og_locale":"en_US","og_type":"article","og_title":"How to install OS on server (installimage) - Unihost.FAQ","og_description":"A step by step tutorial: How to install OS on a servers in Germany using installimage script. - Unihost.FAQ","og_url":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2015-11-03T15:17:37+00:00","article_modified_time":"2025-12-28T19:35:18+00:00","og_image":[{"url":"https:\/\/unihost.com\/help\/wp-content\/uploads\/DM_100419_ClkHLnNz.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to install OS on server (installimage)","datePublished":"2015-11-03T15:17:37+00:00","dateModified":"2025-12-28T19:35:18+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/"},"wordCount":988,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/DM_100419_ClkHLnNz.png","keywords":["Installation","Installimage","operational system","\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430","\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430"],"articleSection":["02. Dedicated servers","Servers in Germany","Virtual Private Server (VPS)"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/","url":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/","name":"How to install OS on server (installimage) - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/DM_100419_ClkHLnNz.png","datePublished":"2015-11-03T15:17:37+00:00","dateModified":"2025-12-28T19:35:18+00:00","description":"A step by step tutorial: How to install OS on a servers in Germany using installimage script. - Unihost.FAQ","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_ClkHLnNz.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?.\/DM_100419_ClkHLnNz.png","width":872,"height":303},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-install-os-on-server-installimage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to install OS on server (installimage)"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/2429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=2429"}],"version-history":[{"count":10,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/2429\/revisions"}],"predecessor-version":[{"id":19589,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/2429\/revisions\/19589"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=2429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=2429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=2429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}