有没有人有任何经验安装SLES,虽然在ia64 lanboot? 我已经做了大量的networkingSLES安装i386和x86_64,甚至PowerPC,但由于某种原因,ia64正在扼杀我。
我有我的elilo.conf文件设置正确安装RHEL,但我似乎无法find正确的SLES内核映像。 我已经查看了SLES磁盘上的boot / ia64目录,但似乎没有任何东西允许我启动。
不幸的是,Novell在ia64上只有很less的文档,在ia64networking上没有安装。 我对所有新版本的SLES都有这个问题,它似乎并不局限于SLES10或SLES11。
仅供参考,以下是我的elilo.conf文件的示例部分:
#This 'image' file seems to be invalid image = iso_images/sles-10-sp3/ia64/boot/ia64/image label = sles-10-sp3-pos append = "ip=dhcp install=http://<IP>/files/iso_images/sles-10-sp3/ia64/ vnc=1 vncpassword=PASS autoyast=http://<IP>/files/autoyast/sles-10-sp3.xml console=ttyS1,115200n8r console=tty0" initrd = iso_images/sles-10-sp3/ia64/boot/ia64/initdisk.gz
这就是服务器上的输出结果:
Client MAC Address: <MAC> .. Client IP Address: <IP> Subnet Mask: <SUBNET> BOOTP Server IP Address: <IP> DHCP Server IP Address: <IP> Boot file name: elilo.efi Retrieving File Size. Retrieving File (TFTP). ELILO boot: sles-10-sp3-pos elilo.c(line 83):Cannot find a loader for iso_images/sles-10-sp3/ia64/boot/ia64/image Exit status code: Load Error
有谁知道我在哪里可以find正确的内核映像?
所以你的ELILO似乎工作。 试试这个在我们的环境中设置一个安装服务器的时候,我使用了Ubuntu 10.4 LTS提供的pxe-image,也许这对EFI来说也是一个好主意(如果Ubuntu有的话)。
原因是Ubuntu版本更新,并提供更多的function。