How to boot Xen into the single mode

Tagged:  

Many months passed since my last posting. I guess I will no longer use this blog for long postings. I will try to bring back to life posting small tips and tricks just not to forget myself.

First one will be booting xen virtual guest into the single mode. By default xen will omit grub loader and boot system to 3rd runlevel. To be able to boot into the single mode, you just need to add "-c" to create command like this:

xen create -c <i>guest_name</i>

From man page you can see following:

-c, --console_autoconnect
                     Connect to the console after the domain is created.

Your rating: None