SUSE Support

Here When You Need Us

System only boots to grub prompt after AutoYaST install

This document (3628413) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Linux Enterprise Server 10
SUSE Linux Enterprise Desktop 10

Situation

Purpose
How to modify an autoinst.xml file to reinitialize the block device and replace a new Master Boot Record (MBR)

Symptoms
System boots only to Grub prompt after a successful AutoYaST SLES 10 installation.

Changes
RedHat was installed on SDA prior to attempting the SLES AutoYaST installation.

Resolution

Modify the autoinst.xml (or corresponding xml profile) as follows:

1)  Replace the MBR with a new (correct) one by changing the following line in the file to "true":

    <repl_mbr config:type="boolean">false</repl_mbr>

2)  Reinitialize the drive by adding the following to the partitioning section for that drive:

    <initialize config:type="boolean">true</initialize>

Example for item 2:
<partitioning config:type="list">
      <drive>
        <device>/dev/hda</device>
        <initialize config:type="boolean">true</initialize>
        <partitions config:type="list">
          <partition>
            <filesystem config:type="symbol">swap</filesystem>
            <format config:type="boolean">true</format>
            <mount>swap</mount>
            <partition_id config:type="integer">130</partition_id>
            <partition_nr config:type="integer">1</partition_nr>
            <region config:type="list">
              <region_entry config:type="integer">0</region_entry>
              <region_entry config:type="integer">988</region_entry>
            </region>
            <size>509386753</size>
          </partition>

Additional Information

If you are not using AutoYaST but rather doing a manual install and see the same symptom, during the install change to the "Expert Settings" tab on the "Installation Settings" screen.

Modify the "Boot Loader Installation" under the "Booting" section to replace/place a new copy of the Master Boot Loader in the correct location.

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:3628413
  • Creation Date: 02-Nov-2006
  • Modified Date:05-Mar-2021
    • SUSE Linux Enterprise Desktop
    • SUSE Linux Enterprise Server

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.