XEN and SLES11

Good morning,

Server:HP ProLiant DL165 G7 diskless with Disc on Storage
OS:SLES11 SP1 and xen-3.3.1_18546_12-3.1
iSCSI:INTEL Gigabit ET Dual Port Server Adapter 825768

When I start SLES11 with Xen in boot-loader menu, then the boot will stop because linux could'nt find the iscsi interface :

Starting iSCSI daemon
iscsiadm: No records found!
Trying manual resume from /dev/disk/by-id/scsi-360060...

It's really strange because when I start SLES11 in normal mode (default) then all are ok and here're the result of commands:

# iscsiadm -m session -P 1
Target: iqn.1994-04.jp.com
    Current Portal: 192.168.192.160:3260,1
    Persistent Portal: 192.168.192.160:3260,1
        **********
        Interface:
        **********
        Iface Name: default
        Iface Transport: tcp
        Iface Initiatorname: iqn.2011.xen1
        Iface IPaddress: 192.168.192.166
        Iface HWaddress: default
        Iface Netdev: default
        SID: 1
        iSCSI Connection State: LOGGED IN
        iSCSI Session State: LOGGED_IN
        Internal iscsid Session State: NO CHANGE

lsscsi
[6:0:0:0]    cd/dvd  TEAC     DV-18S-A         B.0C  /dev/sr0
[8:0:0:0]    disk    HITACHI  DF600F           0000  /dev/sda
[8:0:0:1]    disk    HITACHI  DF600F           0000  /dev/sdb
[8:0:0:2]    disk    HITACHI  DF600F           0000  /dev/sdc
[8:0:0:3]    disk    HITACHI  DF600F           0000  /dev/sdd
[8:0:0:4]    disk    HITACHI  DF600F           0000  /dev/sde

...and the boot loader :

# cat /boot/grub/menu.lst
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 11 - 2.6.27.19-5 (default)
    root (hd0,0)
    kernel /vmlinuz-2.6.27.19-5-default root=/dev/disk/by-id/scsi-360060e80104d32a004f3423200
000001-part3 apic=bigsmp resume=/dev/disk/by-id/scsi-360060e80104d32a004f3423200000001-part2 
splash=silent crashkernel=256M-:128M@16M showopts vga=0x31d
    initrd /initrd-2.6.27.19-5-default

###Don't change this comment - YaST2 identifier: Original name: xen###
title Xen -- SUSE Linux Enterprise Server 11 - 2.6.27.19-5
    root (hd0,0)
    kernel /xen.gz 
    module /vmlinuz-2.6.27.19-5-xen root=/dev/disk/by-id/scsi-360060e80104d32a004f34232000000
01-part3 apic=bigsmp resume=/dev/disk/by-id/scsi-360060e80104d32a004f3423200000001-part2 spla
sh=silent showopts vga=0x31d
    module /initrd-2.6.27.19-5-xen

Are a specials config's files for XEN or where could I find my problem?

Have someone an Idea?

Thanks
nm