Results 1 to 4 of 4

Thread: Grub file is missing

  1. #1
    Join Date
    Nov 2010
    Posts
    33

    Grub file is missing

    I had a Mandriva 2007 installed as well as I attempt to recover GRUB menu booting from the ubuntu 10.10 live CD. The majority public recommends the command "sudo grub", however it tells me "Command not found". So please tell me some solution so that I can get solution to my problem. Please help me out to solve this issue as soon as possible.....

  2. #2
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Grub file is missing

    I have the similar problem as the author of the topic. I previously googled on it lots, but still I am not able to locate the answer. Even I had a Mandriva 2007 installed.I do not know where is my MBR? Grub is within the boot directory on one of the partitions.so tell me is this the MBR? If I still attempt it, I obtain: /usr/sbin/grub-probe: error: is not able to locate device for /boot/grub .so advise me some solution.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Grub file is missing

    The newest editions of Ubuntu utilize GRUB2 where as Mandriva from 2007 would have utilized GRUB Legacy, as well as the two edition of GRUB is not well-suited. You be able to locate SuperGRUB live disks for both edition of GRUB (or utilize Super GRUB from the Parted Magic Live CD) as well as that be supposed to work to restore GRUB to the MBR if that is what you are wanting to do. At one time, Mandriva utilized LILO for the bootloader, however that might have changed as I utilized it last about 8 years ago.

  4. #4
    Join Date
    May 2008
    Posts
    859

    Re: Grub file is missing

    The update-grub command runs a script known /usr/sbin/update-grub, which just runs another script known /usr/sbin/grub-mkconfig, observe grub-mkconfig.
    Here is what /usr/sbin/update-grub looks like,
    Code:
    Code:
    #!/bin/sh -e
    exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
    See? The entire it does is run grub-mkconfig with the standard choice.
    The simply cause this command still exist is since it is simple for new users to keep in mind as well as it is easy. I believe running a command that does not have any options is boring. My suggestion is to skip this command as well as start getting utilized to utilizing the grub-mkconfig command instead. It is not a big step as well as simply need a wee bit more intelligence; you are able to perform it if you attempt!

Similar Threads

  1. grub is missing from Ubuntu 11.04
    By Shinu in forum Operating Systems
    Replies: 7
    Last Post: 10-01-2012, 09:19 AM
  2. Grub is unable to boot CentOS, hangs at the Grub prompt
    By Man-Than in forum Operating Systems
    Replies: 5
    Last Post: 07-05-2011, 12:17 PM
  3. Edit grub/defaults/grub file on triple-boot system
    By Hishem-Remashiya in forum Operating Systems
    Replies: 5
    Last Post: 14-11-2010, 06:44 AM
  4. GRUB load shows unknown filesystem, grub rescue error
    By aFRODITA in forum Operating Systems
    Replies: 4
    Last Post: 13-11-2010, 07:34 AM
  5. Grub Error 15 File Not Found
    By Uriah in forum Operating Systems
    Replies: 6
    Last Post: 15-09-2009, 06:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,719,249,340.28610 seconds with 17 queries