OMG Please help with Win XP partition issue FAT32 NTFS

I know that there are other posts about this, but I have not been able to find the answers to my problems
I had the issue that others had with not getting the option to format the bootcamp partition during my XP Pro install. I used the FreeDOS solution to format the drive, but I am now left with an 80gb FAT32 partition which is not really what I wanted.
Reading other posts, resizing the partition does not seem to be an option. I guess that I use Winclone to backup my XP partition, wipe out the partition using Bootcamp, but where do I go from here????
A couple of questions:
1) Can a backup of a FAT32 partition be restored to an NTFS partition?
2) How the bl**dy **** do I format the bootcamp partition as NTFS if I do not get the option of formatting during the XP install and FreeDOS wants to format as FAT32.
By the way if anyone has the answer that involves not having to wipe the FAT32 partition but shrink / reduce it to say 15gb and allow me to create a 65gb NTFS partition - there is a big sloppy kiss waiting!!!!
I was hoping that I could just use something like Partition Magic within my 80gb bootcamp partition to resize the FAT32 then create and format the NTFS partition?
Sorry for babbling and thanks for reading and hopfully ending my pain.
Ian.

I have found this http://support.microsoft.com/kb/307881 that allows the conversion of a FAT32 partition to NTFS. . . . looks like I will give this a go tonight.
Ian.

Similar Messages

  • Please help with win 7 upgrade

    Hi, I recently bought a desktop (compaq presario cq5110y) and it qualifies for the win 7 upgrade when it releases in Oct. I followed the direcions on the sheet that came with the tower and then I was asked to fax over my receipt on proof of purchase. I got a cover letter that i printed and attempted to fax the info to them multiple times without any luck. So I got on the phone with hp customer support to find out other ways I can send a copy of this information. After being put on hold for 15 min the guy told me to go online and try to find out for myself because he couldnt come up with anything. In the beggining of the call I already told him I looked all over online. Anyway, I just tried hp's online support and every time I click on my product model it fails and sends me to an error page. All I want to do is send a copy of my receipt and proof of purchase. I'm stuck and starting to get pretty frustrated. Does anyone know the address for the upgrade team that I can just send it to? Or their email? Phone number? Anything??
    This question was solved.
    View Solution.

    Please see: https://www.hpwindows7upgrade.arvato.com/north_ame​rica/Endcustomer/ContactUs.aspx
    Carey Frisch
    Microsoft MVP
    Windows Expert - Consumer

  • Routing Experts please help with below LAN routing issue with NAT

    Hello Experts,
    I have a weird situation and requirement.
    The existing setup is -
    We have email/ticketing server hosted in the LAN which is reachable on the publicly NAT'ed IP with respective port numbers of 89 & 443. We have LAN & servers on the same subnet. The internet is with public DHCP IP assigned by ISP (/29). We use linksys router GUI for NAT settings (attached).We are using the same public IP for the server NAT & user NAT.
    We tried to refresh our network by separating the subnets for LAN users & servers. We used the Cisco 3845 router to create sub-interfaces in the LAN and configure respective subnets. Now both user subnet and server subnet are connecting to the Internet with same public IP (static NAT for servers & dynamic for users). We can connect to the server IP from the Internet and it resolves fine. However user LAN subnet cannot connect to the server if we try the URL. Users can access the Internet fine.
    Please find attached short diagram and below configuration and please give your inputs to solve this.
    Cisco 3845 router
    access-list 1 permit 10.155.60.0 0.0.0.255
    access-list 2 permit 10.155.61.0 0.0.0.255
    access-list 3 permit 10.155.62.0 0.0.0.255
    ip nat inside source list 1 int g0/0 overload
    ip nat inside source list 2 int g0/0 overload
    ip nat inside source list 3 int g0/0 overload
    int g0/0
    ip add 8.8.8.8 255.255.255.248
    ip nat outside
    no shut
    int g0/1
    description Trunk-to-Switch
    no shut
    int g0/1.60
    description User vlan
    ip add 10.155.60.1 255.255.255.0
    encapsulation dot1q 60
    ip nat inside
    int g0/1.62
    description Server vlan
    ip add 10.155.62.1 255.255.255.0
    encapsulation dot1q 62
    ip nat inside
    exit
    aaa new-model
    aaa authentication login default local
    aaa authentication login vpn_xauth_ml_1 local
    aaa authentication login sslvpn local
    aaa authorization network vpn_group_ml_1 local
    aaa session-id common
    acl 120
    max-users 10
    exit
    !access-list 120 remark ==[Cisco VPN Users]==
    access-list 120 permit ip any host 192.168.0.10
    access-list 120 permit ip any host 192.168.0.11
    access-list 120 permit ip any host 192.168.0.12
    access-list 120 permit ip any host 192.168.0.13
    access-list 120 permit ip any host 192.168.0.14
    access-list 120 permit ip any host 192.168.0.15
    access-list 120 permit ip any host 192.168.0.16
    access-list 120 permit ip any host 192.168.0.17
    access-list 120 permit ip any host 192.168.0.18
    access-list 120 permit ip any host 192.168.0.19
    no access-list 100
    access-list 100 remark [Deny NAT for VPN Clients]=-
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.10
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.11
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.12
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.13
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.14
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.15
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.16
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.17
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.18
    access-list 100 deny ip 192.168.0.0 0.0.0.255 host 192.168.0.19
    access-list 100 remark
    access-list 100 remark -=[Internet NAT Service]=-
    access-list 100 permit ip 192.168.0.0 0.0.0.255 any
    exit
    ip nat inside source static tcp 10.155.62.55 21 8.8.8.8 21
    ip nat inside source static tcp 10.155.62.55 88 8.8.8.8 88
    ip nat inside source static udp 10.155.62.55 88 8.8.8.8 88
    ip nat inside source static tcp 10.155.62.84 3389 8.8.8.8 3389
    ip nat inside source static udp 10.155.62.84 3389 8.8.8.8 3389
    ip nat inside source static tcp 10.155.62.98 80 8.8.8.8 80
    ip nat inside source static udp 10.155.62.98 80 8.8.8.8 80
    ip nat inside source static tcp 10.155.62.98 443 8.8.8.8 443
    ip nat inside source static udp 10.155.62.98 443 8.8.8.8 443
    ip nat inside source static tcp 10.155.62.98 25 8.8.8.8 25
    ip nat inside source static udp 10.155.62.98 25 8.8.8.8 25
    ip nat inside source static tcp 10.155.62.84 8080 8.8.8.8 89
    ip nat inside source static udp 10.155.62.84 8080 8.8.8.8 89
    ip nat inside source static tcp 10.155.62.84 9005 8.8.8.8 9005
    ip nat inside source static udp 10.155.62.84 9005 8.8.8.8 9005
    ip nat inside source static tcp 10.155.62.84 135 8.8.8.8 135
    ip nat inside source static udp 10.155.62.84 135 8.8.8.8 135
    ip nat inside source static tcp 10.155.62.84 139 8.8.8.8 139
    ip nat inside source static udp 10.155.62.84 139 8.8.8.8 139
    ip nat inside source static tcp 10.155.62.84 445 8.8.8.8 445
    ip nat inside source static udp 10.155.62.84 445 8.8.8.8 445
    ip nat inside source static tcp 10.155.62.84 90 8.8.8.8 465
    ip nat inside source static udp 10.155.62.84 90 8.8.8.8 465
    ip nat inside source static tcp 10.155.62.143 3381 8.8.8.8 3381
    ip nat inside source static udp 10.155.62.143 3381 8.8.8.8 3381
    ip nat inside source static tcp 10.155.62.46 8081 8.8.8.8 91
    ip nat inside source static udp 10.155.62.46 8081 8.8.8.8 91
    ip http server
    ip http authentication local
    no ip http secure-server
    ip http path flash:/cme-gui-7.1.0.1
    file privilege 0
    telephony-service
    dn-webedit
    time-webedit
    transport input ssh
    line con 0
    line vty 0 15
    login local
    ntp server ntp.first2know.net
    clock timezone gmt 0
    clock summer-time BST recurring last Sun Mar 1:00 last Sun Oct 2:00
    ntp update-calendar
    ntp master
    =========================================================================================================================================
    Cisco 3750 Config;
    vlan 60
    name User
    vlan 61
    name Voice
    vlan 62
    name Server
    exit
    interface g1/0/1
    description Trunk-to-Router
    switchport trunk encapsulation dot1q
    switchport mode trunk
    spanning-tree portfast trunk
    interface vlan 60
    description User Vlan
    ip add 10.155.60.2 255.255.255.0
    interface vlan 61
    description Voice Vlan
    ip add 10.155.61.2 255.255.255.0
    interface vlan 62
    description Server Vlan
    ip add 10.155.62.2 255.255.255.0
    service dhcp
    ip dhcp pool Users
    network 10.155.60.0 255.255.255.0
    default-router 10.155.60.1
    dns server 4.2.2.2
    ip dhcp pool Voice
    network 10.155.61.0 255.255.255.0
    dns server 4.2.2.2
    exit
    ip dhcp excluded-address 10.155.60.1 10.155.60.2 10.155.60.3
    ip dhcp excluded-address 10.155.61.1 10.155.61.2
    interface range g1/0/2 - 1/0/21
    switchport mode access
    switchport access vlan 60
    switchport access vlan 61
    exit
    exit
    interface range g1/0/22 - 1/0/26
    switchport mode access
    switchport access vlan 62
    exit
    Thanks,
    Deepak

    One more thing I should clarify the route I am putting into the 10.10.1.9 server is
    route add 10.1.6.0 mask 255.255.255.0 10.10.1.250 which tells the server to bypass the ASA and go directly to the ISP router.(then i can successfully tracert everything).  The big question here is how to make the inside ASA connection 10.10.1.1 to force all traffic to 10.10.1.250.
    Thanks in advance.

  • Please help with an urgent purchase issue

    Hello all
    I have finally decided that since I am planning a trip to US it would be a wonderful opportunity to purchase a Mac and fulfill my dream!
    Despite the fact that I was thinking of purchasing an iMac for a desktop computer (my office laptop is a windows 8) I ended up in selecting a MacBook Pro 15 retina as a desktop replacement combining increased portability and enhanced specifications. The use is strictly personal meaning transferring and listening to music, home movies editing, watching movies, Internet and generally transferring all my home staff to apple ecosystem using also external drives.
    Now the serious staff: since  I have a one time opportunity ( the trip is not repetitive) I would extremely appreciate your help in the following:
    - my current selection is with 2,7 ghz quad core i7 with 8  gb ram and 512 flash. How is this configuration compared to the basic one? Basically I chose the 2.7 because of the relatively small price difference and the increased hard drives because of future programs installations (all storage will be done in time capsule and external drives)
    - since I have to purchase it now when Mavericks are released will the update require payment (based on your experience from the past)
    - how do the above compare to the new MacBook Air (if it is worthwhile I would go to an enhanced version of the 13")
    My true apologies for the length of my message but any help is invaluable to solve my confusion
    Many thanks in advance. 

    - my current selection is with 2,7 ghz quad core i7 with 8  gb ram and 512 flash. How is this configuration compared to the basic one? Basically I chose the 2.7 because of the relatively small price difference and the increased hard drives because of future programs installations (all storage will be done in time capsule and external drives)
    - since I have to purchase it now when Mavericks are released will the update require payment (based on your experience from the past)
    - how do the above compare to the new MacBook Air (if it is worthwhile I would go to an enhanced version of the 13")
    My true apologies for the length of my message but any help is invaluable to solve my confusion
    Many thanks in advance. 
    We do not know yet what Mavericks will cost or what machines Apple will update for free but based on past experience it will probably not be a free update unless you purchase the computer after Mavericks has been released to the public. As recent operating system upgrades have been relatively inexpensive - Mountain Lion was $20 - I wouldn't worry a lot about this.
    I agree with your choice of the 512GB SSD. The bigger the better as application files and data are only going to get larger. The faster processor may not make enough difference for your intended uses to make it worth the extra money however.
    The retina display on the MacBook Pro is quite a bit better than the MacBook Air.
    Best of luck.

  • PLEASE help with multi-cam edit issue (head about to explode...)

    PLEASE believe me when I say I've watched 20 YouTube videos on the subject, read the manual, reinstalled FCS on a new machine (in the event that the install or my last MBP was at fault), etc., etc....
    JUST can't get FCP to make the cuts for me when I click on the angles in the viewer.
    Despite making a multi-clip, open synch, green/blue boarder for audio/video angle and blue boxes for video only, rendering, etc., the same thing always happens...
    When I hit the space-bar, making all the angles play @ same time in the browser, and then I click on an angle to make a real-time cut, the in-point of the selected angle pops onto the canvas (a still frame) and everything STOPS.
    Happy to describe any other details; can begin to tell you how stoked I'll be if I can get past this...
    (I've been reduced to trying to use iMovie to cut this 3 angle live-music performance video, which is taking HOURS for a single song...with terrible results...)
    :-/

    Starting over:
    1) Import 3 .dv clips (all same frame size, vid rate, compression, etc.)
    2) Create new bin for footage, assign angle numbers to clips
    2) Add in-point for synchronization
    3) Make multiclip (and synch in-points)
    4) Double-click on multiclip (and it then shows in viewer)
    5) Press "overwrite" to bring multiclip into timeline
    6) Open playhead sync
    7) Assign blue and green 'boxes' in viewer (audio/video, and video only)
    8) Click into timeline, make sure playhead is to the front of the sequence
    9) hit space bar to start editing.
    10) NOW, whenever I click on an angle in the viewer to make an edit, playback stops and a still frame for the selected angle shows in the canvas.
    ANY THOUGHTS??

  • Please help with on going KP issue.

    Hello to everyone and thanks in advance for any assistance and advice.
    I bought my 2011 i5 IMAC last year. After about 6 months it wouldn't work, apple said the RAM had gone bad and over nighted me 2 new sticks. Problem solved. Till about 3 weeks ago (6 mo after apple sent the new memory). Same thing happened, this time i just ordered some from Amazon (corsair) and the problem was solved. Till Monday. Not sure whats going on now. Same thing only this time new memory didn't help.
    I've disconnected all external sources, flashed the PRAM, and I guess did a recovery install because now it says installing OS X. Luckily everything is backed up on an external through time machine.
    Below are some of the logs
    Tue Sep 11 16:41:06 2012
    Machine-check capabilities (cpu 0) 0x0000000000000c09:
    family: 6 model: 42 stepping: 7 microcode: 26
    Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0980000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0020000000000000 invalid
    IA32_MC6_STATUS(0x419): 0xbe2000000001117a valid
    MCA error code: 0x117a
    Model specific error code: 0x0001
    Other information: 0x00000000
    Threshold-based status: Undefined
    Status bits:
    Processor context corrupt
    ADDR register valid
    MISC register valid
    Error enabled
    Uncorrected error
    IA32_MC6_ADDR(0x41a): 0x0000000112bd3300
    IA32_MC6_MISC(0x41b): 0x000004936e028086
    IA32_MC7_STATUS(0x41d): 0x0020000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0020000000000000 invalid
    panic(cpu 1 caller 0xffffff80002c4d65): "Machine Check at 0xffffff7f81c4d436, registersn" "CR0: 0x000000008001003b, CR2: 0x00000007faef68e8, CR3: 0x000000001df7e058, CR4: 0x00000000000606e0\n" "RAX: 0x0000000000000020, RBX: 0x0000000000000000, RCX: 0x0000000000000001, RDX: 0x0000000000000000\n" "RSP: 0xffffff80efe63850, RBP: 0xffffff80efe63880, RSI: 0x0000000000000006, RDI: 0xffffff801213e800\n" "R8: 0xffffff8011d8c800, R9: 0x0000000000000000, R10: 0x800000001df7e058, R11: 0xffffff80002da800\n" "R12: 0x00000000000007b0, R13: 0xffffff8011e56340, R14: 0xffffff8011d8c800, R15: 0x0000000000000006\n" "RFL: 0x0000000000000046, RIP: 0xffffff7f81c4d436, CS: 0x0000000000000008, SS: 0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-1699.26.8/osfmk/i386/trap_native.c:2 78
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80e86e0ec0 : 0xffffff8000220792
    0xffffff80e86e0f40 : 0xffffff80002c4d65
    0xffffff80e86e10a0 : 0xffffff80002daa9f
    0xffffff80efe63880 : 0xffffff7f81c3c2a5
    0xffffff80efe63950 : 0xffffff7f81c3dd9c
    0xffffff80efe63a00 : 0xffffff80002c63b2
    0xffffff80efe63a20 : 0xffffff800022d375
    0xffffff80efe63a60 : 0xffffff800022e060
    0xffffff80efe63ac0 : 0xffffff800022f413
    0xffffff80efe63b20 : 0xffffff800021e612
    0xffffff80efe63b40 : 0xffffff800032af02
    0xffffff80efe63ba0 : 0xffffff80005a9a27
    0xffffff80efe63c30 : 0xffffff8000265695
    0xffffff80efe63c80 : 0xffffff8000265213
    0xffffff80efe63cc0 : 0xffffff800026a64f
    0xffffff80efe63dc0 : 0xffffff800026cdd4
    0xffffff80efe63f40 : 0xffffff80002c3fbb
    0xffffff80efe63fb0 : 0xffffff80002d9ff1
    Kernel Extensions in backtrace:
    com.apple.driver.AppleIntelCPUPowerManagement(193. 0)[654D2ABC-8783-3A8C-ADAC-5B56A63ECDF4]@0xffffff7f81c3a000->0xffffff7f81c61fff
    BSD process name corresponding to current thread: mdworker
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: iMac12,1 (Mac-942B5BF58194151B)
    System uptime in nanoseconds: 85128423582
    last loaded kext at 61311213464: com.apple.driver.AppleBluetoothHIDKeyboard     160.7 (addr 0xffffff7f81c80000, size 20480)
    loaded kexts:
    com.apple.filesystems.msdosfs     1.7.1
    com.apple.driver.AppleHWSensor     1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch     70.12
    com.apple.filesyst
    Tue Sep 11 16:56:07 2012
    Machine-check capabilities (cpu 2) 0x0000000000000c09:
    family: 6 model: 42 stepping: 7 microcode: 26
    Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0980000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0020000000000000 invalid
    IA32_MC6_STATUS(0x419): 0xbe2000000001117a valid
    MCA error code: 0x117a
    Model specific error code: 0x0001
    Other information: 0x00000000
    Threshold-based status: Undefined
    Status bits:
    Processor context corrupt
    ADDR register valid
    MISC register valid
    Error enabled
    Uncorrected error
    IA32_MC6_ADDR(0x41a): 0x00000000749b3100
    IA32_MC6_MISC(0x41b): 0x000004536e028086
    IA32_MC7_STATUS(0x41d): 0x0020000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0020000000000000 invalid
    panic(cpu 0 caller 0xffffff80002c4d65): "Machine Check at 0xffffff7f81c4d436, registersn" "CR0: 0x0000000080010033, CR2: 0x000000000742b000, CR3: 0x0000000017b2f056, CR4: 0x00000000000606e0\n" "RAX: 0x0000000000000001, RBX: 0x0000000000000000, RCX: 0x0000000000000001, RDX: 0x0000000000000000\n" "RSP: 0xffffff810d9ebbc0, RBP: 0xffffff810d9ebbf0, RSI: 0x0000000000000006, RDI: 0xffffff801213d400\n" "R8: 0xffffff8011d8b800, R9: 0xffffff801435c9c0, R10: 0xffffff810d9ebed8, R11: 0x0000000000000001\n" "R12: 0x0000000000000148, R13: 0xffffff8011e552c0, R14: 0xffffff8011d8b800, R15: 0x0000000000000001\n" "RFL: 0x0000000000000046, RIP: 0xffffff7f81c4d436, CS: 0x0000000000000008, SS: 0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-1699.26.8/osfmk/i386/trap_native.c:2 78
    Backtrace (CPU 0), Frame : Return Address
    0xffffff800081bd20 : 0xffffff8000220792
    0xffffff800081bda0 : 0xffffff80002c4d65
    0xffffff800081bf00 : 0xffffff80002daa9f
    0xffffff810d9ebbf0 : 0xffffff7f81c3c2a5
    0xffffff810d9ebcc0 : 0xffffff7f81c3dd9c
    0xffffff810d9ebd70 : 0xffffff80002c63b2
    0xffffff810d9ebd90 : 0xffffff800022d375
    0xffffff810d9ebdd0 : 0xffffff800022e060
    0xffffff810d9ebe30 : 0xffffff800022f413
    0xffffff810d9ebe90 : 0xffffff800021587f
    0xffffff810d9ebeb0 : 0xffffff800021bcda
    0xffffff810d9ebf10 : 0xffffff80002af150
    0xffffff810d9ebfb0 : 0xffffff80002da6ce
    Kernel Extensions in backtrace:
    com.apple.driver.AppleIntelCPUPowerManagement(193. 0)[654D2ABC-8783-3A8C-ADAC-5B56A63ECDF4]@0xffffff7f81c3a000->0xffffff7f81c61fff
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: iMac12,1 (Mac-942B5BF58194151B)
    System uptime in nanoseconds: 244553624109
    last loaded kext at 22408368125: com.apple.driver.AppleBluetoothHIDKeyboard     160.7 (addr 0xffffff7f81c80000, size 20480)
    last unloaded kext at 144820124811: com.apple.driver.AppleUSBUHCI     4.4.5 (addr 0xffffff7f80a45000, size 65536)
    loaded kexts:
    com.apple.driver.AppleHWSensor     1.9.5d0
    com.apple.filesystems.autofs     3.0
    com.apple.driver.AppleBluetoothMultitouch     70.12
    com.apple.driver.AppleMikeyHIDDriver     122
    com.apple.driver.AudioAUUC     1.59
    com.apple.driver.AppleUpstreamUserClient     3.5.9
    com.apple.driver.AppleMCCSControl     1.0.26
    com.apple.driver.AppleHDA     2.2.0f3
    com.apple.driver.AppleMikeyDriver     2.2.0f3
    com.apple.driver.AGPM     100.12.42
    com.apple.kext.ATIFramebuffer     7.1.8
    com.apple.driver.AppleSMCPDRC     5.0.0d0
    com.apple.iokit.IOUserEthernet     1.0.0d1
    com.apple.driver.AppleSMCLMU     2.0.1d2
    com.apple.iokit.IOBluetoothSerialManager     4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.driver.AudioIPCDriver     1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin     5.0.0d0
    com.apple.driver.AppleLPC     1.5.8
    com.apple.driver.AppleBacklight     170.1.9
    com.apple.ATIRadeonX3000     7.1.8
    com.apple.driver.AppleIntelHD3000Graphics     7.1.8
    com.apple.driver.BroadcomUSBBluetoothHCIController     4.0.5f11
    com.apple.driver.AppleIRController     312
    com.apple.iokit.IOAHCISerialATAPI     2.0.3
    com.apple.iokit.SCSITaskUserClient     3.2.0
    com.apple.driver.AppleUSBCardReader     3.0.1
    com.apple.driver.XsanFilter     404
    com.apple.iokit.IOAHCIBlockStorage     2.0.3
    com.apple.AppleFSCompression.AppleFSCompressionTyp eDataless     1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTyp eZlib     1.0.0d1
    com.apple.BootCache     33
    com.apple.driver.AppleUSBHub     4.5.0
    com.apple.driver.AirPort.Atheros40     504.64.2
    com.apple.iokit.AppleBCM5701Ethernet     3.1.2b2
    com.apple.driver.AppleEFINVRAM     1.5.0
    com.apple.driver.AppleFWOHCI     4.8.9
    com.apple.driver.AppleAHCIPort     2.3.0
    com.apple.driver.AppleUSBEHCI     4.5.8
    com.apple.driver.AppleACPIButtons     1.5
    com.apple.driver.AppleRTC     1.5
    com.apple.driver.AppleHPET     1.6
    com.apple.driver.AppleSMBIOS     1.8
    com.apple.driver.AppleACPIEC     1.5
    com.apple.driver.AppleIntelCPUPowerManagementClien t     193.0.0
    com.apple.driver.AppleAPIC     1.5
    com.apple.nke.applicationfirewall     3.2.30
    com.apple.security.quarantine     1.3
    com.apple.driver.AppleIntelCPUPowerManagement     193.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard     160.7
    com.apple.driver.AppleHIDKeyboard     160.7
    com.apple.kext.triggers     1.0
    com.apple.driver.AppleMultitouchDriver     231.4
    com.apple.driver.IOBluetoothHIDDriver     4.0.5f11
    com.apple.driver.DspFuncLib     2.2.0f3
    com.apple.driver.AppleSMBusController     1.0.10d0
    com.apple.iokit.IOSurface     80.0.2
    com.apple.iokit.IOFireWireIP     2.2.4
    com.apple.iokit.IOSerialFamily     10.0.5
    com.apple.driver.AppleHDAController     2.2.0f3
    com.apple.iokit.IOHDAFamily     2.2.0f3
    com.apple.iokit.IOAudioFamily     1.8.6fc17
    com.apple.kext.OSvKernDSPLib     1.3
    com.apple.driver.ApplePolicyControl     3.0.16
    com.apple.driver.AppleSMC     3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy     5.0.0d0
    com.apple.driver.AppleSMBusPCI     1.0.10d0
    com.apple.driver.AppleGraphicsControl     3.0.16
    com.apple.driver.IOPlatformPluginFamily     5.1.0d17
    com.apple.driver.AppleBacklightExpert     1.0.3
    com.apple.driver.AppleThunderboltEDMSink     1.1.8
    com.apple.driver.AppleThunderboltEDMSource     1.1.8
    com.apple.kext.ATI6000Controller     7.1.8
    com.apple.kext.ATISupport     7.1.8
    com.apple.iokit.IONDRVSupport     2.3.2
    com.apple.driver.AppleIntelSNBGraphicsFB     7.1.8
    com.apple.iokit.IOGraphicsFamily     2.3.2
    com.apple.driver.AppleUSBBluetoothHCIController     4.0.5f11
    com.apple.iokit.IOBluetoothFamily     4.0.5f11
    com.apple.driver.AppleThunderboltDPOutAdapter     1.8.2
    com.apple.driver.AppleThunderboltDPInAdapter     1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily     1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.2.4
    com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.2.0
    com.apple.iokit.IOBDStorageFamily     1.6
    com.apple.iokit.IODVDStorageFamily     1.7
    com.apple.iokit.IOCDStorageFamily     1.7
    com.apple.iokit.IOUSBHIDDriver     4.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice     3.2.0
    com.apple.iokit.IOUSBMassStorageClass     3.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily     3.2.0
    com.apple.driver.AppleUSBMergeNub     4.5.3
    com.apple.driver.AppleUSBComposite     4.5.8
    com.apple.driver.AppleThunderboltNHI     1.5.5
    com.apple.iokit.IOThunderboltFamily     2.0.0
    com.apple.iokit.IOUSBUserClient     4.5.8
    com.apple.iokit.IO80211Family     420.3
    com.apple.iokit.IOEthernetAVBController     1.0.1b1
    com.apple.iokit.IONetworkingFamily     2.1
    com.apple.iokit.IOFireWireFamily     4.4.5
    com.apple.iokit.IOAHCIFamily     2.0.8
    com.apple.iokit.IOUSBFamily     4.5.8
    com.apple.driver.AppleEFIRuntime     1.5.0
    com.apple.iokit.IOHIDFamily     1.7.1
    com.apple.iokit.IOSMBusFamily     1.1
    com.apple.security.sandbox     177.5
    com.apple.kext.AppleMatch     1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages     331.6
    com.apple.iokit.IOStorageFamily     1.7.1
    com.apple.driver.AppleKeyStore     28.18
    com.apple.driver.AppleACPIPlatform     1.5
    com.apple.iokit.IOPCIFamily     2.6.8
    com.apple.iokit.IOACPIFamily     1.4
    Process: WindowServer [106]
    Path: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer
    Identifier: WindowServer
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2012-09-11 17:16:00.174 -0700
    OS Version: Mac OS X 10.7.4 (11E53)
    Report Version: 9
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff5508a621
    VM Regions Near 0x7fff5508a621:
    MALLOC_SMALL 00007f86cc800000-00007f86cd000000 [ 8192K] rw-/rwx SM=PRV
    -->
    STACK GUARD 00007fff61bd4000-00007fff653d4000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0
    Application Specific Information:
    objc[106]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreGraphics 0x00007fff8b4671d8 _CGXRedrawWindow + 14075
    1 com.apple.CoreGraphics 0x00007fff8b43377b CGXUpdateDisplay + 6311
    2 com.apple.CoreGraphics 0x00007fff8b42aeed _CGXRunTimerPass + 439
    3 com.apple.CoreGraphics 0x00007fff8b43d8e9 CGXRunOneServicesPass + 161
    4 com.apple.CoreGraphics 0x00007fff8b44727f CGXServerLoop + 165
    5 com.apple.CoreGraphics 0x00007fff8b993142 CGXServer + 1069
    6 WindowServer 0x0000000105fd4f31 main + 9
    7 WindowServer 0x0000000105fd4f20 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x00007fff945367e6 kevent + 10
    1 libdispatch.dylib 0x00007fff8e54278a _dispatch_mgr_invoke + 923
    2 libdispatch.dylib 0x00007fff8e54131a _dispatch_mgr_thread + 54
    Thread 2:
    0 libsystem_kernel.dylib 0x00007fff9453467a mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff94533d71 mach_msg + 73
    2 com.apple.CoreFoundation 0x00007fff92f8950c __CFRunLoopServiceMachPort + 188
    3 com.apple.CoreFoundation 0x00007fff92f91c74 __CFRunLoopRun + 1204
    4 com.apple.CoreFoundation 0x00007fff92f91486 CFRunLoopRunSpecific + 230
    5 com.apple.CoreFoundation 0x00007fff92fa119f CFRunLoopRun + 95
    6 com.apple.CoreGraphics 0x00007fff8b42722d eventThread + 410
    7 libsystem_c.dylib 0x00007fff8a4328bf _pthread_start + 335
    8 libsystem_c.dylib 0x00007fff8a435b75 thread_start + 13
    Thread 3:: CoreAnimation render server
    0 libsystem_kernel.dylib 0x00007fff9453467a mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x00007fff94533d71 mach_msg + 73
    2 com.apple.QuartzCore 0x00007fff88caa2d9 CA::Render::Serv

    Your first two kernel panic reports look very similar to Mac Pro kernel panics cause by uncorrected Memory errors.
    The problem with that idea is that iMac processors do not support Error-Correcting Code (ECC) memory, and do not have the Error-correcting Hardware in the processor to generate this fault -- IF operating correctly.
    I fear you have a very obscure fault in the processor chip, and that is causing an error that should never occur.
    I hope you bought Applecare after your first memory replacement. In my opinion, you may need a new mainboard.
    NB: I do not speak for Apple Computer, Inc.

  • Please help with this registration code issue!

    Hi,
    I just purchased Quicktime Pro, and am trying to use it. For some reason when I am working with a video, my registration code is always showing in the window under the video.
    Why is this, and how can I remove it so that it doesn't constantly show?
    Thanks!

    If you do post a pic, blur out or hide your registration number.
    Never heard of your type of issue either.

  • OMG please help with syncing to yahoo + how long does syncing take??

    tried a lot of times to sync phone and after it appears to be doing it ...will say couldn't find connection and couldn't sync .phone is connected to home wi-fi and so is my laptop ..what gives ...it will sync for 10 min. and then i get that message and it stops..saying no connection.
    been spending way tooo much time on this ..please give me a solution
    thanks

    Not sure what you are asking. Are you asking about syncing to your computer in general? Or syncing to your yahoo calendar? (which can't be done wirelessly either).
    Yahoo calendar can't be synced to the iPhone -- you need to sync it to either Outlook or iCal or Entourage, then sync to your iPhone. Do you have it configured properly?
    First, nothing on the iPhone will sink wirelessly, so you need to be connected to your computer through a USB 2 port.
    It can NOT go through a hub, and must be plugged directly into your computer.
    Second -- do you have the most recent versions of all the software? What are you using, mac or pc? It isn't running Vista, is it (if on a PC).
    Third -- if you still have problems, disconnect -- reset your iPhone, reboot your computer, and try again.
    Fourth -- If you still have problems remove both Quicktime and iTunes from your computer -- reboot -- and redownload the newest versions of both Quicktime and iTunes and try syncing again.
    Fifth -- if you still have problems, disconnect -- reboot your computer, then Restore your iPhone from iTunes.
    Finally -- if none of that works, then a call to cusomer service is in order.
    A sync takes about 40 seconds -- and copying music over takes only a half-minute per album or so.
    You would do best to google "How to sync Yahoo calendar with iPhone" and you will find many solutions -- and many many problems too.

  • Please help with the Universal Dock issue!!!

    Hi,
    I recently purchased a universal dock for my iphone 3g. It works great. I just had one question. When my iphone is sitting on it for lets say 20 - 30 minutes. Then if i press the buttons on the remote. nothing happens! If I then press the home button while it is on the cradle then, the remote, it plays music. There after lets say if I stop stop the music through the remote and again press the remote button after a few minutes it starts playing. So what happens after a long time. Why do i have to press the home button on the iphone for the remote to work. Is that how it is supposed to work???
    Thanks,
    Sunil

    Hello! Am i the only one facing this issue?????

  • Ipod Nano 6th generation setting issue - hi, when i am listening music and the screen goes to sleep my music stop playing.Please help with settings

    hi, when i am listening music and the screen goes to sleep my music stop playing.Please help with settings

    No problem.   And no worries, several people have made this same mistake!
    Either way enjoy the iPod!
    Brock

  • Can you please help me how resolved this issue.

    Hi Experts
    I am trying to connect LDAP by R/3 system. R/3 system connected to LDAP but when I am trying to find and pull the fileds in the "Find in the Directolry" option I am getting below error.
    LDAPRC 010 another server is referenced.
    Can you please help me how resolved this issue.
    With Regards,
    Trinadh Bokka

    You may be able to solve by using
    Note 1151329 - Depth of LDAP search is only one level below the base entry
    Markus

  • Please help with E50 ...

    Hello all
    I have a problem with Nokia E50 phone i can not install any programs or themes on phone !!
    When I try to install any programs or themes show this error
    ( Certificate may not yet be valid or Phones data settings may be incorrect )
    Tried to update my phone found i have last update !!
    and Tried to rest factor setting nothing happend the same problem and same error ... please i need help
    Anyone who faced this problem before please help me .

    Hi
    Facing following ISSUES with brand new e50... someone plz help me out
    Firmware
    v06.41.3.0
    24-10-2006
    RM-170
    Nokia E50
    1. Camera makes noise even in silent mode
    2. "#" does not toggle between profiles
    3. FONT TOOO DAMN SMALL, font in black so cannot use any dark themes(unlike v06.27.xx where font is white)
    4. can not update firm ware... no error messages just a X
    Please help

  • Please help me on URL mapping issue

    Hi,
    I am new to Oracle apps. So please help me to solve this issue. I have created new OC4J instance and changed my URL mapping to /MYApp but when i access application trough browser http://myapp.com/MYApp/../../help I am getting 404 error. If I change the URL http://myapp.com/forms/../../help it works fine. What am i doing wrong?
    Please help me to get raid of this issue.
    Thanks in advance
    Karthik

    Have you attempted to backup and then clear the AIF_EBS_GL_CCID_STG table and then re-ran your data load rule with the "Full Refresh" option?
    If not, you will want to do this and then check the account type in the table after the data load rule run.
    Refer to the following KM Document for information on clearing the table:
    ERPI Code Combinations are Out of Sync With EBS (Doc ID 1473119.1)

  • HT3209 Purchased DVD in US for Cdn viewing. Digital download will not work in Cda or US? please help with new Digital code that will work

    Purchased DVD in US for Cdn viewing. Digital download will not work in Cda or US? please help with new Digital code that will work

    You will need to contact the movie studio that produced the DVD and ask if they can issue you a new code valid for Canada. Apple cannot help you, and everyone here in these forums is just a fellow user.
    Regards.

  • Hi. I have an iPhone 4s. The music doesn't play when I connect it to my car stereo. It used to play previously but stopped playing all of a sudden. My phone is getting charged when I cut it to the USB port. Please help with this. The iOS is 6.1.3.

    Hi. I have an iPhone 4s. The music doesn't play when I connect it to my car stereo. It used to play previously but stopped playing all of a sudden. My phone is getting charged when I cut it to the USB port. Please help with this. The iOS is 6.1.3.

    Hello Priyanks,
    I found an article with steps you can take to troubleshoot issues with an iPhone not connecting to your car stereo:
    iOS: Troubleshooting car stereo connections
    http://support.apple.com/kb/TS3581
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for