FileVault: cannot enable due to "wrong disk format"

Hi fellow Mac users,
I just tried to enable FileVault on my iMac 27" but I got an error message (after completing the security questions and hitting "restart") that FileVault cannot be activated because "due to wrong disk format: some disk formats do not support the recovery partion that needs to be created... "
My internal disk however has never been touched by me, it is Mac OS Extended (Journaled) / GUID, so imho everything should be fine.
Do you have any ideas what might be wrong?
thanks a lot
best
Wolfgang

Triple-click anywhere in the line below on this page to select it:
{ diskutil list; echo; diskutil cs list; } | open -f -a TextEdit
Copy the selected text to the Clipboard (command-C).
Launch the Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
Paste into the Terminal window (command-V).
A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.
If any personal information appears in the output, anonymize before posting, but don’t remove the context.

Similar Messages

  • Solved: I cannot manage (bring online, initialize, partition, format, or write to) a VHDX hard drive once it has "Enable Virtual Hard Disk Sharing" enabled.

    Hello,
    Issue:
    On a Virtual Machine with a secondary VHDX attached, I cannot manage (bring online, initialize, partition, format, or write to) the VHDX hard drive once it has "Enable Virtual Hard Disk Sharing (VHD Sharing)" enabled.
    Questions:
    Should I be able to manage (bring online, initialize, partition, format, and write to) a VHDX hard drive once it has VHD Sharing enabled? If I should be able to manage it, what am I missing?
    Topography:
    One SuperMicro Cluster In a Box (CIB) with 2012 R2 Data Center on each node. Microsoft Failover Cluster installed and working on each node. The Failover Cluster Servers on each host passes all cluster validation tests. Two Hyper-V 2012 R2 Data Center Virtual
    Machine (VM) servers, one on each node. 1 common Cluster Shared Volume (CSV) and 1 Generation 2 Scale-Out File Server (SOFS) shared volume both Resilient File System (REFS) formatted. One 5 Gigabit (Gb) Virtual Hard Drive Type X (VHDX) file on the CSV and/or
    SOFS. Integrity bit and read only turned off on VHDX file.
    Each of the two Hyper-V VMs have one 127Gb VHDX Generation 2 primary hard drive and 1 VHDX secondary hard drive attached, both on SCSI Controller #1.
    Background:
    If I start VM1 without the VHD Sharing enabled on the secondary hard drive, I can bring the drive online, initialize, partition, format, and write to the drive.
    If I enable VHD Sharing, I can no longer modify the drive in Disk Management in any way. With or without VM2 running.
    Both VMs and the CSV and SOFS are on the same host cluster server, or not, no difference…
    The VHDX is referenced either by the CSV name C:\ClusterStorage\Volume1\TEST1.VHDX
     or a Shared Folder name
    \\sharedfolder\folder\Test1.VHDX .
    If I start VM1 with VHD Sharing disabled and I format the drive, then shut down and enable VHD Sharing, the drive is offline and requests initialization which fails with an "I/O device error", every other attempt to manage the drive fails with
    the same "I/O device error", error.
    Events:
    VDS fails to write boot code on a disk during clean operation. Error code: 8007045D@02070008
    Log Name:      System
    Source:        Virtual Disk Service
    Date:          3/3/2015 11:39:18 AM
    Event ID:      10
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Server1.Domain.local
    Description:
    VDS fails to write boot code on a disk during clean operation. Error code: 8007045D@02070008
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Virtual Disk Service" />
        <EventID Qualifiers="49664">10</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-03T19:39:18.000000000Z" />
        <EventRecordID>27318</EventRecordID>
        <Channel>System</Channel>
        <Computer> Server1.Domain.local </Computer>
        <Security />
      </System>
      <EventData>
        <Data>8007045D@02070008</Data>
      </EventData>
    </Event>
    AND
    Log Name:      System
    Source:        disk
    Date:          3/3/2015 12:16:42 PM
    Event ID:      153
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      Server1.Domain.local
    Description:
    The IO operation at logical block address 0x0 for Disk 1 (PDO name: \Device\MPIODisk1) was retried.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="disk" />
        <EventID Qualifiers="32772">153</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-03T20:16:42.017090000Z" />
        <EventRecordID>27333</EventRecordID>
        <Channel>System</Channel>
        <Computer>Server1.Domain.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>\Device\Harddisk1\DR1</Data>
        <Data>0x0</Data>
        <Data>1</Data>
        <Data>\Device\MPIODisk1</Data>
        <Binary>0F01040004002C00000000009900048000000000000000000000000000000000000000000000000000020488</Binary>
      </EventData>
    </Event>
    Thanks again for any help,
    Robert

    Hi All,
    I had to buy a Willy Wonka bar and spend a golden ticket to get an answer to this one.
    We found that the default LogicalSectorSizeBytes of a VHDX is 512b. It needs to be 4kb.
    The Host drive doesn't seem to matter CSV or SOFS. Below is a way to create a VHDX with the correct LogicalSectorSizeBytes.
    In Power Shell, type --> New-VHD -Path C:\ClusterStorage\Volume4\Cluster2DataDisks\Cluster2Disk1.vhdx -SizeBytes 200Gb -PhysicalSectorSizeBytes 4kb -LogicalSectorSizeBytes 4kb
    Attach the resulting file to your guest cluster servers and set the Enable Virtual Hard Disk Sharing option on both server. You should now be able to bring the drives on-line and initialize them. They will also add to the guest cluster pool.
    Change the size, path and file name above to fit your Cluster Servers configuration.
    Thank You 
    Sachin Kumar Support Engineer | Windows Server Setup Team | Microsoft Enterprise Platform for finding the answer to this one.
    Hope this helps others.
    Robert

  • PS 7.0 - Cannot save patterns due to a disk error

    Hey everyone. I have a lot of PS patterns saved which I use reguarly. I tried to save them because sometimes PS likes to reboot itself and lose the patterns and I have to mess around re-installing them. However, when I tried to save the patterns it came up to say "Cannot save patterns due to a disk error"
    What am i doing wrong here? Have I run out of space? How can I fix this problem? I'm hesitant to close down my PS properly because I really dont want to have to go through saving all the patterns each time.
    If I have run out of space, is there a way i can get more space
    My computer isn't even a quarter full so i know i have plenty of space/memory
    Please help!

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    Do a clean reinstall and delete the Firefox program folder.
    * http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/869812]]
    *[[/questions/869951]]

  • "The iPhone cannot be synced. The disk could not be read from or written to."  Any clue what that is due to.  Everything but photos seem to sync fine.

    when syncing, I get an error message stating: "The iPhone cannot be synced. The disk could not be read from or written to."  Any clue what that is due to.  Everything but photos seem to sync fine.

    I had the same problem when trying to sync my new ilPhone 4s and a fairly new iPad 2. I couldn't find anything in the forum about it. So, since my 4s was new, I called support and luckily I got a CSR with some knowledge. He at first thought it would be tough to fix but after thinking a minute he found the fix. The fix is:
    Click on finder, Go, Home, Pictures, then click on iPod photo cache and drag it to trash. Now try syncing again. It worked on both of mine. No problems since.

  • HT4718 No 1.    I can not activate Filevault : FileVault can't be turned on for the disk "Macintosh HD". Some disk formats don't support the recovery partition required by encryption. To use encryption, reinstall this version of Mac OS X on a reformatted

    I have TWO PROBLEMS
    No 1.  I can not activate FileVault. It displyas as follows :
    FileVault can’t be turned on for the disk “Macintosh HD”.
    Some disk formats don’t support the recovery partition required by encryption. To use encryption, reinstall this version of Mac OS X on a reformatted disk.
    No 2. I can not activate Find My Mac service. It displays as follows :
    Find My Mac requires a recovery partition
    Some configurations, such as software or hardware RAID, do not support a recovery partition and can't be used with find my mac

    Restart holding down the option/alt key and see if you have a Recovery Volume.
    Recovery Partition – Recreate Without Reinstalling
    Recovery Partition – Recreate Without Reinstalling (Requires Installer)
    Recovery Drive – Restore Missing
    Recovery Disk Assistant

  • FileVault 2 Disk Format?

    I have a 1.8 GHz Intel Core I7 MacBook Air with 256GB SSD running OS X 10.9.1 (recently re-imaged).  My hard drive has a single partition formatted in Mac OS (Extended Journaled).
    When I tried to encrypt the SSD using FileVault, I received the following error message:
    FileVault can’t be turned on for the disk “Macintosh HD”.
    Some disk formats don’t support the recovery partition required by encryption. To use encryption, reinstall this version of Mac OS X on a reformatted disk.
    All help greatly appreciated!!

    Thanks, Kappy! Carbon Copy Cloner did the trick. Although you were reserved in your answer (e.g., "you might give this a try"), Carbon Copy Cloner CAN retrospectively create a Recovery HD partition on a volume AS LONG AS YOU HAVE ANOTHER VOLUME WITH A VALID Recovery HD partition. (At least I think this is a limitation.)
    Background: I had an external drive with my system and user directories. I wanted to copy that to the internal drive of a new Mac. To do that I used SuperDuper!. However, when I went to FileVault 2 the internal drive, it told me it couldn't, which I realized right away was because the SuperDuper! (a) clobbered the existing Recovery HD partition on the internal drive when SuperDuper! erased that drive and (b) didn't clone a replacement Recovery HD partition from the external drive.
    Thanks to your tip, I used Carbon Copy Cloner. I booted up from the external drive, launched Carbon Copy Cloner, went to Window → Disk Center, selected the internal drive and then the Recovery HD tab. I clicked on "Create…" and it worked! (I could then boot up from the internal drive and successfully turn on FileVault 2.)
    I never would have guessed that CCC had this capability, so tons of thanks to you for taking the time to post your suggestion.

  • Cannot enable parental controls for Guest if FileVault enabled

    FileVault is enabled on my Mac.  When I subsequently enabled Find My Mac, the Guest User account was automatically enabled, as it is required for Find My Mac's theft recovery feature. When I accessed the Guest User in the Users & Groups Preferences panel, the "Enable parental controls" option for Guest User was greyed out.  Thus, anyone with physical access to my computer, such as my kid, can gain unfettered access to the Internet without a password. 
    I did find a solution.  I unchecked the "Allow guests to log in to this computer" box in the Preferences panel.  This caused the "Enable parental controls" box to become checked (seems to be a bug).  I then checked the "Allow guests to log in to this computer" box, which caused the "Enable parental controls" box to become unchecked.  At this point, the "Enable parental controls" box was no longer greyed out, and I was able to check it. 
    System: Late 2014 Retina iMac with 3.5 GHz Intel Core i5, 8 GB memory, OS 10.10

    Update: Although the method above appeared to enable parental controls, they do not work.  When I log in as Guest (causing the computer to reboot into Safari-only mode), I am able to access a very well-known adult website (play*** dot com). 

  • TimeMachine disk format backup problem

    Mac mini  OSX10.9.3
    PROBLEM: must reformat Backup Disk (cannot be repaired otherwise)
    ACTION ATTEMPTED: copy backup files from Backup Disk to Startup Disk (as temporary repository)
    ERROR MESSAGE
       “The volume has the wrong case sensitivity for a backup.”
      and I cannot find any information about case sensitive format.
    STARTUP DISK
    Disk Description : APPLE HDD HTS545050A7E362 Media 
    Connection Bus : SATAT
    Connection Type : Internal
    Connection ID : "Lower"
    Total Capacity : 500.11 GB (500,107,862,016 Bytes) 
    Write Status : Read/Write 
    S.M.A.R.T. Status : Verified 
    Partition Map Scheme : GUID Partition Table
    STARTUP VOLUME
    Mount Point :          / 
    Format : Mac OS Extended (Journaled)
    Capacity : 499.25 GB (499,248,103,424 Bytes)
    Available : 405.25 GB (405,249,343,488 Bytes)
    Used : 94 GB (93,998,759,936 Bytes)
    Owners Enabled : Yes 
    Number of Folders : 188,363 
    Number of Files : 1,008,230
    BACKUP DISK
    Format : Mac OS Extended (Case-sensitive)

    Your backup disk is case sensitive, your system disk isn't. While your backup disk treats "Test.txt" different then "test.txt", your system disk wouldn't. You can't copy your backups to the system disk.
    Why is your backup disk case sensitive? That's usually not necessary. To change that you'd need to format the disk.
    If you want to keep your backups your only option would be to get another hard disk, format it case sensitive and copy your backups to it.
    The other option is to format your current backup disk, but this time make it "Mac OS Extended (Journaled)" and start a fresh backup.

  • IPod cannot be synced. The disk could not be read or written to.

    I have...
    G5 ipod video 30Gb formated to PC
    iBook G3 600MHz
    iTunes 7.1 (59)
    iPhoto 4.03
    I use my ipod to contain all my videos, photos and music manually and nothing stored on the iBook itself, as it only has a small hard drive. I have a large amount of photos that I have in iphoto (a total of 3254 photos and 60 folders!) which I am using whilst travelling the world. I have recently started syncing photos to the ipod as a backup, also adding a copy of full res photos. This syncs fine and I have all photos on my ipod, but when I add more photos to iphoto and then plug in the ipod it will start to sync though itunes, but then will come up with an error stating "The ipod "NAME OF IPOD" cannot be synced. The disk could not be read from or written to."
    The ipod still has all the photos it originally had, but not the new ones.
    I have tried deleting the file that is in the library that contains the information file, this forces the ipod to re sync and start all over again with adding the photos, which it will add the new photos, but the probelm will happen again as soon as more photos are added through iphoto!
    Can anyone give any advice, I really can't format the ipod and start over agaian as I will lose all my music etc and I don't have enough room to store them elsewhere!!!
    Please any help please! I really need to back these files up incase something goes wrong with the computer, then I will lose all my pictures!
    Help!
    Thanks
    Rob

    Hi Rob!
    First off, it might be worth upgrading to the latest iTunes version, which is 7.1(15) (or at least I think that's what it is on a Mac... for Windows, it's 7.1.1.5).
    Regardless, you can install the latest version of iTunes here:
    Download iTunes - 7.1.1.5
    Also, if that doesn't seem to help with anything, have you seen the suggestions in this article?:
    "Disk cannot be read from or written to" when syncing iPod
    -Kylene

  • "Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, windows can only be installed to GPT disks." Error

    Hey Im getting the following error when trying to install windows from a USB. 
    "Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, windows can only be installed to GPT disks."
    I installed the windows 8 (64bit) iso using boot camp to a usb.  I was able to do this after changing the info.plist to allow me to place the iso on the usb.  After I make the partition and start the install, I get the above error.  I formatted the partition in the installation but I keep getting this error.  I've repreated the entire process but i keep getting this errror and the disk utility says my partition is a Windows NT File System (NTFS) so im not sure what's going on.  If you can help me that would be greatly appreciated

    I am having the same problem. Windows is trying to install. It identifies the various partitions but says that I cannot install Windows on the Boot Camp partition or any other. I select Drive options (advanced) and Format the Boot Camp drive, but it makes no difference.
    This is the Windows error:
    Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks.
    Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computer BIOS menu.
    I am not sure what Csound1 is suggesting with that post above. There are some involved suggestions over here <https://discussions.apple.com/message/23548999#23548999> about using Disk Utility to delete the Boot Camp partition and create new ones - is that the idea?

  • I cannot enable find my mac

    As the title says, I cannot enable find my mac, i am running 10.8.2, and cant see any updates in the app store,
    I've looked up some things and I think that my recovery hd isn't up to date, there is a patch for updating you recovery hd, but only for 10.7,
    Any ideas on fixing this? I read that rerunning the mountain lion install would recreate the recovery hd (question: would i lose my data?), but when i try to run it it says:
    this disk isn't using guid partitionlabeling, change it with diskutility, but in diskutility i cant find a way to change this..
    thanks for the help

    You have a very strange partition table because of three reasons:
    It's MBR, and you need a GUID partition table.
    You have the Boot Camp volume above your OS X volume.
    You have three partitions on your hard disk, and Boot Camp only allows two partitions on the hard disk.
    You need to erase the whole hard disk, so you have to make backups. For OS X, you can use Time Machine to back up your hard disk or you can use Carbon Copy Cloner to make a clone on an external disk. For Windows, use WinClone. You will need an external disk, so if you haven't got one, you should buy it.
    Then, to install Mountain Lion, as you haven't got the Recovery HD for Mountain Lion, you can use Lion Diskmaker to copy the Mountain Lion installer onto a DVD or USB drive.
    After doing all those steps, follow these ones to install Mountain Lion again on a GUID partition table.
    Open Boot Camp Assistant and delete the Boot Camp partition. If it doesn't allow you, skip this step.
    Insert the USB drive or DVD with Mountain Lion, press Option key while your Mac is starting and choose the DVD or USB drive with Mountain Lion.
    OS X Utilities window will appear, so open Disk Utility. Here's when the fun starts.
    Select your hard disk at the top of the sidebar and go to Partition tab.
    On the window, choose "Options" and select GUID Partition Table. Then, press OK.
    You will return to the Partition. Select each partition one by one on the bar and press - button until all disappear.
    Then, press + button, choose "Mac OS Extended (Journaled)" in Format and press Apply.
    When it has finished, close Disk Utility and install OS X. It can take from 15 minutes to 30, depending of the disk you are using to install Mountain Lion and if you are installing it onto a HDD or SSD.
    When the installation finishes, restore the backups so you will leave your Mac as it was before erasing the disk

  • Windows cannot be installed to this disk... but HDD works

    Hi All, I have an issue with the internal SATA HDD in my Pavilion dm4t laptop (PR #: XQ1313AAR). The drive is working, when connecting via external USB enclosure is recognized by the PC, can read/write data, format partitions etc… When plugged in as internal HDD of the laptop, BIOS does not recognize it. When booting from Windows Installation Disk, the drive (and its partitions) are recognized, but I get the following message when trying to select a partition to proceed with Windows install: Windows cannot be installed to this disk. This computer’s hardware may not support booting to this disk. Ensure that the disk’s controller is enabled in the computer’s BIOS menu. Used external USB enclosure again, connected to a working PC and using TestDisk, I deleted the partition table (by zero writing it several times), then created a new MBR. When connecting back as internal drive, it is now recognized by BIOS and in the Windows installation screen, I can actually select a partition on the drive to install Windows on; the installation actually runs, but as soon as I get to the point of having to restart the PC during the installation process, upon restart the drive is not recognized anymore… When I remove it, and repeat the same steps with TestDisk, it once again works, can start Windows installation, but it fails upon restart. I have already read numerous forums on the topic, have tried various drive utilities. I also saw in one of the forums a suggestion to enable AHCI for the SATA controller, but the laptop BIOS is extremely limited and does not have that option.Please help!!! Have been without a working laptop for several weeks and is driving me crazy. Saving any data on the drive is not needed – I have recovered all data from it that I need. So my only objective is to restore the harddrive to fully working state and be able to install OS on it (Windows 7, 64-bit)! Thanks in advance for any help!

    I've tried many things already, spend countless hours on this and still no luck  What seems to get me at least a step closer:- Boot using Windows 7 Install DVD-Go to Repair Computer and open Command Prompt-Run DiskPart, Clean the disk-After restart am able to create partitions on the disk through Windows 7 Installation and install Windows-As a last step of Windows install, it reboots the system, and upon reboot drive is not recognized - goes again into booting from DVD and starting Windows installation from scratch... When following the installation steps, this time it does not allow to go through with the installation stating that "Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computer's BIOS menu." When in diskpart and using Detail Disk command, I see that disk is NOT bootable. Could that be causing the issue and how can it be solved?

  • Finder freezes and applications crash once FileVault is enabled (OSX10.8 2.4 GHz Intel Core 2 Duo 8 GB 1.067 MHz DDR3 RAM)

    Hola!
    When Mountain Lion was released I upgraded from Snow Leopard. It worked fine for a week, but then once FileVault was enabled, the finder slowed down durasticaly. This continued to become worse over a few days until it froze all together and applications would just stop responding and quit.
    Not only that but the last thing that happened was that I would boot up, type in my password, and the computer would start to log in. Then as though nothing had happened, it would return to the login screen. This would happen every time I loged in. I was unable to reach any other screen except the login screen. It wasn't the wrong password, because typing in the wrong password on purpose would result in the password box shaking to inform as such. I called apple tech support, we ran a PRAM zapping, and a number of other procedures to no avail. When I ran the disk utility and verified the disk, it said the file system and all else was just fine. However, it would'nt allow me to verify disk permission nor run any reparing. In the end I had to reinstall Snow Leopard and reinstall Mountain Lion from there.
    Wondering if there is a solution already or if anyone else has experienced this or a similar problem.

    1. Yosemite, but you need to increase the amount of RAM in the computer before it can be upgraded past 10.6.8.
    2. The current version of Flash is compatible with 10.6.8; the OS being too old isn’t the cause of that issue.
    (124103)

  • Error: Windows Cannot Be Installed to This Disk. The Selected Disk Has an MBR Partition Table.

    Error: Windows Cannot Be Installed to This Disk. The Selected Disk Has an MBR Partition Table.
    Error: Windows Cannot Be Installed to This Disk. The Selected Disk Has an MBR Partition Table. On EFI Systems, Windows Can Only Be Installed to GPT.
    I found one solution to this problem on hp forum but my laptop has boot legacy and does not disable the efi boot order.
    HP Model# HP 1000-1140TU Notebook PC
    Serial# 5cg2481dbg
    Product# c8c94pa#uuf
    This is solution which is found on hp forum
    SolutionThe resolution to this issue depends on the the hard disk volume size:
    Follow these steps if the hard disk volume size is less than 2.19 TB:
    Temporarily disable the EFI Boot Sources setting in the BIOS:
    Restart the computer, and then press F10 to enter the BIOS.
    Navigate to Storage > Boot Order , and then disable the EFI Boot Sources .
    Select File > Save Changes > Exit .
    Install the Windows operating system.
    Enable the EFI Boot Sources setting in the BIOS:
    Restart the computer, and then press F10 to enter the BIOS.
    Navigate to Storage > Boot Order , and then enable the EFI Boot Sources .
    Select File > Save Changes > Exit .
    Follow these steps if the hard disk volume size is greater than 2.19 TB:
    Install the HP BIOS Update UEFI utility from the HP Web site:
    Click here to access the document "HP BIOS Update UEFI" .
    NOTE:The HP BIOS Update UEFI utility is installed by default on some HP computers.
    Follow the steps in the Microsoft document titled "How to Configure UEFI/GPT-Based Hard Drive Partitions" (in English) to create a GPT partition.
    Click here to access the document "How to Configure UEFI/GPT-Based Hard Drive Partitions" .
    NOTEne or more of the links above will take you outside the Hewlett-Packard Web site. HP does not control and is not responsible for information outside the HP Web site.

    I am having the same problem. Windows is trying to install. It identifies the various partitions but says that I cannot install Windows on the Boot Camp partition or any other. I select Drive options (advanced) and Format the Boot Camp drive, but it makes no difference.
    This is the Windows error:
    Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks.
    Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computer BIOS menu.
    I am not sure what Csound1 is suggesting with that post above. There are some involved suggestions over here <https://discussions.apple.com/message/23548999#23548999> about using Disk Utility to delete the Boot Camp partition and create new ones - is that the idea?

  • The ipod "IPOD" cannot be updated. The disk could not be read or written to

    "The iPod "IPOD" cannot be updated. The disk could not be read or written to"
    "The iPod "IPOD" cannot be updated. An unknown error occurred. (-50)"
    I have been dealing with this ever since I installed iTunes 7. I had been getting this message with my previous version, but at least the files would load onto the iPod once I deleted the files in the library and reloaded them. Now, nothing works.
    I attempted to restore the iPod, but guess what? I got this message every time:
    "The iPod "IPOD" could not be restored. An unknown error occurred (1418)"
    When I checked drive E on the Device Manager on My Computer, it said the device was working fine.
    Desperate to fix the problem, I began searching online for other solutions when I stumbled upon someone mentioning the option to format the iPod with fat32, suggesting that as a way to solve the problem, so I did so. After that, nothing has worked. The device manager now says that there are no drivers for drive E and iTunes won't let me restore the iPod.
    I'm plumb out of ideas. What's left to do? I'm not rich enough to just say, "Oh well! La dee da! Let me go buy another iPod shuffle." Is there any way to fix this?

    I finally reinstalled iTunes and my 2G Shuffle on my another station (PC portable + Windows XP) and that functions without trouble.
    As I followed exactly the same procedure of installation, it's difficult to me to explain differences.
    For each pc :
    - No iPod or iTunes previously installed before this one
    - All the rights (administrator)
    Differences :
    - The OS (Windows XP and Windows XP Pro)
    - A lot of USB peripherics declared on my first PC.
    I tend to think that the problem comes from the detection or the declaration of the port usb, but I'm not at all an expert.
    So my trouble is solved, but not with a satisfactory solution.
    Patrick
      Windows XP Pro  

Maybe you are looking for

  • HT201318 Can I but my iCloud storage for my girlfriend with my iTunes login

    My girlfriend and I have both have iPhones. I straight away upgraded my storage as I knew I need more space. But she thinks she wouldn't need it. Anyhow not that I would say I told u so to her but she does. And her way is deleting apps and photos etc

  • No Internet.   Help

    Had new iMac, macbook pro and iPhone working fine on wireless network with aebs connected to virgin DSL modem. Installed vista under bootcamp succesfully. However, since trying to connect to the Internet under vista wirelessly unsuccessfully my acces

  • How I send Instant system message to All online terminals

    Hi gurus, For sending the instant system message to online user, I am using SM02. Problem is- Some times one user login on two different PCs. When I send the message to all users, message flash on only single PC in case of same user logon two differe

  • AME suddenly doesn't work

    AME 5.0.1 I drag files to the queue ( it doesn't seem to matter what type of file - in this case I'm using a variety of formats of mov. Apple ProRes422, h264...). Everything looks fine at this point. It's when I go into edit the preset it either show

  • 64 bit itanium support

    Is tangosol supported for the 64-bit JVM (Sun JDK 1.4.2_05) on an Itanium box running Windows 2003. Is there a 64-bit version of tangosol that I need to download?