{"id":224,"date":"2015-11-04T09:13:18","date_gmt":"2015-11-04T09:13:18","guid":{"rendered":"http:\/\/www.haxed.me.uk\/?p=224"},"modified":"2015-11-04T09:13:47","modified_gmt":"2015-11-04T09:13:47","slug":"creating-a-bootable-cd-of-xenserver-6-2-using-mac-os-x","status":"publish","type":"post","link":"https:\/\/haxed.me.uk\/index.php\/2015\/11\/04\/creating-a-bootable-cd-of-xenserver-6-2-using-mac-os-x\/","title":{"rendered":"Creating a Bootable CD of XenServer 6.2 using Mac OS X"},"content":{"rendered":"<p>My Colleague at work asked me to create a bootable CD of XenServer 6.2. So I thought I&#8217;d quickly throw together a tutorial on how to do this.<\/p>\n<p>Step 1. Download the ISO from Xen website http:\/\/xenserver.org\/open-source-virtualization-download.html<\/p>\n<p>In my case I&#8217;m using the 6.2 version release. but this process is good for burning any bootable ISO<\/p>\n<pre>\r\nwget http:\/\/downloadns.citrix.com.edgesuite.net\/8159\/XenServer-6.2.0-install-cd.iso\r\n<\/pre>\n<p>Step 2. Convert from iso to a dmg\/img<\/p>\n<pre>\r\nhdiutil convert -format UDRW -o xenserver6.2.img XenServer-6.2.0-install-cd.iso\r\n<\/pre>\n<p>Step 3. Locate USB device in my case it was \/dev\/disk2. My colleague was using xen 6.5 previously.<\/p>\n<pre>\r\ndiskutil list\r\n\r\n$ diskutil list\r\n\/dev\/disk1\r\n   #:                       TYPE NAME                    SIZE       IDENTIFIER\r\n   0:      GUID_partition_scheme                        *14.4 MB    disk1\r\n   1:                  Apple_HFS MenuMeters 1.8.1        14.4 MB    disk1s1\r\n\/dev\/disk2\r\n   #:                       TYPE NAME                    SIZE       IDENTIFIER\r\n   0:                            XenServer-6.5.0        *62.0 GB    disk2\r\n<\/pre>\n<p>Step 4. unmount the USB disk <\/p>\n<pre>\r\ndiskutil unmountDisk \/dev\/disk2\r\n<\/pre>\n<p>Step 5. Create the USB image <\/p>\n<pre>\r\n\r\nsudo dd if=xenserver6.2.img.dmg of=\/dev\/disk2 bs=1m\r\n\r\n563+1 records in\r\n563+1 records out\r\n590448640 bytes transferred in 186.928304 secs (3158690 bytes\/sec)\r\n\r\n<\/pre>\n<p>Step 6. Eject USB device safely<\/p>\n<pre>\r\ndiskutil eject \/dev\/disk2\r\n<\/pre>\n<p>Job done! You should now have a working bootable USB disk ISO for xen server 6.2 ready to install.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>My Colleague at work asked me to create a bootable CD of XenServer 6.2. So I thought I&#8217;d quickly throw together a tutorial on how to do this. Step 1. Download the ISO from Xen website http:\/\/xenserver.org\/open-source-virtualization-download.html In my case &hellip; <a href=\"https:\/\/haxed.me.uk\/index.php\/2015\/11\/04\/creating-a-bootable-cd-of-xenserver-6-2-using-mac-os-x\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,10,1,5],"tags":[],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-cloud","category-filesystem","category-uncategorised","category-xen"],"_links":{"self":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":1,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/224\/revisions"}],"predecessor-version":[{"id":225,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/224\/revisions\/225"}],"wp:attachment":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/media?parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/categories?post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/tags?post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}