[Pkg-xen-devel] Bug#586654: Bug#586654: Bug#586654: linux-image-2.6.32-5-xen-amd64_2.6.32-15_amd64 does not boot with xen-hypervisor-4.0-amd64_4.0.0-1_amd64

Asias He asias.hejun at gmail.com
Mon Jun 21 14:30:03 UTC 2010


2010/6/21 Niccolò Belli <darkbasic4 at gmail.com>:
> 2010/6/21 Bastian Blank <waldi at debian.org>:
>> Please show the complete log. Use a serial console or similar. This is
>> known to work.
>
> I don't have a serial console, what can I do?
>
>>> I boot with:
>>> moltiboot [xen]
>>> module [kernel] root=[uuid or device] ro quiet nomodeset
>>> module [initrd]
>>
>> Is this grub2? If yes, read the documentation (you need a scratch
>> argument).
>
> Yes, it is. Do you mean the duplicated multiboot argument? It doesn't
> work, I also tried something like this:
>
> multiboot (hd0,msdos1)/boot/xen (hd0,msdos1)/boot/xen dom0_mem=512M
> dom0_vcpus=1 iommu=0
> module (hd0,msdos1)/boot/kernel root=[uuid or device] ro quiet nomodeset
> module (hd0,msdos1)/boot/initrd
>
> It doesn't work too.

Hi, Niccolò Belli

You could try to add things like below to /etc/grub.d/40_custom, then
update-grub.
menuentry "Xen.gz 3.4 Debian GNU/Linux, with Linux 2.6.32-5-xen-686"
--class debian --class gnu-linux --class gnu --class os {
	insmod ext2
	set root='(hd0,5)'
	multiboot	/boot/xen-3.4-i386.gz
	module		/boot/vmlinuz-2.6.32-5-xen-686 dummy=dummy
root=UUID=c006ca40-0b79-426e-b8d3-5fa5b3696bea ro
	module		/boot/initrd.img-2.6.32-5-xen-686
}

there is a bug in grub2. dummy=dummy  is a workaround for this bug.
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583071


>
> Thank you,
> Darkbasic
>
>
>
> _______________________________________________
> Pkg-xen-devel mailing list
> Pkg-xen-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-xen-devel
>



-- 
Best Regards
Asias He





More information about the Pkg-xen-devel mailing list