[opensuse-autoinstall] Autoyast - Grub : which arguments ?
With autoyast, in the xml file I put the grub arguments : kernel : /boot/vmlinuz initrd : /boot/initrd root : (hd0,0) However, during installation I can see that /boot is empty ! And grub install fails ("An error occurred during initrd creation"). What are the correct arguments ? Dsant, from France XML file (part) : <section> <append>splash=silent quiet showopts</append> <image>/boot/vmlinuz</image> <initrd>/boot/initrd</initrd> <name>Linux_sda1</name> <noverifyroot>false</noverifyroot> <original_name>linux</original_name> <root>(hd0,0)</root> <type>image</type> </section> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (1)
-
Dsant