Bug#469578: 10_linux creates xen boot entries that don't work

2008-08-06 Thread Ian Campbell
On Thu, 2008-07-31 at 15:41 +0200, Felix Zielcke wrote: Attached is now a patch which ignores Xen kernels, Unless I am misreading the patch it appears to ignore CONFIG_PARAVIRT=y type Xen kernels which is wrong -- these kernels also boot native and so a normal entry should be created for them.

Bug#469578: 10_linux creates xen boot entries that don't work

2008-08-06 Thread Felix Zielcke
Hello, Am Mittwoch, den 06.08.2008, 21:41 +0100 schrieb Ian Campbell: On Thu, 2008-07-31 at 15:41 +0200, Felix Zielcke wrote: Attached is now a patch which ignores Xen kernels, Unless I am misreading the patch it appears to ignore CONFIG_PARAVIRT=y type Xen kernels which is wrong -- these

Bug#469578: 10_linux creates xen boot entries that don't work

2008-07-31 Thread Felix Zielcke
Attached is now a patch which ignores Xen kernels, by grepping for the config options which uses grub-legacy to detect them. It seems [0] that Xen Dom0 support will be soon in the official kernel. I don't know anything about the config options which will be then used. So it could be that the

Bug#469578: 10_linux creates xen boot entries that don't work

2008-07-31 Thread Robert Millan
On Thu, Jul 31, 2008 at 03:41:10PM +0200, Felix Zielcke wrote: Attached is now a patch which ignores Xen kernels, by grepping for the config options which uses grub-legacy to detect them. It seems [0] that Xen Dom0 support will be soon in the official kernel. I don't know anything about the

Bug#469578: 10_linux creates xen boot entries that don't work

2008-07-31 Thread Felix Zielcke
Am Freitag, den 01.08.2008, 02:10 +0200 schrieb Robert Millan: Do we really want this? I thought it was unnecessary because of those Linux versions being obsolete. Yeah now with grub2 and Debian stable lenny we shouldn't support any old style Xen kernels. Probable the best is to just wait

Bug#469578: 10_linux creates xen boot entries that don't work

2008-07-22 Thread Felix Zielcke
Will list any vmlinu* entry, including xen kernels... ideally it should exclude xen, as they will have to be handled differently. I've never used Xen, but i thought the -xen kernel should be run on domU and dom0. So how should they be handled, can you please be more specific ? Below is a patch

Bug#491223: Bug#469578: 10_linux creates xen boot entries that don't work

2008-07-22 Thread Teodor
On Tue, Jul 22, 2008 at 4:18 PM, Felix Zielcke [EMAIL PROTECTED] wrote: Will list any vmlinu* entry, including xen kernels... ideally it should exclude xen, as they will have to be handled differently. I've never used Xen, but i thought the -xen kernel should be run on domU and dom0. So how

Bug#469578: 10_linux creates xen boot entries that don't work

2008-07-22 Thread Felix Zielcke
From: Teodor [EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 11:00 PM To: Felix Zielcke [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Gavin Bravery [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Bug#469578: 10_linux creates xen boot entries that don't work The same problem I reported for grub

Bug#469578: 10_linux creates xen boot entries that don't work

2008-03-05 Thread Gavin Bravery
Package: grub2 Version: 1.96+20080228-1 Severity: wishlist --- Please enter the report below this line. --- Basically this: list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do if grub_file_is_not_garbage $i ; then echo -n $i ; fi done` Will list any vmlinu* entry, including xen