Bug#355883: Same problem here

2008-08-19 Thread Leandro Dorileo
Hi Adam Adam Cécile (Le_Vert) wrote: Bastian Blank a écrit : On Tue, Aug 19, 2008 at 06:50:11PM +0200, Adam Cécile (Le_Vert) wrote: I can confirm this bug 2.6.26-1-amd64 and a slightly modified rebuild of the i386 flavour. My usb stick is unusable. I doubt that you see

Bug#484501: grub: Really odd code in savedefault.diff

2008-06-05 Thread Leandro Dorileo
Hi Samuel The patch seems to be ok, I`m gonna give it a try and ask Robert Millan for commit. thanks Samuel Thibault escreveu: Package: grub Version: 0.97-39 Severity: normal Tags: patch Hello, I have to admit I fail to understand how the stage2.c part of savedefault.diff was supposed to w

Bug#254475: The bug is still there in 0.97-21

2007-03-07 Thread dorileo
Hi Friedemann Your changes has been applied to grub and is going to be present in the next release. Thanks for your help on it. -- Dorileo On Sunday 28 January 2007 20:35, Friedemann Baitinger wrote: > sorry for the noise ... but I have to report additional findings as the > patch above

Bug#411109: update-grub/grub-set-default throws an error, if /grub dir does not exist

2007-02-27 Thread dorileo
Hi Otavio On Tuesday 27 February 2007 14:45, you wrote: > dorileo <[EMAIL PROTECTED]> writes: > > Hi Andreas > > > > On Friday 16 February 2007 09:12, Andreas John wrote: > >> Package: grub > >> Version: sid > >> Severity: medium > >>

Bug#411109: update-grub/grub-set-default throws an error, if /grub dir does not exist

2007-02-27 Thread dorileo
another way if root-directory is not informed. I attached a patch to the quoted bug and will attach it here again for tests, could you apply the patch and see how it works? Thanks -- Dorileo --- grub-set-default 2007-02-13 16:50:53.0 + +++ grub-set-default.changed 2007-02-27 15:1

Bug#412334: update-grub does fail if grub is under /boot/boot/grub

2007-02-27 Thread dorileo
Hi Jürgen Could you try the attached patch? I think this is a better aproach and avoids future problems. Thanks -- Dorileo On Sunday 25 February 2007 14:29, jlueters wrote: > Package: grub > Version: 0.97-23 > Severity: important > > If grub is under /boot/boot/grub update gru

Bug#412652: Etch: grub-reboot is working, but does not save the topmost menu.lst entry from being used

2007-02-27 Thread dorileo
Hi Clemens I need to see all your menu.lst, could you attach it? Thanks -- Dorileo On Tuesday 27 February 2007 08:55, Clemens Perz wrote: > Package: grub > Version: 0.97-23 > > Entries in the list: > > title Debian GNU/Linux, kernel 2.6.18-3-686-bigmem > r

Bug#406068: grub: error 15 File not found

2007-01-08 Thread dorileo
On Monday 08 January 2007 13:56, Otavio Salvador wrote: > Thomas Stegbauer <[EMAIL PROTECTED]> writes: > > dorileo schrieb: > >> I`ll change update-grub to call grub-set-default 0, would it fix your > >> problem? > > > > yes, this would imho fix it, if

Bug#406068: grub: error 15 File not found

2007-01-08 Thread dorileo
On Monday 08 January 2007 13:56, Otavio Salvador wrote: > Thomas Stegbauer <[EMAIL PROTECTED]> writes: > > dorileo schrieb: > >> I`ll change update-grub to call grub-set-default 0, would it fix your > >> problem? > > > > yes, this would imho fix it, if

Bug#406068: grub: error 15 File not found

2007-01-08 Thread dorileo
I`ll change update-grub to call grub-set-default 0, would it fix your problem? On Monday 08 January 2007 09:13, Thomas Stegbauer wrote: > Package: grub > Version: 0.97-20 > Severity: important > > update-grub writes a > save-default to each entry, while booting it is looking for the > /boot/grub/d

Bug#403763: Error 23 on savedefault when using grub-reboot command

