System won't boot following install (grub issue) [solved]

Hello, everyone.
I'm new to Arch Linux, but I am no stranger to the world of Linux.  I have been using Ubuntu and other derivatives of Linux for over a year now, and I have been trying to soak in as much knowledge as I can.
I have performed successful installs of Arch before in VirtualBox, but when it came to installing on my physical PC, I encountered some problems.
I had succeeded in every step of the installation up until the bootloader installation.
Grub said it had installed correctly, but refused to boot when I rebooted my machine.
The Arch bootloader shows up upon starting my PC, and everything looks normal until I attempt to start it.
Then, it gives me a weird error message.
Here's the link for the picture of the screen:
https://drive.google.com/file/d/0Bwy5oX … sp=sharing
My system is a x86_64 Toshiba Satellite L55-A5284, which means it is UEFI.
I have SecureBoot disabled following when I installed Ubuntu.
I want it to be able to dual boot Arch and Windows 8.
Yes, I've read the amazing Arch Wiki and the articles about Grub and UEFI.
I'm still confused.
I would prefer not to do a reinstall if that is not necessary.
Last edited by physicsshark (2014-06-02 18:42:28)

It looks to me like the UUID of your boot partition is incorrect in grub.cfg. If you boot from the install disc and run 'lsblk -f' it should list all your partitions with their UUID. You can then try manually editing your grub.cfg to properly locate your boot partition.
If you need more help I'd suggest posting your grub.cfg and the output of 'lsblk -f' and letting us know which partition is what.

