Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide assumes you are already familiar with The XEN Project(https://www.xenproject.org/) and describes how to work around an Illumos bug with newer versions of Xen where the old PV drivers fail to load correctly resulting in a system hang. Until this is fixed, it's possible to work around the problem by hard-setting the platform detected type to 0 which effectively disables the DilOS Xen PV drivers.

...

  1. Allocate the disk space. I allocated 10 gig and after installation and some development packages I've got 14% space used.
  2. Allocate memory. You need around 3 gig for installation. Once installed you can reduce this to 1 gig - you could probably go as low as 512 but I've not tried.
  3. Configure a remote connection to the console. I used VNC to achieve this. If you use Windows, I recommend Tiger VNC(http://tigervnc.org/).
  4. Fire up the guest and connect to it.
  5. STOP THE BOOT PROCESS BY PRESSING ESCAPE
  6. Enter boot -kvd
  7. Enter platform_type/w 0
  8. Enter :c
  9. Finish the installation process as normal.
  10. Shut down the guest and reconfigure it to boot off the new disk image and not the ISO.
  11. Follow Steps 4-8 again.
  12. Login as root and use nano to edit /etc/system
  13. Add set platform_type=0
  14. Save. You can now shutdown and startup the guest without interaction.

...