Convertir une debian pour vmware esx
Bonsoir á tous,
Je dois convertir un serveur Debian pour le faire tourner sur vmware esx 3.0.2
Le principe: changer le fichier /etc/modules.conf pour mettre les alias qui vont bien : edit /etc/modules.conf with your favourite editor, changing every
scsi alias with BusLogic and each eth nic with pcnet32. Save and exit.
Change directory to /boot and make a backup copy of your initrd-2.x.y-zz.img .
Then issue the mkinitrd command (mkinitrd -v -f /boot/initrd-2.x.y-zz.img
2.x.y-zz
Malheureusement pour moi, même avec un cd rescue Fedora 2, la partition n'est pas détectée. De plus mon fichier modules.conf ne contient aucun alias pour scsi ni eth.
Mon idée: ajouter dans modules.conf ces deux lignes:
alias scsi_hostadapter BusLogic
alias eth0
pcnet32
Rebuild
mkinitrd -v -f --with=BusLogic /boot/initrd-`uname -r`.img `uname -r`
Est-ce que cette commande marcherait sur Debian?
Reply to: