Mailinglist Archive: opensuse-autoinstall (72 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] bootloader problem (10.3)
- From: Mike Marion <mmarion@xxxxxxxxxxxx>
- Date: Wed, 6 Feb 2008 15:51:54 -0800
- Message-id: <20080206235152.GC6012@xxxxxxxxxxxxxxxxxxxxxx>
On Wed, Feb 06, 2008 at 08:41:00PM +0100, Harry ten Berge wrote:
Try leaving out the device part.. let it find it itself based on the
install. I usually avoid using device lines for partitioning when
possible too and it tends to work well. The bootloader section I use by
default is:
<bootloader>
<activate config:type="boolean">false</activate>
<loader_type>grub</loader_type>
<location>mbr</location>
<repl_mbr config:type="boolean">true</repl_mbr>
</bootloader>
BTW, if you're settings the disk(s) to one logical device via raid (or
only have 1 disk) you don't need to specify the device in the
partitioning at all either.
--
Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com
Yo' momma's so fat she makes emacs look like pico!
-- Another stolen from /.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
On a DL360 this fails. We've added a bootloader element like this:
<bootloader>
<activate config:type="boolean">true</activate>
<loader_device>/dev/cciss/c0d0</loader_device>
<loader_type>grub</loader_type>
<location>mbr</location>
<repl_mbr config:type="boolean">true</repl_mbr>
</bootloader>
Try leaving out the device part.. let it find it itself based on the
install. I usually avoid using device lines for partitioning when
possible too and it tends to work well. The bootloader section I use by
default is:
<bootloader>
<activate config:type="boolean">false</activate>
<loader_type>grub</loader_type>
<location>mbr</location>
<repl_mbr config:type="boolean">true</repl_mbr>
</bootloader>
BTW, if you're settings the disk(s) to one logical device via raid (or
only have 1 disk) you don't need to specify the device in the
partitioning at all either.
--
Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com
Yo' momma's so fat she makes emacs look like pico!
-- Another stolen from /.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |