Ntpd.service gets re-enabled every boot, packaging issue?

(This is a related to https://bbs.archlinux.org/viewtopic.php?id=150415, but different, so I'll post this separately.)
I have systemd, ntp and NetworkManager and networkmanager-dispatcher-ntpd installed. Since this is a laptop, I do not want NTP to start until after I've established a network connection. This is in essence what the dispatcher package is for.
However, I noticed that the ntpd.service is "enabled" in systemd, which means that it starts well before a Wifi connection is established, and, of course, making the dispatcher script useless, since it's already started.
I thought I could simply fix this with "systemctl disable ntpd.service", but that doesn't really work. After a reboot the ntpd.service is re-enabled again. I *think* this is because the ntpd.service file contains the following section:
[Install]
WantedBy=multi-user.target
And the following command shows ntpd.service listed as well:
systemctl show -p "Wants" multi-user.target
Since I'm not that familiar with systemd (yet), my question is: is this what is happening? Does the ntpd.service get re-enabled because it has that "WantedBy" clause in its service file?
Now, if that is truly the case, is this a bug in the ntp package, or should I simply hack the ntpd.service file and remove the WantedBy clause? Or is that not recommended? I looked at the upstream code and the ntpd.service file appears to be Arch-specific, since it's not in the tarball.

ngoonee wrote:After a fresh boot, try searching for ntpd.service in /etc/systemd/system/multi-user.target.wants, which is the list which actually is enabled by you the user.
Ah! I think I found the culprit. Here's the rundown. I call "systemctl disable ntpd.service" and my /etc/systemd/multi-user.target.wants folder no longer has a link to ntpd.service, as you describe.
I reboot and have no network cable connected, nor any "auto starting" wifi connections. After the reboot, still no entry for ntpd.service in multi-user.target.wants.
Then, I make a wifi connection, which triggers the call to the networkmanager-dispatcher-ntpd script.
Voila: a link now appears in multi-user.target and "systemctl status ntpd.service reports that it is enabled. Therefore, the networkmanager-dispatcher-ntpd script (or, I guess this could be the case, NetworkManager itself?) is re-enabling ntpd.service...
The dispatch script essentially makes this call when a connection is established:
gdbus call \
--system \
--object-path /org/freedesktop/timedate1 \
--dest org.freedesktop.timedate1 \
--method org.freedesktop.timedate1.SetNTP true false
I'm not familiar with "gdbus" - could this be re-enabling the systemd service? Or would it be NetworkManager itself that's re-enabling ntpd.service upon establishing a connection?

Similar Messages

  • Error getting in useradmin after support package issue!!

    Hi all ,
    We have just upgraded our support package for Bi_JAVA and other.According to our BASIS guy the package installation is through.
    But when i checked the portal-----user adminnistration , iam getting the below error.
    500   Internal Server Error
      Web Dynpro Container/SAP J2EE Engine/6.40 
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NoSuchMethodError: com.sap.tc.webdynpro.services.task.IRequestTask.isUsrLogoffRequest()Z
        at com.sap.portal.pb.PageBuilder.wdDoExit(PageBuilder.java:203)
        at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoExit(InternalPageBuilder.java:169)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doExit(DelegatingComponent.java:112)
        at com.sap.tc.webdynpro.progmodel.controller.Component.exitController(Component.java:255)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.exit(Controller.java:154)
        ... 27 more
    See full exception chain for details.
    Correction Hints
    The currently executed application, or one of the components it depends on, has been compiled against class file versions that are different from the ones that are available at runtime.
    If the exception message indicates, that the modified class is part of the Web Dynpro Runtime (package com.sap.tc.webdynpro.*) then the running Web Dynpro Runtime is of a version that is not compatible with the Web Dynpro Designtime (Developer Studio or Component Build Server) which has been used to build + compile the application.

    Hi
    Check SAP Note : 869852
    I think it UME is not correctly installed
    After upgrading your system to a newer SP, you get one of the following
    exceptions when executing the UME WD application:
    o java.lang.NoSuchMethodError:
    com.sap.security.core.wd.umeuifactory.wdp.I
    ExternalUmeUiFactoryCompInterface.hasSimplePermission(Ljava/lang/St
    ring;
    Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/St
    ring;Ljava/lang/String;)Z at
    com.sap.security.core.wd.maintaingroup.MaintainGroupComp.afterModel
    Init(MaintainGroupComp.java:787)
    In order to avoid this error, perform following steps:
    - Open the SDM tool and undeploy all components starting with
    "tc/sec/ume/wd/..."
    - Go to your downloaded SP archives and find the UMEADMIN*.SDA.
    Redeploy it.
    Regards
    Krishna.

  • /etc/hosts works but gets overwritten every boot

    On my system (10.6.8) I can edit /etc/hosts and the changes take effect immediately. The problem is that every time I reboot, my changes are overwritten. Does anyone know what could cause this? BTW this is the exact same unsolved issue found in this dead archived thread.

    "servy" is a computer on my lan that uses DHCP and registers its name with my router which serves DNS. If I comment out the line for "servy" in my hosts file, it immediately takes effect and I can successfully ping it, or lookup its address with "dscacheutil -q host -a name servy", but as soon as I reboot, the /etc/hosts file no longer has the comment in that line. It's like there's a "last known good" copy of the hosts file somewhere and OSX or some service is restoring it every boot.
    timac:~ tim$ cat /etc/hosts
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1    localhost
    255.255.255.255    broadcasthost
    ::1             localhost
    fe80::1%lo0    localhost
    192.168.2.100   servy
    timac:~ tim$ ls -la ~/Library/LaunchAgents/
    total 32
    drwx------   6 tim  staff   204 Nov 13 19:22 .
    drwx------+ 42 tim  staff  1428 Dec  6 21:21 ..
    -rw-r--r--   1 tim  staff   892 Nov 13  2009 [email protected]t.plist
    -rw-r--r--   1 tim  staff   425 Nov 13 19:22 com.apple.FolderActions.enabled.plist
    -rw-r--r--   1 tim  staff   517 Nov 13 19:22 com.apple.FolderActions.folders.plist
    -rw-r--r--   1 tim  staff   677 Oct 22 17:06 org.virtualbox.vboxwebsrv.plist
    timac:~ tim$ ls -la /Library/LaunchAgents/
    total 16
    drwxr-xr-x   4 root  wheel   136 Jan  9 12:31 .
    drwxrwxr-t+ 56 root  admin  1904 Mar  5  2010 ..
    -rw-r--r--   1 root  wheel   635 Sep  9 09:04 com.cisco.anyconnect.gui.plist
    -rw-r--r--   1 root  wheel   786 Jul 10  2011 com.google.keystone.agent.plist
    timac:~ tim$ ls -la /Library/LaunchDaemons/
    total 24
    drwxr-xr-x   6 root  wheel   204 Jan  9 12:31 .
    drwxrwxr-t+ 56 root  admin  1904 Mar  5  2010 ..
    -rw-r--r--   1 root  wheel   485 Aug 31  2009 com.DuetDaemon.plist
    -rw-r--r--   1 root  wheel   669 Feb 17  2011 com.apple.third_party_32b_kext_logger.plist
    -rw-r--r--   1 root  wheel   562 Sep  9 09:04 com.cisco.anyconnect.vpnagentd.plist
    -rw-r--r--   1 root  wheel   790 Jul 10  2011 com.google.keystone.daemon.plist
    timac:~ tim$ ls -la /Library/StartupItems/
    total 0
    drwxr-xr-x   4 root  wheel   136 Dec 31  2010 .
    drwxrwxr-t+ 56 root  admin  1904 Mar  5  2010 ..
    drwxr-xr-x   5 root  wheel   170 Jan 10 09:23 VirtualBox
    drwxr-xr-x   4 root  wheel   136 Mar  7  2010 rEFItBlesser

  • How do I get a service to be enabled only on a reboot?

    Hi!
    Here's what I'm trying to do:
    I have a transient service, which makes configuration changes on the system early in the boot process. However, when I install(import in SMF) this service on a system, I do not want it to run right then as it is too late to make those configuration changes on a running system. I only want it to run at boot time on the next reboot.
    Options I've considered:
    Option A:
    1. Create a manifest with create_default_instance_enabled=true
    2. Put my xml file in /var/svc/manifest/site/mysvc.xml
    I do not want to import this at install time. On first reboot, it picked it up. After that, during testing, I deleted it from the repository, left the service in /var/svc/manifest/site/mysvc.xml, and rebooted, SMF didn't pick it up.
    Option B:
    If I instead have a manifest with create_default_instance_enabled=false, and import this.. How do I then make SMF create an instance of this service ONLY at boot time.
    I've seen other posts which talk about putting your manifest in /var/svc/manifest/site/mysvc.xml or in /var/svc/profile/site.xml. I'm not sure what the difference is between these 2. Unfortunately, I haven't found any documentation on this.
    I'd greatly appreciate some pointers on getting this right.
    Thanks!!
    pramam

    Option A:
    1. Create a manifest with
    create_default_instance_enabled=true
    2. Put my xml file in
    /var/svc/manifest/site/mysvc.xml
    I do not want to import this at install time. On
    first reboot, it picked it up. After that, during
    testing, I deleted it from the repository, left the
    service in /var/svc/manifest/site/mysvc.xml, and
    rebooted, SMF didn't pick it up.Okay.
    Option B:
    If I instead have a manifest with
    create_default_instance_enabled=false, and import
    this.. How do I then make SMF create an instance of
    this service ONLY at boot time. I think you could use svccfg to set the :default general/enabled to 'true'. That wouldn't make it run, but it would try to run on restart.
    I've seen other posts which talk about putting your
    manifest in /var/svc/manifest/site/mysvc.xml or in
    /var/svc/profile/site.xml. I'm not sure what the
    difference is between these 2. Unfortunately, I
    haven't found any documentation on this.The first is for your manifest. That describes your service. You'll notice that most sun services are not enabled in the manfest.
    The second is a profile. A profile is brought in usually at first boot to configure a system. It may enable or disable services. Notice that there are two "generic" profiles. One turns on most things, one keeps a lot of stuff turned off.
    There are 3 site profiles that can be brought in automatically: generic, platform, and site. You can create a site.xml and the first boot that finds it will load it. So at jumpstart time you can put manifests you need in the manifest area and enable/disable what you want by the site.xml.
    If you use a site.xml at jumpstart time, you can't use it later to modify things.
    Darren

  • On my HP laptop I get the following when booting up every time: "Apple Syn Notifier-Entry Ponint Not Found.  The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll

    On my HP laptop I get the following when booting up every time: "Apple Syn Notifier-Entry Ponint Not Found.  The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll
    I have to clear this everytime I boot up?

    With that one, perhaps first try uninstalling and reinstalling your MobileMe control panel. Does that clear up the error?

  • I am really angry that I get this message every time I try to update Itunes.  "The File 'C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi' is not a valid installation package for the product itunes.  Tr

    I am really angry that I get this message every time I try to update Itunes.
    “The File ‘C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi’ is not a valid installation package for the product itunes.  Try to find the installation package ‘itunes.msi’ in a folder from which you can install itunes.
    What kind of gobbledegook is that?  Are you or Microsoft crazy.  Us computer users need simpler instructions.  Or you need to write your programs so that they work.
    Signed,
    Frustrated Apple User
    Dean Weaver

    “The File ‘C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi’ is not a valid installation package for the product itunes.  Try to find the installation package ‘itunes.msi’ in a folder from which you can install itunes.
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • [Solved] Network does not starts on every boot

    Yet another problem on fresh arch...
    Network service does not starts every time I booting my headless. For every 10 attempts service starts 5 or 6 times only.
    Ping says: Networking unreachable.
    systemctl status network:
    network.service - Static IP Connectivity
    Loaded: loaded (/etc/systemd/system/network.service; enabled)
    Active: inactive (dead)
    'systemctl start network' just hangs. In order to get it start I have to reboot the box hoping next boot service will start.
    I am not using dhcp (if it makes a sence). Service was configured as described in wiki for static IP assigning.
    The config itself:
    [Unit]
    Description=Static IP Connectivity
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-enp4s1.device
    After=sys-subsystem-net-devices-enp4s1.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/sbin/ip link set dev enp4s1 up
    ExecStart=/sbin/ip addr add 192.168.1.5/24 dev enp4s1
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev enp4s1
    ExecStop=/sbin/ip link set dev enp4s1 down
    [Install]
    WantedBy=multi-user.target
    What's wrong?
    Thanks in advance for any help.
    Last edited by chord (2013-06-03 17:04:55)

    Thaks for your reply.
    I got this interface name from ip addr,  how it should be named if 'enp4s1' is wrong?
    journalctl is here: http://bpaste.net/show/104083/
    I found only one string realted to this device name:
    Jun 03 15:18:23 localhost systemd[1]: Expecting device sys-subsystem-net-devices-enp4s1.device...
    Is there some other logs where it can be checked?

  • OC4J as a service getting stopped

    Hi,
    We made OC4J as a service but the service is getting stopped for every 2 days. Where can I check the log for this...
    What are the changes I need to make to keep it running continously..
    Thanks

    Hi I used the following command to make it as a service
    "C:\Program Files\JavaService\javaservice.exe" -install "Oracle BI OC4J Server" "C:\Program Files\Java\jre1.5.0_11\bin\client\jvm.dll" -XX:MaxPermSize=128m -Xmx512m "-Djava.class.path=C:\OracleBI\oc4j_bi\j2ee\home\oc4j.jar" -start oracle.oc4j.loader.boot.BootStrap -description "Oracle BI Oc4J Service"
    I think this doesnt have a log ..
    Please guide me..

  • Mac shows iCloud password popup every boot.

    I get this popup window every boot.
    Why does that window show up?
    and How can I fixed it?
    +
    I reinstalled OS X 10.9.3 today.
    Before reinstalling, I didn't see that window.

    You are  not alone.
    This needs an Apple iCloud Guru to clarify & solve.
    This first showed up for me in Mavericks 10.9.3, and was not fixed in 10.9.4. Neither was a beta version. Updating to a later version of the OS also fails to resolve this suggesting that perhaps it is the iCloud authentication server that is broke -AGAIN!
    Unfortunately the Apple helpdesk knows nothing of this issue, or are trying to keep lit under wraps.
    My guess is that some of the downloads from Software Update are in fact experimental builds, Noting that is some countries Apple is playing with two factor authentication, perhaps we have been hit by a build that is trying out an alternative authentication method, that simply keeps failing. Though perhaps it is geolocation triggered, as doing a clean install achieves no improvement.
    ICloud, which I prefer to call iClod still has bugs, but unfortunately those best able to fault find the authentication system are not available to users, so getting this bug fixed will involve further contributions from more clued up users.
    Unfortunately it seems that the failure manifests in several ways, with at least 3 different, but cryptic seemingly random dialogue boxes appearing in response to entered passwords, and also no apparent response at all, i.e., no change.
    What is odd is that one can be successfully signed in to iCoud, able to manage ones account, but unable to successfully verify ones password in the preference pane. Looking deeper in the console loads there is reference to a file not being able to be written. So is this a permissions issue, or is the preferences file to be written missing from the bundle from the iCloud bundle.
    And even more oddly when one intentionally enters an incorrect password in the password verification dialogue, iCloud seems to correctly identify it as an incorrect password, suggesting that iCloud recognises a correct password but then fails to complete the verification transaction.
    Note this iCloud preference pane userID password verification process is not documented anywhere that I have been able to discover. Is it another inadvertent FEATURE of OS X that was mostly deprecated because it did't work as expected?
    One day Apple will wake up and instigate a dedicated iCloud help call centre tasked to ensure that all users have access to this service which has become intrinsic to ownership and use of a Mac.

  • Volsnap - Shadow copies deleted every boot

    Am using Win7 Ultimate Sp1 32 bit.  Since last week (bunch of Windows updates),
    upon every boot, I get a volsnap error:
    shadow copies of volume C: were deleted because the shadow copy storage could not grow in time
    and my system restore points are deleted.
    I  have 150 GB free space on the drive and System protection is allocated for 8% of the drive.  Coinciding with this issue is the fact that I'm also having problems resuming from sleep.  I'm not sure if the
    shadow copy error also occurs on resume from sleep

      Miya,  you are giving me all hotfixes and data for Windows Server 2003.  MY SYSTEM IS WINDOWS 7 ULTIMATE 32 BIT, NOT WINSERVER 2003.
    No errors from the list writers. 
    Writer name: 'Task Scheduler Writer'
       Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
       Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
       State: [1] Stable
       Last error: No error
    Writer name: 'VSS Metadata Store Writer'
       Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
       Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
       State: [1] Stable
       Last error: No error
    Writer name: 'Performance Counters Writer'
       Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
       Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
       State: [1] Stable
       Last error: No error
    Writer name: 'System Writer'
       Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Instance Id: {b50b1477-2fbc-41dd-89df-4f45e38191b5}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'ASR Writer'
       Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
       Writer Instance Id: {22ef4bcf-c0d3-42e4-9640-1eee40b4f170}
       State: [1] Stable
       Last error: No error
    Writer name: 'SqlServerWriter'
       Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
       Writer Instance Id: {fccc9196-9bc7-4a7d-8b7f-526294518933}
       State: [1] Stable
       Last error: No error
    Writer name: 'IIS Config Writer'
       Writer Id: {2a40fd15-dfca-4aa8-a654-1f8c654603f6}
       Writer Instance Id: {e7e433cf-ada1-4789-9fd2-41aa3c287bb8}
       State: [1] Stable
       Last error: No error
    Writer name: 'IIS Metabase Writer'
       Writer Id: {59b1f0cf-90ef-465f-9609-6ca8b2938366}
       Writer Instance Id: {b0a6f36f-5f90-4422-a202-129d53e5e11b}
       State: [1] Stable
       Last error: No error
    Writer name: 'MSSearch Service Writer'
       Writer Id: {cd3f2362-8bef-46c7-9181-d62844cdc0b2}
       Writer Instance Id: {5bbf2361-eaf9-47d5-ac3c-e787fcbfb009}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'BITS Writer'
       Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
       Writer Instance Id: {a99903d2-adee-48c2-88ac-a363f842c9d7}
       State: [1] Stable
       Last error: No error
    Writer name: 'Shadow Copy Optimization Writer'
       Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
       Writer Instance Id: {bab47eec-36b1-42b6-8306-b7d27ef04f0a}
       State: [1] Stable
       Last error: No error
    Writer name: 'Registry Writer'
       Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
       Writer Instance Id: {930544e6-1d88-4b5e-af60-0a419127c20d}
       State: [1] Stable
       Last error: No error
    Writer name: 'WMI Writer'
       Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
       Writer Instance Id: {f0a0c998-b0b4-4e1b-a935-f5be0c78598c}
       State: [5] Waiting for completion
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
       Writer Instance Id: {5baef863-7d48-450c-97f8-9d15b1497365}
       State: [1] Stable
       Last error: No error
    C:\Users\SmallFry>
    C:\Users\SmallFry>
    C:\Users\SmallFry>

  • How can I get network connection when booting from usb stick or dvd

    Computer: HP Pavillion P6-2450eo
    Secure Boot disabled
    Legacy Boot enabled
    Thruogh F9 I can boot in uefi mode from DVD and USB stick but I can't get at network connection from the loadet program. I have tried with Ubuntu 13.04, Linux Mint 15 and Boot Repair - all with same result.
    How can I get the programs to boot with network connection?
    On beforehand thanks!
    poul1304
    This question was solved.
    View Solution.

    Please verify that the programs (Ubuntu, Mint, Boot-Repair, etc.) you are attempting to use, support the Atheros AR8161L gigabit ethernet controller natively. Not all operating systems and software programs support every network device and/or configuration otut of the box. Many times, specific drivers must be loaded or injected into the OS for a device to function properly.
    Please send KUDOs
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • T2000 not enabled to boot from cdrom

    Dear,
    I have new T2000 and want to install Solaris OS but I am not enabled to boot from cdrom. When I run "ok boot cdrom" get following errors -
    Rebooting with command: boot cdrom
    Boot device: /pci@7c0/pci@0/pci@1/pci@0/ide@8/cdrom@0,0:f File and args:
    Can't read disk label.
    Can't open disk label package
    ERROR: boot-read fail
    Evaluating:
    Can't open boot device
    So I searched on google, I got some tips like upgrade the firmware and run the "boot cdrom -nowin" command, I tried alls but no luck ...
    "probe-ide" still shows "Device Not Present"...
    Please share me your experience about this problem if you have....
    ///Thanks
    Mohammed Tanvir

    Run "boot cdrom" twice in quick succession. It worked for me, and it might work for you.

  • After upgrading to Mountain Lion, Interface builder starts up with an error every boot.

    I've got a late 2008 Macbook Unibody 13", and a few months back I upgraded from Snow Leopard to Mountain Lion.  Ever since the upgrade, at every boot up Interface Builder starts up with an error.  I've just ignored it mostly, but now I'm getting annoyed with it.  How can I find the programs that start up every boot to research this, or stop it from loading Interface Builder every time?

    You have to delete it using the minus sign at the bottom. The check/un-check is for hiding items.

  • My 2008 iMac will get to the white boot up screen and has the loading circle and then it will freeze. And will freeze when attempting to boot recovery or bootable disc of Mavericks

    Hi there, I have a 2008 iMac 24' 3.06 Intel Duo with 4gb ram. And yesterday it was working totally fine and jolly with no issues. Then I noticed there was an OS X update for Mavericks, so I finally decided to do it, and once it was rebooted it went to like the grey screen and I could move my mouse, just nothing else was there. So I tried to restart it, and then it booted up, but was really laggy, and so I decided to restart it and try again, this time the iMac froze at the login. So I decided to take it apart, pull the 500gb hard drive, connect it to my MacBook Pro, and then formatted it in Disc Utility. From there, I opened the Mavericks installer on my MacBook and then installed it to the iMac's hard drive via usb hard drive enclosement. And once the install of Mavericks was completed, I put the hard drive back into the iMac and tried to boot it. It now boots up to the white screen with the Apple and the loading circle underneath the Apple and then it freezes and doesn't go any further. So then once that happened, I turned it off and tried to boot it into recovery mode. Then it freezes on the screen with the Apple and loading circle below it. Then out of desperation, tried to use a bootable disc of Mavericks to see if i can at least get the iMac to boot up again, with no success. It froze at the same point again. So now I reach out to the Apple Community to see if anyone else has an idea on what I can do or if anyone had this issue and what they did to resolve it. Any help would be great. Thanks.

    mddcfilms and Pat75, I'm having precisely this same issue -- no booting but spinning and freezing gear under the Apple logo. Have either of you come to a resolution? Here are my details:
    iMac, Early 2008, 24”, 3.06 GHz, 4GB
    September 2013: Nvidia GeForce 8800 GS GPU repaired, HDD replaced with Western Digital 2TB
    21 April 2014: Erased HDD with Disk Utility on Mavericks USB; clean installation of Mavericks from the USB. Process completed without issue, including registration process. After a minute or two of poking around, machine shut down immediately (not through the shut-down process).
    Since then it will not boot up. Grey screen and Apple logo appear, with gear spinning; the gear freezes, then the machine tries to boot up again. Occasionally I’ll hear “To use English for the main language, press the return key.”
    I’ve tried booting into Safe Mode; same gear freeze and restart.
    I’ve tried booting to the 10.9 Recovery disk; same gear freeze and restart.
    Tried booting from Mavericks USB; same freeze and restart.
    Tried booting from 10.6.3 DVD; same freeze and restart.
    Ran Apple Service Toolkit (at Stormfront in the UK), which turned up nothing in error.
    Started in single-user mode to test HDD and RAM, which are fine.
    Started in verbose mode to check logs; some error messages but nothing seems crucial. After the log screen, the grey screen and Apple logo appear, gear spins, and then freeze.
    Cannot get to Apple Hardware Test (vintage machine too old?)
    Cannot get to Target Disk Mode with my MacBook Pro
    Ideas: Potential booting flaw in Mavericks installation. Firmware incompatibility with Mavericks. Hardware issue in Nvidia GPU (known for problems). At the moment I'm hoping that it's a Mavericks installation or firmware issue, though I suspect the Nvidia GPU has blown up on me. These graphics cards are known for being pieces of junk, so I may try installing the lower spec ATI Radeon 2600 GPU if I can find one at a reasonable price.
    Anybody else have precisely these problems or have any advice?

  • Windows 8.1 Ent eval enabled Secure Boot I think

    I want to get my laptop back to its original format.
    Currently dual booting Windows7/8.1
    During the installation of Windows 8.1 Enterprise evaluation it paused to say it was going to enable secure boot.  I did'nt think much of it I thought I could change it back from the bios.  Did it flash my firmware?  I checked the system status
    with msinfo32.exe; was legacy mode and with powershell; secure boot not supported.  I don't have any options to disable secure boot in the bios nor from within Windows -"I know how to disable it in windows 8.1".  I can't boot a foreign
    operating system, but I can boot a Microsoft OS which sounds like secure boot to me.  I want to get it back to running Windows 7 dual booting with Linux.  I use both at work and need both.  I made the mistake by loading the Eval on my primary
    laptop.  I read I need to revert back to Windows 7 completely, formating and re-installing the OS.  Will this clear my secure boot simulation issue?  I have not changed the partitions or removed any O/S's.   What's the best way
    to proceed?

    Hi,
    I want to explain that, Secure Boot is indepent with system, you can disable it in UEFI interface.
    To disable Secure Boot, you can follow the steps below:
    1.Before disabling Secure Boot, consider whether it is necessary. From time to time, your manufacturer may update the list of trusted hardware, drivers, and operating systems for your PC. To check for updates, go to Windows Update, or check your manufacturer's
    website.
    2.Open the PC BIOS menu. You can often access this menu by pressing a key during the bootup sequence, such as F1, F2, F12, or Esc.
    Or, from Windows, hold the Shift key while selecting Restart. Go to Troubleshoot > Advanced Options: UEFI Firmware Settings.
    3.Find the Secure Boot setting, and if possible, set it to Disabled. This option is usually in either the Security tab, the Boot tab, or the Authentication tab.
    4.Save changes and exit. The PC reboots.
    I found an aticle that teach how to install dual-boot Windows 7 and Ubuntu 12.04 on a PC with UEFI hardware:
    http://www.linuxbsdos.com/2012/10/11/dual-boot-windows-7-and-ubuntu-12-04-on-a-pc-with-uefi-hardware/
    Hope this helps.
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • HT3775 I am trying to open a .mov file in "Quicktime" and it keeps saying it doesn't support the file.

    I have made a movie in "Final Cut Pro X" saved it as a .mov file and "QuickTime" won't open it. It keeps saying that it doesn't recognize the file. Ironically there is another .mov file right next to it on the flash drive that opens just fine. I do n

  • I got a mail that indicate  that i was hacked by a server in mexico. I think this is a try to get my creditcard numbers and so on..

    Hello , Your Apple ID [email protected], was just used to purchase "Equal Responsibility" by Climbers from the iTunes Store on a computer or device that had not previously been associated with that Apple ID. This purchase was initiated from Mexico. I

  • Find the IE security settings in BSP

    Hello All, I have a BSP application makes use of ActiveX control for displaying a calendar. This ActiveX control is stored in the form of cab file in the mime repository of the server. When the user runs the BSP application for the first time the act

  • IDML File Help

    Hello, I have sent an IDML file to a client that was created in CS6 and they are unable to open it in CS5.5 getting the error "Cannot open the file ______ Adobe InDesign may not suport the dile format, a plug-in may that supports the file format may

  • Can't reload playbooks OS

    I downloaded BB desktop software. While playbook was on I connected it to pc. It was recognized. Then wile it was off and BB software was running I connected the playbook to pc.  Message saying it couldn't communicate with the device . I clicked upda