K

2017-06-15 Thread Treutwein Bernhard
Vj -- Bernhard Treutwein (mobil) LMU, Ref.VI.3 ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

grub.pdf - overfull hboxes - attempt to correct grub.texi

2017-12-18 Thread Treutwein Bernhard
Hi, in the current grub.pdf are quite some overfull hboxes. Here is my attempt to insert line-breaks (some of them do not look very nice, but most of them are ok): regards -- Bernhard --cut here --- --- grub-

future of grub commands setup and install ?

2010-09-09 Thread Treutwein Bernhard
according to the wiki the commands install & setup are "unecessary". I do consider setup (which itself uses install) as "desirable" at least. What are the opinions about it? Background: I rarely have Linux installed on systems, where I'd like to put grub on and I have used setup to put grub the

RE: future of grub commands setup and install ?

2010-09-09 Thread Treutwein Bernhard
> > I do consider setup (which itself uses install) as > "desirable" at least. > > GRUB lacks filesystem write support (intentionally). > Therefore, installing GRUB from GRUB is not possible. > but installation in MBR or PBR does not need filesystem support > Given that setup command can

RE: future of grub commands setup and install ?

2010-09-10 Thread Treutwein Bernhard
> > What's hard about grub-install /dev/sda ? > > -- you need a running unix linux ... Bernhard ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Again: Future of grub commands setup and install ?

2010-10-25 Thread Treutwein Bernhard
about 1.5 months ago, I asked about the "Future of grub commands setup and install" (sorrily I have put that thread below some other thread), see: http://lists.gnu.org/archive/html/grub-devel/2010-09/msg00096.html The reason for asking is that I rarely have an installed linux on systems with grub

RE: Again: Future of grub commands setup and install ?

2010-10-28 Thread Treutwein Bernhard
hmm, since nobody replied so far, I searched a bit for a distro, which might be usable for assisting installation & setup of Grub 2. I found microcore linux (which in turn is a stripped down version of tinycore linux): http://tinycorelinux.com/ This distro runs only on x86. It requires less than

RE: Again: Future of grub commands setup and install ?

2010-11-11 Thread Treutwein Bernhard
Hi Dmitry, thanks for the pointer. That might also be a solution. Currently I'm experimenting with tiny-/microcore Linux (http://tinycorelinux.com/) and it looks very promising, especially since it has already a ready made Grub-2 package ... tiny-/microcore Linux are (including ntfs-3g and midn

Re: Full documentation for GRUB2

2011-03-24 Thread Treutwein Bernhard
Hi Bill & Robert, [...] > > Is there some complete official documentation of GRUB2, or is GRUB2 full > > documentation only in source code?;-) > > I think the Grub2 developers would welcome volunteers to help write > documentation. this is kind of a hen & egg problem. I would love to help improv

RE: Full documentation for GRUB2

2011-04-06 Thread Treutwein Bernhard
Hi Robert, although I have different requirements, these are similar enough to yours that I might give you tips ... In your case I would try to use tincore (http://tinycorelinux.com/). You should install the ntfs and grub2 extensions (see: http://distro.ibiblio.org/tinycorelinux/3.x/tcz/index.ht

RE: Full documentation for GRUB2

2011-04-08 Thread Treutwein Bernhard
after tabbing into the filesystem with (e.g.) insmod ( insmod (hd0, insmod (hd0,1)/ insmod (hd0,1)/boot Grub2 has loaded the ntfs module and some other (helper) modules. regards -- Bernhard > -Original Message- > From: Treutwein Bernhard > Sent: Wednesday,

Patch submission: documentation update

2011-04-11 Thread Treutwein Bernhard
to somebody with write access to the repo: my attempt to name and shortly explain the commands lsmod and rmmod as diff -pruN mygrub.texi grub.texi (the latter in the version fetched from the launchpad mirror at: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/files/head:/docs/

Documentation: Installation ?

2011-04-11 Thread Treutwein Bernhard
the current grub manual says (in the last paragraph of Chap 3, just before Chap. 3.1): > GRUB comes with boot images, which are normally put in the > directory '/usr/lib/grub/i386-pc'. Hereafter, the directory where > GRUB images are initially placed (normally '/usr/lib/grub/i386-pc') > will be ca

RE: Patch re-submission: documentation update

2011-04-18 Thread Treutwein Bernhard
sorry, my submission below was corrupt due to wrong EOL representations in on of the diff'ed files. This one is hopefully better ... thanks to phcoder ... -- Bernhard > -Original Message- > From: Treutwein Bernhard > Sent: Monday, April 18, 2011 1:00 PM > To: &#

RE: GRUB 1.99~rc2 released

2011-04-21 Thread Treutwein Bernhard
Hi Vladimir, congratulations for the new release candidate. The announcement reads really impressive. [...] > * Keyboard layouts support. > I have been really waiting for this, how do I use it? regards & thanks in advance -- Bernhard ___ Grub-d

grub-mklayout - Unknown key KP_Comma (was: Keyboard layouts & previously: Re: GRUB 1.99~rc2 released)

2011-05-03 Thread Treutwein Bernhard
Dear Vladimir, thanks for your quick reply and sorry for my late answer (I've been off for Easter vacations) ... [...] > > > ckbcomp /usr/share/X11/xkb/symbols/ch | grub-mklayout -o /boot/ch.gkb I'm getting (after fetching, ./configure && make) when I'm trying to use it: ckbcomp /usr/share/X11

RE: Keyboard layouts

2011-05-23 Thread Treutwein Bernhard
Hi Vladimir, now I had success in using > ckbcomp /usr/share/X11/xkb/symbols/de | grub-mklayout -o /boot/de.gkb and > in grub.cfg: > keymap /boot/ch.gkb > terminal_input at_keyboard but I had to boot grml (a Debian sid based recovery distro) to create the de.gkb file. Normally I'm using Tiny

grub-mklayout - different input format?

2011-06-10 Thread Treutwein Bernhard
I am using Grub-2 together with tinycorelinux (http://distro.ibiblio.org/tinycorelinux) on a system with a german keyboard. Since 1.99 there is support for international keyboard layouts in Grub with the following commands in grub.cfg: keymap grub-keymap terminal_input at_keyboa

RE: grub-mklayout - different input format?

2011-06-28 Thread Treutwein Bernhard
mat that can be used by GRUB's keymap command. > > -- > Colin Watson > [cjwat...@ubuntu.com] > > > --- Begin Message --- On 27.06.2011 16:16, Treutwein Bernhard wrote: > Hi Vladimir, > >> Filing a bug won't help me

RE: grub-mklayout - errors & unusable keyboard

2011-06-28 Thread Treutwein Bernhard
> > [...] > >> use if you supply the pairs of symbolic names and codepoints. > > what do you mean by codepoints? > > > http://en.wikipedia.org/wiki/Codepoint hmm, there is nothing like a codepoint for funtion keys regards Bernhard ___ Grub-devel ma