WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Re: Xen 4.1.0 compiled from source on Debian Squeeze 6.0

Those lines weren't in my grub.cfg, I've changed it, but the problem is the same.

root@node1:~# /etc/init.d/xencommons start
grep: /proc/xen/capabilities: No such file or directory

menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-xen-amd64' --class debian --class gnu-linux --class gnu --class os {
        insmod raid
        insmod mdraid
        insmod part_msdos
        insmod part_msdos
        insmod ext2
        set root='(md0)'
        search --no-floppy --fs-uuid --set db1ec457-961b-4af7-87f9-6427955363e4
        echo    'Loading Linux 2.6.32-5-xen-amd64 ...'
        multiboot /boot/xen.gz placeholder
        linux   /vmlinuz-2.6.32-5-xen-amd64 root=UUID=4b009e73-747e-4f43-98bf-56d89069318c ro  quiet
        echo    'Loading initial ramdisk ...'
        module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
        initrd  /initrd.img-2.6.32-5-xen-amd64
}

On Thu, Jun 2, 2011 at 3:41 PM, Fantu <fantonifabio@xxxxxxxxxx> wrote:
try to check grub.cfg, for example from my config:

menuentry 'Squeeze con Linux 2.6.32-5-xen-amd64 e XEN 4 - RAID' --class
debian --class gnu-linux --class gnu --class os --class xen {
       set root='(RAID-ROOT)'
       echo    'Loading Linux 2.6.32-5-xen-amd64 ...'
       multiboot       /boot/xen.gz placeholder dom0_mem=1024M
       module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder
root=/dev/mapper/RAID-ROOT ro  quiet
       echo    'Loading initial ramdisk ...'
       module  /boot/initrd.img-2.6.32-5-xen-amd64
}

in particular must have:
multiboot       /boot/xen.gz placeholder
module  /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder

--
View this message in context: http://xen.1045712.n5.nabble.com/Xen-4-1-0-compiled-from-source-on-Debian-Squeeze-6-0-tp4447571p4448153.html
Sent from the Xen - User mailing list archive at Nabble.com.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users