+ Reply to Thread
Results 1 to 2 of 2

Thread: ERROR: No drive attached to device slot 0 on port 1 of controller IDE Controlle

  1. #1
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default ERROR: No drive attached to device slot 0 on port 1 of controller IDE Controlle

    VBoxManage ERROR message, it's seems to be common when using VirtualBox on a Headless Server.

    The error message can be described as below:

    [vboxuser@admon ~]$ VBoxManage modifyvm windows --dvd "/home/vboxuser/Windows-2003.iso"
    Oracle VM VirtualBox Command Line Management Interface Version 3.2.8
    (C) 2005-2010 Oracle Corporation
    All rights reserved.

    ERROR: No drive attached to device slot 0 on port 1 of controller 'IDE Controller'
    Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component Machine, interface IMachine, callee nsISupports
    Context: "MountMedium(Bstr("IDE Controller"), 1, 0, uuid, FALSE )" at line 991 of file VBoxManageModifyVM.cpp

    It can be fixed like this:


    VBoxManage storagectl windows --name "IDE Controller" --add ide

  2. #2
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default

    Or you can specify more detailed info for VBoxManage:

    VBoxManage storageattach windows --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium /media/hdd/VMs/winxp.vdi
    VBoxManage storageattach windows --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /media/hdd/Images/OS/windows-2003.iso

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts