On Wed, Feb 06, 2008 at 08:41:00PM +0100, Harry ten Berge wrote:
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@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org