bootable driver kit pxe question

Hello,
for doing a pxe installation with autoyast and sles11 sp3 and the driver for dell perc h330 we are following the instructions in:
http://drivers.suse.com/dell/Dell_PERC_H330/sle11-sp3-x86_64/1.0/install-readme.html

In pxelinux.cfg/default we have the following:

label linux
kernel linux
append initrd=initrd ramdisk_size=65536 install=http://pxeserver_ip/distro addon=http://pxeserver_ip/bdk autoyast=http://pxeserver_ip/profiles/autoyast.xml

Is this correct? Cause in the install-readme there is no example with autoyast attribute.

Thanks and BR/
Cristina

cpalomo,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

Has your issue been resolved? If not, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.

Good luck!

Your SUSE Forums Team
http://forums.suse.com

Hi Cristina,

I ran into this issue myself and got stuck in the same place. I made 2 changes and I’m not sure if both are needed or only one. These were the 2 things I did:

Created an “add_on_products.xml” file and added it to the Suse install location (i.e. http://pxeserver_ip/distro)

<?xml version="1.0"?>

<add_on_products xmlns=“http://www.suse.com/1.0/yast2ns
xmlns:config=“http://www.suse.com/1.0/configns”>
<product_items config:type=“list”>
<product_item>
Dell PERC H330 Bootable Driver Kit
http://pxeserver_ip/bdk
/
<ask_user config:type=“boolean”>false</ask_user>
true
</product_item>
</product_items>
</add_on_products>

i also edited autoyast.xml adding the following:

http://pxeserver_ip/bdk DELL_PERC_H330 / Dell PERC H330 Bootable Driver Kit false

The setting for “product” I found in the BDK “content” file where it says “NAME DELL_PERC_H330” Note that the metadata name needs to match the “product” field in autoyast.xml, and the “name” field in autoyast can be any friendly name you want. I hope that’s clear and not confusing.

https://doc.opensuse.org/projects/YaST/SLES11/tdg/installation_features.html

Thanks,
Dawn

Hi Dawn,

first post and already helping others - a splendid start, thank you for sharing that information!

Regards,
Jens

PS: While the original question is from February, your post will still help others looking for assistance in similar situations.