[bug #56924] The cryptomount command should allow more than one password entry attempt

2019-09-20 Thread Matthias Kruzenski
URL: Summary: The cryptomount command should allow more than one password entry attempt Project: GNU GRUB Submitted by: m4dm4x1337 Submitted on: Fri 20 Sep 2019 05:35:05 PM UTC

[bug #44031] 30_os-prober generates bugged flood of submenu entries

2015-01-17 Thread Matthias
Severity: Major Priority: 5 - Normal Item Group: Software Error Status: None Privacy: Public Assigned to: None Originator Name: Matthias Originator Email: Open/Closed: Open

missing documentation for the source command

2011-12-01 Thread Matthias Berndt
Hi, I just wanted to point out that the source command in grub2 isn't documented. I found this command very helpful, so I think it should be. Cheers Matthias ___ Bug-grub mailing list Bug-grub@gnu.org https://lists.gnu.org/mailman/listinfo/bug-grub

TX Timeout! error using GRUB with network support and sis900 network card

2005-05-13 Thread Matthias Bertschy
etherboot 4.7 as said in the netboot/sis900.txt file. Would it be possible to upgrade this driver into the GRUB source tree to fix my (very) annoying problem? Thanks in advance. Matthias Bertschy, Echo Technologies SA ___ Bug-grub mailing list Bug-grub

GRUB 0.93 on Solaris 9/x86...

2003-04-03 Thread Matthias Pfützner - Sun Professional Services Germany- Frankfurt
Matthias -- *** Matthias Pfützner Project Engineer - Community-Leader High End Server High Availability Sun Professional Services Sun Microsystems GmbH Ampèrestraße 6Tel: (++49 6103) 752-394 (x65394) 63225 Langen

Loading Network profiles with GRUB in SUSE LINUX 8.1

2002-12-19 Thread Deeke, Matthias
/PCMCIA_SCHEMES_SUSE_8.html Englisch: http://sdb.suse.de/en/sdb/html/PCMCIA_SCHEMES_SUSE_8.html I hope you can help. Thanks a lot! Regards from cold rainy munich Matt ...OLE_Obj... Matthias Deeke ASTRIUM GmbH Antennas Test - Measurement Technology

Grub on Raid 0 - Device

2002-12-01 Thread Matthias Reizamer
. Matthias Reizammer ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Windows XP on second HD/grub 0.91

2002-03-15 Thread Matthias Strelow
(hd1) chainloader +1 gives me : filesystem type unknown,using whole disk and it boot win2k from 1st HD. setting 2nd HD on top of bootlist in BIOS works - XP gets loaded. Am I going wrong somewhere, or is there a problem with grub and XP? Many thanks in advance Matthias

Re: 0.9

2001-10-30 Thread Matthias Granberry
Try installing with grub-install --root-directory=/boot /dev/sda This will still install in /boot/boot/grub, but at least it will actually work. The documentation suggests making /boot/grub a symlink to /boot/boot/grub. I hope this helped, Matthias Shashi Kanbur [EMAIL PROTECTED] writes: Im

Re: Please Complete the Docs

2001-09-04 Thread Matthias Granberry
I don't know exactly how to find the chain.os2, but I do know that the only way that I have managed to boot OS/2 via the grub was to chainload the OS/2 boot manager (or whatever it's called) from a separate partition. I imagine that there is a simpler way to go about it, but I have yet to find

Re: Time to fork the netboot code?

2001-05-10 Thread Matthias Granberry
I think that any switch to another set of ethernet drivers is a change best left for after a release of 1.0. ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: How to reorder the boot list ??

2001-02-22 Thread matthias
Put the entry for windows first. On Fri, 23 Feb 2001, Daniel Wong wrote: Hi I just want to find out how to re-order the boot list to have windows at the top... I can't find the instructions anywhere.. Thanks Daniel Wong UIN:

Re: how to reinstall GRUB

2001-02-16 Thread matthias
grub boot disks ship with grub. use winzip to extract the tarballs and use rawrite.exe or rawrite2.exe to copy the image from an image to a boot disk. You can get rawrite from almost any linux distribution's "dosutils" directory. Matthias On Thu, 15 Feb 2001, Lee Hamel wrote: I ha

Problems with grub-install in CVS

2000-12-29 Thread Matthias Granberry
If anyone can help me find out what is causing the error, I'd be very grateful. I'm still able to use older grub versions, as well as CVS grubs from early december. I'm guessing that the grub-install changes from the 9th to the 14th might have something to do with it. It probably has

Re: Menu doesn't load.

2000-12-28 Thread Matthias Granberry
Just a guess, but it sounds like /boot might be a separate partition. You might want to make it "/boot/boot/grub/menu.lst" "Thread" [EMAIL PROTECTED] writes: Hey, guys. I'm having some trouble getting my grub to install the menu correctly. I did "grub-install /dev/hda". It says that no

Re: grub

2000-12-06 Thread Matthias Granberry
Each menu item in your /boot/grub/menu.lst is given a number (starting with 0). The first entry will be 0, the second will be 1, etc. Just put "default number" at the top of menu.lst and you can pick which OS will boot by default. sjd10 [EMAIL PROTECTED] writes: please could you tell me as

Re: finding out what kernel was booted with grub...

2000-11-19 Thread Matthias Granberry
You might want to just pass it manually. You need to update the menu.lst if you move a kernel anyway. ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: Installing GRUB without running GRUB.

2000-11-13 Thread Matthias Granberry
The offsets are listed in the "Embedded data" section of the GRUB texinfo manual (in part III). I can send you the important bits by email if for some reason you can't read info files. Kurt Skauen [EMAIL PROTECTED] writes: Hi, like I mentioned in an earlier post I'm working on a installer

(no subject)

2000-10-21 Thread matthias
The sed lines in grub-install get broken into two lines, leaving lots of error messages. Here is the two-character patch ;) Matthias --- grub/util/grub-install.in 2000/10/15 18:24:58 1.22 +++ grub/util/grub-install.in 2000/10/21 06:32:05 @@ -76,9 +76,9 @@ # Break the device name

MD5 password magic numbers

2000-10-20 Thread matthias
Although it is unlikely than anyone will have a password beginning with "--", it isn't outside the realm of possibilities. A longer string might be in order. It would probably be a fatal bug if someone was unable to boot after an upgrade. I know how much documentation I tend to glance at when

Diskless Booting (Etherboot/nbgrub)

2000-08-12 Thread Matthias Kretschmer
examined the code, but didn't found the problem... Greetings Matthias Kretschmer -- Sent through GMX FreeMail - http://www.gmx.net