|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Building GRUB2: autogen.sh error msg (AC_PROG_MKDIR_P)_______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: autogen.sh error msg (AC_PROG_MKDIR_P)Am Dienstag, den 03.11.2009, 19:27 -0800 schrieb Dr. Dov Bulka:
> I downloaded GRUB2 from the gnu ftp site. cd to the source directory > and > ran "./autogen.sh" I got the error message below: > > configure.ac:147 error: possibly undefined macro: AC_PROG_MKDIR_P > If this token and others are legitimate, please use > m4_pattern_allow > See the Autoconf documentation > > Am I running an obsolete autoconf? (version 2.59 should be okay > according to > the documentation in file INSTALL) > > [...] > GNU Autoconf 2.59 > > > Thanks in advance, > Dov autoconf's NEWS says it was added with 2.59d I change that now in our NEWS and configure.ac But with the release tarballs you shouldn't need to run it. Seems like I need to make that clear in INSTALL. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer _______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: autogen.sh error msg (AC_PROG_MKDIR_P)
_______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: autogen.sh error msg (AC_PROG_MKDIR_P)Am Mittwoch, den 04.11.2009, 08:42 -0800 schrieb Dr. Dov Bulka:
> [root@mason grub-1.97]# grub --version > grub (GNU GRUB 0.97) > [root@mason grub-1.97]# > > Today is Nov 4th so it looks like the new grub was not copied to > "/usr/local/sbin". The grub versionis pointing to 0.97 as opposed to > 1.97. There is no more this grub binary with grub2. You have to use grub-install now to install it, which even with GRUB Legacy was the prefered way. And you can use optionally use grub-mkconfig to generate a grub.cfg for you. > Also, when I execute "info grub", it states that this is the > documentation for version 0.97. The info docs are still mostly just copied from GRUB Legacy. Anyway do you have makeinfo installed? In Debian it's in the texinfo package. Without it you won't get the info docs. > The Wiki manual says: "The make install made the utilities go to their > final places on the host." Am I looking at the wrong files? No, we only use (currently) $prefix/bin and $prefix/sbin for the tools. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer _______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: error while generating info doc
_______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: error while generating info docAm Mittwoch, den 04.11.2009, 09:22 -0800 schrieb Dr. Dov Bulka:
> > Okay. Looks like I did not get any manual docs because "makeinfo" > failed. > > I have GNU makeinfo installed version 4.8. The OS is Linux RedHat > 2.6.18-8.el5. > > > I "cd" to the docs directory and issue "makeinfo grub.texi". I'm > getting a bunch of errors (see below). What do I need to do to correct > the errors? > > [root@mason docs]# makeinfo grub.texi > makeinfo: Removing output file `/usr/grub-1.97/docs/grub.info' due to > errors; use --force to preserve. > [root@mason docs]# > The Makefile uses makeinfo --no-split --force. With my makeinfo 4.13 the output is similar. Well if you really want to fix it feel free to do send a patch but then you need to lern Texinfo. -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer _______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: error while generating info doc
_______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
|
|
|
Re: Building GRUB2: error while generating info docAm Mittwoch, den 04.11.2009, 10:54 -0800 schrieb Dr. Dov Bulka:
> Is there another place where I can find information on how to use > Grub2? I'm familiar with Grub Legacy but things have changed in a > significant way. > What I'm really after is using Grub2 to boot from a floppy. In Grub > Legacy I used the following recipe: > > % fdformat /dev/fd0 > % mkfs -t msdos /dev/fd0 > % mkdir -p /floppy > % mount -t msdos /dev/fd0 /floppy > % mkdir -p /floppy/boot/grub > > % cp /usr/local/lib/grub/i386-pc/stage* /floppy/boot/grub > > % grub > > grub> root (fd0) > grub> setup (fd0) > grub> quit > > > How do I adapt this procedure to work on Grub2? I did not find a > "stage1" nor "stage2" files in /usr/local/lib/grub/i386-pc/ and, from > what I read, the "root" command has been replaced, so the sequence of > steps above must be modified, but how? > > Thanks! > > Dov > grub-mkrescue --image-type=floppy floppy.img If you want to have a custom grub.cfg there then: mkdir -p overlay/boot/grub emacs overlay/boot/grub/grub.cfg (or cp etc.) grub-mkrescue --image-type=floppy --overlay=overlay/ floppy.img -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer _______________________________________________ Bug-grub mailing list Bug-grub@... http://lists.gnu.org/mailman/listinfo/bug-grub |
| Free embeddable forum powered by Nabble | Forum Help |