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
Last revision Both sides next revision
centos_xen [2016/04/25 16:32]
steve
centos_xen [2016/04/25 16:36]
steve
Line 1: Line 1:
 ====== CentOS Xen ====== ====== CentOS Xen ======
  
 +  * [[CentOS]]
   * [[Xen]]   * [[Xen]]
  
Line 45: Line 46:
 disk = [ '​file:/​tmp/​boot.iso,​hdc:​cdrom,​r','​phy:/​dev/​sda4,​xvda,​rw'​ ] disk = [ '​file:/​tmp/​boot.iso,​hdc:​cdrom,​r','​phy:/​dev/​sda4,​xvda,​rw'​ ]
 </​code>​ </​code>​
 +
 +That right there is enough to add into your Xen guest config file to get you booted into your ISO. Once you're finished, remove the ''​kernel'',​ ''​ramdisk'',​ ''​boot''​ entries, and the ISO from the ''​disk''​ entry in your Xen config file.
 +
 +Then boot as normal:
 +
 +<​code>​
 +bootloader = "​pygrub"​
 +</​code>​
 +
 +That's it!
 +
 +=== Using a Kickstarter File ===
 +
 +You can use a [[CentOS Kickstarter|kickstarter file]] if you'd like.