Hello, autoyast up and running (SuSE-8.1) but have two problems: - <bootloader><location>/dev/hda</location></bootloader> seems to be ignored by autoyast. The bootloader ist always installed in /dev/md1 (the location of /boot), in /etc/lilo.conf the configuration is 'boot = /dev/md1' afterwards. The same with mbr instead of /dev/hda. - Configuration of two raid devices, one raid0 the other one as raid1. But both are installed and entered to /etc/raidtab as raid1. Remark: all partitions from earlier are destroyed via fdisk to avoid trouble while running autoyast from auotmatic raid detection via persistent_superblock. Thanks for your help in advance, Peter My autoyast configuration file: <?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/YaST2/include/autoinstall/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <configure> <files config:type="list"/> <networking> <dns> <dhcp_hostname config:type="boolean">false</dhcp_hostname> <dhcp_resolv config:type="boolean">false</dhcp_resolv> <domain>mydomain.de</domain> <hostname>linux</hostname> </dns> <interfaces config:type="list"> <interface> <bootproto>static</bootproto> <broadcast>192.168.64.255</broadcast> <device>eth0</device> <ipaddr>192.168.64.2</ipaddr> <module>via-rhine</module> <netmask>255.255.255.0</netmask> <network>192.168.64.0</network> <startmode>onboot</startmode> <wireless>no</wireless> </interface> </interfaces> <routing> <ip_forward config:type="boolean">false</ip_forward> </routing> </networking> <runlevels> <default>3</default> </runlevels> <scripts> <post-scripts config:type="list"/> <chroot-scripts config:type="list"/> <pre-scripts config:type="list"/> </scripts> <users config:type="list"> <user> <encrypted>true</encrypted> <user_password>password</user_password> <username>testuser</username> </user> </users> <x11> <color_depth config:type="integer">24</color_depth> <configure_x11 config:type="boolean">true</configure_x11> <display_manager>kdm</display_manager> <enable_3d config:type="boolean">true</enable_3d> <monitor> <display> <max_hsync config:type="integer">64</max_hsync> <max_vsync config:type="integer">120</max_vsync> <min_hsync config:type="integer">31</min_hsync> <min_vsync config:type="integer">50</min_vsync> </display> <monitor_device>17SF</monitor_device> <monitor_vendor>SONY</monitor_vendor> </monitor> <resolution>1024x768</resolution> <start_x11 config:type="boolean">false</start_x11> </x11> </configure> <install> <bootloader> <activate config:type="boolean">true</activate> <kernel_parameters></kernel_parameters> <lba_support config:type="boolean">true</lba_support> <linear config:type="boolean">false</linear> <location>/dev/hda</location> <write_bootloader config:type="boolean">true</write_bootloader> </bootloader> <general> <clock> <hwclock>GMT</hwclock> <timezone>Europe/Berlin</timezone> </clock> <keyboard> <keymap>english-us</keymap> </keyboard> <language>en_US</language> <mouse> <id>20_imps2</id> </mouse> </general> <partitioning config:type="list"> <drive> <device>/dev/hda</device> <partitions config:type="list"> <partition> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_nr config:type="integer">1</partition_nr> <size>1gb</size> </partition> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_nr config:type="integer">2</partition_nr> <raid_name>/dev/md0</raid_name> <size>15gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <mount>/data_2_1</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">3</partition_nr> <size>15gb</size> </partition> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_nr config:type="integer">4</partition_nr> <raid_name>/dev/md1</raid_name> <size>auto</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/hdc</device> <partitions config:type="list"> <partition> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_nr config:type="integer">1</partition_nr> <size>1gb</size> </partition> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_nr config:type="integer">2</partition_nr> <raid_name>/dev/md0</raid_name> <size>15gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <mount>/data_2_2</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">3</partition_nr> <size>15gb</size> </partition> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_nr config:type="integer">4</partition_nr> <raid_name>/dev/md1</raid_name> <size>auto</size> </partition> </partitions> <use>all</use> </drive> </partitioning> <raid config:type="list"> <device> <device_name>/dev/md0</device_name> <filesystem config:type="symbol">ext3</filesystem> <filesystem_id config:type="integer">131</filesystem_id> <format config:type="boolean">true</format> <mount>/data_1</mount> <persistent_superblock config:type="boolean">true</persistent_superblock> <raid_type>raid0</raid_type> </device> <device> <device_name>/dev/md1</device_name> <filesystem config:type="symbol">ext3</filesystem> <filesystem_id config:type="integer">131</filesystem_id> <format config:type="boolean">true</format> <mount>/</mount> <parity_algorithm>left-asymmetric</parity_algorithm> <persistent_superblock config:type="boolean">true</persistent_superblock> <raid_type>raid1</raid_type> </device> </raid> <software> <base>Minimal</base> <packages config:type="list"> <package>libxml2</package> <package>procmail</package> <package>src_vipa</package> <package>sysvinit</package> <package>timezone</package> <package>xfsprogs</package> <package>yast2-ncurses</package> <package>netcfg</package> <package>yast2-theme-SuSELinux</package> <package>aaa_version</package> <package>filesystem</package> <package>sash</package> <package>terminfo</package> <package>yast2-packager</package> <package>providers</package> <package>yast2-trans-en_US</package> <package>glibc</package> <package>ash</package> <package>attr</package> <package>libgcc</package> <package>libjpeg</package> <package>lsof</package> <package>m4</package> <package>mdadm</package> <package>ksymoops</package> <package>ncurses</package> <package>net-tools</package> <package>netcat</package> <package>bzip2</package> <package>cpio</package> <package>cpp</package> <package>pciutils</package> <package>gdbm</package> <package>hdparm</package> <package>iptables</package> <package>mktemp</package> <package>eject</package> <package>file</package> <package>fillup</package> <package>findutils</package> <package>diffutils</package> <package>e2fsprogs</package> <package>ed</package> <package>libxcrypt</package> <package>liby2util</package> <package>popt</package> <package>recode</package> <package>reiserfs</package> <package>sed</package> <package>tar</package> <package>textutils</package> <package>usbutils</package> <package>utempter</package> <package>zlib</package> <package>jfsutils</package> <package>lukemftp</package> <package>acl</package> <package>dialog</package> <package>libstdc++</package> <package>readline</package> <package>bash</package> <package>bc</package> <package>parted</package> <package>fileutils</package> <package>db</package> <package>yast2-packagemanager</package> <package>k_deflt</package> <package>liblcms</package> <package>logrotate</package> <package>less</package> <package>cracklib</package> <package>pcre</package> <package>perl</package> <package>grep</package> <package>gzip</package> <package>initviocons</package> <package>iproute2</package> <package>iputils</package> <package>modutils</package> <package>aaa_skel</package> <package>bootsplash-theme-SuSE</package> <package>devs</package> <package>dhcpcd</package> <package>gawk</package> <package>libmng</package> <package>openssl</package> <package>pam</package> <package>permissions</package> <package>gpg</package> <package>groff</package> <package>finger</package> <package>rsh</package> <package>tcsh</package> <package>telnet</package> <package>sitar</package> <package>man</package> <package>heimdal-lib</package> <package>curl</package> <package>sh-utils</package> <package>aaa_base</package> <package>cyrus-sasl</package> <package>vim</package> <package>yast2-transfer</package> <package>suse-build-key</package> <package>kbd</package> <package>bootsplash</package> <package>lvm</package> <package>openldap2-client</package> <package>pam-modules</package> <package>gpm</package> <package>hwinfo</package> <package>isapnp</package> <package>fbset</package> <package>portmap</package> <package>ps</package> <package>raidtools</package> <package>rpm</package> <package>sysconfig</package> <package>syslogd</package> <package>util-linux</package> <package>SuSEfirewall2</package> <package>lilo</package> <package>grub</package> <package>hotplug</package> <package>shadow</package> <package>w3m</package> <package>yast2-core</package> <package>at</package> <package>openssh</package> <package>postfix</package> <package>siga</package> <package>yast2</package> <package>yast2-pam</package> <package>mailx</package> <package>cron</package> <package>yast2-country</package> <package>yast2-mouse</package> <package>yast2-online-update</package> <package>yast2-storage</package> <package>yast2-sysconfig</package> <package>yast2-tune</package> <package>yast2-xml</package> <package>yast2-nfs-client</package> <package>yast2-nfs-server</package> <package>yast2-runlevel</package> <package>yast2-security</package> <package>yast2-support</package> <package>yast2-bootloader</package> <package>yast2-network</package> <package>autoyast2-installation</package> <package>yast2-inetd</package> <package>yast2-users</package> <package>yast2-installation</package> <package>yast2-backup</package> <package>yast2-firewall</package> <package>yast2-ldap-client</package> <package>yast2-mail</package> <package>yast2-nis-client</package> <package>yast2-nisplus-client</package> <package>yast2-update</package> <package>yast2-nis-server</package> <package>yast2-restore</package> <package>3ddiag</package> <package>freetype2</package> <package>libpng</package> <package>libtiff</package> <package>cups-libs</package> <package>xshared</package> <package>mesasoft</package> <package>xf86_glx</package> <package>xf86tools</package> <package>mesaglu</package> <package>xf86</package> <package>binutils</package> <package>glibc-devel</package> <package>libstdc++-devel</package> <package>samba-client</package> <package>gcc</package> <package>samba</package> <package>gcc-c++</package> <package>libxslt</package> <package>mkisofs</package> <package>perl-XML-DOM</package> <package>perl-XML-Generator</package> <package>alice-compat</package> <package>autoyast2</package> <package>yast2-x11</package> <package>perl-gettext</package> <package>qt3</package> <package>saxident</package> <package>xbanner</package> <package>xmodules</package> <package>saxtools</package> <package>xloader</package> <package>sax2</package> <package>telnet-server</package> <package>inetd</package> </packages> </software> </install> </profile> -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!