kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: LILO incompatibility with KVM?
  2009-07-07 19:03 LILO incompatibility with KVM? Andy Sy
@ 2009-07-07 18:57 ` Anthony Liguori
  2009-07-08  8:25   ` Andy Sy
       [not found] ` <5d6222a80907071213o4d55831ev324cac953efa2a4a@mail.gmail.com>
  1 sibling, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2009-07-07 18:57 UTC (permalink / raw)
  To: Andy Sy; +Cc: kvm

Andy Sy wrote:
> I am trying to install Slackware on KVM-based
> VPS hosting and keep getting a "LILO keytable read
> / checksum error" upon booting.
>
> Grub-based distros install fine on said VPS.

Are you using virtio disks?  It's probably that extboot doesn't 
implement enough int13 functions for LILO.

If you have the option, switching to an IDE disk may be a work around.

Regards,

Anthony Liguori


^ permalink raw reply	[flat|nested] 5+ messages in thread

* LILO incompatibility with KVM?
@ 2009-07-07 19:03 Andy Sy
  2009-07-07 18:57 ` Anthony Liguori
       [not found] ` <5d6222a80907071213o4d55831ev324cac953efa2a4a@mail.gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Sy @ 2009-07-07 19:03 UTC (permalink / raw)
  To: kvm

I am trying to install Slackware on KVM-based
VPS hosting and keep getting a "LILO keytable read
/ checksum error" upon booting.

Grub-based distros install fine on said VPS.

Apparently certain builds/versions of KVM break
with LILO:

http://kerneltrap.org/mailarchive/linux-kvm/2008/9/1/3152074/thread
http://support.zenwalk.org/viewtopic.php?f=10&t=18894

Since it might not be feasible to ask the outsourced
VPS providers to change their setup, does anyone know
of a workaround that can be implemented on my side
to get LILO to work correctly with these particular
KVM versions?


TIA for any help...

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: LILO incompatibility with KVM?
  2009-07-07 18:57 ` Anthony Liguori
@ 2009-07-08  8:25   ` Andy Sy
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Sy @ 2009-07-08  8:25 UTC (permalink / raw)
  To: kvm; +Cc: Anthony Liguori, glommer

> Andy Sy wrote:
> I am trying to install Slackware on KVM-based
> VPS hosting and keep getting a "LILO keytable read
> / checksum error" upon booting.
>
> Grub-based distros install fine on said VPS.

 > Anthony Liguori wrote:
> 
> Are you using virtio disks?  It's probably that extboot doesn't 
> implement enough int13 functions for LILO.
> 
> If you have the option, switching to an IDE disk may be a work around.

 > Glauber Costa wrote:
 >
 > which version of kvm are you using?
 > I fixed a bug with those exact characteristics quite a while ago...

Hi guys,

Thanks for responding.

I was wondering if there is a LILO-based workaround (perhaps
something I can put in lilo.conf itself) to avoid having that
error show up?

I will try to ask our VPS hoster for the info above but the
hosting company may be leery of modifying their KVM setup
(immediately) just to accommodate my specific situation and we
need to get this LILO-based distro up and running in the
short-term.


Thanks,
Andy




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: LILO incompatibility with KVM?
  2009-07-10 15:40   ` Andy Sy
@ 2009-07-10 15:31     ` Glauber Costa
  0 siblings, 0 replies; 5+ messages in thread
From: Glauber Costa @ 2009-07-10 15:31 UTC (permalink / raw)
  To: Andy Sy; +Cc: kvm

On Fri, Jul 10, 2009 at 12:40 PM, Andy Sy<andy.sy@neotitans.com> wrote:
> Glauber Costa wrote:
>>
>> On Tue, Jul 7, 2009 at 4:03 PM, Andy Sy<andy.sy@neotitans.com> wrote:
>>>
>>> I am trying to install Slackware on KVM-based
>>> VPS hosting and keep getting a "LILO keytable read
>>> / checksum error" upon booting.
>>>
>>> Grub-based distros install fine on said VPS.
>>>
>>> Apparently certain builds/versions of KVM break
>>> with LILO:
>>>
>>> http://kerneltrap.org/mailarchive/linux-kvm/2008/9/1/3152074/thread
>>> http://support.zenwalk.org/viewtopic.php?f=10&t=18894
>>>
>>> Since it might not be feasible to ask the outsourced
>>> VPS providers to change their setup, does anyone know
>>> of a workaround that can be implemented on my side
>>> to get LILO to work correctly with these particular
>>> KVM versions?
>
>> which version of kvm are you using?
>>
>> I fixed a bug with those exact characteristics quite a while ago...
>
> According to our hosting company the version of kvm they
> are using is:
>
> QEMU PC emulator version 0.9.1 (kvm-72)
>
Too old.
Newer kvm versions have a fix for that.



-- 
Glauber  Costa.
"Free as in Freedom"
http://glommer.net

"The less confident you are, the more serious you have to act."

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: LILO incompatibility with KVM?
       [not found] ` <5d6222a80907071213o4d55831ev324cac953efa2a4a@mail.gmail.com>
@ 2009-07-10 15:40   ` Andy Sy
  2009-07-10 15:31     ` Glauber Costa
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Sy @ 2009-07-10 15:40 UTC (permalink / raw)
  To: Glauber Costa; +Cc: kvm

Glauber Costa wrote:
> On Tue, Jul 7, 2009 at 4:03 PM, Andy Sy<andy.sy@neotitans.com> wrote:
>> I am trying to install Slackware on KVM-based
>> VPS hosting and keep getting a "LILO keytable read
>> / checksum error" upon booting.
>>
>> Grub-based distros install fine on said VPS.
>>
>> Apparently certain builds/versions of KVM break
>> with LILO:
>>
>> http://kerneltrap.org/mailarchive/linux-kvm/2008/9/1/3152074/thread
>> http://support.zenwalk.org/viewtopic.php?f=10&t=18894
>>
>> Since it might not be feasible to ask the outsourced
>> VPS providers to change their setup, does anyone know
>> of a workaround that can be implemented on my side
>> to get LILO to work correctly with these particular
>> KVM versions?

> which version of kvm are you using?
> 
> I fixed a bug with those exact characteristics quite a while ago...

According to our hosting company the version of kvm they
are using is:

QEMU PC emulator version 0.9.1 (kvm-72)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-10 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-07 19:03 LILO incompatibility with KVM? Andy Sy
2009-07-07 18:57 ` Anthony Liguori
2009-07-08  8:25   ` Andy Sy
     [not found] ` <5d6222a80907071213o4d55831ev324cac953efa2a4a@mail.gmail.com>
2009-07-10 15:40   ` Andy Sy
2009-07-10 15:31     ` Glauber Costa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).