Hello, Thank you all for your answers ! First of all we have found a workaround...
The USB stick has mounted on /hd-media/ and after iso-scan, the iso file on the /hd-media/ has mounted on /cdrom/ (loop). But after network scanning, the /hd-media/ is unmounted... but /cdrom/ stay active and usable. We need to keep /dh-media/ active to use postinstall script. So the workaround is to comment the network auto configuration in preseed to let us configure it manually. When the installation come to network part, we hit escape to go back to the install menu. And so we start the first step again (Scan hard drives for an installer ISO image). The installer mount again /hd-media/ and /cdrom/ and come back to network configuration. At this moment every thing is OK, we can continue to install and the postinstall script are executed. This is the same behaviour that : * However, within the context of your chosen installation method, it is* * sufficient to return to the third menu option (Scan hard drives for an* * installer ISO). This will umount /cdrom, then mount /hd-media and* * /cdrom again. You can then continue from where you left off.* * * * The same result can be obtained with* * * * umount /cdrom* * mount -tvfat /dev/sdX /hd-media* * mount /hd-media/<yourISO> /cdrom* Secondly, the USB Stick is not unmounted all the time ! Sometimes on virtual machine and physical servers, the USB key stay active (and mounted) and everything gone right ! By the way, we use HP servers with CCISS drivers. Thanks again for your time. Have a good day ! --- *JG* 2013/4/25 Brian Potkin <claremont...@gmail.com> > On Tue 23 Apr 2013 at 16:50:50 +0200, Julien Groselle wrote: > > > Hi, > > > > I didn't know the existence about the debian-boot mailinglist... Thanks > > Brian ! > > I'm up to date now ;-) > > > > So I copy/paste my issue here : > > [Snip] > > Please see > > http://lists.debian.org/debian-user/2013/04/msg01246.html > > > -- > To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > Archive: http://lists.debian.org/20130425132257.GE3248@desktop > >