Mailinglist Archive: opensuse-autoinstall (29 mails)

< Previous Next >
[opensuse-autoinstall] grub kernel panic
  • From: <Dirk.Lohmann@xxxxxxxxxxxxxx>
  • Date: Fri, 5 Jun 2009 14:23:40 +0200
  • Message-id: <EA352312415EE149977257C7823D88BC05703FEE@xxxxxxxxxxxxxxxxxxxxxxxxx>
Hello,
we have got problem with bootloader grub
in my xml i got this entrys . but after installing the kernel can´t be found.
I think the problem is the vmlinuz entry.
In my add-on we install from update-server.  I suspect that the initrd entry is
worng.
What can i do ?


<section>
        <append>resume=/dev/cciss/c0d0p3 elevator=deadline showopts</append>
        <image>/boot/vmlinuz-2.6.16.60-0.37_f594963d-smp</image>
        <initial>1</initial>
        <initrd>/boot/initrd-2.6.16.60-0.37_f594963d-smp</initrd>
        <kernel>/boot/vmlinuz</kernel>
        <lines_cache_id>0</lines_cache_id>
         <name>SUSE Linux Enterprise Server 10 SP2</name>
        <original_name>linux</original_name>
        <root>/dev/cciss/c0d0p2</root>
        <type>image</type>
      </section>
      <section>
        <append>showopts ide=nodma apm=off acpi=off noresume edd=off 3</append>
        <image>/boot/vmlinuz-2.6.16.60-0.37_f594963d-smp</image>
        <initrd>/boot/initrd-2.6.16.60-0.37_f594963d-smp</initrd>
        <kernel>/boot/vmlinuz</kernel>
        <lines_cache_id>1</lines_cache_id>
        <name>Failsafe -- SUSE Linux Enterprise Server 10 SP2</name>
        <original_name>failsafe</original_name>
        <root>/dev/cciss/c0d0p2</root>
        <type>image</type>
      </section>
    </sections>
  </bootloader>

Dirk Lohmann
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups