also @ TechSpot: Codemasters announces £125,000 special edition of GRID 2

GRUB Error

Discussion in 'The Alternative OS' started by Harold the sage, Aug 31, 2006.

  1. Harold the sage Newcomer, in training Posts: 27

    Hello my Computer programing class is trying to set up a linux only network and we are having problems. When ever we try to install an Image it installs and we get an error (before anything else) that says "GRUB" thats all please help i will post more info later if needed.


    this post brought to you by MH
  2. jobeard TS Ambassador Posts: 12,239   +123

    need a ton of other info here.
    what distribution and version are you installing,
    what hardware platform,
    did you verify HW compatibility,
    are you attempting DualBoot on standalone?
  3. Harold the sage Newcomer, in training Posts: 27

    First there was a windows Fedora core 4 dual boot then we tried to install suse 10.1 then we got the error "GRUB" we have now moved to Fedora core 5 and this is just linux nothing else. The rest i can't tell you right now but i'm working on it
  4. Nodsu Newcomer, in training Posts: 9,431

    What kind of image is it? How was it created? An OS cannot boot if the hard drive ordering changes for example. If the drive you took the image from was a slave and now you apply the image to a master drive, then GRUB cannot find its configuration files.
  5. Harold the sage Newcomer, in training Posts: 27

    not sure about the kind of image but there is only one hard drive in any of the computers
  6. YosefM Newcomer, in training Posts: 66

    hard to tell without more info, but sounds like the Win/RH dual boot used Grub in MBR, and SuSE doesn't default to that. So the MBR still has the code in it to redirect to the (now non-existant) RH Grub files. Try reinstalling the Windows image as single-boot first, booting it once & then install your SuSE image.
     
  7. jobeard TS Ambassador Posts: 12,239   +123

    IF windows boots ok then LEAVE IT ALONE! otherwise you need to fix the MBR.

    If only your Linux fails, reinstall the LINUX, install GRUB, and save the results
    on the Linux partition.

    your MBR will be updated to then properly poin to the new LINUX
  8. YosefM Newcomer, in training Posts: 66

    Yes, if that's true, use the recovery option of the install to repair the grub config, but if you just get the word
    Grub
    by itself on the screen, then more is needed.

    For this reason, when I set up a dual boot system, I let windows have the 1st partition on the drive, then put a small /boot partition (enough for 2 kernels & some change) in & make it the active partition. Then I make an extended partition & put logical drives in for /swap, / & whatever else (/home, /usr, /srv ...).

    This way, if I want to blow away the dual boot without affecting windows, I make the windows system partition active and delete the /boot partition. It then becomes a single boot system. I boot it once to verify, and then I can start over with a fresh, active /boot. Sounds harder than it is & it's pretty painless.
  9. jobeard TS Ambassador Posts: 12,239   +123

    V E R Y G O O D planning and administration :giddy:

    this is the voice of an experienced admin -- sadly, they don't teach this stuff :(
  10. YosefM Newcomer, in training Posts: 66

    tyvm - yes I do speak from experience. Most of what I know is from getting bitten - & usually from being bitten hard.
    LOL
  11. Omicron91 Newcomer, in training

    Happedned to me when I switched from Ubuntu back to windows.

    I had to use the XP recovery console and use the "FixMBR" command.