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 Desktop 10
Situation
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
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
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
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com