Crippa Andrea

Endian Firewall 2.4.0 Upgrade – Kernel Panic – Esx(i)

This entry was posted by admin ( Crippa Andrea ) on 30 May 2010 at 20:26 and have got 313 reads . It's field under Linux and tagged , , , , , , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

Dopo aver eseguito l’aggiornamento del vostro Endian Firewall dalla versione 2.3.0 alla 2.4.0 tramite il comando efw-upgrade, potreste incontrare qualche problema nell’eseguire il boot della vostra macchina virtuale.

Il problema è legato probabilmente alla mancanza di un driver per il controller LSI logic

Al fine di poter permettere al Firewall di completare il processo di boot, dovete esitare manualmente il file .vmx della vostra macchina virtuale , cambiando la configurazione del disco da SCSI a IDE.

Trovate la configurazione del disco scsi e del controller :

scsi0.present = “TRUE”
scsi0.sharedBus = “none”
scsi0.virtualDev = “lsilogic”
scsi0:0.present = “TRUE”
scsi0:0.fileName = “Endian Firewall.vmdk”
scsi0:0.deviceType = “scsi-hardDisk”

Commentateli :

#scsi0.sharedBus = “none”
#scsi0.virtualDev = “lsilogic”
#scsi0:0.present = “TRUE”
#scsi0:0.fileName = “Endian Firewall.vmdk”
#scsi0:0.deviceType = “scsi-hardDisk”

Create un nuovo disco IDE che punti al file vmdk originale :

ide0:0.present = “TRUE”
ide0:0.fileName = “Endian Firewall.vmdk”

Questo è tutto.

Godetevi il vostro Endian Firewall 2.4.0

Per qualsiasi informazione , lasciate un commento !!!!

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
:, , , , , , ,

Leave a Reply