All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peter" <sw98234-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
To: reiserfs-list-nJ1KrdHEGnBBDgjK7y7TUQ@public.gmane.org
Subject: Re: partition cannot be mounted from grub
Date: Thu, 21 Sep 2006 11:10:00 +0000 (UTC)	[thread overview]
Message-ID: <eetru8$vjq$1@sea.gmane.org> (raw)
In-Reply-To: eetanq$6ij$1@sea.gmane.org

On Thu, 21 Sep 2006 08:16:26 +0200, Huub wrote:

> Huub wrote:
>> Hi,
>> 
>> Using Suse 10.1, I had a spontaneous reboot after which I got a fast 
>> running screen full of reiserfs messages. Another (inflicted) reboot and 
>> Grub gives error 17, meaning it cannot mount a recognized partition.
>> Using the boot-dvd, I selected Rescue, and logged in as root but I have 
>> no idea how to proceed trying to save my system.
>> Help is appreciated.
>> 
>> Thanks,
>> 
>> Huub
>> 
>> 
> 
> Correction: errormessage means:
> 
> This error is returned if the partition requested exists, but the 
> filesystem type cannot be recognized by GRUB.
> 
> I.e. GRUB doesn't recognize it's a ReiserFS partition...

Two suggestions.

1) I have found that grub files in r3 have to be copied using -o notail on
the mount command. If you do not use notail, the files are not able to be
read by grub.
2) do not try and create a grub boot while in the r3 partition. Make sure
the partition is unmounted, then boot from a live cd and run grub from
there.

e.g. in your case, with /dev/hdc2 being your root

root(hd2,1)
# at this point grub should respond that filesystem is reiserfs
setup(hd2)
# at this point, grub should install the boot loader.
# unless hdc is NOT your boot disk. If not, then use hd0 or 1.

If not, try recopying /boot/grub by doing this from the live cd.

mount /dev/hdc2 /mnt/wherever -o notail,rw,[noatime]
cd /boot
cp -rP grub grub2
rm -fr grub
mv grub2 grub

then umount it and try the grub commands above.

I have had lots of woes with grub and reiser 3/4. This seems to work for
me.
-- 
Peter
+++++
Do not reply to this email, it is a spam trap and not monitored.
I can be reached via this list, or via 
jabber: pete4abw at jabber.org
ICQ: 73676357


  reply	other threads:[~2006-09-21 11:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-21  5:57 partition cannot be mounted from grub Huub
2006-09-21  6:16 ` Huub
2006-09-21 11:10   ` Peter [this message]
2006-09-21 14:02     ` Jeff Mahoney
2006-09-21 14:36       ` Peter
2006-09-21  9:50 ` Vladimir V. Saveliev
2006-09-21 10:19   ` Huub
2006-09-21 11:59     ` Vladimir V. Saveliev
2006-09-21 12:14       ` Huub
2006-09-21 12:43         ` Vladimir V. Saveliev
2006-09-21 16:39           ` Huub

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='eetru8$vjq$1@sea.gmane.org' \
    --to=sw98234-pkbjnfxxiarbdgjk7y7tuq@public.gmane.org \
    --cc=reiserfs-list-nJ1KrdHEGnBBDgjK7y7TUQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.