* reiser4 grub patch
@ 2006-02-03 11:37 luc
2006-02-03 12:40 ` Vitaly Fertman
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: luc @ 2006-02-03 11:37 UTC (permalink / raw)
To: reiserfs-list
Hi,
i have a big trouble with the grub with reiser4 patch. Look here:
./install.sh:
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are
embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p
(hd0,0)/boot/grub/stage /boot/grub/menu.lst"... failed
should be
stage2 ^^^^^^
without reiser4 patch works perfectly
--
luc
Linux 2.6.12-15mdk-i686-up-4GB Intel(R) Pentium(R) M processor 2.00GHz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reiser4 grub patch
2006-02-03 11:37 reiser4 grub patch luc
@ 2006-02-03 12:40 ` Vitaly Fertman
2006-02-04 16:03 ` Gerhard Heift
2006-02-05 2:53 ` Hans Reiser
2 siblings, 0 replies; 5+ messages in thread
From: Vitaly Fertman @ 2006-02-03 12:40 UTC (permalink / raw)
To: reiserfs-list; +Cc: luc
On Friday 03 February 2006 14:37, luc wrote:
> Hi,
>
> i have a big trouble with the grub with reiser4 patch. Look here:
>
> ./install.sh:
>
> grub> root (hd0,0)
> Filesystem type is ext2fs, partition type 0x83
> grub> setup (hd0)
> Checking if "/boot/grub/stage1" exists... yes
> Checking if "/boot/grub/stage2" exists... yes
> Checking if "/boot/grub/e2fs_stage1_5" exists... yes
> Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are
> embedded.
> succeeded
> Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p
> (hd0,0)/boot/grub/stage /boot/grub/menu.lst"... failed
> should be
> stage2 ^^^^^^
>
>
> without reiser4 patch works perfectly
is it grub 0.97?
have you taken the patched grub from our ftp or patched it by yourself?
have you installed the grub or testing it all in the source dir?
do not forget that new fs images should be put into /boot/grub/, otherwise
you are trying old images with new grub.
reiser4 fs seems to be not involved into that installation process, am I
correct that an fs grub source sits on, /, (hd0,0), other used fs are not
reiser4 ones?
which files do you have in (hd0,0)/boot/grub/?
--
Vitaly
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reiser4 grub patch
2006-02-03 11:37 reiser4 grub patch luc
2006-02-03 12:40 ` Vitaly Fertman
@ 2006-02-04 16:03 ` Gerhard Heift
2006-02-05 2:53 ` Hans Reiser
2 siblings, 0 replies; 5+ messages in thread
From: Gerhard Heift @ 2006-02-04 16:03 UTC (permalink / raw)
To: luc; +Cc: reiserfs-list
luc wrote:
> Hi,
>
> i have a big trouble with the grub with reiser4 patch. Look here:
>
> ./install.sh:
>
> grub> root (hd0,0)
> Filesystem type is ext2fs, partition type 0x83
> grub> setup (hd0)
> Checking if "/boot/grub/stage1" exists... yes
> Checking if "/boot/grub/stage2" exists... yes
> Checking if "/boot/grub/e2fs_stage1_5" exists... yes
> Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are
> embedded.
> succeeded
> Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p
> (hd0,0)/boot/grub/stage /boot/grub/menu.lst"... failed
> should be
> stage2 ^^^^^^
>
>
> without reiser4 patch works perfectly
>
>
I posted this bug already on the grub bug tracking system, but I think
they ignored it there... i think it's not a bug of the patch but a bug
of grub or the gcc optimization.
Look here:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=14874
Gerhard Heift
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reiser4 grub patch
2006-02-03 11:37 reiser4 grub patch luc
2006-02-03 12:40 ` Vitaly Fertman
2006-02-04 16:03 ` Gerhard Heift
@ 2006-02-05 2:53 ` Hans Reiser
2006-02-05 18:00 ` Łukasz Mierzwa
2 siblings, 1 reply; 5+ messages in thread
From: Hans Reiser @ 2006-02-05 2:53 UTC (permalink / raw)
To: luc; +Cc: reiserfs-list, Vitaly Fertman
Vitaly, lots of people are having trouble with the grub patch, please
investigate. See later email about gcc version also.
Hans
luc wrote:
>Hi,
>
>i have a big trouble with the grub with reiser4 patch. Look here:
>
>./install.sh:
>
>grub> root (hd0,0)
> Filesystem type is ext2fs, partition type 0x83
>grub> setup (hd0)
> Checking if "/boot/grub/stage1" exists... yes
> Checking if "/boot/grub/stage2" exists... yes
> Checking if "/boot/grub/e2fs_stage1_5" exists... yes
> Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are
>embedded.
>succeeded
> Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p
>(hd0,0)/boot/grub/stage /boot/grub/menu.lst"... failed
> should be
>stage2 ^^^^^^
>
>
>without reiser4 patch works perfectly
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reiser4 grub patch
2006-02-05 2:53 ` Hans Reiser
@ 2006-02-05 18:00 ` Łukasz Mierzwa
0 siblings, 0 replies; 5+ messages in thread
From: Łukasz Mierzwa @ 2006-02-05 18:00 UTC (permalink / raw)
To: reiserfs-list@namesys.com
Dnia Sun, 05 Feb 2006 03:53:25 +0100, Hans Reiser <reiser@namesys.com>
napisa³:
> Vitaly, lots of people are having trouble with the grub patch, please
> investigate. See later email about gcc version also.
I'm running gentoo with reiser4 on /, I tried once grub with r4 patch (it
was for a while in portage but was removed), everything was fine, but once
I tried building openoffice2 from source, it's a whole lot of files and it
takes forever, when I rebootet my machine with all the source code
unpacked grub stoped working, I had to boot with livecd and remove
openoffice source files to make it work again. I went back to /boot on
ext2.
£ukasz Mierzwa
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-02-05 18:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-03 11:37 reiser4 grub patch luc
2006-02-03 12:40 ` Vitaly Fertman
2006-02-04 16:03 ` Gerhard Heift
2006-02-05 2:53 ` Hans Reiser
2006-02-05 18:00 ` Łukasz Mierzwa
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.