[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Convertir une debian pour vmware esx



Bonsoir á tous,
 
Je dois convertir un serveur Debian pour le faire tourner sur vmware esx 3.0.2
Je dispose d'une licence vmware converter et j'ai effectué une conversion complète mais qui ne boote pas. Je suis un exemple publié ici:  http://virtualaleph.blogspot.com/2007/05/virtualize-linux-server-with-vmware.html
 
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: