[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen reboots everytime I enter it
On Wed, 2015-05-06 at 23:10 +0800, æèä wrote: > I have provide my grub.cfg as a attachment. > Or I have to tape it in email? Sorry, you didn't mention having done so and I didn't scroll down far enough to see it. The relevant section is: > menuentry 'Ubuntu GNU/LinuxïXen 4.6 å Linux 3.2.0-24-generic' --class ubuntu > --class gnu-linux --class gnu --class os --class xen { > insmod part_msdos > insmod ext2 > set root='(hd0,msdos1)' > search --no-floppy --fs-uuid --set=root > e538968e-e653-4dd5-ab30-92818961cc41 > echo 'èå Xen 4.6 ...' > multiboot /boot/xen-4.6.gz placeholder > echo 'èå Linux 3.2.0-24-generic ...' > module /boot/vmlinuz-3.2.0-24-generic placeholder > root=UUID=e538968e-e653-4dd5-ab30-92818961cc41 ro quiet splash > echo 'èååååååç...' > module /boot/initrd.img-3.2.0-24-generic > } Is that the entry you've been selecting? (Note that lots of them are very similar). You should not ever try and boot any entry with "syms" in the Xen title, those entries cannot work. You could try removing "quiet" and "splash" from the vmlinuz line and see if that helps, TBH I'm not that hopeful but I'm not having any other ideas, sorry :-/ > I install Xen 4.6 with the help of > wiki.xenproject.org/wiki/Compiling_Xen_From_Source#Host_28Domain_0.29_OS_Installation > > > after I input the command > git clone git://xenbits.xen.org/xen.git > I got Xen 4.6 Please type "git show" and tell us the revision. This is not Xen 4.6, this is the currently in progress development version which will eventually become Xen 4.6. That is why the version is currently Xen 4.6-unstable not just Xen 4.6. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |