[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] [Xen-devel] Xen doesn't boot on grub2 or xend doesn't start



Kyle,

I tried all of the ways. I inserted "insmod part_msdos" too. I think the kernel 2.6.32.40 can't boot in multiboot, and perhaps it must be set up, but I don't know how do this.
I read others users can do only chanded the kernel

thanks

2012/4/30 Kyle Lexmond <kyl191@xxxxxxxxxx>
 I'm just wondering why the active entry under ###MY ATTEMPT uses msdos1 as the partition, but doesn't have "insmod part_msdos". Since the entry without Xen has it, that might explain the error: couldn't open file problem.

-- Kyle

On Wed, Apr 25, 2012 at 1:29 AM, José Eduardo França <jefranca@xxxxxxxxx> wrote:

> clipped <
 
### BEGIN /etc/grub.d/08_xen ###
menuentry "Xen Unstable / Debian Squeeze kernel 2.6.32.40" {
### MY ATTEMPT
    insmod ext2
    set root='(hd0,msdos1)'
    multiboot (hd0,msdos1)/boot/xen-4.2-unstable.gz dummy dom0_mem=512M
    module (hd0,msdos1)/boot/vmlinuz-2.6.32.40 dummy root=UUID=fcc01979-0cf3-4dbe-863a-ab32d2636fec ro quiet console=tty0 nomodeset
    module (hd0,msdos1)/boot/initrd.img-2.6.32.40

### MODEL Configuring and Installing Remus
    #insmod ext2
    #set root='(hd0,1)'
    #multiboot (hd0,1)/boot/xen-4.2-unstable.gz dummy dom0_mem=512M
    #module (hd0,1)/boot/vmlinuz-2.6.32.40 dummy root=UUID=8e339522-dab5-4a81-8066-c41cc3908a15 ro quiet console=tty0 nomodeset
    #module (hd0,1)/boot/initrd.img-2.6.32.40
 
### MODEL UBUNTU FORUM
    ##insmod multiboot
    #insmod part_msdos
    #insmod ext2
    #set root=(hd0,msdos1)
    #search --no-floppy --fs-uuid --set fcc01979-0cf3-4dbe-863a-ab32d2636fec
    #multiboot /boot/xen-4.2-unstable.gz
    #module /boot/vmlinuz-2.6.32.40 root=/dev/sda1
    #module /boot/initrd.img-2.6.32.40
}
### END /etc/grub.d/08_xen ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32.40' --class debian --class gnu-linux --class gnu --class os {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set fcc01979-0cf3-4dbe-863a-ab32d2636fec
    echo    'Loading Linux 2.6.32.40 ...'
    linux    /vmlinuz-2.6.32.40 root=/dev/mapper/debian--02-root ro  quiet
    echo    'Loading initial ramdisk ...'
    initrd    /initrd.img-2.6.32.40
}
> clipped <

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.