Announcement

Collapse
No announcement yet.

Grub Boot error

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Grub Boot error

    I just did fresh installs of Freespire on hdb1, Mandriva on hdb2, Kubuntu on hdb3, hdb4 is swap and I use hda1 for storage.

    After these clean installs, I changed my mind on the size of the partitions, I used Qparted to resize, I know one takes a risk when resizing, so that was no big surprise. Now, when I boot up Mandriva, it gives me the follwing error:

    Kernel panic-not syncing: VFS: unable to mount root FS on unknown -block (3.66)

    What would be the correct thing to do to get Mandriva to boot back up again ? If anyone needs to have me post my Kubuntu /boot/grub/menu.lst, please let me know.


    #2
    Re: Grub Boot error

    Did you check whether you have a filesystem?

    Maybe run fschk to check the filesystem.

    I don't know if a destroyed journal could generate this message? Otherwise you might repair the journal with
    tune2fs -j /dev/hdbX
    Once your problem is solved please edit the first post of your topic and add [SOLVED] in front of the subject. In that way, others can benefit from your experience!

    Comment


      #3
      Re: Grub Boot error

      Originally posted by JohanLingen
      Maybe run fschk to check the filesystem.
      How does one go about that ?

      I

      Comment


        #4
        Re: Grub Boot error

        sorry, see I mixed up fsck with spoken language

        in a terminal, run fsck -c /dev/hdbX

        for more info: man fsck (or fsck --help)
        Once your problem is solved please edit the first post of your topic and add [SOLVED] in front of the subject. In that way, others can benefit from your experience!

        Comment


          #5
          Re: Grub Boot error

          author=JohanLingen
          in a terminal, run fsck -c /dev/hdbX
          This is as far as I went, do I want to answer YES ?

          obnascar@MadTux:~$ fsck -c /dev/hdb2
          fsck 1.38 (30-Jun-2005)
          e2fsck 1.38 (30-Jun-2005)
          /dev/hdb2 is mounted.


          WARNING!!! Running e2fsck on a mounted filesystem may cause
          SEVERE filesystem damage.


          Do you really want to continue (y/n)?


          is that warning usually there ? It scares me......lol

          Comment


            #6
            Re: Grub Boot error

            maybe unmount it then

            umount /dev/hdb2

            then try again, don't know if it will resolve your problem in the end, but it is the only thing I can think of (says more about me than about your options )
            Once your problem is solved please edit the first post of your topic and add [SOLVED] in front of the subject. In that way, others can benefit from your experience!

            Comment


              #7
              Re: Grub Boot error

              I actually figured out to umount it after I posted. Looks like it will take a while.........................

              I even did a reinstall of Mandriva a while ago, but it still will not boot. I think there is something in the file system that Mandriva does not like. After this fschk I think I will try installing OpenSuse 10.2 on the same partition and see what happens......

              Comment


                #8
                Re: Grub Boot error

                For whatever its worth, here goes:

                obnascar@MadTux:~$ sudo umount /dev/hdb2
                Password:
                obnascar@MadTux:~$ fsck -c /dev/hdb2
                fsck 1.38 (30-Jun-2005)
                e2fsck 1.38 (30-Jun-2005)
                Checking for bad blocks (read-only test): done 862
                Pass 1: Checking inodes, blocks, and sizes
                Pass 2: Checking directory structure
                Pass 3: Checking directory connectivity
                Pass 4: Checking reference counts
                Pass 5: Checking group summary information

                /dev/hdb2: ***** FILE SYSTEM WAS MODIFIED *****/dev/hdb2: 124975/3074176 files (0.3% non-contiguous), 859539/6144862 blocks

                Comment


                  #9
                  Re: Grub Boot error

                  ok, maybe then post relevant piece of menu.lst and /etc/fstab, maybe someone knows?

                  PS: can you access files on hdb2?
                  Once your problem is solved please edit the first post of your topic and add [SOLVED] in front of the subject. In that way, others can benefit from your experience!

                  Comment


                    #10
                    Re: Grub Boot error

                    author=JohanLingen - can you access files on hdb2?
                    Yes, sure can.......everything looks normal !

                    Comment

                    Working...
                    X