Cant get past "Windows Boot Manager"

The following message appeared after restarting my computer (Toshiba Equium A200 1V0) from a window vista update
Windows failed to start. A recent hardwre or software change might be the cause.
To fix the problem.
1. Insert your windows installation disc and restart your computer.
2. Choose your language settings, and then click "Next".
3. Click "Repair your computer"
If you do not have this disc, contact your system administrator or computer manufacturer for assistance.
File: \Boot\BCD
Status: 0xc000014
Info: An error occurred while trying to read the windows boot configuration data
Now my problem is that I cant even change anytthing for my computer to boot from CD - I do not have a windows disc but have the Toshiba product recover disc but nothing at all works. Ive tried pressing F12, F2, F8, DEL .. actually pretty much every key just in hopes it will work.
Anyone else got any ideas on what I can do. Im pretty much resigned to the fact that Im going to lose everything I just need the computer up and running again as soon as I can.
Many thanks

Until one of the experts can give you advice about repairing your Vista system, you might like to try to recover your files. I'm not very computer literate, but managed to achieve this when I "murdered" my Windows 2000 installation. I ASSUME the same process should work with Vista. (Slightly worryingly, Windows passwords don't seem to matter.)
Download a Linux live CD - I found "Puppy" Linux a good one - small download, and easy to use. Burn the resultant .iso file to a CD. Insert the CD in your CD/DVD drive, and start the computer. Let it boot the Linux operating system. (You may need to experiment with BIOS settings to get the computer to boot from CD before its own hard drive.)
You now have a linux operating system running independently of your hard drive. (If it's one of the large Linux programs, it will be slow when run from a CD - not a problem - just requires patience!)
With a bit of luck, the Linux system will see any drives connected to your computer, including your hard drive. (The same as your normal operating system sees a USB stick and can copy files from it, for instance.) You might then be able to browse your hard drive files, and copy them to an external hard drive, or USB flash drive.
I did come across some matter of permissions to write to the external drive - sorry, can't remember the answer off-hand but it was very simple - and only had it once. Again, simply google the problem. There are lots of Linux experts posting threads out there!
This won't enable you to boot your Vista system or anything like that but, if you can get your files copied somewhere safe, then you can simply copy them back once you've reinstalled the offending Vista system.
I'll try to provide a link to an answer I previously suggested here - sorry it's a bit long-winded, but the link in it may be of use, too.
http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=44736&tstart=30
One of those things which is easier to do than to describe, perhaps - lots on the internet about Linux rescue CDs.
I found a lot of useful articles on this google link:
http://www.google.co.uk/search?hl=en&q=using+a+linux+live+cd+to+rescue+win dows+files&btnG=Google+Search&meta=
I've never been good at entering search terms; you may well find better stuff.
But the good news is that it might be possible to recover at least some of your data before reinstalling.
If you've not used Linux live CDs before, do a bit of homework first. They're surprisingly easy, especially when you've overcome one or two of the usual initial pitfalls eg trying to burn the live CD as a data rather than an iso CD then wondering why it won't boot. Proabably easier for you to do a bit of googling than for me to write pages here!
Another alternative, if you're better at dismantling computers than me, would be to remove your hard-drive and install it in a suitable external hard-drive enclosure. This can then be connected to another computer via a USB port and you should be able to read your files as if from a USB flash drive, and copy them. I've only tried this with old drives from old desktops with nothing on them that matters too much - but it seemed easy enough. Again, just a way of copying all your stuff before wiping your laptop's hard drive and reinstalling Vista.
Sorry if this was a bit rambling - hope it gives you some ideas.

Similar Messages

  • Efibootmgr & gummiboot replaced UEFI entry for Windows Boot Manager

    TLDR
    I am now in Windows 7 and dual boot with Arch is working fine.
    But before I update Arch, I would like to understand what happened, as in why adding an efibootmgr entry for Arch replaced/deleted the Windows Boot Manager entry although I followed the BG.
    The status of my UEFI boot menu was, before the installation of Arch:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    While working through the BG, I decided to use gummiboot=> https://wiki.archlinux.org/index.php/Be … #Gummiboot. So:
    pacman -S gummiboot
    gummiboot install
    pacman -S efibootmgr
    gummiboot install
    [some error ocurred, as mentioned in red box]
    efibootmgr -c -L "Gummiboot" -l /EFI/gummiboot/gummibootx64.efi
    nano /boot/loader/entries/arch.conf
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sdb3 ro
    [CTRL + X, Y, Enter]
    exit
    umount /mnt/{boot,home,}
    reboot
    I then saw a new list of the UEFI boot order:
    Gummiboot
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    Chose Gummiboot and it brought up a gummiboot menu with entries
    Arch Linux
    Windows Boot Manager
    EFI Shell something
    Selected Arch Linux and it went to a message something along "boot device ' ' not found" and I was in a shell which was, I think, rootfs.
    I rebooted via the button on my desktop and out the Arch Linux USB drive back. After mounting the partitions:
    gummiboot remove
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    Now I booted into a black screen with white text which said something "Reboot and select proper Boot device"
    => Inserted Win 7 64-bit DVD, repaired the boot sector. Rebooted, saw I had these entries again:
    Windows Boot Manager
    AHCI HDJ... (hard drive 1)
    AHCI ST... (hard drive 2)
    The boot into Windows worked fine. Rebooted, chrooted into my install again and:
    efibootmgr
    [0000: Arch Linux
    [0001: Windows Boot Manager
    [0003: AHCI HDJ...
    [0003: AHCI ST...
    efibootmogr -b 0 -B
    Then I used the EFISTUB method:
    efibootmgr -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sdb3 ro initrd=/initramfs-linux.img"
    efibootmgr
    [0000: Windows Boot Manager
    [0001: Arch Linux
    [0002: AHCI HDJ...
    [0003: AHCI ST...
    exit
    umount /mnt/{boot,home,}
    reboot
    On reboot, 'Windows Boot Manager' was again replaced by 'Arch Linux'.
    => Inserted Win 7 64-bit DVD, repaired the boot sector.
    Rebooted, I have now Windows Boot Manager + Arch Linux and dual boot works now.
    My questions:
    What is going on with efibootmgr replacing/deleting the Windows entry? Is there something wrong with my UEFI menu?
    In connection with 1., I would like to sync the EFISTUB Kernel (wiki entry) before I run pacman -Syu. Can I do that now?
    Can I uninstall gummiboot now?
    Last edited by jones (2013-07-11 12:30:55)

    henrik wrote:So in light of your post, I decided to ditch EFISTUB + gummiboot and try out GRUB. Thanks for clearing it up a bit. Which is what confuses me a great deal more, as GRUB/gummiboot obviously do not meddle with Microsoft's EFI files. Right?
    EFI relies on two things to boot:
    Boot loader program files on the ESP (or occasionally elsewhere).
    NVRAM entries pointing to the boot loader files.
    Your own problems seem to be with the NVRAM entries, not with the boot loader files themselves. Unfortunately, managing those NVRAM entries has proven to be problematic because of bugs in specific EFI implementations, bugs in efibootmgr and other tools that manipulate the NVRAM entries, poor documentation, and other factors.
    To answer your question, though, no boot loader should mess with another's files. Such things can happen, though. The number of bugs that cause Microsoft's boot loader (EFI/Microsoft/Boot/bootmgfw.efi) to be treated deferentially have provoked some tools to use it as a target location for other boot loaders. (Ubuntu's Boot Repair tool does this in a rather overzealous way. So does my own rEFInd installer script, but only under certain narrow circumstances.) Also, the EFI/BOOT/bootx64.efi file is a special case; it's the fallback bootloader that's used when NVRAM entries are missing or don't work, and various boot loader installation procedures place copies in that location, so it can be overwritten and could contain just about anything.
    However, the whole thing happened again with GRUB. So I did the whole "repairing Boot problems" with the Windows DVD rescue thingy again and deleted all non-Microsoft files from the EFI partition, /dev/sda1.
    Then I formatted / (root) and installed arch again and followed the Beginners' Guide which suggest mounting /dev/sda1/ to /mnt/boot (in contrast to the GRUB entry where the ESP should be mounted to /mnt/boot/efi).
    I strongly advise against doing a complete re-installation just to overcome a boot loader problem. Instead, figure out what the problem is and fix it. Doing a complete re-installation is not likely to fix anything, and depending on precisely how you do it, you could end up with a more complex problem. The reason is that the re-installation is not likely to erase the NVRAM entries from the old installation, so you could find that you've got additional stray NVRAM entries. If you do happen to fix the problem by re-installing (say, because you selected a different installation option), you're not likely to know what changed to fix the problem, so you could end up in the same boat should you need to re-install again in the future.
    But it did not show this line
    Found Windows 7 (loader) on /dev/sda1
    ... how come??
    I've given up trying to understand GRUB's configuration scripts. You could try creating an entry manually by editing /etc/grub.d/40_custom; or you could forget about using the GRUB scripts and create a hand-crafted grub.cfg; or you could forget about using GRUB at all. I'm not a fan of GRUB, so my personal choice is the final one.
    So for all the headache and time ... should I delete the EFI partition and recreate it maybe? I think it's possible using the Windows 7 DVD.
    But somehow using efibootmgr on my UEFI list somehow invalidated the Windows entry.
    Reviewing your posts, it seems that you want to use the EFI stub loader directly, but you're having problems with that because when you add it to the NVRAM entries, Windows drops off your boot manager's boot options. The obvious solution to this problem is to forget about adding the EFI stub loader directly to the NVRAM entries, and instead add a boot manager that can handle either a Linux kernel or the Windows boot loader. (IMHO, this is the superior solution anyhow; I disagree with the Arch wiki's emphasis on using the EFI stub loader "raw.") It seems you were trying to do this with GRUB but had problems booting Windows. Earlier you tried gummiboot but had problems booting Linux. My suggestion is to either go back to gummiboot and fix its problem or try rEFInd. The "device not found" error you reported with gummiboot is usually caused by either a missing (or incorrectly-specified) initrd file or by an incorrectly-specified "root=" option passed to the kernel. Check those possitilities, and if you need help, report what happens in more detail. If necessary, take a digital photo of the screen and post it here. (Make sure it's legible, though!)
    You can try rEFInd with minimal disk by using a CD-R or USB flash drive image. Boot with that and your NVRAM and ESP won't be affected at all. If you can get rEFInd working from the flash drive, you can then install it to your hard disk and it should continue working. Note that you probably won't be able to boot Linux directly from rEFInd with your current configuration without adding a "root=" specification to the kernel command line. You can do this by hitting F2 or Insert twice rather than launching Linux by pressing Enter. Alternatively, you can create a refind_linux.conf file in the directory that holds your kernel. That file's contents are described in the rEFInd documentation.

  • Windows boot manager boots almost fully into windows 8 before letting me select windows 7, at which point it reboots my computer

    Hi,
    I haven't used my slow HDD with windows 7 on it in a while, but today my SDD with windows 8 on it died. I have kept my old OS in a dual boot setup exactly for this rare possibility. I in fact successfully revived my SSD from windows 7.
    During the restore procedure I had to boot into both OSes (7 and 8) several times before I managed to get 8 working. I tried a lot of things before one of them struck. (Is that how the phrase goes?
    Me Hungary, no good speak English some times...) I am surprised to have found the following unexpected behavior of the new windows 8 branded boot loader:
    The new windows boot manager boots almost fully into windows 8 before letting me select an OS.
    If I select windows 7, it reboots my computer and loads windows 7, wasting a lot of time... on the windows 8 portion of the boot process, which is simply thrown away if I happen need windows 7 and not 8.
    "This is highly inefficient!" — I almost exclaimed aloud... A boot manager should load just enough of itself so that a simple OS selection menu can be presented to the user with minimal keyboard interaction. Only when a selection is made should
    it load an OS. I have no use for the new boot manager's mouse control support, and having it appear on the second screen in my dual screen setup is just plain scary. Use the main laptop monitor where the BIOS messages were displaying, and keep the secondary
    off until the OS is done booting! By the time my secondary screen turns on, the boot selection menu disappears anyway.
    Yes, I only noticed this problem now because I haven't booted into windows 7 for a long time. (300 MB worth of Windows updates were waiting for me indeed.) My boot selection menu timeout is set to 3 seconds instead of 30 so I don't have to pick windows 8
    every time.
    I am going to wait at least a week for the forum's input before I switch on my own to a faster, minimalist boot manager. I don't know what to use, I'm familiar with:
    some minimalist bootstrap loaders
    coreboot/linuxbios (recently learned of it)
    bootcamp (not really)
    acronis OS selector (discontinued before windows 8 came out, probably doesn't support it)
    syslinux/isolinux (Linux only, I think)
    old Windows bootmgr
    more recent Windows ntldr
    then this new "inefficient for dual booting" Windows 8 boot manager
    and finally grub
    Grub feels like the best option as it keeps the windows boot manager intact and supports mac, windows, and linux. All 3 of which will at one point — or has already — come up as a subject or prerequisite in my university.
    I don't know how or why I was able to access windows 8's boot loader while my SSD was dead. Was it installed on the HDD, overwriting the windows 7 boot loader? That too is inefficient. I want to completely boot from my SSD. Don't spin up my HDD while I'm
    booting my laptop on the go! The shaking of the vehicle I'm in could seriously damage the disk if I run into a pothole (common in my country) with just the right timing, data could be damaged. The entire reason windows 8 is on an SSD is so that it can boot
    without accessing my HDD with all its moving parts. My goal with buying an SSD was for the HDD to remain safely offline while I'm in a shaky environment with potholes! Also, what if I want to disconnect the old HDD in the future... Or what if it dies? Will
    the windows 8 boot loader die with windows 7? I want the two kept separately and completely independent from each other for exactly this reason.
    In summary:
    How can I stop windows 8 from almost fully booting before offering the dual boot OS selection menu? Do I need a better Boot loader?
    Why was the boot loader that came with windows 8 still working OK while the SSD with windows 8 on it wasn't accessible? Did it sneak its way onto the old HDD? I want a 100% SSD-based boot process. What is the boot loader doing on a different drive? Its
    place is on the SSD, with the operating system it belongs to. Not on the HDD of a different OS. Can I move it?
    Sincerely,
    Daniel "3ICE" Berezvai
    p.s.: For windows 7 I only have a repair disk and hidden RECOVERY partition which I kept (came with the laptop, would rather not use it.) The Windows 8 pro DVD (purchased last year) is fine, but I had it moved to a bootable pendrive so I could remove my
    optical drive and replace it with an SSD on which windows 8 is installed now. (I also have a vista ultimate DVD, as they were giving them away for free on a Microsoft conference. Funny story.)
    p.p.s.: I am subscribed (☑ Alert me) to this topic and will respond to all questions and try all recommended actions right away.
    http://3ice.hu/

    Hi,
    Thank you for your post.
    From your description, I see the issue you are facing is there is no menu to choose OS when booting dual boot(Windows 7 & Windows 8). Please let me know if I have misunderstood anything.
    It seems that the Windows 7 entry is missing, currently, we can use a tool –
    EasyBCD to get it back. After downloading it, choose the Add/Edit panel item, select the OS you're missing and let the program detect it. Then simply click the Add button to add the missing OS entry.
    At the meantime, here is a related link which demonstrates how to keep Windows 7 as the default OS in dual boot, you may use it for a reference.
    How to Dual-Boot Windows 8 While Keeping Windows 7 As Your Default OS
    http://blog.laptopmag.com/how-to-dual-boot-windows-8-while-keeping-windows-7-as-your-default-os
    [Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy
    of this information.]
    Regarding your second questions in your first post, you can refer to the following link to know more about dual boot.
    Dual
    Booting Explained: How You Can Have Multiple Operating Systems on Your Computer
    http://www.howtogeek.com/187789/dual-booting-explained-how-you-can-have-multiple-operating-systems-on-your-computer/
    [Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy
    of this information.]
    Hopefully the information is helpful. Please let me know if you have any questions. Thanks for your time.
    Best Regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Imac frozen at blue screen after i went into disk utilities and cleaned my free space. I tried holding down T key as it reboots and i get a message. Start up disk full empty it how can one emptie it if you cant get past the blue screen

    Imac frozen at blue screen after i went into disk utilities and cleaned  free space.
    I tried holding down T key as it reboots
    and i get a message. Start up disk full empty it how can one emptie it if you cant get past the blue screen?
    to make matters worse we bought the IMAC of amazon uk on the 4/07/011 so what can we do?
    please remember how frustrating it is when asking for help when the helper telling you to type something on the screen when its frozen
    Tell us when you can type some instuctions to the software how do you get to the doss prompt so to speak to do this
    Thanks

    i tried all this thanks
    i can not get past blue screen and message Your disk is full it needs to be emptied Please not I cant proceed past this message.
    no matter what you tell me
    Am i right ok in thinking that
    when i went into disk utilities and chose to clean my free space i left it over one hour to do its stuff
    i came back and there was no progress bar just the box so i quit the program and when i opened  mac mail the system just froze  i forced quit mail rebooted and blue screen death
    Now when free space is being cleaned is it the same as windows dose the utility write lots of 0 on the hard drive then rebbot its self to free the space
    basicly is my hard drive full of 00000  is this why im getting this message  because the process was interupted
    I need to know if i need outside help i bought the computer on line on  amazon uk  what dose one do next

  • Cant get past the starting mac os x screen

    hey im posting for my brother.. he has a macbook and now when he turns it on he cant get past the blue "starting the mac os x" screen its just stuck there.. HELP ?!?

    Start up from the disk that came with the computer (or an upgrade disk). (Insert the disk, hold down the “C” key-it takes awhile so be patient. If it starts up to the install screen, click continue in the window that first appears. Then select “utilities” in the finder menu and select "disk utility”. Your HD should show up in the sidebar window. Highlight it and click the "repair disk” button. Come back with your results.

  • Verifying account info I cant get past error 1202. How do I fix that.

    In I-tunes, I cant get past error 1202 to verify my account on a new computer running Windows 7. Can anyone tell me how to fix this?

    What's the error? You can also try the https://www.eff.org/https-everywhere extension

  • I cant get past the log in page

    I download the Acobat XI pro.  I cant get past the log in page.  The response is "connect to the internet and try again".  I am connected.

    hello any one help me please tell me about flash player. http://www.shechoice.co.uk/ how can i instal flash player in window 8.

  • I believe my ipads hard drive corrupted when i went from my macbook to a pc...I can get to the screen with cord and itunes but cant get past there to desktop of ipad...Any help would be appreciated....

    I believe my ipads hard drive corrupted when i went from my macbook to a pc...I can get to the screen with cord and itunes but cant get past there to desktop of ipad...Any help would be appreciated....

    Try using this article to help with your iPad not showing up in iTunes---
    http://support.apple.com/kb/TS1538     -This deals with the device not being recognized in iTunes for Windows
    The following steps work well with iPod but i would try them for help with your iPad issue:
    Try connecting your iPad to another USB port directly on the computer. Verify that you're connecting it to a high-powered USB 2.0 port on your computer to be sure iPad is getting power. If you're connecting to a Windows laptop computer through USB, connect the laptop to a power outlet before connecting your iPad. Also, see iPod not recognized when connected to Windows laptop over USB to be sure that your USB ports are supplying enough power.
    Avoid connecting to an external USB hub. If a hub must be used, make sure the hub is USB 2.0, and that it has its own power supply. Also, make sure the hub is connected to a high-power USB 2.0 port on your computer.
    If the issue persists, try disconnecting other USB devices from the computer such as printers, cameras, scanners, external hard drives, and USB hubs to determine if there is a conflict in the USB chain.

  • [HELP] A300 Desktop Stuck at Windows Boot Manager Page

    Hi Community,
    I was trying to restore my desktop back to its orginal factory settings but through the process, it encountered an error and the system restarted. When the desktop is back on, the only page it offered was the 'Windows Boot Manager' page (As seen in the picture below). It says to insert the Windows Installation disc which not only do i not have, but also the A300 desktop does not have a disc/disk drive for me to insert any disc.
    I have googled for any solutions but all of them require me to insert the disc which i clearly have no ways to do so.
    How am i suppose to proceed from here to get my desktop working again?
    Thank you in advance for any kind responses.

    Hi lyl
    The hard disk MBR seems to be corrupted
    Kindly boot the desktop into BIOS by pressing F1 key and then press F9 to load default settings and after this press F10 to save and exit.
    Check if the system works or recovery from hard disk runs, to run the recovery after the system power on press F2 key and check if the recovery works fine.
    If the issue continues then you may need to contact the support center.
    Country or Region
    Language
    Telephone number
    Hours of operation
    Supported products
    Singapore
    English, Mandarin
    18008185219
    9 am - 6 pm Monday - Friday 
    9 am - 3 pm Saturday
    IDEA Products
    Best Regards,
    Tanuj
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Cant get past Ipod Softwar Agreement

    i just bought my boyfriend an ipod for our 1 year
    and im trying to put some songs on it... to be cheesy...
    but i cant get past the part where i have to agree to terms and conditions and then save...
    i cant remember doing that with my ipod.. wierd

    What exactly is happening that is stopping you getting past the agreement, are you missing part of the page? If that's the case you could try increasing your screen resolution so you can see the whole page, you'll find the instructions on this Microsoft page:
    Windows XP - How to change your screen resolution

  • I cant get past the Find my iphone message in itunes when installing! any help????, I cant get past the Find my iphone message in itunes when installing! any help????

    I cant get past this message when I am installing my iphone on itunes? I click on any links and nothing happens.... please help me!
    Free Find My iPhone
    Set up Find My iPhone for free so you can locate your device if you lose it, remotely lock the screen, or wipe its data. You can also find your iPad or iPod touch. Learn More
    Not Now
    Set up Find My iPhone
    Find My iPhone (or iPad or iPod touch) enables you to locate your iPad with Wi-Fi or iPod touch only when it is on and connected to a registered Wi-Fi network. Find My iPhone is not available in all countries.

    Check out this link https://discussions.apple.com/message/12835691#12835691

  • HT5312 I have a new iphone 5c, my apple account is set to an email i no longer use, i cant get past my own security questions, how do i get everything back in order without losing all my stuff?

    i have a new iphone 5c and i cant get past the security questions. i made my apple account a while ago with an old email. i created a new apple id with my new email but i dont use it. How do i terminate the account with my new email so i can replace my old email? If i reset my security questions will it delete all my stuff?

    You can't delete an iTunes account, but you should be able to change the email address that is on it e.g. by tapping on it in Settings > iTunes & App Store on your phone and logging into it, via the Store > View Account menu option on your computer's iTunes, or via http://appleid.apple.com - you should then be able to put it on your old account.
    For your security questions on your old account, if you have a rescue email address (which is not the same thing as an alternate email address) on that account then the steps half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address or don't have access to that email account (you won't be able to add one or change it until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down the HT5312 link above to add or update your rescue email address for potential future use
    Resetting an account's security questions shouldn't affect any of the purchases that you've made on the account.

  • HT5312 When I got my Ipod Touch 3 years ago, my mum set up an Apple ID in her name & email address. I have since got an Ipad & set up my own Apple ID. How can I update my Ipod to my Apple ID? I would like to sync the Ipad and Ipod, but cant get past this

    When I got my Ipod Touch 3 years ago, my mum set up an Apple ID in her name & email address. I have since got an Ipad & set up my own Apple ID. How can I update my Ipod to my Apple ID? I would like to sync the Ipad and Ipod, but cant get past this ID problem?

    Hi AnnieAnneok,
    Welcome to the Support Communities!
    The articles below may be able to help you with this.
    Click on the links to see more details and screenshots. 
    First, I would suggest you backup your iPod touch and transfer purchases to your computer:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Confirm your Apple ID is set up and updated with the correct information:
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Then, in Settings on your iPod touch, sign out of your iCloud Account and your iTunes Store account and sign back in with the correct Apple ID.
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Cheers,
    Judy

  • Word I convert a PDF to WORD format. I have signed up to Export PDF but everytime I try to covert all it asks is that I sign in again and I cant get past it.

    convert a PDF to WORD format. I have signed up to Export PDF but every time I try to covert all it asks is that I sign in again and I cant get past ti and the covert button is not available.anyone else having this problem or know how to fix it.

    Hi bouerbird,
    I just l looked at your account using the same email address that you use here in the forums, and don't see any order history for you. Is it possible that you signed up using a different email address?
    Best,
    Sara

  • Had update issues but now my iphone is in a loop of the apple sign then the circling thing, itunes doesnt even pick it up, cant get past this point!! ? any help?

    had update issues but now my iphone is in a loop of the apple sign then the circling thing, itunes doesnt even pick it up, cant get past this point!! ? any help?

    You might want to check this thread https://discussions.apple.com/thread/3374367 hope this helps

Maybe you are looking for

  • My apple id is not working

    i tried using the i cloud with my apple id after i updated the software but it is not working and my whats app has also stopped working may i please get some help to resolve the issue as soon as possible

  • How do I install Flash Player on Windows 8?

    If you are using Windows 8, Flash Player is now embedded into the operating system for Internet Explorer so there is no need to manually install.  Updates will automatically be made available through the built in Windows Update system. Please click h

  • InDesign export as PDF shrinks!

    Hi, When I created an InDesign document (career survey for students to take), then exported as PDF, the PDF shows the document shrunk -- the print and pictures are smaller.  This does not happen for my other InDesign documents exported to PDF format.

  • Passbook on iOS8 lock screen

    Prior to iOS 8 when Passbook would recognize I was close to an establishment I had a passbook item for, say Starbucks, it would put that company's Passbook item, say my Starbucks card (or a right swipe access to it) on the home screen. Now with iOS 8

  • Can't run Flash10 using  internet explorer 9.

    I am running Windows 7 home premium 64 bit OS. My problems started when I updated to Flash 10. I am running Internet explorer 9 32 bit.  The flash 10 download states that Flash was installed successfully, but when I go to any site having flash conten