;
> .../../sda3
> lrwxrwxrwx 1 root root 10 Sep 11 12:19 D3B7-3D30 -> ../../sda1
> lrwxrwxrwx 1 root root 10 Sep 11 12:19 aa3909a2-fcc8-4b69-9b32-f6716fdd2e7e ->
> .../../sda2
> lrwxrwxrwx 1 root root 10 Sep 11 12:19 bb6eb18e-955e-49f4-ae6c-065de64d6cdf ->
> .../../sdb1
> *** END /dev/disk/by-uuid
>
> -- System Information:
> Debian Release: wheezy/sid
> APT prefers testing
> APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages grub-efi-amd64 depends on:
> ii debconf [debconf-2.0] 1.5.46
> ii grub-common1.99-22.1
> ii grub-efi-amd64-bin 1.99-22.1
> ii grub2-common 1.99-22.1
> ii ucf3.0025+nmu3
>
> grub-efi-amd64 recommends no packages.
>
> grub-efi-amd64 suggests no packages.
>
> -- debconf information:
> grub2/kfreebsd_cmdline:
> grub2/device_map_regenerated:
> * grub2/linux_cmdline:
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
On 13.05.2012 19:01, Ben Hutchings wrote:
> On Wed, 2012-05-09 at 11:14 +0200, Vladimir 'φ-coder/phcoder' Serbinenko
> wrote:
>> On 09.05.2012 10:56, Lionel FÉLICITÉ wrote:
>>> Le lundi 07 mai 2012 à 18:21 +0200, Lionel FÉLICITÉ a écrit :
>>>> Le lundi 0
On 09.05.2012 10:56, Lionel FÉLICITÉ wrote:
> Le lundi 07 mai 2012 à 18:21 +0200, Lionel FÉLICITÉ a écrit :
>> Le lundi 07 mai 2012 à 18:16 +0200, Vladimir 'φ-coder/phcoder'
>> Serbinenko a écrit :
>>> On 07.05.2012 15:32, Lionel FÉLICITÉ wrote:
>>>>
On 07.05.2012 15:32, Lionel FÉLICITÉ wrote:
> Le jeudi 12 avril 2012 à 12:36 +0200, Vladimir 'φ-coder/phcoder'
> Serbinenko a écrit :
>> On 12.04.2012 12:20, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>>> On 12.04.2012 11:57, Lionel FÉLICITÉ wrote:
>
On 12.04.2012 12:20, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 12.04.2012 11:57, Lionel FÉLICITÉ wrote:
>> 010: 6824
> Yes, this is minix2fs magic. But it's also part of the value of
> free_inodes of ext2. That's the most weird variation on ghost
isk/by-id/md-uuid-f1a48207:bff28d4f:a4d2adc2:26fd5302
install-devices must be real disks, not raids.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
st the
results of
dd if=/dev/sda1 skip=2 count=1|xxd
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
error: debian/rules build gave error exit status 2
___
Pkg-grub-devel mailing list
pkg-grub-de...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbi
tag fixed-upstream
thanks
On 14.11.2010 16:32, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
This looks like the failure of grub-probe to find underlying device from
partition. This should be fixed by now. Can you retest?
___
Pkg-grub-dev
fixed for 1.x
metadata but is still a problem with 0.9 one due to 0.9 data sector not
containing enough info to determine where it belongs to easily and reliably.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
_uuid -v > /tmp/probe_strace 2>&1
>
> real0m0.970s
> user0m0.080s
> sys 0m0.012s
>
> Installed fixed grub packages and updated linux kernel image whitout
> problems.
>
>
> On 04/04/2011 21:11, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>>
o tryied to apply only a patch at time whitout success.
Without success in which way?
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
)
>
> then
>
It seems like removing O_SYNC is wrong. Attached a patch which should do
it correctly
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
=== modified file 'grub-core/kern/emu/hostdisk.c'
--- grub-core/kern/emu/hostdisk.c 2011-04-03 13:45:20 +
+++ grub-
>
> log attached at this email.
Looks like the time comes from calling BLKFLSBUF. Attached patch makes
BLKFLSBUF only on write.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
=== modified file 'grub-core/kern/emu/hostdisk.c'
--- grub-core/kern/emu/hostdisk.c 2011-04-03 13
n O_SYNC flag I see no reason why reading partitions would be
slow on your system.
Hm, the patch I've sent you is for the upstream source. Did it apply
correctly?
>
> On 03/04/2011 20:15, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>>
>>> real16m56.160s
>
-probe
without installing
>
> On 03/04/2011 20:15, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>>
>>> real16m56.160s
>>> user0m0.086s
>>> sys 0m0.038s
>>>
>> Could you try the attached patch?
>>
>>
>>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
> real16m56.160s
> user0m0.086s
> sys 0m0.038s
>
Could you try the attached patch?
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
=== modified file 'grub-core/kern/emu/hostdisk.c'
--- grub-core/kern/emu/hostdisk.c 2011-04-03 13:45:20 +
+++ gr
egards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
of /etc/grub.d/
files,
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
tag 612220 fixed-upstream
reassign grub-pc
thanks
Version in squeeze uses memory allocation which is done with flat memory
in mind, so it doesn't handle memory hole well. Upstream GRUB2 uses way
more flexible allocation
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
>
> $ uname -a
> GNU/kFreeBSD wooster 8.1-1-amd64 #0 Thu Jan 4 15:07:39 CET 2011 x86_64 amd64
> QEMU Virtual CPU version 0.13.0 GNU/kFreeBSD
> $ bash /usr/share/bug/grub-pc/script 3>bugscript-output.txt
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
tag 614295 fixed-upstream
thanks
> cam_lookup_pass: either the pass driver isn't in your kernel
> cam_lookup_pass: or ad0 doesn't exist
> /usr/sbin/grub-probe: error: cannot find a GRUB drive for /dev/ad0s1. Check
> your device.map.
>
Yet another duplicate.
--
15% /
> devfs1 1 0 100% /dev
> linprocfs4 4 0 100% /proc
> /sys 4 4 0 100% /sys
> fdescfs 1 1 0 100% /dev/fd
> tmpfs
d it fixed the problem. Needs to be
tested on GPT.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
=== modified file 'Makefile.util.def'
--- Makefile.util.def 2010-12-01 21:42:11 +
+++ Makefile.util.def 2011-03-25 16:07:37 +
@@ -122,7 +122,7 @@
ldadd = libgrubke
detection of a filesystem of /dev/ad0s1 failed.
>
Probable duplicate of #615152. Please try the attached patch
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
=== modified file 'Makefile.util.def'
--- Makefile.util.def 2010-12-01 21:42:11 +
+++ Makefile.util.def 2
s 1 1 0 100% /dev/fd
> tmpfs 629024 4629020 1% /lib/init/rw
>
>
> Please do let me know about any possible information I can provide you
> with to solve this issue, which is quite important as it's highly likely
> to render many systems unbootable.
>
>
> Thanks in advance.
>
>
> Cheers,
>
> Dererk
>
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
minal_output
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
> grub-ieee1275 is not the default bootloader on any architecture afaik
> (and not on sparc in any case). I don't think this bug should be a
> blocker for squeeze, tagging accordingly.
>
We already have the fix. Why not just apply it and be over with it?
--
Regards
Vladimir
t binary garbage in the device.map (attached)
>
> I'll now try to see if fixing the device map manually (no binary
> garbage but hd0 in there instead) helps.
>
> I really wonder where this binary garbage (see attachement) comes
> from.
>
> Anyway, next try was to manually
nted. Thus nr_devs gets incremented without adding a new
> disk. When trying to read the raid array later on, some disk pointers
> are still NULL and we get a segfault when we dereference it.
>
> The attached patch returns an error in both cases, so we at least
> don't segfault (which I tested on the virtual machine). I talked with
> Julien on IRC, but his segfaults disappeared, so we will probably
> never know for sure what really happened.
>
> Regards,
>
> Jeroen dekkers
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
have time right
> now to dig much further, but it's worth sharing where I got to.
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
This looks like the failure of grub-probe to find underlying device from
partition. This should be fixed by now. Can you retest?
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
ion ratio is estimated at 2. In case of big initrd it may land
in a region which is clobbered by bzimage being decompressed. This was a
widespread issue on EFI since there GRUB tried to put initrd at lowest
possible address, but by now it should be changed to try to load initrd
as high as possible
--
i686
> GNU/Linux
> It's a up to date squeeze system wirth software RAID on 4 HDD.
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailma
ell: /bin/sh linked to /bin/dash
>
> Versions of packages grub-pc depends on:
> ii debconf [debconf-2.0]1.5.36 Debian configuration management
> sy
> ii grub-common 1.98+20100804-7 GRand Unified Bootloader,
> version
> ii libc62.11.2-7Embedded GNU C Library: Shared
> lib
> ii libdevmapper1.02.1 2:1.02.48-4 The Linux Kernel Device Mapper
> use
> ii ucf 3.0025+nmu1 Update Configuration File:
> preserv
>
> grub-pc recommends no packages.
>
> Versions of packages grub-pc suggests:
> pn desktop-base (no description available)
>
> -- debconf information excluded
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
locals.
> #9 0x0807cae4 in grub_init_all () at grub_probe_init.c:58
> No locals.
> #10 0x0804a438 in main (argc=4, argv=0xbf9f9184) at
> ../../util/grub-probe.c:443
> dev_map = 0x86da858 "/boot/grub/device.map"
> argument = 0xbf9f99cc "/boot/grub"
>
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
4
b) fixed in -7 upload
> --
> Dmitry Borodaenko
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
*devs), &compare_devices);
>
> closedir (dir);
>
> /* Now add all the devices in sorted order. */
> - for (i = 0; i < names_len; ++i)
> + for (i = 0; i < devs_len; ++i)
> {
> - char *path = xasprintf ("/dev/disk/by-id/%s", names[i]);
> - if (check_device_readable_unique (path))
> + if (check_device_readable_unique (devs[i].stable))
> {
> - if (hook (path, 0))
> + if (hook (devs[i].stable, 0))
> goto out;
> }
> - free (path);
> - free (names[i]);
> + free (devs[i].stable);
> + free (devs[i].kernel);
> }
> - free (names);
> + free (devs);
>}
>}
>
>
> Thanks,
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
volume and during the last shutdown what I actualy did was a
> system hibernation. Maybe snapshots and system freezes have something
> in common?
>
>
Is / or /boot encrypted?
> André Nunes Batista
> Blog: http://tagesuhu.wordpress.com/
> PGP Public Key: 0x7b0590cb6722cf80
>
: http://tagesuhu.wordpress.com/
> PGP Public Key: 0x7b0590cb6722cf80
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
tripe_count = grub_lvm_getvalue (&p, "stripe_count = ");
>>if (p == NULL)
>> goto lvs_segment_fail;
>> @@ -531,12 +566,19 @@
>> goto fail4;
>> }
>>
>> +lv_parsed: /* all done with parsing this LV, seek to
c/grub.d/30_os-prober ###
>
> ### BEGIN /etc/grub.d/40_custom ###
> # This file provides an easy way to add custom menu entries. Simply type the
> # menu entries you want to add after this comment. Be careful not to change
> # the 'exec tail' line above.
> ### END /etc/grub.d/40_custom ###
> *** END /boot/grub/grub.cfg
>
> -- System Information:
> Debian Release: squeeze/sid
> APT prefers unstable
> APT policy: (990, 'unstable'), (600, 'testing'), (110, 'experimental')
> Architecture: kfreebsd-i386 (i686)
>
> Kernel: kFreeBSD 8.0-1-686-smp
> Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages grub-pc depends on:
> ii cdebconf [debconf-2.0] 0.149 Debian Configuration Management
> Sy
> ii debconf [debconf-2.0]1.5.32 Debian configuration management
> sy
> ii grub-common 1.98+20100602-2 GRand Unified Bootloader,
> version
> ii libc0.1 2.11.1-2Embedded GNU C Library: Shared
> lib
> ii ucf 3.0025 Update Configuration File:
> preserv
>
> grub-pc recommends no packages.
>
> Versions of packages grub-pc suggests:
> ii desktop-base 5.0.5 common files for the Debian
> Deskto
>
> -- Configuration Files:
> /etc/default/grub changed:
> GRUB_DEFAULT=0
> GRUB_TIMEOUT=5
> GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
> GRUB_CMDLINE_LINUX_DEFAULT="quiet"
> GRUB_CMDLINE_LINUX=""
>
>
> -- debconf information:
> grub2/kfreebsd_cmdline:
> grub-pc/linux_cmdline: fillme
> * grub2/linux_cmdline:
> grub-pc/chainload_from_menu.lst: true
> grub-pc/kopt_extracted: false
> * grub-pc/install_devices: /dev/ad0
> grub-pc/postrm_purge_boot_grub: false
> grub2/kfreebsd_cmdline_default: quiet
> * grub2/linux_cmdline_default: quiet
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
y will be replaced by symlinks to /dev/dm-*.
>>>
>
> It is time to do that. udev is starting to warn about that. This breaks
> grub2 on all lvm systems.
>
>
Not all. Only the ones which use broken rules from lvm mainstream rather
than sane ones from udev mainstream
>
desktop-base (no description available)
>
> -- debconf information:
> grub-pc/kopt_extracted: false
> grub2/kfreebsd_cmdline:
> * grub-pc/install_devices: (hd0)
> grub-pc/postrm_purge_boot_grub: false
> * grub2/linux_cmdline:
> grub2/kfreebsd_cmdline_default: quiet
> * grub2/linux_cmdline_default: quiet
> grub-pc/chainload_from_menu.lst: true
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
Fixed upstream
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
> set locale_dir=3D($root)/boot/grub/locale
> set lang=3Den
> insmod gettext
> set timeout=3D5
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod ext2
> set root=3D'(hd0,1)'
> search --no-floppy --fs-uuid --set a34090d4-6bd6-45ea-8e76-8aaad107fb24=
> insmod
is safe to upgrade or not.
>
>
I believe this bug to be fixed. Please upgrade
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
t; Regards
> --
> Tom
>
>
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
jida...@jidanni.org wrote:
>>>>>> "V'S" == Vladimir 'φ-coder/phcoder' Serbinenko
>>>>>> writes:
>>>>>>
> V'S> I have empty lines in my grub.cfg and it boots fine. Your problem is
> V
roblem is
localised to grub-script-check and doesn't prevent booting as you claim
>
> ___
> Pkg-grub-devel mailing list
> pkg-grub-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
gt;
> -- debconf information:
> grub-pc/kopt_extracted: false
> grub2/kfreebsd_cmdline:
> * grub-pc/install_devices: /dev/sda, /dev/sdb
> grub-pc/postrm_purge_boot_grub: false
> * grub2/linux_cmdline:
> grub2/kfreebsd_cmdline_default: quiet
> * grub2/linux_cmd
ev/sda3 / 300gb
> /dev/sda4 /srv 4tb
>
> thx,
> alex
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
ne of 3 changes I mentioned is packaged in debian yet.
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/intelfb/intelfbdrv.c
index 5ba3999..de6fda1 100644
--- a/drivers/video/intelfb/intelfbdrv.c
+++ b/drivers/video/intel
It happened only if error happened in last statement. Fixed in upstream
(not packaged in debian)
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
Can you add debug=all and post the verbose log?
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
Does it happen with latest upstream?
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
Torsten Landschoff: the passage you changed contained previously a bug which I
fixed. Then it uncovered another bug. Reintroducing original bug isn't a
solution.
I stumbled accross this problem on my imac g3. Please test the attached fix
--
Regards
Vladimir 'φ-coder/phcoder
58 matches
Mail list logo