[opensuse-autoinstall] SLES10 SP1 autoinstall software raid error (how to supress error message)
Hi, While attempting to autoinstall on a Intel S5000XAL (it has an onboard SATA Raid controller ), the following is displayed as an error message just before partitioning: *************************************************************************************************** Error: Warning: This system has atleast one hard disk with a raid configuration presented by BIOS as RAID that is infact a software RAID. The following disks were detected as part of such a RAID: /dev/sda /dev/sdb The Linux kernel 2.4 supported some of these systems (like Promise FastTrack a HighPoint RocketRaid), but the Linux kernel 2.6 does not support them at all. If you install onto these disks, your RAID configuration and any data on the RAID will be lost. Refer to http://portal.suse.com to learn how to migrate to a Linux software RAID. *************************************************************************************************** On clicking OK button, the installation proceeds to completion. How can i supress the error message in the autoyast file ? Thanks Kanji ____________________________________________________________________________________ Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Tuesday 21 August 2007 06:59, kanji linux wrote:
On clicking OK button, the installation proceeds to completion. How can i supress the error message in the autoyast file ?
try: <report> <errors> <log config:type="boolean">false</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </errors> <messages> <log config:type="boolean">false</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </messages> <warnings> <log config:type="boolean">false</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </warnings> <yesno_messages> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </yesno_messages> </report> -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug now playing mind.in.a.box - Lost Alone -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hi Uwe, I had tried the report elements but it does not remove the "Error" dialog box. Infact SLES10 works without any hiccups on this same motherboard. thanks kanji --- Uwe Gansert <ug@suse.de> wrote:
On Tuesday 21 August 2007 06:59, kanji linux wrote:
On clicking OK button, the installation proceeds to completion. How can i supress the error message in the autoyast file ?
try: <report> <errors> <log config:type="boolean">false</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </errors> <messages> <log config:type="boolean">false</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </messages> <warnings> <log config:type="boolean">false</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </warnings> <yesno_messages> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">1</timeout> </yesno_messages> </report>
-- ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug now playing mind.in.a.box - Lost Alone -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/ -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
kanji linux
-
Uwe Gansert