Mailinglist Archive: opensuse-autoinstall (58 mails)
| < Previous | Next > |
[opensuse-autoinstall] grub installation?
- From: Patrick Winnertz <patrick.winnertz@xxxxxxxxxxx>
- Date: Mon, 20 Aug 2007 10:24:06 +0200
- Message-id: <200708201024.06562.patrick.winnertz@xxxxxxxxxxx>
Hello,
I've some problems concerning the automatic installation of grub. I've
looked at the official documenation of uwe gansert on his website, but the
part about the bootloader is very short.
What must I do that the boot loader is going to be automatically installed
into the mbr?
I tried several options in the autoinst.xml but none of the konfigurations
worked really.. .they don't overwrite my mbr with the correct
informations.
After installation the boot screen should almost look like the original of
opensuse 10.2.
Here is the relevant information from autoinst.xml:
<bootloader>
<activate config:type="boolean">true</activate>
<device_map config:type="list">
<device_map_entry>
<firmware>hd0</firmware>
<linux>/dev/sda</linux>
</device_map_entry>
</device_map>
<global>
<activate>true</activate>
<boot_root>true</boot_root>
<gfxmenu>/boot/message</gfxmenu>
<lines_cache_id>2</lines_cache_id>
<timeout config:type="integer">8</timeout>
</global>
<loader_device>/dev/sda</loader_device>
<loader_type>grub</loader_type>
<location>boot</location>
<repl_mbr config:type="boolean">true</repl_mbr>
.
.
.
</bootloader>
It would be fine if someone could point me to my error :)
Greetings
Winnie
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I've some problems concerning the automatic installation of grub. I've
looked at the official documenation of uwe gansert on his website, but the
part about the bootloader is very short.
What must I do that the boot loader is going to be automatically installed
into the mbr?
I tried several options in the autoinst.xml but none of the konfigurations
worked really.. .they don't overwrite my mbr with the correct
informations.
After installation the boot screen should almost look like the original of
opensuse 10.2.
Here is the relevant information from autoinst.xml:
<bootloader>
<activate config:type="boolean">true</activate>
<device_map config:type="list">
<device_map_entry>
<firmware>hd0</firmware>
<linux>/dev/sda</linux>
</device_map_entry>
</device_map>
<global>
<activate>true</activate>
<boot_root>true</boot_root>
<gfxmenu>/boot/message</gfxmenu>
<lines_cache_id>2</lines_cache_id>
<timeout config:type="integer">8</timeout>
</global>
<loader_device>/dev/sda</loader_device>
<loader_type>grub</loader_type>
<location>boot</location>
<repl_mbr config:type="boolean">true</repl_mbr>
.
.
.
</bootloader>
It would be fine if someone could point me to my error :)
Greetings
Winnie
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |