Results 1 to 1 of 1
I am doing SuSe 10 ( release version without service pack ) autoinstallation and getting error as Error13 : Invalid or unsupported executable format
The 'linux' and 'initrd' files are ...
- 02-01-2010 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 17
SuSe 10 Autoinstall: Grub Error 13
I am doing SuSe 10 ( release version without service pack ) autoinstallation and getting error as Error13 : Invalid or unsupported executable format
The 'linux' and 'initrd' files are present there at the location '/boot/'. The 'grub.conf' and 'menu.lst' files are there at '/boot/grub'.
************************************************** ***********
Here are the entries in my menu.lst:
default 0
timeout 10
title SUSE
root (hd0,0)
kernel /boot/linux install= <ftp location> autoyast=device://sda1/autoyast.xml insmod=e1000 textmode=1
initrd /boot/initrd
************************************************** ***********
The bootloader section in the autoyast.xml looks like:
<bootloader>
<activate config:type="boolean">true</activate>
<loader_device></loader_device>
<loader_type>grub</loader_type>
<location>boot</location>
<repl_mbr config:type="boolean">true</repl_mbr>
<sections config:type="list"/>
</bootloader>
************************************************** ************
This whole is working perfectly fine with another version of SuSe 10.


Reply With Quote