suse 9.1: Problem when installing the bootloader
Hello list, I am trying to autoinstall a suse 9.1. I also collected all needed rpms on one CD, so that I will only need this single one. Everything works fine, all software packages are installed until he tries to install to bootloader. He then complains about /dev/fd/62 and tells me there is not entry / in the /etc/fstab. I do not know, where he is looking for the fstab!? I attach my autoinst.xml, which I have placed in my boot/loader/initrd Any Ideas, how I can get the bootloader installed? Regards Cornelius --snip-- <?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <install> <general> <clock> <hwclock>localtime</hwclock> <timezone>Europe/Berlin</timezone> </clock> </general> <report> <messages> <show config:type="boolean">true</show> <timeout config:type="integer">10</timeout> <log config:type="boolean">true</log> </messages> <errors> <show config:type="boolean">true</show> <timeout config:type="integer">10</timeout> <log config:type="boolean">true</log> </errors> <warnings> <show config:type="boolean">true</show> <timeout config:type="integer">10</timeout> <log config:type="boolean">true</log> </warnings> </report> <partitioning config:type="list"> <drive> <device>/dev/hda</device> <use>all</use> </drive> </partitioning> <bootloader> <global config:type="list"> <global_entry> <key>prompt</key> <value config:type="boolean">true</value> </global_entry> </global> <loader_device></loader_device> <loader_type>grub</loader_type> <location>mbr</location> <sections config:type="list"/> </bootloader> <software> <addons config:type="list"> <addon>Basis-Sound</addon> <addon>Kde-Desktop</addon> <addon>MINIMAL</addon> <addon>Office</addon> <addon>SuSE-Documentation</addon> <addon>X11</addon> </addons> <base>default</base> <packages config:type="list"> <package>MozillaFirefox</package> <package>ImageMagick</package> <package>apache2</package> <package>apache2-devel</package> <package>apache2-mod_php4</package> <package>apache2-prefork</package> <package>apache2-worker</package> <package>capi4hylafax</package> <package>cvs</package> <package>findutils-locate</package> <package>g3utils</package> <package>hylafax</package> <package>kernel-default</package> <package>libapr0</package> <package>mgetty</package> <package>mm</package> <package>php4</package> <package>php4-gettext</package> <package>php4-pear</package> <package>php4-pgsql</package> <package>php4-session</package> <package>postgresql</package> <package>postgresql-contrib</package> <package>postgresql-libs</package> <package>postgresql-server</package> <package>sfftobmp</package> <package>sffview</package> <package>sox</package> <package>tiff</package> <package>uucp</package> <package>wxGTK</package> <package>yast2-trans-en_US</package> </packages> </software> </install> </profile>
participants (1)
-
Cornelius Koelbel