{"id":1039,"date":"2011-06-09T01:15:44","date_gmt":"2011-06-08T23:15:44","guid":{"rendered":"http:\/\/raftaman.net\/?p=1039"},"modified":"2021-05-15T11:46:39","modified_gmt":"2021-05-15T09:46:39","slug":"bootstrapping-a-fedora-15-rootserver","status":"publish","type":"post","link":"https:\/\/possiblelossofprecision.net\/?p=1039","title":{"rendered":"Bootstrapping a Fedora 15 rootserver"},"content":{"rendered":"<p>In certain situations where you don&#8217;t have physical access to your server it can be quite helpful to know how to install a new os without physical media like CD\/DVD\/USB or pxe.<\/p>\n<p>This brief example shows you, how to bootstrap a rootserver (that of course already has a linux os installed that you can access through ssh) to install Fedora 15.<\/p>\n<p>First, you&#8217;ll need the initial ramdisk and the kernel images:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\ncd \/boot\/\r\nwget http:\/\/dl.fedoraproject.org\/pub\/fedora\/linux\/releases\/15\/Fedora\/x86_64\/os\/isolinux\/initrd.img\r\nwget http:\/\/dl.fedoraproject.org\/pub\/fedora\/linux\/releases\/15\/Fedora\/x86_64\/os\/isolinux\/vmlinuz\r\n<\/pre>\n<p>Next, you add a new boot target to your <code>grub.conf<\/code>:<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&#x5B;...]\r\n title Fedora Install\r\n  root (hd0,0)\r\n  kernel \/vmlinuz vnc vncpassword=SECRET ksdevice=eth0 ks=http:\/\/server\/ks.cfg\r\n  initrd \/initrd.img\r\n<\/pre>\n<p>Don&#8217;t forget to <strong>change the boot target (<code>default=n<\/code>)<\/strong> in your <code>grub.conf<\/code>, too.<\/p>\n<p>After rebooting the server, you can observe the installation process with your favourite vnc viewer.<\/p>\n<div id=\"attachment_1044\" style=\"width: 560px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/possiblelossofprecision.net\/wordpress\/wp-content\/uploads\/2011\/06\/F15vncInstall.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1044\" src=\"https:\/\/possiblelossofprecision.net\/wordpress\/wp-content\/uploads\/2011\/06\/F15vncInstall-550x442.png\" alt=\"F15vncInstall\" title=\"Fedora 15 vnc installation screenshot\" width=\"550\" height=\"442\" class=\"size-medium wp-image-1044\" srcset=\"https:\/\/possiblelossofprecision.net\/wordpress\/wp-content\/uploads\/2011\/06\/F15vncInstall-550x442.png 550w, https:\/\/possiblelossofprecision.net\/wordpress\/wp-content\/uploads\/2011\/06\/F15vncInstall-1024x823.png 1024w, https:\/\/possiblelossofprecision.net\/wordpress\/wp-content\/uploads\/2011\/06\/F15vncInstall.png 1046w\" sizes=\"auto, (max-width: 550px) 100vw, 550px\" \/><\/a><p id=\"caption-attachment-1044\" class=\"wp-caption-text\">click for full size image<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In certain situations where you don&#8217;t have physical access to your server it can be quite helpful to know how to install a new os without physical media like CD\/DVD\/USB or pxe. This brief example shows you, how to bootstrap a rootserver (that of course already has a linux os installed that you can access through ssh) to install Fedora&#8230; <a href=\"https:\/\/possiblelossofprecision.net\/?p=1039\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[7,40],"class_list":["post-1039","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-fedora","tag-vnc"],"_links":{"self":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts\/1039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1039"}],"version-history":[{"count":12,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts\/1039\/revisions"}],"predecessor-version":[{"id":1050,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts\/1039\/revisions\/1050"}],"wp:attachment":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}