Results 1 to 8 of 8

Thread: openSUSE 2.6.34.7-0.2-xen no boot possible

  1. #1
    tgodawa is offline Newcomer
    Join Date
    Sep 2010
    Posts
    4

    Default openSUSE 2.6.34.7-0.2-xen no boot possible

    Hi,

    I have done a fresh openSUSE 11.3 (32bit) install on a Lenovo ThinkCentre M58p 6234-1AG (C2D E8400, Q45 Express, GMA 4500, 82567LM-3).

    First problem was, that the network card was not recognized, I had to build in a second one. Fortunately after updating the system and a reboot, also the 82567LM-3 was working.

    With the normal Kernel 2.6.34.7-0.2-desktop the system works, but if I try to but with the Xen-Kernel 2.6.34.7-0.2-xen, the boot begins, but suddenly stops in a very early state.

    The last messages I see are:

    Doing fast boot
    Creating ...

    Then the screen goes blank and finaly in sleep mode. To reboot I have to power off and then power on again the system :-(

    In the Grub-menu.lst originally I had:

    Code:
    ###Don't change this comment - YaST2 identifier: Original name: xen###
    title Xen -- openSUSE 11.3 - 2.6.34.7-0.2
        root (hd0,0)
        kernel /xen.gz vgamode=0x317 vgamode=0x317
        module /vmlinuz-2.6.34.7-0.2-xen root=/dev/...part6 resume=/dev/...part2 splash=silent quiet showopts vga=0x317
        module /initrd-2.6.34.7-0.2-xen
    I already tried to remove the second "vgamode"-entry, finaly all "vgamode" and "vga"-options and set "splash=0" but this did not helped, "nomodeset" is not doing anything too (I think it's only for Nvidia).

    Any other idea?

    Thanks a lot.

  2. #2
    tgodawa is offline Newcomer
    Join Date
    Sep 2010
    Posts
    4

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    Hi,

    a short update:

    I made a "zypper up" and a new kernel (2.6.34.7-0.3) was installed, unfortunately nothing had changed.

    I have the same problem on my ThinkPad X60s, it tries to boot, says "Doing fast boot" and "Creating ..." and finaly I got a kernel panic :-(

    On both systems I use XFCE4 as desktop, but normaly I only boot to runlevel 3.

    Greetings, tg

  3. #3
    gogalthorp's Avatar
    gogalthorp is online now Omniscient Penguin
    Join Date
    Nov 2009
    Location
    West by God Virginia
    Posts
    3,910

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    Are you married to using Xen? Virtual box runs well and you can tun with the desktop kernel.

  4. #4
    tgodawa is offline Newcomer
    Join Date
    Sep 2010
    Posts
    4

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    Quote Originally Posted by gogalthorp View Post
    Are you married to using Xen? Virtual box runs well and you can tun with the desktop kernel.
    not really, I also use VirtualBox very much, but only for desktop virtualization.

    I think it is not the best idea running some Linux instances on one system with VirtualBox.
    And a filesserver or Asterisk on VirtualBox may result in "some" problems.

    I already have running these and more as paravirtualized guests on my old server with openSUSE 11.0 and for sure I want to continue to uses these VMs on my new system. So it is no option changing the virtualization technic, rather I would switch to 11.2 (what I really would hate very much because of the quite short upgrade cycle) or use CentOS 5 (what I don't like too much for other reasons).

    Thanks, tg

  5. #5
    gogalthorp's Avatar
    gogalthorp is online now Omniscient Penguin
    Join Date
    Nov 2009
    Location
    West by God Virginia
    Posts
    3,910

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    Well I don't run Xen but it looks like the Xen kernel simply does not like certain graphic cards. In fact graphics seems to be a problem with the newer kernels. Use 11.2 if it works for you (it is good for another year and maybe they will get the kernel/graphics stuff fixed by then.

    Mean while you could help the process by reporting the problems in the most detail you can to bugzilla.

  6. #6
    philipraets's Avatar
    philipraets is offline Newcomer
    Join Date
    Jul 2008
    Location
    Antwerp, Belgium
    Posts
    41

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    I'm having the same problem on my home-server. Switching to other virtualization solutions isn't easy (no kvm because pentium 4 doesn't have intel vt - no esxi because there is no linux client, no virtualbox because no gui on server and no para-vt - HyperV just ain't gonna happen here).

    A bug report for this isn't easy, because the logging doesn't happen at the moment of the kernel panic, and setting up a serial console is a bit complicated.

    So I'm sticking with 2.6.34-12 kernel because its the only working right now. I would like to see it fixed in the future, because I like xen and it's running perfectly here with 6 vm's.
    http://www.philipraets.be
    Hardware: Dell Mini 9, Dell Vostro 1510, Sony Vaio FZ21M, SelfMade PC
    Software: openSUSE, Xen, openLDAP, Samba, Nagios, Apache, MySQL, Oracle, Still no mailserver

  7. #7
    gogalthorp's Avatar
    gogalthorp is online now Omniscient Penguin
    Join Date
    Nov 2009
    Location
    West by God Virginia
    Posts
    3,910

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    If you don't report it it may never get fixed.

  8. #8
    tgodawa is offline Newcomer
    Join Date
    Sep 2010
    Posts
    4

    Default Re: openSUSE 2.6.34.7-0.2-xen no boot possible

    Hi,

    Quote Originally Posted by philipraets View Post
    So I'm sticking with 2.6.34-12 kernel because its the only working right now. I would like to see it fixed in the future, because I like xen and it's running perfectly here with 6 vm's.
    I also installed "kernel-xen-2.6.34-12.3.i586", but this didn't help.

    Finaly I found this bugreport:

    https://bugzilla.novell.com/show_bug.cgi?id=632730

    And this was the solution, after changing

    kernel /xen.gz vgamode=0x317

    to

    kernel /xen.gz vga=mode-0x317

    booting the xen-kernel worked!

    Thanks a lot, greetings,

    tg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Search Engine Friendly URLs by vBSEO 3.5.2