Disable VMware BIOS Legacy Diskette

virtual-machinesvirtualizationvmware-esxvmware-playervmware-workstation

In the main tab of VMware BIOS setup utility there is an option to disable "Legacy Diskette A" (and B).

Which is the option to get this by means of the vmx configuration files?

I tried:

floppy0.present = "FALSE" 
floppy1.present = "FALSE"

but (without using the BIOS setup utility) Arch Linux guest OS still sees fd0.

Best Answer

Try to disable the Floppy Disk Controller in the VM's BIOS.

Anyway, why do you edit your VMs by hand? Don't do this. A kitten is harmed every time you edit a VMX file by hand.

edit: I created a VM (ESXi 5.5 / HW 10) without a floppy device. However, Arch still shows /dev/fd0. The only way I found to get rid of it was disabling the floppy controller in the BIOS.