2006-12-19 Thread dorileo
!SUPPORT_DISKLESS */ >errnum = ERR_UNRECOGNIZED; correct, however it`s not making any problem in stage2 it`ll not return anything. -- Dorileo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#378243: grub-reboot does not work

2006-12-13 Thread dorileo
Could you also do the following? 1- answear no to the question: "Do you want to reboot now? [y/N]"; 2- take the /boot/grub/default file and send me by mail; 3- reboot your system; 4- send me the file /boot/grub/default again; thanks -- Dorileo On Monday 11 December 2006 12:14, Ch

Bug#378243: grub-reboot does not work

2006-12-13 Thread dorileo
Hi Chris Could you show me your menu.lst? thanks -- Dorileo On Monday 11 December 2006 12:14, Chris Purves wrote: > Package: grub > Version: 0.97-19 > Followup-For: Bug #378243 > > I am having the same problem. savedefault --once appears to have no > effect. When grub r

Bug#367889: GRUB - grub-reboot corrupts mbr

2006-11-07 Thread Leandro Dorileo
Could you checkout the pkg-grub trunk in the svn repository, build it and give a try? On Thursday 18 May 2006 12:01, Marco Crociani - Tyrael wrote: > Package: grub > Version: 0.97-7.1 > > Debian Sid AMD64, if I run grub-install and then reboot it can't boot > anything. Grub menu is displayed and

Bug#345931: A patch solving #345931

2006-09-26 Thread Leandro Dorileo
; > + /* The boot sector is older than version 0.94. > > + * Changing to a "nop" could make 0.92 and 0.93 acceptable. */ > > + goto fail; What about we set here the errnum with ERR_BAD_VERSION? or perhaps define a new error with a new message - something like: you should run grub-install or you will be unbootable - for this situation? > > + } > >/* Read the first sector of Stage 2. */ > >disk_read_hook = disk_read_savesect_func; > >if (grub_read (stage2_first_buffer, SECTOR_SIZE) != SECTOR_SIZE) I`ll try this patch a bit more in the end of the week. -- Dorileo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#345931: If the problem is that the user doesn't know he won't be able to reboot...

2006-09-18 Thread Leandro Dorileo
evel/2006-September/001998.html -- Dorileo > > On Wed, Sep 13, 2006 at 11:05:38AM +0200, Marc Fargas wrote: > > Steve Langasek <[EMAIL PROTECTED]> writes: > > >Surely this is still a bug in the grub shell for failing to notice that > > > it had rendered the system unb

Bug#120125: grub: update-grub could have an option to lock older kernels

2006-06-01 Thread Leandro Dorileo
Hi Gürkan What do you mean by lock older kernels? -- Dorileo On Thursday 01 June 2006 05:06, Gürkan Sengün wrote: > /me dips grub into holy water and reads a blessed scroll of enchant armor > please do it! > > > ___ > Pkg-grub-

Bug#367889: GRUB - grub-reboot corrupts mbr

2006-06-01 Thread Leandro Dorileo
Hi Marco I'm sure that your problem has nothing to do with mbr surely your mbr wasn't corrupted. Can you tell me what parameters you've used and where you have /grub installed? thanks -- Dorileo On Thursday 18 May 2006 09:01, Marco Crociani - Tyrael wrote: > Package: grub &

Bug#369868: Error 25 when using savedefault

2006-06-01 Thread Leandro Dorileo
Hi Martin Grub reads menu.lst to know a sort of informations for example to know if the selected boot entry is wanted to be saved as default(savedefault) :D, could you please send me your menu.lst? thanks -- Dorileo On Thursday 01 June 2006 14:31, martin f krafft wrote: > Package: g

Bug#344840: says "No error reported." on "Segmentation fault"

2006-04-12 Thread Leandro Dorileo
Hi Ryan Could you try the latest version and tell me what happens? -- Dorileo

Bug#360041: savedefault makes grub segfault when /boot is in a separate partition

2006-03-30 Thread Leandro Dorileo
C Library: Shared libraries > an > ii libncurses5 5.5-1 Shared libraries for terminal > hand > > grub recommends no packages. > > -- no debconf information > > > ___ > Pkg-grub-devel mailing list > [EMAIL PROTECTED] > http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel > -- Dorileo