* Alejandro Gonzalez Madueno <agonzalez@es.ibm.com> [Feb 05. 2003 17:20]:
Hi Anas
I added the tag <initialize config:type="boolean">true</initialize> but no changes (is produced the same error).
This system has a DAC960 hardware raid and the module is successfully loaded before autoyast2 excution.
fdisk -l /dev/rd/c0d0 see successfuly the phisical disk
bellow is exposed the whole xml file:
<?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/lib/YaST2/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config=" http://www.suse.com/1.0/configns" > <configure> <runlevels> <default>3</default> </runlevels> </configure> <install> <bootloader> <activate config:type="boolean" >false</activate> <linear config:type="boolean" >false</linear> <location>mbr</location> <parameters></parameters> </bootloader> <general> <hwclock>localtime</hwclock> <keyboard>spanish</keyboard> <language>es_ES</language> <mouse>probe</mouse> <timezone>Europe/Madrid</timezone> </general> <initialize config:type="boolean">true</initialize>
^^^^^^^^^^^^^^^^ This goes into partitioning->drive
<partitioning config:type="list" > <drive> <device>/dev/rd/c0d0</device> <reuse>all</reuse> </drive> </partitioning> <report> <confirm config:type="boolean" >false</confirm> <errors> <log config:type="boolean" >true</log> <show config:type="boolean" >true</show> <timeout config:type="integer" >10</timeout> </errors> <messages> <log config:type="boolean" >true</log> <show config:type="boolean" >true</show> <timeout config:type="integer" >10</timeout> </messages> <warnings> <log config:type="boolean" >true</log> <show config:type="boolean" >true</show> <timeout config:type="integer" >10</timeout> </warnings> </report> <software> <addons config:type="list" /> <base>standard</base> </software> </install> </profile>
here attached the whole y2log: -- Anas Nashif <nashif@suse.com>, SuSE Linux AG Montreal (Laval), Canada