Delete and install MBR
Daniel Spannbauer <[email protected]>
| Newsgroups | gmane.linux.suse.autoinstall |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I have the following part in my autoinst.xml:
<bootloader>
<activate config:type="boolean">true</activate>
<global>
<generic_mbr>true</generic_mbr>
<activate>true</activate>
<gfxmenu>/boot/message</gfxmenu>
<lines_cache_id>2</lines_cache_id>
<timeout config:type="integer">8</timeout>
</global>
<loader_type>grub</loader_type>
<sections config:type="list">
<section>
<append>resume=/dev/sda2 splash=silent showopts</append>
<image>(hd0,0)/vmlinuz-2.6.37.1-1.2-pae</image>
<initial>1</initial>
<initrd>(hd0,0)/initrd-2.6.37.1-1.2-pae</initrd>
<lines_cache_id>0</lines_cache_id>
<name>openSUSE 11.4</name>
<original_name>linux</original_name>
<root>/dev/sda3</root>
<type>image</type>
<vgamode>0x31a</vgamode>
</section>
...
...
...
On a new Disk the installation works fine. But when I try to install it
on the same machine again, I only get a black screen with a blinking
cursor on the top left corner.
If I erase the first blocks of the disk with dd if=/dev/zero of=/dev/sda
and install the same system it works.
Can anybody help me to find the error in my config?
Regards
Daniel
--
Daniel Spannbauer Software Entwicklung
marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11
Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220
http://www.marco.de/ Email [email protected]
Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]