We don't use flash disks in our iDRAC6 enterprise cards. Instead, we mount a netboot or CD ISO image remotely and boot from the virtual floppy or cdrom.
You can do this using the GUI I think in the web interface, but we do this on the command line of an admin server in the same DC as the machine being provisioned, using racvmcli. For example: img=diskboot.img wget http://some.mirror/centos/5.4/os/x86_64/images/$img racvmcli -r $ip -u root -p $password -f $img or iso=CentOS-5.4-x86_64-netinstall.iso wget http://some.mirror/centos/5.4/isos/x86_64/$iso racvmcli -r $ip -u root -p $password -c $iso HTH, R. _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
