On 08/11/2010 07:17 AM, Ivan De Masi wrote:
after the first reboot (stage2) I get the following message:
Download failed: /repotada/repomd.xml [AbstractCommand.cc224] URI=http://download.opensuse.org/update/11.2/repodata/repomd.xml
I found out that this happens because of the misconfigured network device. The network devive is always regogniced as "eth1" after the reboot instead of "eth0".
Long ago, the nvidia ethernet device on my desktop would load with a new MAC address on every boot. (The hardware reported an invalid MAC so the kernel made one up, iirc.) You need to override the auto-generated udev rules which use MAC addresses. For our vmware guest installs in openSUSE 11.1, we used these rules to pin the ethX number to the PCI slot: <networking> <net-udev config:type="list"> <rule> <name>eth0</name> <rule>KERNELS</rule> <value>0000:02:00.0</value> </rule> <rule> <name>eth1</name> <rule>KERNELS</rule> <value>0000:02:01.0</value> </rule> </net-udev> </networking> -- Chris -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org