Welcome to the Reiser4 Wiki, the Wiki for users and developers of the ReiserFS and Reiser4 filesystems.

For now, most of the documentation is just a snapshot of the old Namesys site (archive.org, 2007-09-29).

There was also a Reiser4 Wiki (archive.org, 2007-07-06) once on pub.namesys.com.

Reiser4 Howto/GRUB

From Reiser4 FS Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with '<font color=red>NOTE: this is currently WIP '''and NOT TESTED AT ALL'''</font> === GRUB === $ wget http://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz $ wget http://alpha.gnu.or...')
 
m (Grub-0.97-libaal-1.0.5-reiser4progs-1.0.5.patch.txt added)
Line 18: Line 18:
  
 
TBD, GRUB 2 support is still not ready.
 
TBD, GRUB 2 support is still not ready.
 +
 +
 +
=== Files ===
 +
 +
* [[file:Grub-0.97-libaal-1.0.5-reiser4progs-1.0.5.patch.txt]]
  
 
[[category:Reiser4]]
 
[[category:Reiser4]]

Revision as of 19:12, 2 July 2009

NOTE: this is currently WIP and NOT TESTED AT ALL

GRUB

 $ wget http://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz
 $ wget http://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz.sig
 $ gpg --recv-keys FE06BDEF
 $ gpg --verify grub-0.97.tar.gz.sig grub-0.97.tar.gz
 $ tar -xzf grub-0.97.tar.gz
 $ cd grub-0.97
 $ patch -p1 < ../grub-0.97-libaal-1.0.5-reiser4progs-1.0.5.patch
 $ ./configure --prefix=/opt/grub-r4
 $ make
 $ sudo make install


GRUB v2

TBD, GRUB 2 support is still not ready.


Files

Personal tools