Mailinglist Archive: opensuse-autoinstall (99 mails)

< Previous Next >
RE: [opensuse-autoinstall] Grub errort 15
  • From: "GUNREBEN, PETER (Peter)" <pgunreben@xxxxxxxxxxxxxxxxxx>
  • Date: Wed, 9 May 2007 04:01:17 +0200
  • Message-id: <5D1A7985295922448D5550C94DE2918001117A68@xxxxxxxxxxxxxxxxxxxxxxx>
Ralf, 

ralf.prengel@xxxxxxxxxx wrote:
> 
> allthough I m using fresh systems and disks every test with 
> auotyast ends with grub error 15 after the first reboot.
> Can anyone post the part of an conf-files that contains the 
> bootloader-informations?

This is the configuration I'm using:

  <bootloader>
    <activate config:type="boolean">true</activate>
    <global>
      <activate>true</activate>
      <boot_boot>false</boot_boot>
      <boot_mbr>false</boot_mbr>
      <boot_root>true</boot_root>
      <debug>false</debug>
      <generic_mbr>false</generic_mbr>
      <hiddenmenu>false</hiddenmenu>
      <timeout config:type="integer">8</timeout>
    </global>
    <loader_device>/dev/sda</loader_device>
    <loader_type>grub</loader_type>
    <location>mbr</location>
    <repl_mbr config:type="boolean">true</repl_mbr>
    <sections config:type="list">
      <section>
        <append>splash=silent showopts</append>
        <image>(hd0,1)/boot/vmlinuz</image>
        <initrd>(hd0,1)/boot/initrd</initrd>
        <kernel>(hd0,1)/boot/vmlinuz</kernel>
        <name>openSUSE 10.2</name>
        <noverifyroot>false</noverifyroot>
        <original_name>linux</original_name>
        <root></root>
        <type>image</type>
      </section>
      <section>
        <append>showopts ide=nodma apm=off acpi=off noresume nosmp
noapic maxcpus=0 edd=off  3</append>
        <image>(hd0,1)/boot/vmlinuz</image>
        <initrd>(hd0,1)/boot/initrd</initrd>
        <kernel>(hd0,1)/boot/vmlinuz</kernel>
        <name>Failsafe -- </name>
        <original_name>failsafe</original_name>
        <root></root>
        <type>image</type>
      </section>
    </sections>
  </bootloader>
 

Regards,
Peter.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >