[suse-autoinstall] re-read partition table HELP !!!!!!!!!!!!! :(
Sorry Anas :) I missed the y2log in the previous append 11:03:54 <1> linux(686) [YCP] clients/inst_prepdisk.ycp:523 partitioning .disk.rd.c0d0.partitio ns [$["delete":true, "fsid":5, "fstype":"Extended", "nr":1, "region":[0, 2212], "type":`extended, "ui_id": 1], $["delete":true, "fsid":131, "fstype":"Linux native", "nr":5, "region":[0, 653], "type":`logical, "ui_ id":2], $["create":true, "format":true, "fsid":131, "mount":"/boot", "nr":1, "region":[0, 3], "type":`prim ary, "used_fs":`ext2], $["create":true, "format":true, "fsid":130, "mount":"swap", "nr":2, "region":[3, 82 ], "type":`primary], $["create":true, "format":true, "fsid":131, "mount":"/", "nr":3, "region":[85, 2127], "type":`primary, "used_fs":`reiser]] 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):172 device '/rd/c0d0', cmd 'pa rtitions' 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(FdiskAccess):75 Head=255 Sector:63 Cyli nder:2212 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] SystemCmd.cc(SystemCmd):48 Konstruktor SystemCmd Us eTmp:1 Nr:0 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] SystemCmd.cc(InitFile):103 File:"/tmp/YaST2.tdir/st p686_0_S" 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):270 deleting partition 5 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):270 deleting partition 1 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):289 creating partition: type 5 , nr 1, start 1, end 3 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(NewPartitionStd):643 DelLast=0 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(NewPartitionStd):658 Ok=1 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):298 setting type of partition 1 to 83 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):289 creating partition: type 5 , nr 2, start 4, end 85 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(NewPartitionStd):643 DelLast=0 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(NewPartitionStd):658 Ok=1 2003-02-05 11:03:54 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):298 setting type of partition 2 to 82 2003-02-05 11:03:55 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):289 creating partition: type 5 , nr 3, start 86, end 2212 2003-02-05 11:03:55 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(NewPartitionStd):643 DelLast=0 2003-02-05 11:03:55 <1> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(NewPartitionStd):658 Ok=1 2003-02-05 11:03:55 <1> linux(686) [yast2-agent-fdisk] FdiskAgent.cc(Write):298 setting type of partition 3 to 83 2003-02-05 11:04:01 <3> linux(686) [yast2-agent-fdisk] FdiskAcc.cc(WritePartitionTable):544 Writing partit ion table failed 2003-02-05 11:04:01 <3> linux(686) [YCP] clients/inst_prepdisk.ycp:534 Oops, fdisk failed for device 2003-02-05 11:04:01 <3> linux(686) [Interpreter] clients/inst_prepdisk.ycp:540 Undefined function Storage: y2log lines 50-71/76 92% I tested the <initilize> tag set to "true" but does not work in another system that has /dev/hda is produced the same behaviour where is the fault ?
* 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
participants (2)
-
Alejandro Gonzalez Madueno
-
Anas Nashif