2014 DFR X1 Carbon Won't Boot without AC Cord

‎11-30-2014 04:36 PM
Apparently have to start a new topic...so here goes...
Brand new machine.
can boot with AC cord attached (after 3 blinks of the power switch and the Red LED on laptop lid).  but without, the laptop does not boot.
have installed the 1.18 bios and checked for any hardward drivers errors
please help.

I had this problem too and our engineer changed the motherboard which seems to have worked for some people but not for me.  The engineer then noticed that the "intrusion switch" which is on a small 3cm sq board was a bit floppy. 
He changed it for another board that had a switch that felt more positive and closed up the machine.  After attaching the power for the initial boot up it has now worked on every boot up without any AC cord attached.  Hope this helps.

Similar Messages

  • Illustrator CC 2014 (18.1.1) won't boot! Can you help?!

    I have a MacBook Pro (17-inch, Early 2009) running 10.10.2 (14C109) and Illustrator CC 2014 (18.1.1) won't boot. It crashes IMMEDIATELY! I've already uninstalled and reinstalled it. I REALLY need this software. It's my primary production App. Can you help? Thank you!

    bb,
    There have been reports on an issue with Extensions Suitcase a while back.I wonder whether that can still be relevant:
    Here is the Extensions Suitcase 5 update that may solve the issue:
    http://www.extensis.com/support/product-support/suitcase-fusion-5/
    Direct update link:
    http://bin.extensis.com/SuitcaseFusion5-M-16-2-5.zip
    Or you may consider an upgrade to Suitcase Fusion 6:
    Otherwise, there may be something relevant in the Other options (follow the link with that name), such as item 1) or 11).

  • Windows 8.1 Pro won't boot without USB Stick

    Please HELP! I bought a Thinkpad e555 without OS, created installation media for Windows 8.1 in a 64Gb USB stick. When the installation was finalized, I followed the instruction of removing the stick after restarting. After powered on, black screen for hours. Put the usb stick back and Windows booted, finalized the installations and configurations, and started normally. So I started with all of the drivers downloads and installation. So I removed the usb thinking that everthing was ok. But when a restarted it, it wouldn't boot until I restarted it with the usb plugged. Complained with the retailer and sent me a new one. Now I'm trying the installation all over again using a 16Gb USB stick. The same, the OS won't boot without having plugged the USB that I used for installation. What am I doing wrong? Note:NTB LENOVO TP E555 20DH000WGEAMD A8-7100, 4GBx1, 15.6" HD, Black, AMD R5 HD Grafik, 720p CAM, 500GB7200, DVD±RW, RTL bgn+BT, Numpad, No Fingerprint, Akku 6Zellen (48wh), None Preload OS   

    I have this problem on E455. Both in 8.1 Pro.It was after a driver update, but not sure which one.It doesn't what USB device is attached, just so long as there is one.

  • OS Mavericks won't boot without using safe mode

    My macbook pro won't boot up when its not in safe mode. It gets to the apple screen and then freezes but I can move the mouse around. Safari also won't open even when it is booted in safe mode.

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the suggestion of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, proceed anyway.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ "$a" -eq 0 ]]; }; R () { o=; [[ "$r" -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=$(sed 's/^ */   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); [[ "$o" =~ Pass ]] || Pm "POST"; o=$(pmset -g therm | sed 's/^.*CP/CP/'); grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=$(pmset -g sysload | grep -v :); grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(ls /L*/L*/Dia*/*.panic | wc -l); Ps "Panics"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; o=$(df -m / | awk 'NR==2 {print $4}'); [[ $o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf "$Fu" ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; R && o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'); Pm "$d"; done; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; o=$(scutil --proxy | grep Prox); Pm "Proxies"; o=$(scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'); Ps "DNS"; R && o=$(sudo profiles -P | grep :); Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; o=$(find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print); Pm "Bad plists"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
    If you're not logged in as an administrator, you won't be prompted for your password. The script will still run. It just won't do anything that requires administrator rights.
    The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window.
    You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. Please don't copy anything from the Terminal window.
    If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.
    When you post the output, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the output on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the output of the script. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Won't boot without video card

    Hi,
    I have a PT880 Neo-LSR and am trying to run a unix OS.  This is the first time I've used a MSI board, but I've used many other boards without graphics cards since these are being used as servers.
    The problem is that the OS won't boot up unless I throw a pci video card or a agp video card on the board.
    Is there any way around this?  I've searched in the bios but nothing looks like the culprit. Is there a jumper?  Or is this a limitation of the board?
    Thanks,
    Bob C

    I have never had a Server Board but why would you want to boot up a OS without a vidieo card...???  You should be able to post up to the point where the Beeps will let you know that no video card is present.. if a speaker is hooked up.. How you going to see what you are doing in the Bios.??? I must be Tired ....

  • 2014 Mac Book Pro won't boot

    2014 MBP SSD w/Retina Display won't boot.  Machine was running fine and exhibited no problems.  But when I try to power up the screen stays dark.

    Hey RemyVSP,
    It sounds like you are experiencing an issue where you computer will not power up. Here is an article with some tips on addressing this issue:
    If your Mac won't turn on - Apple Support
    https://support.apple.com/en-us/HT204267
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Intel D2700DC + Arch won't boot without display

    I've faced really wierd (to me) problem running Arch as mini webserver on the Intel D2700DC mini-ITX board with Atom D2700 integrated and NM10 Express chipset.
    I successfully installed the system, configured network and started sshd to continue setting up other services remotely via ssh console. Then I disconnected the keyboard and display from the case and put it under the table. After that I was quiet surprised that the system was not starting up anymore.
    After some investigation I've found that the system is not booting if no display is attached to the DVI port of the motherboard. If I start the system with display disconnected, I can hear one beep that notifies about successful BIOS POST, HDD led blinks 2-3 times, and then just nothing happens. System isn't booting up. If I attach the display right after that - nothing is seen on the screen, and display is immediately falling into sleep mode. Keyboard is still active though, and if I press ctrl+alt+del - the system is restarting, and, if display was just connected, it boots ok then. Also it boots fine from the cold state if the display was attached to the DVI port at the time of powering on.
    As I can assume from the timings and HDD led blinking, the boot process stops right after GRUB is loaded. There's nothing in system log, cause it seems that boot hangs just before the kernel is loaded by GRUB. I'm really stuck and don't know how to work around this situation, because if the display was disconnected when system was powered on - then there's no way to see anything on the screen until next reboot, and if the display was connected - then the system boots OK.
    One more thing to notice:
    There was an old CentOS installation on the HDD, to which I installed Arch Linux. I've tried to boot it once or twice before installing Arch, and, as I could remember, it could boot up without display connected, on the very same hardware. So I suppose it's definitely something in Arch that is preventing the system to boot without the display.
    I guess that when no display is connected at boot time, NM10 chipset completely disables onboard video, and because of this we can't see anything on the display until the system is restarted. But this somehow affects Arch, so it can't boot without any video hardware present.
    Last edited by rand256 (2012-05-10 10:23:28)

    I'm afraid there's no such option, but it looks like arch isn't booting just because no graphics card is detected in the system when display it disabled during powering up.
    There is a couple of similar topics about some other linux distros can't boot without video card inserted ([1], [2]) with some recommendations on what to do in such a case.
    I've followed them - including enabling serial console in /etc/inittab, setting nomodeset in kernel line in grub's menu.lst, checking for enabled splash-screens... but that didn't help.
    Does anyone know what options should be tuned in order to boot Arch without any active graphics card present in the system hardware?

  • Windows 7 won't boot without optical drive (SSD, Dual HD)

    I recently purchased an SSD and an optical drive HD caddy so I could use two HDs on my macbook pro. I installed the SSD in the normal HD slot in order to install Windows via optical drive. When I move my SSD over to the optical drive slot, Windows hangs on a black screen before the Windows logo and never boots. I tried moving the SSD back to the main HD slot but without the optical drive installed, the same symptoms occur - no boot. This leads me to believe that Windows will not boot without the optical drive (which was present during installation).
    Perhaps this is a problem with primary/slave drive settings? I learned today that the intel chipsets in macbooks do not have BIOS for Windows and do not allow you to access the EFI. Not sure if that would help anyways.
    Has anyone experienced this and/or have a solution?

    I am suffering the same issue. Macbook pro 15 inch late 2009 with 8gig ram. I have a 256gb ssd newly installed, a dead superdrive (thanks a bunch for the drop in build quality without the drop in price apple) and an optibay caddy which i intend on having my 500gb 7200rpm previous HDD installed in. I had the normal annoying issues trying to get bootcamp working with an external optical drive. I then had the bright idea of taking my external optical drive case apart and discovered its a sata drive with a sata to usb convertor attached. Got bootcamp/win7 installed fine using the superdrives sata connector with the optical drive (essentially having a temporary internal optical drive again).
    OSX and windows function fine as long as the optical drive stays connected. There does not need to be a disc in the drive, i thought windows might be getting boot info from the win disc. Osx boots fine if its just the ssd. Windows hangs with a white screen right at the beginning. Also doesnt boot using boot menu via alt key. Nor using the reEFIt boot menu (installed later now deleted).
    Disk utility says it cannot repair the windows partition and says to back up the data and reformat the drive. This also happens if i use a normal sata drive. I am attempting a few more ideas but at this rate i will be virtual machining windows instead. Far from ideal but seeing as my windows pc is now officially no more and there are two pc only programs i need to use for university i dont have much choice i NEED windows. Anyone got a bright idea that may help?

  • Thinkpad L520 won't boot without nox2apic kernel parameter

    I can't boot using any of the stock arch kernels since 3.2.0 unless I disable x2apic.  There's a bug report at https://bugzilla.kernel.org/show_bug.cgi?id=43054, apparently it's affecting other thinkpads as well. 
    If anyone else is having problems, try adding nox2apic to your kernel command line or compiling a kernel without CONFIG_X86_X2APIC.  And be aware that installing arch using the net install iso will require using this parameter or ignoring the linux package when downloading/installing packages. 
    Booting without disabling x2apic was completely locking up @ the line:
    "ACPI: EC: Look up EC in DSDT"

    Interesting.  No issues here with a T410.

  • Toshiba Satellite 1135-S155 on 2.6.28 won't boot without acpi=off

    Without acpi=off, it freezes at this:
    pci 0000:02:02.0: enabling device (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    With acpi=off, I get this:
    pci 0000:02:02.0: enabling device (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:02:02.0: setting latency timer to 64
    pci 0000:02:04.0: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    (rest of boot goes here)
    lspci tells me that's the cardbus:
    02:02.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Controller [104c:ac50] (rev 01)
    But even if I remove cardbus support from the kernel, it still freezes. I enabled ACPI debugging. No extra output.
    Full lspci output:
    00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3580] (rev 01)
    00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3584] (rev 01)
    00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3585] (rev 01)
    00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 01)
    00:02.1 Display controller [0380]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 01)
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 03)
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 03)
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 03)
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 03)
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 83)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 03)
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 03)
    00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 03)
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 03)
    02:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
    02:02.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Controller [104c:ac50] (rev 01)
    02:04.0 CardBus bridge [0607]: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus Controller [1217:6933] (rev 01)
    02:04.1 CardBus bridge [0607]: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus Controller [1217:6933] (rev 01)
    I'm also having to post this from elinks because X won't start (or locks the term), but one problem at a time. lol
    Does anyone know what else I can do to debug this. I'm not afraid to get my hands dirty.

    Ok, bug report... >.> *cough*
    http://bugs.archlinux.org/task/13262

  • P55-CD53 Won't Boot Without CPU

    I know this is probably a dumb question, but I just got all my parts in except my GPU and CPU. I plugged everything in and bumped the power button on the motherboard while hiding some cables. It started up, a few lights came on, and it instantly shut down. It went into a loop of flashing on and off every 3 seconds until I shut the power supply off manually (switch in the back). Did I mess anything up? More importantly, did I find out that my board is faulty? Or is it just doing this because the CPU isn't installed?
    Currently, I have:
    RAIDMAX RX-630SS PSU
    P-55 CD43 MSI motherboard
    GEIL DDR3 1066 2GB (x2) RAM
    What just happened?
    Joe

    Quote from: cpljwlusmc on 03-January-11, 10:03:19
    Just to clarify, I wasn't trying to boot my computer without a CPU. That makes no sense . I was concerned as to any damage as to what may have happened (if any) by accidentally starting up my motherboard. As I stated before, I hit the motherboard's power button accidentally while moving around some extra cables (i don't have a fully modular PSU). Also, I have heard a couple incidences where the MSI P55-CD53 will not start up at all, and will light up for a second and then shut down. I was concerned because I thought I may be having the same problem. But that will be determined as soon as I get my Core i5-760 in it. But my main concern was if I had inflicted any damage to my motherboard in any way. It's not something I've ever done before (I'm usually more careful than this lol), so I wasn't sure. I'm not COMPLETELY dumb, lol 
    Refrain from even taking the side panel off whilst it's powered.  Some static from you and you could damage something.  It's not worth the risk.
    May I ask why the power cable was even plugged in, never mind turned on?
    Board > CPU & memory > install board in case > graphics card, ODD, storage devices & others > install PSU and connect cables.
    Do not let your impatience get the best of you.

  • K9N SLI won't boot without a video card

    I am trying to launch my MB without a video card. During start up it makes several beeps and seems to halt without booting. I have set the BIOS option 'Halt on' to 'No errors', but it didn't help. Is there any way to overcome this problem?

    Quote from: Plus! on 17-May-10, 23:08:47
    I quite often read about configurations that successfully run without video (either onboard or discrete). It is typical for the headless machines.
    Those machines redirect it to something else. Typical to RS-232 or Networkcard.
    They are not your normal desktop board.
    I have a headless machine here, called a Cobalt Raq2, it outputs the screen via RS-232, else it's impossible to install anything on it.

  • MBP won't boot without power adapter also problem when waking from sleep

    Hi guys,
    I have a MBP 2.8 GHz Intel Core 2 Duo with 4GB 1067 HHz DDR3
    I have had this issue for a while now and done a lot of research to solve the problem, but not got anywhere...
    I can't boot the mac without the magsafe attached. Also, I'm not sure it is a related issue, but if I close the lid on the computer, it goes to sleep fine, but when I lift the lid to begin working again, the screen is like an opaque white and I get a blocked loading bar at the bottom that takes an age to clear and then when the screen wakes up it take a while to become life again. I also had an issue with the motion sensor. When I moved it, It would send itself to sleep. The battery icon also displays an X in it and has done for a while.
    To try and solve this I have:
    • Reset the PRAM
    • Reset the SMC
    • Booted from disc and repaired permissions and made sure the disc was OK
    • Bought an new official Apple battery
    • And pretty much everything else I can think of and have read about.
    A while a go (Whilst in warranty) I had a problem with the USB board thingy (The board that runs keyboard, tracker pad and USB etc). Not sure if that helps.
    I am starting to think it is hardware (RAM maybe??).
    Can anyone help??
    Thanks in advance.

    As an update...
    I have now tried:
    Erasing the HD and installing SL from scratch and then used Time Machine to put back my files and apps.
    Guess what... No joy.
    Can anyone actually help with this? I take it I am on my own in this 'Support' forum?
    If anyone has any further suggestions that I might be able to try that would be wonderful. My head is getting quite sore now from banging it against the brick wall.
    Thanks in advance

  • Zentyal VM on Xenserver won't boot without Installation DVD in the drive

    I have a Xenserver loaded on a 2 Dell Poweredge R730's on which I have successfully loaded numerous virtual machines of different OS's.( ie Windows 8.1, CentOS 7, Debian)However, I just created Zentyal VM's on both servers without any issue until I attempt to reboot or spin them up. If the Installation DVD is not loaded in the drive - the VM's refuse to start.
    Since this is happening immediately after finalizing the first installation - I was hoping someone may have already come across this before.Tail of SMLogs-- First Server --
    SM: [8670] Entering _checkMetadataVolume
    SM: [8670] LVMCache: will initialize now
    SM: [8670] LVMCache: refreshing
    SM: [8670] ['/usr/sbin/lvs', '--noheadings', '--units', 'b', '-o', '+lv_tags', '/dev/VG_XenStorage-8bd26759-5332-db28-ff92-70aa57f851e8']
    SM: [8670] pread SUCCESS
    SM: [8670] vdi detach {' sr_uuid' :...
    This topic first appeared in the Spiceworks Community

    SecureHerohas 2 great toolsto help you secure and protect your systems --File System AuditorandLogOn Reporter.File System Auditorwill get your file servers under tight control.Audit the Who, What, Where and When of file access for regular users and privileged accounts. Gain complete visibility, build easy reports and export data, save file access and historical data. LogOn Reporterwill tell youwhere your users stop by on the corporate network. Track and report on logons of real users without agents without leaving any footprints. Prepare for security investigations. Ensure requirements of compliance regulations.#securehero #ITsecurity #enterpriseIT #activedirectory #software #securitysoftware #filesystemauditor #logonreporter

  • K8N Neo4 Vista Won't Boot Without Disc

    hi
    I recently installed vista ultimate x64 by booting from the disc using the f11 boot menu and formatting my hard-drive with winxp installation to have a clean vista install. After installation, i have a problem where vista will not boot unless the bios is set to boot from cd/dvd drive and the disc must be in the drive; otherwise i get the message "disk boot failure, insert system disk and press enter". If I then put the disc in and press enter, it still will not boot; so the disc must be in the drive when the PC starts/restarts and the bios set to boot from cd/dvd drive.
    The drive I have installed vista onto is a 80gb SATA; I tried booting into vista with all other devices disconnected so only the hard-drive was connected on its own, but this still didnt work.
    Having a look around I havent found a solution yet but someone managed to fix there problem (was a different mobo tho) by flashing their bios to the latest version. I was running version 1.9 and updated to 1.D; though this hasnt fixed the problem and instead the booting up of the PC seems to be slower as it takes longer for IDE detection to come up. I flashed the bios down a step to 1.C to see if this speeded things back up but it still has a slower boot and the IDE detection doesnt come up as quick as on 1.9. Is this common?
    I can live with the slower IDE detection but I would like to fix the problem with booting vista via the dvd; anyone have any suggestions?
    Also I have noticed that the SATA drives are displayed under Device Manager as ATA devices within Vista; I havent been able to install any nforce4 drivers which comply with vista x64 so the drivers installed are from vista installation.
    Any help is much appreciated.
    Mark

    This issue is not just with Vista but is with all newer versions of microsoft windows if you look on the ide device and you see ANY system files it is this that stops you from booting properly formatting the ide drive will not fix this issue remove it and then reinstall vista on the sata drive put the ide drive back in and delete the system files from it all should be good then

Maybe you are looking for

  • Maintenance view event for validation when changing data

    Hi All, I have a maintenance view on a table that should validate some fields during user input. I am using event 05 'Creating a new entry' to validate fields when user creates new entry in the table. That works fine. I would like to have the same va

  • Error message when trying to view calender after publishing

    After publishing my calender I get an offer to send email to invite viewing/subscribing. The email goes through but when I try to follow the link to view I get this error We're sorry but we cannot find the iCal you've requested. It's possible that it

  • Time Capsule - a wireless router?

    I'm considering buying a Time Capsule, and was looking at the site recently, and I noticed that the word router kept popping up again and again. I don't understand the jargon, and I was wondering - is the Time Capsule an internet router, or just a hu

  • Quicktime : how to encode a video for the N95

    Hi ! I have a N95 8Go and a Mac... I use Quicktime Pro to encode videos and I want to make H.264 videos for my N95. Sadly, all videos I've created can't be read by N95's Real Player (audio/video error). How can I do ? Thank you

  • Importing Collada (.dae) problem

    Hi I have a simple ( but extremely annoying ) problem. Im trying to get a .dae into ibooks author. When I export a model out of Sketchup or Photoshop as .dae the camera looks perfect on screen but when it comes out its upside down and back to front e