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 Both sides next revision
system_rescue_cd_xen [2016/07/14 17:46]
steve
system_rescue_cd_xen [2016/07/14 17:47]
steve
Line 95: Line 95:
 <​code>​ <​code>​
 disk = ['​file:/​etc/​xen/​isos/​sysresccd-20160714-2242.iso,​xvdc:​cdrom,​r'​] disk = ['​file:/​etc/​xen/​isos/​sysresccd-20160714-2242.iso,​xvdc:​cdrom,​r'​]
 +</​code>​
 +
 +If you're adding other drives to access from the CD (which you most likely are), then you'll need to tell the config to boot from the CD drive first:
 +
 +<​code>​
 +boot = '​c'​
 </​code>​ </​code>​