Results 1 to 5 of 5

Thread: rEFIt won't eject!!! Questions?

  1. #1
    Join Date
    Jun 2011
    Beans
    3

    Question rEFIt won't eject!!! Questions?

    Hey all, I am running ubuntu 11.04 on a external hd it works fine I just can't eject the rEFIt disk I am wondering if this is becaus I have to have it in the entire time I am using it if this is true then is there anyway of avoiding this by installing it on the external hd itself is this possible? Thank you for your help

  2. #2
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: rEFIt won't eject!!! Questions?

    I'm pretty certain the rEFIT CD is only needed to boot. I haven't used it to boot from an external drive.. but you can open the Terminal and try either of these commands. The CD should just pop-out.

    Code:
    sudo eject
    Code:
    sudo eject /dev/cdrom

  3. #3
    Join Date
    Jun 2011
    Beans
    3

    Re: rEFIt won't eject!!! Questions?

    Yeah i already tried that and I also tried to force eject but it doesn't work it makes no sense. Even with the force eject it should have ended any program that was using it and ejected it right?

  4. #4
    Join Date
    Oct 2007
    Beans
    Hidden!

    Re: rEFIt won't eject!!! Questions?

    What is the output of:

    Code:
    sudo eject -f /dev/cdrom
    Does it say that the device is busy?

    You can also try:

    Code:
    sudo umount -l /dev/cdrom
    sudo eject /dev/cdrom
    Last edited by mishathegoat; June 2nd, 2011 at 09:26 PM. Reason: code tags

  5. #5
    Join Date
    Jun 2011
    Beans
    3

    Re: rEFIt won't eject!!! Questions?

    Okay ill try it
    Do you know of anyway boot loader that will work on a power pc? thank you for all your help

Bookmarks

Posting Permissions

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