Similar Messages

  • System won't boot after installing updates

    took windows 8 off it reinstalled windows 7 then stared to reinstall the drivers then restarted the machine and it started beeping 8 times and won't show anything in the screen now
    Spec:
    i5 2.9ghz
    8gb ram
    Navidia gt705

    Hello @Seanl56,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your desktop computer is making a beeping noise when you uninstalled Windows 8 for Windows 7, and I would be happy to assist you in this matter!
    According to this document on BIOS Beep Codes, 8 beeps indicates an issue with the video memory. To further diagnose this issue, I recommend removing any video card you have installed on your computer to test the on-board graphics card. If the beeping noise persists, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • [SOLVED] Arch won't boot after install - "GRUB" on black screen

    I've installed arch on my 1000H from usb stick using zeneee kernel as described in wiki. Right after install everything was fine - wireless and ethernet were working normally, so i've done reboot.
    Now it shows me black screen with "GRUB" text (sic! not "grub>", no error messages) on it. keyboard is not working.
    I've tried reinstalling completely again - with full repartitioning of HDD and this time without installing eee kernel - just stock kernel26. Everithing went ok, i've checked grub settings and partitions - ok, but after reboot - again "GRUB" and non-working keyboard.
    I'm completely out of ideas.
    EDIT: turns out i misplaced GRUB or something. reinstalled placing GRUB on /dev/sda. works fine now.
    Last edited by glas01 (2008-11-29 12:46:15)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • System won't boot after install unless partition seperation is done.

    I'm trying to do my favourite partition scheme of 'root partition only'.
    I've followed this guide.
    I've followed all of it except for the partitioning scheme it showed me and the formatting and the mounting.
    Here is what I did instead (after cfdisk for 1 bootable root partition):
    mkfs.ext4 /dev/sda1 && mount /dev/sda1 /mnt && mkdir /mnt/home
    ... and so on ...
    The installation worked fine, but, when I rebooted. GRUB shows up, I chose the first option, something similar to "No kernel found." appeared.
    Weird...
    Currently, I am forced to stick with the root and /home/ partition split.
    Does anyone have a solution to this?

    Yes.  Properly configure your boot loader.  If you have a single partition the settings need to be adjusted so that the bootloader can find the kernel and initrd which are no longer in the base directory of the boot partition - they are in /boot/

  • Btrfs: System won't boot anymore after unclean shutdown

    Hi,
    I have a problem with my ArchLinux (kernel 3.19.2-1-ARCH).
    I have my root partition as BTRFS and no /boot partition.
    After an unclean shutdown the system won't boot anymore.
    GRUB loads the kernel and the kernel starts but it hangs saying: Mounted /dev/sda3 on real root.
    Then, I have to start a Live CD and do:
    btrfsck /dev/sda3
    After that the system boots correctly.
    I've tried adding fsck to the HOOKS in the mkinitcpio.conf file and in fact it tries to fsck the filesystem (but with BTRFS, fsck.btrfs doesn't work...)
    What can I do?
    Thanks

    I'm also having this problem. I tried booting up the netinstall image to debug it, but I can't mount my btrfs volume from there either: mount just hangs. After a while, the kernel goes:
    [...] INFO: task mount:612 blocked for more than 120 seconds.
    [...] Not tainted 3.19.2-1-ARCH #1
    [...] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [...] INFO: task btrfs-transacti:636 blocked for more than 120 seconds.
    [...] Not tainted 3.19.2-1-ARCH #1
    [...] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    From this post I guessed that I might just need to wait so that I could defrag the volume once it was mounted, but it's been hanging for over 15min now (the message above continues to come up periodically).
    Like the OP in the thread I linked to above, my btrfs volume is inside an LVM volume (which is on dm-crypt). Don't know whether that's relevant.
    Output of btrfs-check:
    Checking filesystem on /dev/pixie/btrfs
    UUID: e04cc661-e31a-4dbf-870d-664bc913e34a
    found 76855677062 bytes used err is 1
    total csum bytes: 72928436
    total tree bytes: 2092515328
    total fs tree bytes: 1888452608
    total extent tree bytes: 104644608
    btree space waste bytes: 357251032
    file data blocks allocated: 181197139968
    referenced 109440282624
    btrfs-progs v3.19
    dmesg output:
    [ 36.824998] Btrfs loaded
    [ 36.826713] BTRFS: device fsid e04cc661-e31a-4dbf-870d-664bc913e34a devid 1 transid 98618 /dev/dm-3
    [ 46.219014] BTRFS info (device dm-3): disk space caching is enabled
    [ 46.259830] BTRFS: detected SSD devices, enabling SSD mode
    [ 240.333313] INFO: task mount:539 blocked for more than 120 seconds.
    [ 240.335542] Not tainted 3.19.2-1-ARCH #1
    [ 240.337795] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 240.340263] mount D ffff8800cf2837f8 0 539 453 0x00000000
    [ 240.340277] ffff8800cf2837f8 ffff8800cf2331b0 0000000000013f00 ffff8800cf283fd8
    [ 240.340286] 0000000000013f00 ffffffff81818540 ffff8800cf2331b0 ffff8802094f67a8
    [ 240.340291] 0000000000000004 ffff8800cf283758 ffffffffa0a2fc91 ffff8802094f67a8
    [ 240.340298] Call Trace:
    [ 240.340335] [<ffffffffa0a2fc91>] ? set_extent_buffer_dirty+0x71/0xc0 [btrfs]
    [ 240.340357] [<ffffffffa0a05796>] ? btrfs_buffer_uptodate+0x56/0x80 [btrfs]
    [ 240.340366] [<ffffffff8155e999>] schedule+0x29/0x70
    [ 240.340389] [<ffffffffa0a47745>] btrfs_tree_lock+0x65/0x200 [btrfs]
    [ 240.340396] [<ffffffff810b4380>] ? wait_woken+0x90/0x90
    [ 240.340410] [<ffffffffa09e5cd9>] btrfs_search_slot+0x799/0xaa0 [btrfs]
    [ 240.340425] [<ffffffffa09e79f5>] btrfs_insert_empty_items+0x75/0xd0 [btrfs]
    [ 240.340446] [<ffffffffa0a47a37>] btrfs_insert_orphan_item+0x67/0xa0 [btrfs]
    [ 240.340465] [<ffffffffa0a4a12e>] insert_orphan_item+0x5e/0x90 [btrfs]
    [ 240.340482] [<ffffffffa0a4c531>] replay_one_buffer+0x361/0x380 [btrfs]
    [ 240.340504] [<ffffffffa0a2f244>] ? alloc_extent_buffer+0x34/0x370 [btrfs]
    [ 240.340523] [<ffffffffa0a488f3>] walk_down_log_tree+0x1d3/0x410 [btrfs]
    [ 240.340540] [<ffffffffa0a48bfb>] walk_log_tree+0xcb/0x1d0 [btrfs]
    [ 240.340558] [<ffffffffa0a507f7>] btrfs_recover_log_trees+0x1e7/0x490 [btrfs]
    [ 240.340575] [<ffffffffa0a4c1d0>] ? replay_one_dir_item+0xf0/0xf0 [btrfs]
    [ 240.340596] [<ffffffffa0a08b3e>] open_ctree+0x17ae/0x2030 [btrfs]
    [ 240.340609] [<ffffffffa09dd633>] btrfs_mount+0x843/0x920 [btrfs]
    [ 240.340618] [<ffffffff8117b7aa>] ? pcpu_alloc+0x35a/0x680
    [ 240.340628] [<ffffffff811d5d68>] mount_fs+0x38/0x1c0
    [ 240.340634] [<ffffffff8117bb05>] ? __alloc_percpu+0x15/0x20
    [ 240.340641] [<ffffffff811f116b>] vfs_kern_mount+0x6b/0x120
    [ 240.340647] [<ffffffff811f4184>] do_mount+0x224/0xb40
    [ 240.340653] [<ffffffff811f4dae>] SyS_mount+0x7e/0xe0
    [ 240.340661] [<ffffffff81562809>] system_call_fastpath+0x12/0x17
    [ 240.340671] INFO: task btrfs-transacti:561 blocked for more than 120 seconds.
    [ 240.342927] Not tainted 3.19.2-1-ARCH #1
    [ 240.345175] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 240.348473] btrfs-transacti D ffff88020b88bd98 0 561 2 0x00000000
    [ 240.348483] ffff88020b88bd98 ffff880211edc590 0000000000013f00 ffff88020b88bfd8
    [ 240.348491] 0000000000013f00 ffff8802162289f0 ffff880211edc590 ffff8802094a70c8
    [ 240.348496] ffff8802094d8000 ffff880200000000 ffff8802094d8000 ffff880200000033
    [ 240.348501] Call Trace:
    [ 240.348511] [<ffffffff811b5d1a>] ? kmem_cache_alloc+0x16a/0x180
    [ 240.348525] [<ffffffffa09e07ca>] ? btrfs_free_path+0x2a/0x40 [btrfs]
    [ 240.348543] [<ffffffffa0a64213>] ? __btrfs_run_delayed_items+0xf3/0x1d0 [btrfs]
    [ 240.348550] [<ffffffff8155e999>] schedule+0x29/0x70
    [ 240.348568] [<ffffffffa0a0b555>] btrfs_commit_transaction+0x2a5/0xbe0 [btrfs]
    [ 240.348573] [<ffffffff810b4380>] ? wait_woken+0x90/0x90
    [ 240.348590] [<ffffffffa0a06fc5>] transaction_kthread+0x1d5/0x240 [btrfs]
    [ 240.348605] [<ffffffffa0a06df0>] ? btrfs_cleanup_transaction+0x5a0/0x5a0 [btrfs]
    [ 240.348611] [<ffffffff81091748>] kthread+0xd8/0xf0
    [ 240.348617] [<ffffffff81091670>] ? kthread_create_on_node+0x1c0/0x1c0
    [ 240.348624] [<ffffffff81562758>] ret_from_fork+0x58/0x90
    [ 240.348629] [<ffffffff81091670>] ? kthread_create_on_node+0x1c0/0x1c0
    Last edited by ouroboros8 (2015-04-02 12:37:25)

  • System won't boot. INIT: No inittab file found Enter runlevel:

    After the latest update that changed how intel ucode is updated, my system won't boot.
    I think I missed a line when I edited "/etc/grub.d/10_linux" and ran grub-mkconfig -o /boot/grub/grub.cfg.
    Any ideas on how to fix this?
    I can't run grub-mkconfig from another machine, as it uses the live kernel info.
    Any help would be greatly appreciated. Otherwise I'll have to reinstall

    TheSaint wrote:
    SyXbiT wrote:
    But I still get the error:
    system won't boot. INIT: No inittab file found
    Enter runlevel:
    It seems to me that you've an old Arch version. inittab is deprecated AFAIK.
    What is the Arch iso version?
    That would probably be mid-2012 at the very latest I think as that's when I remember completely moving over to systemd...
    @SyXbiT: Are you using the current Arch install ISO?

  • [SOLVED] Switch to systemd - Now system won't boot

    I saw that todays update upgrade included the installation of systemd. I looked the wiki and did the necessary changes (I already had made the /etc/hostname etc. files). So I added the
    init=/bin/systemd
    line to grub and now my system won't boot. I get an error saying something about syslog service not enabled and then a black screen. I can boot my machine fine without the "init=/bin/systemd" line but I want to run a pure systemd system since Arch is moving to it anyway. In the wiki it mentions to install systemd-sysvcompat but it conflicts with initscripts it says. What am I doing wrong or missing?
    Last edited by fettouhi (2013-12-08 14:42:04)

    fettouhi wrote:
    Thanks for the clarification about the DAEMONS list. My DAEMONS list is:
    DAEMONS=(!hwclock ntpd syslog-ng !network netfs crond @alsa dbus networkmanager ufw cupsd avahi-daemon samba)
    when I try to enable alsa and dbus I get this
    [root@andre ~]# systemctl enable alsa-store.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@andre ~]# systemctl enable alsa-restore.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@andre ~]# systemctl enable dbus.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    Is LVM handled automatically by systemd? The reason I ask is because I have the USELVM= set to YES in rc.conf.
    I made the permanent transition to systemd and did not start alsa at all - sound works fine - so I never bothered with the alsa-store/alsa-restore service files at all - it just works! Also dbus gets handled by default in systemd so you don't need any starting of dbus service at all... it just works.

  • Ibook g4 won't boot from install disks

    Got an ibook g4 1.33 ghz combo drive from original owner w/install disks. I want to reinstall original system but it won't boot from install disk 1. Tried starting holding down c but ignores disk. Holding down option just gives me the HD. Install disk shows up on desktop and opens. Tried disk utility from install disk but it doesn't allow me to erase the hd. Is there anything else I can do? Thanks.

    OK, so let us suppose that you have the correct disk, the possibilities are:
    • the optical drive is not functioning properly. However, since the disk shows up on the desktop the drive is apparently reading it.
    • the disk itself is the issue. It could the wrong disk, but let us assume it is not. It could be damaged so that it is no longer bootable, or it could dirty. I would begin by giving the disk a good buffing and see if that will encourage it to boot the computer.
    Good luck.
    cornelius

  • Macbook pro won't boot after installing update 10.9.3

    macbook pro won't boot after installing update 10.9.3

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • System won't boot-no chime.

    Despite repeated attempts and resetting the CUDA button, the system won't boot when start button is pressed. In the first few seconds it seems to make normal sounds; but no chime and settles into simply fan noise. This is true even if using C (with an Install CD). or Shift key. Is there anything else I can try? (I know it's actually a G3 B&W Motherboard; but I had nowhwere else to post it)

    I do not remember exactly what was happening when it stopped. It may have been executing something , hung up, and wouldn't respond to the Command-Opt-Esc or I do remember one incident when it was booting up and stopped when it was partly thru "searching for local discs.
    I checked the ref. article and tried to measure the voltages on the power connector. I was never quite sure what pin was what, since the colors did not jive with those in the article. At any rate 2 were approx. + 5 V (one was 4.85), the rest were essentially zero (I believe 1 or 2 were about 300 mv). I did notice that when the power connector is reconnected and start up is attempted, 3 little green lights come on on the motherboard. One goes off after a while.
    I have tried the old Sonnet upgrade and have tried reseating all the RAM modules. All to no avail.
    The Hard drive and all other parts seemed to be working fine prior to the failure.

  • Upgrade from snow leopard 10.6.8 to montain lion on a iMac system won't boot getting a crossed out circle

    Upgrade from snow leopard 10.6.8 to montain lion on a iMac system won't boot getting a crossed out circle

    Clean install OS.10.6.8 update it completly. May be you ignored some firmware update.
    I have two incedents.
    My thunderbolt port stopped working after upgrading to ML 10.8. I booted from external 10.6 , 10.7 still didnt work. Then i clean installed 10.6.8 and ran software update it updated the thunderbolt firmware and all is well now. This firmware update for some reason didnt show up in ML 10.8.
    Secondly , when i upgraded my Brother's Macbook from 10.5 to 10.6.3 it would install but stuck with crossed out circle. Then i downgraded checked for update found an efi update , then the 10.6.3 worked fine.

  • New iMAC. TRIED TO INSTALL LEOPARD. EJECTS CD. WON'T BOOT OFF INSTALL CD

    WHAT A NIGHTMARE!New iMac came today-- with antique software. Tiger installed from factory-- and way out of date. Leopard DVD included in box-- tried to install- just keeps ejecting the CD when trying to do the reboot. 2.5 hours on the phone with overseas Apple support (ha!)-- machine will not boot from install CD's (either Leopard or Tiger). Keeps ejecting the cd.
    What crap. ANybody else have this problem? I bought a mac because I didn't want to fight sw issues. Boy was this a mistake.
    Any advice appreciated, or I'm sending the POS back to Apple get a refund and buy a Dell.

    l8_apexer wrote:
    what would you think of ordering a machine based on seeing it demoed with Leopard-- only to have it shipped from the factory in China with Tiger-- and first thing it does is look for softwre updates-- and find over 150MB of updates it wants to install-- -within its first 15 minutes of being powered up????
    If that's not shipping a machine with old software- I don't know what is.
    What's the fuss about apple anyway? Shipping machines that don't have current sw loaded, won't boot from install DVDs, and then tell the customer that it will take two weeks to replace the unit-- or I can drive to an APple store (with gas at 3.25 a gallon which is an hour away) and maybe they can fix it, but not sure if the parts are available?
    Has anybody else had this problem?
    I would ask for a new machine with Leopard pre-installed which is what you expected to get and paid for. I can only assume it's an older machine since the new ones do come with Leopard installed.
    My opinion, for what it's worth is to return it and ask for the new Leopard version.

  • System won't boot up

    Help please. I have a kt6 delta running an athlon 2700+ xp chip, 512 mb ddr 400.
    When I set the fsb at the correct speed for the chip (166) the system won't boot hard drive led lights up constant. dvd drive  and cd-r drive each run but the system won't boot.  system seems to run fine at default and 133 mhz but the chip is incorrectly identified in windows (xp pro sp1) Any Ideas whats wrong?

    Hi -   I have the same board with the same processor, I have not problems rebooting after changing the bus speed. But I have had problems rebooting after adding in any card PCI or AGP. the system seems to have trouble clearing the Cmos, I would try clearing the CMOS with  the JBAT. it doesn’t always seem to work but I have had some luck, though I have also pulled out the battery a couple of time too..
    Good luck!

  • Please Help: Installed new CPU (i7) now system won't boot.

    I'm hoping someone can help.
    I have an MSI H55M-P31 (MS-7636) motherboard, and I updated the BIOS to 1.A0.
    But when I installed the new CPU, I get 3 Long beeps, and then my computer won't boot.
    I have 4Gigs of Memory
    Current CPU: (working 100%)
    3.07 gigahertz Intel Core i3 540
    64 kilobyte primary memory cache
    256 kilobyte secondary memory cache
    4096 kilobyte tertiary memory cache
    64-bit ready
    Multi-core (2 total)
    Hyper-threaded (4 total)
    500watt PSU
    Please Help, I don't know what to do now. (did check CPU compatibility on website - i7870)

    What PSU is that and what are the ratings of that PSU ? See the label on the side.
    Are you trying to use the onboard graphics?
    That CPU does not have integrated graphics.  http://ark.intel.com/products/41315

  • New GTX 770 in existing system won't boot

    So I thought I upgrade my PC with a brand new MSI GTX770. The system just won't start. Screen shows B2 in lower right hand corner and a solid cursor upper right. After a while the cursor starts blinking and B2 dissapears. Still a black screen. No possibility to enter bios, no bleeping, all fans are spinning.
    When I put back in my good old MSI GTX580 all is fine again.
    I am an advanced (MSI) user but never ever experienced this before. Highly frustrating and surely no plug and play experience. What to do? Underneath you'll find my systems components:
    OS: Microsoft Windows7 64bit Home Premium Gold (SP1)
    SSD (boot): Samsung SSD 840 EVO 250GB
    Memory: Corsair Vengeance BLUE,1600-8GB KIT
    PSU: Cooler Master Silent Pro M2 720WATT
    Mobo: MSI Z77A-GD65, s1155, 4x DDR3, 4x SATA-300, 4x SATA-600
    BIOS Version Mobo V10.1/21020208
    VGA (new): MSI Geforce GTX 770 2Gb
    VGA (old): MSI Geforce GTX 580 1,5Gb
    CPU: Intel Core i5 3570K, 1155, 3,4GHz, Box
    CPU Cooler: Scythe Mugen 2 Rev. B
    HDD: Seagate Barracuda 2TB - 3.5inch
    SSD: Crucial m4 , 128GB, 2.5", SATA 600, SSD
    DVD: Sony Optiarc DVR DL 24X,SATA
    Casing: Corsair Graphite 600T
    PS: I did not manage to find a similar problem on this forum let alone a solution to it. I tried BIOS A vs BIOS B to no avail. Somewhere else I read I may have to flesh the new cards BIOS but how to do so if I cannot even get it to work?
    Any help is welcome!

    Today I received the following I was like really???!!!!
    "Dear Sir/Madam,
    Thanks for contacting MSI Technical Support Team!
    Regarding your concern, there are many possibilities on why the system could
    not boot up. Therefore, would you kindly please refer to the suggestions below to
    troubleshoot the issue?
    1) Unplug all the components and devices on the MB, and then reinstall the CPU,
    RAM (one piece), VGA card and power supply only. Please add some thermal
    gel on the CPU, and then reinstall the CPU fan correctly and tightly.
    2) Clear CMOS (How to clear CMOS, you could refer to the manual), and then
    enter bios to Load Optimized Defaults->Save & Exit.
    3) Try to boot up the minimum system. If it still cannot boot up, please change
    another more powerful power supply for a try;
    4) If the problem still persists, please change another RAM with different brand to
    try.
    5) Please confirm the processor installed is compatible with the MB as well as
    the BIOS.
    6) If these attempts above does not work, we have to suggest you contact your reseller (The place you bought this MB from) and have them test the MB completely for you to check if this MB is faulty or not, then ask for some help.
    If the reseller for some reason can not help, you could try to contact MSI distributor from below http://www.msi.com/service/wheretobuy/ near your place or MSI office from below http://www.msi.com/about/contact-us/
    Best wishes,
    MSI Technical Support Team!"
    So adding a MSI card to my MSI Board mean I have to brake down all of my system, even remove my CPU (running fine) and buy some thermal gel. And while I am in the store buy a more powerful powersupply (mine already meets the specs) and/or ask my reseller to help me out checking if my motherboard (working fine) is faulty?
    Well I just RMA'd my 770. So much for plug and play; even MSI parts are not compatible. A real bummer.

Maybe you are looking for

  • Counting rows in a report

    Hi, I have a report page based on a SQL query. I then have a button on that page and when the user clicks it, I want to be able to loop through each of the records in the report to do some processing. I was thinking of using a for loop but not sure h

  • 2 Access Points?

    I have a E4200 as well as a WRT54G. I'm looking to create two different access points to the same network, one access point being 802.11g (WRT54G) and the other being 802.11n (E4200) I want to do this because I need the extra speed from 802.11n for s

  • Issues in production

    Hi all, In production, the ods which i have designed had some issues. Do i need to transport that ods from production to development. If so do let me know how to transport from production to development. regds haritha

  • FRM-92160: "Version of WEB-Client too old"

    HI Gentlemen, From Frank Nimphius I have got an idea to delete the Oracle jar files on the client PC (--> user --> Oracle Jar Cache). Sorry, it still complains with the above message which I can not find anywhere. I first performed a brand new instal

  • Are audio books able to be downloaded through family sharing?

    I set up family sharing and was hopeful the entire family could enjoy audio books together (listening separately). I can find songs, music and Aps from all family members but not audio books. Is there a way to share them across different Apple IDs?