6,534
edits
Changes
→Configure the bootloader: simplify
/etc/grub.conf:
<pre>
title Xen Linux (2.6.16.33-xen)
root (hd0,1)
kernel /boot/xen.gz dom0_mem=1048576
module /boot/vmlinuz-2.6.16.33-xen ro root=LABEL=/ console=ttyS0,115200 console=tty silencelevel=8
</pre>
Note the <code>root=</code> argument -- it should be the same as with your other bootloader entries.
==== Reboot ====