<---- template headericclude ----->
Motherboard died, can't restore
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 12 of 12
  1. #1
    Join Date
    Mar 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Motherboard died, can't restore

    Hi there.
    Apologies for this but I'm a newbie in Linux.
    I had Fedora 11 running and my old motherboard died but the HDD is OK.
    So I just got another machine which is newer, and just plugged and of course it didn't boot.

    So I went to the forums and google to find out how to rescue this and I just can see about reinstalling the GRUB. So I tried this, it shows up 2 options to boot Fedora, but it doesnt boot neither.

    It keeps looping and restarting and it doesnt say why it's not booting.

    I guess it's because the different hardware?

    What to do on this case?

    Thanks for any help.. I tried to search about it but didnt find any answer

  2. #2
    Join Date
    Oct 2005
    Location
    GMT
    Posts
    3,242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Boot from a live media, mount your HDD, backup all important data and reinstall
    Asus K55VD, i5 3230M - Productivity/Programming (F28)
    Asus M32CD - i7-6700, Asus STRIX-GTX970-DC2OC-4GD, 1x8 GB Sk Hynix 2133 MHz DDR4 - Gaming (W10)

  3. #3
    Join Date
    Aug 2009
    Location
    Waldorf, Maryland
    Posts
    7,343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Actually, what may be happening is that your /etc/fstab is incorrect with respect to new device names.

    This does depend on what and how your filesystems are identified in the fstab - either LABEL= or UUID= would work, but device names can change.

  4. #4
    Join Date
    Aug 2009
    Posts
    11,397
    Mentioned
    98 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    one other thing that may be causing your problem is video drivers.

    For example:

    Old motherboard had nvidia video and you installed the nvidia drivers, but new motherboard has intel or ati video. It would still be trying to load the nvidia kernel module so the result would be no boot.

    I have found linux to be fairly tolerant of hardware changes unless you have gone in and forced it to use certain kernel modules. I even took a Fedora install from an old PIII system and slammed the drive into a P4 core 2 quad machine and it booted right up.

    One thing that might help find your problem is if you tell us what your old motherboard was, and what the new one is. And any other hardware that changed as a result of that swap.

    One thing that would be unfixable is if your old motherboard was 64bit capable, and you installed the 64 bit version of linux, but the new motherboard is not 64 bit capable. That would require a full reinstall to fix.
    Last edited by DBelton; 8th March 2011 at 04:30 PM.

  5. #5
    Join Date
    Aug 2007
    Location
    London Postbox (the red one)
    Age
    58
    Posts
    3,868
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Add 3 to the end of the boot line in grub, that should get you a command prompt to remove the wrong drivers etc.. or copy important stuff..

  6. #6
    Join Date
    Mar 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Thanks a lot guys!
    The old mobo was an old via kt600 gigabyte (Athlon XP). The video card is an old AGP gigabyte that I couldnt find the chipset anywhere, its a GV N4C64T.
    The new mobo is a Dell with Nvidia video card.

    So, I will try what you suggested so far.
    Just one question, if I try to upgrade F11 to F14, would that reinstall the whole system and keep the configuration and programs installed?

  7. #7
    Join Date
    Aug 2009
    Location
    Waldorf, Maryland
    Posts
    7,343
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Unless you upgrade from F11->F12->F13->F14, I think you will find that the upgrade will fail.

    Skipping in between versions is not recommended as some configuration files may have changed... with the upgrade not recognizing the change.

    You can certainly try it.. but have backups just in case.

  8. #8
    Join Date
    Jun 2004
    Location
    Maryland, US
    Posts
    11,404
    Mentioned
    87 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Quote Originally Posted by DBelton
    one other thing that may be causing your problem is video drivers.
    You can append the word vesa to the grub kernel line at boot up, then the system will use the vesa video instead of the particular video driver. That might at least get you in to check it out. vesa is pretty much built into the guts of all cards as a basic fall back

  9. #9
    Join Date
    Mar 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Quote Originally Posted by marko
    You can append the word vesa to the grub kernel line at boot up, then the system will use the vesa video instead of the particular video driver. That might at least get you in to check it out. vesa is pretty much built into the guts of all cards as a basic fall back
    hi there, would that be something like:
    append="video=uvesafb:mtrr,ywrap,1024x768-32@85"
    ??

    or how do I do it. just input VESA on the kernel?

    Thanks

    ---------- Post added at 04:33 PM ---------- Previous post was at 02:40 PM ----------

    found how to put on vesa but didn't work. also emergency mode doesnt work.
    I noticed it comes with "failed to read image" right before grub menu. would that say it's wrong image name or something like that?

    I'm going to try http://www.supergrubdisk.org now and see how it goes...

  10. #10
    Join Date
    Mar 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    Sorted!
    The problem was that GRUB wasnt installing properly.
    So I manually edited menu.lst
    it was showing something like #boot=/dev/sda so I took off the # and changed the kernel line from hd(0,1) to hd(0,0) and it finally worked.

    Thank you for the help!

  11. #11
    stevea Guest

    Re: Motherboard died, can't restore

    You were lucky. In many/most cases when you change hardware you need to diddle grub AND rebuild the /boot/initramfs file.

  12. #12
    Join Date
    Mar 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Motherboard died, can't restore

    probably not as lucky as I thought! it was actually on emergency mode. when I remove emergency mode, it doesnt boot anymore.
    is that too hard to rebuild initramfs?

    edit: weird.. now I removed quiet from kernel line and it's working again! but no ethernet connection, now I will figure out how to reinstall the eth
    Last edited by norenberg; 9th March 2011 at 10:13 PM.

Similar Threads

  1. Replies: 3
    Last Post: 25th August 2010, 02:18 PM
  2. backup restore and restore point.
    By F.User_4_Life in forum Using Fedora
    Replies: 0
    Last Post: 12th April 2008, 12:51 AM
  3. Changing from an intel cpu/motherboard to amd cpu/motherboard
    By spacelobsters in forum Using Fedora
    Replies: 4
    Last Post: 31st August 2006, 02:20 PM
  4. Yum died, really died
    By Dark_Stang in forum Using Fedora
    Replies: 9
    Last Post: 23rd July 2006, 07:23 PM
  5. My TFT died!! :(
    By Shadow Skill in forum Wibble
    Replies: 6
    Last Post: 25th October 2004, 08:49 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]