Updated BIOS - Can no longer boot arch in any shape or form

So, I updated my BIOSrecently. After that, when I tried to boot into arch the boot screen says
'waiting 10 seconds for device /dev/sda6'
and eventually 'could not find root device'
which is when it drops me into a basic ramfs commandline.
I tried to boot with the fallback image with the same result and when I try to run the arch livecd it gives the same output (except it waits 30 seconds for /dev/archiso). I tried it with both an i686 image and a x86_64 one.
At first, I thought it was an issue with the BIOS update itself, but I can still boot just fine into vista and ubuntu. Nothing arch related seems to work now however.
Any idea as to what it is about arch that causes it to fail now and what I can do about it?

I looked into the BIOS settings and couldn't find any new features added or settings changed, so I don't think that's an option. No installed OS options either.
Id prefer not to have to downgrade my BIOS, since the problem is clearly arch related and should be possible to resolve via arch.
May be nothing, but when I log in out of X in Ubuntu I get this message I haven't noticed before:
Your CPU appears to be lacking expected security protections.
Please check your BIOS settings, or for information run:
/usr/bin/check-bios-nx --verbose
When I run this, I get:
This CPU is family 6, model 22 and has NX capabilities but is unable to use these protective features because the BIOS is configured to disable the capability. Please enable this in your BIOS. For more details see: https://wiki.ubuntu.com/Security/CPUFeatures.
I couldn't find any setting for this in my BIOS. On the Ubuntu page, the relevant information is:
Some BIOS manufacturers have released firmware updates for their BIOS to allow enabling NX (e.g. Lenovo IdeaPads) so make sure to install the latest BIOS if the NX option is missing.
Since I have a Lenovo 3000 n200 (type 0769) , but I this update didn't include it.
Again, I don't know if this is related at all, but if it is, I thought it might provide a clue to the solution.

Similar Messages

  • Just installed OS X updates and can no longer boot into Bootcamp

    Just installed the latest updates for OS X Yosemite and now I can't boot to my Bootcamp partition. It doesn't show up in Startup Disks and it's not an option when booting while holding Option. The partition still shows up in Disk Utility but it no longer says BOOTCAMP, it now says disk04s. Is this fixable? I just wrote some data to that partition last night that I really don't want to lose and it hasn't yet been backed up. Thank you.
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         91.0 GB    disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data                         20.0 GB    disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *90.0 GB    disk1
                                     Logical Volume on disk0s2
                                     2CC4DC13-C5C7-47E8-B005-3B8080275E8E
                                     Unencrypted
    sudo gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: Suspicious MBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         MBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6       
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  177734368      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      178144008    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      179413544   18503128       
      197916672   39059456      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      236976128       2015       
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 14751/255/63 [236978176 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
    2: AC 1023 254  63 - 1023 254  63 [    409640 -  177734368] <Unknown ID>
    3: AB 1023 254  63 - 1023 254  63 [ 178144008 -    1269536] Darwin Boot
    4: 0C 1023 254  63 - 1023 254  63 [ 197916672 -   39059456] Win95 FAT32L

    Here is a table to validate your values.
    GPT 3 Start
    GPT 3 Size
    GPT 3 End
    NTFS Start
    Sector Offset
    NTFS Size
    NTFS End
    Sector Offset (MB)
    178144008
    1269536
    179413544
    179415040
    1496
    57561081
    236976121
    1
    Leave your Testdisk display and start a new Terminal Window.
    If you see any error messages during the following steps, please stop and post back here with the error message. The following steps have values from your Testdisk output (and you can verify) in Steps 7 and 8.
    Rebuild GPT4 using start/end offsets
    Sudo gdisk /dev/rdisk0
    P  (print the full list of parts)
    D  (delete)
    4  (part 4)
    N  (new part)
    4   (part 4)
    179415040- Start offset in bytes  (start point for Bootcamp part)
    +57561081-  (Size offset as opposed to End offset)
    0700     (Windows part type)
    P           (print list of all parts just to see what changes will be made)
    W         (Write the new GPT)
    Y           (Yes! really write the new GPT)
      This will delete and re-write the GPT partition info for /dev/disk0s4.
    Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 6. Accept all other defaults that Gdisk offers.
    Sudo gdisk /dev/disk0
    P  (Print list of parts)
    R   (Recover)
    H (chooses Hybrid)
    Partitions numbers to be hybridized: 2 3 4
    Y (Good for GRUB question)
    N (part 2 boot flag)
    N (part 3 boot flag)
    Y  (part 4 boot flag make NTFS bootable partition)
    W  (Write the new MBR)
    Y    (Yes! write the new MBR)
    Reboot
    Here is a sample Q&A from The GPT Fdisk. Notice the highlighted Press Enter/Return.
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): Y
    Creating entry for GPT partition #2 (MBR partition #2)
    Enter an MBR hex code (default AF): Press Enter/Return
    Set the bootable flag? (Y/N): N
    Creating entry for GPT partition #3 (MBR partition #3)
    Enter an MBR hex code (default AB): Press Enter/Return
    Set the bootable flag? (Y/N): N
    Creating entry for GPT partition #4 (MBR partition #4)
    Enter an MBR hex code (default 07): Press Enter/Return
    Set the bootable flag? (Y/N): Y
    Test 1 - Does Bootcamp Volume show up in Finder?
    Test 2 - Can you see files in Bootcamp Volume?
    Test 3 - Can you select Bootcamp in System Preferences -> Startup Disk?
    Test 4 - If Test 3 is successful, select Bootcamp and Click Restart.

  • Can no longer boot into Mavericks 10.9.5

    My problem is that I can no longer boot into Mavericks 10.9.5 on my mid-2012 Macbook Pro.  The problem arose suddenly without any known major changes to my software or hardware.  The booting process freezes with the apple visible and the circle below it spinning endlessly.  Every several seconds, the display very briefly gets brighter, then the circle starts spinning again and the process repeats itself.  It never gets to the user login screen.
    Other than keeping various apps up to date, I don't recall any recent major operating system or other major software updates, nor have I made any recent hardware changes.  I've searched a multitude of threads and and tried any number of fixes without success.  Here's what I've tried so far (and probably a few more that I can't remember): (1) Repaired the startup disk with both Recovery HD -> Disk Utility and single-user mode -> /sbin/fsck -fy; (2) Repaired the startup disk permissions with Recovery HD -> Disk Utility; (3) Reloaded the Mavericks 10.9.5 operating system twice; (4) deleted /Library/Preferences/com.apple.loginwindow.plist; (5) reset PRAM and NVRAM; (6) booted with "D" pressed and ran the Apple hardware test, which ran for about 40 minutes and reported no problems; (7) tried booting from a bootable clone of Mavericks 10.9.5 on an external hard drive, which also failed at the same place with the apple showing and the circle below it spinning endlessly.  ***Oddly, I am able to boot from a bootable clone of Mountain Lion on an external hard drive.  It's Mavericks that won't boot.***
    Here is the part of the system log the repeats itself over and over and seems to correlate with the repeated failed attempts to complete the booting process.  Any help would be appreciated beyond words:
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Server is starting up
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Session 256 retained (2 references)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Session 256 released (1 references)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Session 256 retained (2 references)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: init_page_flip: page flip mode is on
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 54 modes for display 0x00000000 [54, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 1 modes for display 0x00000000 [1, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 51 modes for display 0x00000000 [51, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 1 modes for display 0x00000000 [1, 0]
    May  2 12:49:01 --- last message repeated 1 time ---
    May  2 12:49:01 SCH-MacBookPro kernel[0]: IOHIDSystem::registerScreenGated: Screen 0 recycled from pid 343
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: mux_initialize: Mode is dynamic
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 54 modes for display 0x00000000 [54, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 1 modes for display 0x00000000 [1, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 51 modes for display 0x00000000 [51, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Found 1 modes for display 0x00000000 [1, 0]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: WSMachineUsesNewStyleMirroring: true
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: MPServiceForDisplayDevice: Invalid device alias (0)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x04248378: GL mask 0x10; bounds (0, 0)[2560 x 1440], 51 modes available
      Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162f0ab5, Unit 4, Rotation 0
      UUID 0x3ef17c2fc9ab601507ec022fbd95576c
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[4096 x 2160], 2 modes available
      off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
      UUID 0xffffffffffffffffffffffffffffffff
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x003f0041: GL mask 0x20; bounds (0, 0)[0 x 0], 1 modes available
      off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
      UUID 0xffffffffffffffffffffffffffffffff
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
      off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
      UUID 0xffffffffffffffffffffffffffffffff
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x04280142: GL mask 0x5; bounds (2560, 0)[1680 x 1050], 54 modes available
      Active, on-line, enabled, built-in, boot, Vendor 610, Model a005, S/N 0, Unit 2, Rotation 0
      UUID 0xde23f9c1cf7b915b2afe83aecee77b54
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: WSSetWindowTransform: Singular matrix
    May  2 12:49:01 --- last message repeated 1 time ---
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x04248378: GL mask 0x10; bounds (0, 0)[2560 x 1440], 51 modes available
      Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162f0ab5, Unit 4, Rotation 0
      UUID 0x3ef17c2fc9ab601507ec022fbd95576c
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x003f003d: GL mask 0x2; bounds (3584, 0)[1 x 1], 2 modes available
      off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
      UUID 0xffffffffffffffffffffffffffffffff
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x003f0041: GL mask 0x20; bounds (3585, 0)[1 x 1], 1 modes available
      off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
      UUID 0xffffffffffffffffffffffffffffffff
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x003f003f: GL mask 0x8; bounds (3586, 0)[1 x 1], 1 modes available
      off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
      UUID 0xffffffffffffffffffffffffffffffff
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x04280142: GL mask 0x5; bounds (435, -1050)[1680 x 1050], 54 modes available
      Active, on-line, enabled, built-in, boot, Vendor 610, Model a005, S/N 0, Unit 2, Rotation 0
      UUID 0xde23f9c1cf7b915b2afe83aecee77b54
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: CGXPerformInitialDisplayConfiguration
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]:   Display 0x04248378: Unit 4; Vendor 0x610 Model 0x9227 S/N 372181685 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]:   Display 0x003f0041: Unit 5; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]:   Display 0x04280142: Unit 2; Alias(2, 0x5); Vendor 0x610 Model 0xa005 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (435,-1050)[1680 x 1050], Rotation 0, Resolution 1
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: CGXMuxBoot: Boot normal
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000003, accelerator 0x00004f2f, unit 0, caps QEX|MIPMAP, vram 1024 MB
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000003, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: GLCompositor: GL renderer id 0x01022727, GL mask 0x0000003c, accelerator 0x00004907, unit 2, caps QEX|MIPMAP, vram 1024 MB
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: GLCompositor: GL renderer id 0x01022727, GL mask 0x0000003c, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: GLCompositor enabled for tile size [256 x 256]
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: CGXGLInitMipMap: mip map mode is on
    May  2 12:49:01 SCH-MacBookPro.local loginwindow[353]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x04248378: Unit 4; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Display 0x04280142: Unit 2; ColorProfile { 3, "Color LCD"}; TransferTable (256, 12)
    May  2 12:49:01 SCH-MacBookPro.local launchctl[356]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    May  2 12:49:01 SCH-MacBookPro.local launchctl[356]: com.apple.findmymacmessenger: Already loaded
    May  2 12:49:01 SCH-MacBookPro.local com.apple.SecurityServer[23]: Session 100021 created
    May  2 12:49:01 SCH-MacBookPro.local UserEventAgent[357]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    May  2 12:49:01 SCH-MacBookPro.local airportd[71]: _doAutoJoin: Already associated to “schuyler”. Bailing on auto-join.
    May  2 12:49:01 SCH-MacBookPro.local loginwindow[353]: Setting the initial value of the magsave brightness level 1
    May  2 12:49:01 SCH-MacBookPro.local loginwindow[353]: Login Window Started Security Agent
    May  2 12:49:01 SCH-MacBookPro.local ManagedClient[362]: ApplePersistence=YES
    May  2 12:49:01 SCH-MacBookPro.local SecurityAgent[363]: Failed to create agent mechanism, failing authentication!
    May  2 12:49:01 SCH-MacBookPro.local com.apple.authd[84]: engine[353]: error creating mechanism agent
    May  2 12:49:01 SCH-MacBookPro.local com.apple.authd[84]: engine[353]: evaluate returned -60008 returning errAuthorizationInternal
    May  2 12:49:01 SCH-MacBookPro.local loginwindow[353]: Login Window - Returned from Security Agent
    May  2 12:49:01 SCH-MacBookPro.local loginwindow[353]: ERROR | -[LoginApp performAuthPluginRequest:] | AuthorizationRef doesn't have a username. Exiting.
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Session 256 released (1 references)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: Session 256 released (0 references)
    May  2 12:49:01 SCH-MacBookPro.local WindowServer[354]: loginwindow connection closed; closing server.
    May  2 12:49:03 SCH-MacBookPro com.apple.launchd[1] (com.apple.loginwindow): Throttling respawn: Will start in 1 seconds
    May  2 12:49:04 SCH-MacBookPro.local loginwindow[364]: Login Window Application Started
    May  2 12:49:04 SCH-MacBookPro com.apple.launchd[1] (com.apple.WindowServer): Throttling respawn: Will start in 7 seconds

    Hi
    You got a prob I think, if you can boot a windows, MSconfig, startup options might restore the boot files.Only other thing is to try and either load a new windows and let it setup a boot file, or perhaps a win98 startup disk, and fdisk, then set active partiton, which will set an MBR.  But that would leave a load of work to do, I think I'd opt for an install of XP, and let it repair existing installation, and make a new boot file.
    Hope you don't need the info on disks.  If you do, I would install another HDD, load XP, then copy original Disk to save place.
    Good luck
    Jocko

  • After my OS update I can no longer open email attachments.  What could be the issue??

    After my latest OS update I can no longer open email attachments.  What might be in the issue??

    Quit Mail and restart.
    Select each of your mailboxes and select Rebuild under the Mailboxes menu.
    If those don't help, then reinstall Yosemite:
    Reinstall Lion, Mountain Lion, Mavericks or Yosemite without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, Mavericks, or Yosemite
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • I have an older computer and can no longer update. After the latest Apple update I can no longer access my e-mail on my mac. I can view it on my iphone and on icloud. Is there a solution to this problem?

    I have an older computer and can no longer update. After the latest Apple update I can no longer access my e-mail on my mac. I can view it on my iphone and on icloud. Is there a solution to this problem?

    Apple changed MobileMe to iCloud and then restricted iCloud to 10.7 users only unfortunately
    If your machine is a 64 bit processor Intel Mac you can upgrade to 10.7 for $29, however a lot of your 10.5/10.6/Rosetta based software could cease to function, especially third party hardware drivers for printers, fax machines, all-in-ones, scanners etc.
    http://roaringapps.com/apps:table
    Also depending how old the machine is, if it can accept 4GB of RAM (preferred), older video card, may not run 10.7 very well or stable.
    My advice is to keep at 10.6.8, get a web based email service that's plaform/hardware neutral, forward your iPhone emails there. Gmail/Yahoo Mail for instance.
    When your ready for new hardware and all new software, then buy a new machine.
    If your going to go to 10.7 on your present hardware, I advise you clone 10.6.8 to a external drive first, that way you can c boot off the 10.6 disk erase the drive completely (necessary to remove hidden Lion Recovery Partition) and option boot off the 10.6.8 clone and reverse clone.
    http://www.bombich.com/get_ready_for_lion.html

  • HT3819 Since the last AppleTV update I can no longer use home sharing. chI have checked all IDs, rebooted iTunes, AppleTV, and my router, eck port settings in my firewall. Nothing works. Is it me or did this update screw things up?

    Since the last AppleTV update I can no longer use home sharing. I have checked all IDs, re-booted iTunes, my router, and AppleTV, and checked the port settings in my firewall. nothing works. Is it me or did this last update really scew things up?

    Hi,
    I tried everythink, but same as before!
    - droppings ot the main screen
    - loosing Home Share
    now even on iPads !
    Frustrating!
    I'm now more than convinced that this is caused by the latest iTunes version.
    As some others stated in other threads .... it seems that Apple doesn't really take care of this problem. So what if, if we could make them feeling the same pain as we do. ... Just by dropping them a mail as soon as we have the problem again. Not more often, we don't want to be unfair, but everytime it happens.
    I found this feedback site http://www.apple.com/feedback/itunesapp.html
    I will start now with this.... maybe this will help to rise a little bit of attention
    Tweety
    This is the mailbody I always use
    Hello all,
    Since the last update to iTunes Version 10.6.1 (7) streaming content (Movies and TV shows) to Apple TVs and iPads has two major problems:
    - Home Sharing is lost during streaming (streaming stops even if a large portion of the content is already preloaded)
    - streaming stops and the main screen pops up (Home Sharing still available)
    This happens sometime after some minutes, sometimes after several hours, but it surely happens.
    I followed every advice I could found on this support website. There are now a lot of threads following this issue.
    Sometimes it seems getting better, but hours later the same isues occured again. Watching content on this enviroment is a real pain and very frustrating.
    As many others I'm now convinced that the latest update of iTunes caused this problem.
    Our family enviroment contains the following Apple products:
    - iTunes on a Win7 32 bit Noname PC (all content)
    - second iTunes on a iMac with OS 10.6.8 (all content)
    - third iTunes on a MacBook Pro with OS 10.6.8 (daughter, only selected content)
    - fourth iTunes on a Win7 32 Samsung Notebook (son, only selected content)
    - all iTunes sharing the same Home Sharing ID
    - 2 Apple TV second generation
    - 1 Apple TV first generation
    - 2 iPod touch (bought last year)
    - 2 iPads (second generation)
    all firmware or software are on latest available patchlevel.
    At this moment, I can not recomend to others to buy this products.
    I will drop this feedback everytime my famiily and I facing this problem... just to help you to get a better feeling of the urgency of this issue.
    Thanks for every effort in advanced.

  • After ios 7 update I can no longer iMessage

    After the latest update I can no longer send an iMessage. I have about 6 messages that were undeliverable.  I searched the Internet and found many others are having the same issues. I asked my granddaughter to iMessage me from her phone and she said it went as a text message which I didn't get because I've blocked texting.
    I re-booted, reset my network settings as suggested and nothing has done any good. There were postings that Apple is aware of this issue and will do an update thru iTunes.
    Does anyone here have any ideas as to why I can't iMessage or what I can try to get it to work again?
    Thanks.

    Chris,
    I decided I'm just too chicken.  I went to the AT&T store this morning to see if they could help me but they said since it was an Apple problem, I should call an Apple Store.  I did that and they said if I would come in they might be able to help me.  But that would be driving across the bridge to St. Louis County which I will NOT do.  Those highways are killers. 
    I've been seriously considering going with a prepaid plan because AT&T is getting to me. This was probably the final straw.
    I really appreciate your time but guess I'll just pass.  BTW, the Apple Store said they had NO idea when Apple would update the software to fix this problem since only about 1% suffered this problem. My children had no problems at all.  So strange.
    I did do the hard re-boot and disabled my Network setting and also IMessaging to no avail.
    Thanks again.  I've printed off your instructions in case I decide to take the risk.

  • After ios 8 update I can no longer play music through my car. I have a 2012 Nissan Rogue - whihc has its own cable made to use with iPhone 4 - I use a apple adapter to converst to use with 5.

    After ios 8 update I can no longer play music through my car. I have a 2012 Nissan Rogue - which has its own cable made to use with iPhone 4 - I use a apple adapter to converst to use with 5. Has been working fine up until update. Is there a fix for this? The car does not have usb

    Here I come to save the daaaaaaaaaay!!!
    Had the same issue with my Nissan Rogue 2011.
    This listed below will fix it...
    Go to General > Restrictions > CarPlay -- Make sure Carplay is DISABLED. (The new IOS 8 enables this on default)
    Go to General > Reset > Reset Network Settings
    The Nissan Rogue radio system was never designed to work with CarPlay. By default, CarPlay feature comes enabled when you install IOS 8. Suckz, right?
    You're very welcome! Have a great day!
    Sincerely,
    The Superhero

  • I recently installed itunes update and can no longer connect to network nor internet

    I recently (sept 2013) installed itunes update and can no longer connect to a network nor internet wired /wireless. I know it is not the gateway as other devices work. Please help. I am not very knowledgable so exact instructions will be most helpful.

    Try connecting your computer/laptop directly to the base station with an ethernet cable to one of the external ports and install your network settings. If it finds it there, it will find it after you've reloaded your network info to the base via the Apple Utility. Hopefully when you disconnect afterward, all will be fine. Be sure not to select "closed" network although Macs will login with no prolem, PC's have trouble doing so even with the network data stored in the internet settings.
    Good luck!

  • TS1538 Since my iPhone 4 update I can no longer up date it through my computer I am running windows 7 and before the iPhone update I didn't have any problems now I get the error message iTunes could not connect to this iPhone. An unknown error occurred (0

    Since my iPhone 4 updated I can no longer sync it or charge it with iTunes I get an error message ------>iTunes could not connect to this iPhone. An unknown error occurred (0xE000084)

    From this support document http://support.apple.com/kb/TS3694 see this:
    Unknown Error containing "0xE" when restoring
    To resolve this issue, follow these steps. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. Learn about issues syncing iOS devices with P55 and related Intel Chipsets.

  • After the latest update I can no longer see my iPhone listed on the left column - how do you get to where you can pick

    After the latest itunes update I can no longer see my iPhone listed on the left column. How can I get to the section where I can pick &amp; choose apps etc to be synced?
    Also I had to get a new iPhone &amp; so I backed up the night before to the cloud &amp; my computer. When I tried to restore from back up with the new phone my back up wasn't there - shouldn't it be automatic via wifi from the cloud?
    What am I doing wrong?

    Your iphone is shown at the top of the page.
    You can also simply click View>Show Sidebar and it will look about the same as it did before.

  • Can no longer boot to MacOSX after bootcamp install

    Hello all, I have an issue to where I can no longer boot into the Mac OSX partition after what appears to be a failed Windows bootcamp install. As I was running the bootcamp assistant process, a reboot occurred and I was greeted with the "No bootable device -- insert boot disk and press any key". I have no idea how to get past this and boot back to OSX.
    Things I have tried:
    Holding down the "option" key does nothing, even using a USB keyboard
    Resetting PRAM (CMD + OPT + P + R) does nothing, even with USB keyboard
    I have put in a MAC OSX 10.7 Disk and cannot boot to disk using CMD + C on startup
    I also pulled the hard drive out and connected it to another PC and wiped the drive completely. I put it back in the macbook and I am still presented with this error. It seems, even though I get the Mac startup tone, that it is stuck in which ever OS it tried to run previously, that being Windows. Not sure why I am still receiving this error even after wiping the drive completely clean.
    As far as hardware goes, I am pretty sure its a late 2010 Alumn. Macbook Pro. I cant get the current model number since I cant boot the OS. Any help is appreciated.

    Please reset SMC as well.
    You can get the serial number from the back cover and use https://selfsolve.apple.com/agreementWarrantyDynamic.do to find the model.

  • Todays update! After todays update I can no longer send Safari or Spotify to the task bar without it cutting out (dropping audio in and out). Streams normally if I keep the window open on my desktop. This needs to be fixed immediately.

    Todays update! After todays update I can no longer send Safari or Spotify to the task bar without it cutting out (dropping audio in and out). Streams normally if I keep the window open on my desktop. This needs to be fixed immediately.

    Nevermind. I figured it out.

  • After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

    After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

        ddmathias, I want to make sure all services are working correctly on your phone. What GPS services were you using before the update happened? What kind of issues are you having with the services? Do you get any kind of errors? Please keep us posted.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • After installing the latest itunes/quicktime update, I can no longer access the itunes store and my iphone does not complete syncing. What can I do to fix this?

    After installing the latest itunes/quicktime update I can no longer acces the itunes store nad my iphone does not complete syncing. What can I do to fix this?  I have tried uninstalling and reinstalling itunes.  I have uninstalled and reinstalled windows updates. I have checked the firewall settings. what else?

    The problem is with version 10.4.1.  I had to reload 10.3 to get it to work.  The recommendation from a previous poster worked for me.  Here was their list of steps:
    Go to Control Panel>Programs>Uninstall
    2.  Uninstall the following Apple programs in the following order:
         a. iTunes
         b. QuickTime
         c. Apple Software Update
         d. Apple Mobile Devices Support
         e. Bonjour
         f.  Apple Appllcation Support
    3.  Reboot PC
    4.  Find, Download and Install iTunes 10.3 (you can find it at FileHippo.com)
    If you start iTunes now you will get an error message saying that the current iTunes library was created by a newer version of iTunes.  To correct this:
    5.  Go to your Music>iTunes folder and delete the "iTunes Library.itl" database file
    6.  Within this iTunes folder find and open the "Previous iTunes Libraries" folder and locate the most recently dated "iTunes Library (date).itl" database file.
    7.  Copy and Paste this file back into the iTunes folder
    8.  Rename this "iTunes Library (date).itl" file by removing the date.  It should say "iTunes Library.itl"
    9.  Reboot PC

Maybe you are looking for