From owner at bugs.debian.org Sat Jan 4 07:06:07 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 04 Jan 2014 07:06:07 +0000 Subject: Processed: tagging as pending bugs that are closed by packages in NEW References: <20140104070333.9A05C8604740@elida.v7w.com> Message-ID: Processing commands for control at bugs.debian.org: > # Saturday 4 January 07:03:20 UTC 2014 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: django-ratelimit > tags 733566 + pending Bug #733566 [wnpp] ITP: python-django-ratelimit -- Cache-based rate-limiting for Django Added tag(s) pending. > # Source package in NEW: libwebp > tags 728119 + pending Bug #728119 [libwebp4] libwebp4: Build with support for WebP files with metadata Added tag(s) pending. > # Source package in NEW: grub2 > tags 732245 + pending Bug #732245 {Done: Colin Watson } [grub-common] grub-common: "Warning: is a crypto device, which GRUB cannot read directly" without device name Added tag(s) pending. > # Source package in NEW: grub2 > tags 732595 + pending Bug #732595 {Done: Colin Watson } [grub-pc] grub-install: warning: cannot open directory `/usr/share/locale-langpack': No such file or directory. Added tag(s) pending. > End of message, stopping processing here. Please contact me if you need assistance. -- 728119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728119 732245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732245 732595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732595 733566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733566 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From cjwatson at debian.org Tue Jan 7 03:13:05 2014 From: cjwatson at debian.org (Colin Watson) Date: Tue, 7 Jan 2014 03:13:05 +0000 Subject: GRUB packaging -> git In-Reply-To: <20131121122705.GA27663@riva.ucam.org> References: <20131121122705.GA27663@riva.ucam.org> Message-ID: <20140107031305.GA11603@riva.ucam.org> On Thu, Nov 21, 2013 at 12:27:05PM +0000, Colin Watson wrote: > The right answer is probably to have the patch stack represented as a > stack of git topic branches and automatically export the quilt stack > from that. There are various tools that purport to do this. git-dpm > seems to have design goals that match mine, and I'm inclined to try it > out first, except that I haven't yet managed to wrap my head around its > documentation which is composed mainly of commit graphs. I think I > shall try it out on a simpler package before attempting to apply it to > grub2. I've now had the chance to try out git-dpm on a number of smaller packages. I am completely sold on it and am converting everything with patches that I maintain to it, as time permits. It works by automatically round-tripping between debian/patches/ and a synthetic "patched" branch, which is upstream with each of debian/patches/ applied as a separate commit. The patched branch is rebasing using the normal tools, so if you wanted to change a patch in the middle of the stack you could use: git-dpm checkout-patched git rebase -i upstream # change "pick" to "edit" for the patch in question # hack hack hack git commit --amend git rebase --continue git-dpm dch -- "message" # or "git-dpm update-patches" for more control Adding a new patch would just be: git-dpm checkout-patch # hack hack hack git commit -a git-dpm dch -- "message" Either way, this will end up merging the tip of the rebased "patched" branch into your main working branch, updating all the patch files automatically. You never touch quilt again, although somebody who's unpacked the source package with "dpkg-source -x" is still able to do so quite happily, and the source package is just as readable as before. Patch headers are round-tripped with commit messages on the "patched" branch, so you can still have DEP-3 metadata, and you can cherry-pick directly from upstream onto the "patched" branch. I think this is pretty close to the best of both worlds. There are a few downsides, most of which are mitigated in some way: * "git blame" doesn't *quite* work properly in some cases after you've edited a patch, although no information is lost and it can be made to work with a small patch to git (http://comments.gmane.org/gmane.comp.version-control.git/239861). * "git log" ends up being rather noisy when making changes deep in large patch stacks. "git log --first-parent" helps, or you can use gitk or similar; "git show -m" helps when looking at one of the merge commits. * This is an enforced workflow change; you can't mix and match this with manual developer use of quilt in a particularly sane way, and you have to use git-dpm if you're touching patches in any way. (I guess it's recoverable if somebody makes a mistake, but I'd rather not have to do that too often.) * git-dpm is a bit picky about making sure that enough of the state of the upstream tree is represented in git. On the other hand, it provides tools such as "git-dpm import-tar" to help with that. * "git-dpm init" doesn't round-trip existing debian/patches/ files exactly. There's no data loss, but it reformats the patch headers in a "git format-patch" style, and it may reorder patches and change their style a bit. On the other hand, it enforces a consistent format, so patch formats don't oscillate as different developers with different .quiltrc files run "quilt refresh". * As well as needing to use "git-dpm init --record-patch-name" to remember patch names from before git-dpm was in use, you need to manually add "Patch-Name: foo.patch" to commit messages (or use "git-dpm apply-patch --name" etc.) to get git-dpm to export better file names than the defaults generated by "git format-patch". I think this kind of thing is absolutely worth it to avoid having to tell people how to initialise their quilt metadata after checking out a branch, and to avoid the upstream merge madness that I described in my last post. While the git representation of patch stacks is a bit noisy, as I mentioned, it also seems very idiomatic for git, and it has several useful properties. Does anyone have any objections to me setting this up? If I don't hear anything, I'll probably go ahead in a week or so. Cheers, -- Colin Watson [cjwatson at debian.org] From cjwatson at debian.org Wed Jan 8 11:11:30 2014 From: cjwatson at debian.org (Colin Watson) Date: Wed, 8 Jan 2014 11:11:30 +0000 Subject: Plan of action for Secure Boot support In-Reply-To: <878uurexq8.fsf@mid.deneb.enyo.de> References: <1376427261.11676.35.camel@deadeye.wl.decadent.org.uk> <1386596706.12186.52.camel@deadeye.wl.decadent.org.uk> <878uurexq8.fsf@mid.deneb.enyo.de> Message-ID: <20140108111130.GA20011@riva.ucam.org> On Wed, Jan 08, 2014 at 08:31:11AM +0100, Florian Weimer wrote: > Furthermore, we need to store the keys for all EV certificates (both > the certificate used for submission, and the certificate embedded in > the shim) in devices that meet at least FIPS 140 Level 2. Such > devices that are affordable, support secure, remote operation, and are > compatible with free software environments are difficult to find. > (But perhaps we can find a DD who agrees to keep the keys in his or > her home and manually signs our kernels, using Windows if necessary.) We (Canonical) have been trying to get this requirement made a bit more sane; we keep our SB root certificate split up among a number of shareholders using gfshare, which we believe should be functionally adequate for this. Steve Langasek may know where this sits. > I wonder why Microsoft no longer wants to sign GPLv3 code (such as > GRUB 2). It could be due to plans to make Secure Boot mandatory > eventually. Right now, it is possible to comply with the GPLv3 > license requirements because users can switch off Secure Boot, either > at the BIOS level or through the MokManager loophole. This does not > affect us because we rarely ship hardware with Debian pre-installed, > and if we do, we can make use of the general GPLv3 opt-out clause. > But it would affect some of our users. Not that I'm very impressed with Microsoft's reasoning here, but in practice we wouldn't want to get GRUB signed by Microsoft anyway; their signing process is far too cumbersome for anything but a loader that we try not to change very often. Their guidelines permit chaining to GPLv3 code via shim, so this part of it should not be a problem. -- Colin Watson [cjwatson at debian.org] From ben at decadent.org.uk Wed Jan 8 13:18:29 2014 From: ben at decadent.org.uk (Ben Hutchings) Date: Wed, 08 Jan 2014 13:18:29 +0000 Subject: Plan of action for Secure Boot support In-Reply-To: <878uurexq8.fsf@mid.deneb.enyo.de> References: <1376427261.11676.35.camel@deadeye.wl.decadent.org.uk> <1386596706.12186.52.camel@deadeye.wl.decadent.org.uk> <878uurexq8.fsf@mid.deneb.enyo.de> Message-ID: <1389187109.2728.48.camel@deadeye.wl.decadent.org.uk> On Wed, 2014-01-08 at 08:31 +0100, Florian Weimer wrote: > * Ben Hutchings: > > > However, there is now a blog post from Microsoft that supports what > > Matthew Garrett has been saying for a while - they may revoke the > > signature on a boot loader if signature verification is not extended to > > the kernel, including any mechanism to chain-load another kernel: > > > > http://blogs.msdn.com/b/windows_hardware_certification/archive/2013/12/03/microsoft-uefi-ca-signing-policy-updates.aspx > > (specifically point 5(b)) > > > > This implies that when Secure Boot is enabled, only signed kernels and > > modules can be loaded and other features that allow code injection such > > as kexec, hibernation and /dev/mem must be disabled. > > We also need to use an EV certificate in the shim?not just for > submission to Microsoft, but also for the certificate that signs GRUB > and the kernel (item 6 (a)). > > The Terms & Conditions of existing EV code-signing CAs do not permit a > code-signing end-entity certificate to be used for signing another > certificate, so we'd directly have to embed the end-entity certificate > used to sign GRUB and the kernel into the shim?or we'd have to ship > the EV root CA, but that would extend complete trust to that CA. If > we embed the end-entity certificate, we need to submit a new shim to > Microsoft for signing each time the certificate changes (say, because > the previous certificate expired after a year). Presumably actual code signatures never expire (or rather, expiry should not be checked) - as that would mean mandatory upgrades just to keep a machine bootable. CA certificates just need to be updated so they are valid at the point in time they make a signature, right? > Furthermore, we need to store the keys for all EV certificates (both > the certificate used for submission, and the certificate embedded in > the shim) in devices that meet at least FIPS 140 Level 2. Such > devices that are affordable, support secure, remote operation, and are > compatible with free software environments are difficult to find. > (But perhaps we can find a DD who agrees to keep the keys in his or > her home and manually signs our kernels, using Windows if necessary.) > > I'm not sure if we can sign sid kernels because of the requirement to > sign production quality code only. testing/unstable is a rolling beta test for the next stable release; I would have thought that was still 'production' in MS's terms. experimental maybe shouldn't be signed. > With KVM, we can boot another operating system after executing > unauthenticated (userspace) code, so the new policy seems to force us > to disable KVM per item 5 (b) (or extended Secure Boot to qemu-kvm, > which is practically impossible at present because we do not have a > signed userspace). MS can go and stick their collective head in a blender if they expect us to do that. [...] > There is also a significant technical limitation: The current > shim/grub/kernel combination is totally untested as far as revocation > is concerned. Fedora does not blacklist kernels with known > root-to-ring-0 escalation vulnerabilities. Well, that would be almost all of them, right? > This means that you can > just downgrade the kernel to a known-vulnerable version and lose all > protections allegedly provided by Secure Boot (as far as the Linux > side is concerned). On the other hand, no one really wants to fix > this because it would mean that users cannot downgrade kernels anymore > to deal with regressions. I expect MS doesn't blacklist their old kernel versions, for exactly the same reason. Or do they? > In short, I think it is very hard for us to comply with the new > Microsoft guidelines. It is also politically problematic because once > we comply, Microsoft could try to claim that mandatory Secure Boot is > not locking out anyone (because it's not just Fedora anymore). Because there are no Linux distributions made by anyone but RH, SUSE, Canonical and Debian? > We could still do our own thing under a root we control, but then we > have to decide if we want to cross-certify everyone else. > > We should probably continue the discussion on debian-project because > it's not just about the kernel or technical issues. Right. Ben. -- Ben Hutchings Any smoothly functioning technology is indistinguishable from a rigged demo. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 828 bytes Desc: This is a digitally signed message part URL: From fzielcke at z-51.de Tue Jan 7 15:42:20 2014 From: fzielcke at z-51.de (Felix Zielcke) Date: Tue, 07 Jan 2014 16:42:20 +0100 Subject: GRUB packaging -> git In-Reply-To: <20140107031305.GA11603@riva.ucam.org> References: <20131121122705.GA27663@riva.ucam.org> <20140107031305.GA11603@riva.ucam.org> Message-ID: Colin Watson schrieb: >On Thu, Nov 21, 2013 at 12:27:05PM +0000, Colin Watson wrote: >Does anyone have any objections to me setting this up? If I don't hear >anything, I'll probably go ahead in a week or so. > >Cheers, Hi Colin, first thanks very much for adding my key to dak. I'm not yet experienced with git but that sounds not hard to learn. So from my point of view you can go ahead. Felix From fw at deneb.enyo.de Wed Jan 8 07:31:11 2014 From: fw at deneb.enyo.de (Florian Weimer) Date: Wed, 08 Jan 2014 08:31:11 +0100 Subject: Plan of action for Secure Boot support In-Reply-To: <1386596706.12186.52.camel@deadeye.wl.decadent.org.uk> (Ben Hutchings's message of "Mon, 09 Dec 2013 13:45:06 +0000") References: <1376427261.11676.35.camel@deadeye.wl.decadent.org.uk> <1386596706.12186.52.camel@deadeye.wl.decadent.org.uk> Message-ID: <878uurexq8.fsf@mid.deneb.enyo.de> * Ben Hutchings: > However, there is now a blog post from Microsoft that supports what > Matthew Garrett has been saying for a while - they may revoke the > signature on a boot loader if signature verification is not extended to > the kernel, including any mechanism to chain-load another kernel: > > http://blogs.msdn.com/b/windows_hardware_certification/archive/2013/12/03/microsoft-uefi-ca-signing-policy-updates.aspx > (specifically point 5(b)) > > This implies that when Secure Boot is enabled, only signed kernels and > modules can be loaded and other features that allow code injection such > as kexec, hibernation and /dev/mem must be disabled. We also need to use an EV certificate in the shim?not just for submission to Microsoft, but also for the certificate that signs GRUB and the kernel (item 6 (a)). The Terms & Conditions of existing EV code-signing CAs do not permit a code-signing end-entity certificate to be used for signing another certificate, so we'd directly have to embed the end-entity certificate used to sign GRUB and the kernel into the shim?or we'd have to ship the EV root CA, but that would extend complete trust to that CA. If we embed the end-entity certificate, we need to submit a new shim to Microsoft for signing each time the certificate changes (say, because the previous certificate expired after a year). Furthermore, we need to store the keys for all EV certificates (both the certificate used for submission, and the certificate embedded in the shim) in devices that meet at least FIPS 140 Level 2. Such devices that are affordable, support secure, remote operation, and are compatible with free software environments are difficult to find. (But perhaps we can find a DD who agrees to keep the keys in his or her home and manually signs our kernels, using Windows if necessary.) I'm not sure if we can sign sid kernels because of the requirement to sign production quality code only. With KVM, we can boot another operating system after executing unauthenticated (userspace) code, so the new policy seems to force us to disable KVM per item 5 (b) (or extended Secure Boot to qemu-kvm, which is practically impossible at present because we do not have a signed userspace). Obviously, one can still start a virtualized environment without hardware support, and I don't know what this means for compliance. I wonder why Microsoft no longer wants to sign GPLv3 code (such as GRUB 2). It could be due to plans to make Secure Boot mandatory eventually. Right now, it is possible to comply with the GPLv3 license requirements because users can switch off Secure Boot, either at the BIOS level or through the MokManager loophole. This does not affect us because we rarely ship hardware with Debian pre-installed, and if we do, we can make use of the general GPLv3 opt-out clause. But it would affect some of our users. There is also a significant technical limitation: The current shim/grub/kernel combination is totally untested as far as revocation is concerned. Fedora does not blacklist kernels with known root-to-ring-0 escalation vulnerabilities. This means that you can just downgrade the kernel to a known-vulnerable version and lose all protections allegedly provided by Secure Boot (as far as the Linux side is concerned). On the other hand, no one really wants to fix this because it would mean that users cannot downgrade kernels anymore to deal with regressions. In short, I think it is very hard for us to comply with the new Microsoft guidelines. It is also politically problematic because once we comply, Microsoft could try to claim that mandatory Secure Boot is not locking out anyone (because it's not just Fedora anymore). We could still do our own thing under a root we control, but then we have to decide if we want to cross-certify everyone else. We should probably continue the discussion on debian-project because it's not just about the kernel or technical issues. From fw at deneb.enyo.de Wed Jan 8 20:22:58 2014 From: fw at deneb.enyo.de (Florian Weimer) Date: Wed, 08 Jan 2014 21:22:58 +0100 Subject: Plan of action for Secure Boot support In-Reply-To: <1389187109.2728.48.camel@deadeye.wl.decadent.org.uk> (Ben Hutchings's message of "Wed, 08 Jan 2014 13:18:29 +0000") References: <1376427261.11676.35.camel@deadeye.wl.decadent.org.uk> <1386596706.12186.52.camel@deadeye.wl.decadent.org.uk> <878uurexq8.fsf@mid.deneb.enyo.de> <1389187109.2728.48.camel@deadeye.wl.decadent.org.uk> Message-ID: <87bnzm440t.fsf@mid.deneb.enyo.de> * Ben Hutchings: >> The Terms & Conditions of existing EV code-signing CAs do not permit a >> code-signing end-entity certificate to be used for signing another >> certificate, so we'd directly have to embed the end-entity certificate >> used to sign GRUB and the kernel into the shim?or we'd have to ship >> the EV root CA, but that would extend complete trust to that CA. If >> we embed the end-entity certificate, we need to submit a new shim to >> Microsoft for signing each time the certificate changes (say, because >> the previous certificate expired after a year). > > Presumably actual code signatures never expire (or rather, expiry should > not be checked) - as that would mean mandatory upgrades just to keep a > machine bootable. It's not a technical issue. The CA/subscriber agreement doesn't permit making new signatures after the certificate has expired. >> With KVM, we can boot another operating system after executing >> unauthenticated (userspace) code, so the new policy seems to force us >> to disable KVM per item 5 (b) (or extended Secure Boot to qemu-kvm, >> which is practically impossible at present because we do not have a >> signed userspace). > > MS can go and stick their collective head in a blender if they expect us > to do that. The usualy argument against disabling KVM is that in order to get KVM support, you need to activate it in the BIOS. I haven't seen enough machines to tell if this is actually true. >> There is also a significant technical limitation: The current >> shim/grub/kernel combination is totally untested as far as revocation >> is concerned. Fedora does not blacklist kernels with known >> root-to-ring-0 escalation vulnerabilities. > > Well, that would be almost all of them, right? Yes, it would apply to all but the latest kernel. >> This means that you can >> just downgrade the kernel to a known-vulnerable version and lose all >> protections allegedly provided by Secure Boot (as far as the Linux >> side is concerned). On the other hand, no one really wants to fix >> this because it would mean that users cannot downgrade kernels anymore >> to deal with regressions. > > I expect MS doesn't blacklist their old kernel versions, for exactly the > same reason. Or do they? It's not clear to me what Microsoft's objectives are. Kernel signing might not be required if they only want to save the cost of read-only recovery media. Their installation/recovery kernel does not appear to be equivalent to the real thing, and vulnerabilities in it would not matter as long as the signature checking works (for both kernel and userspace code) and no code with useful vulnerabilities runs before user interaction. There's an expectation nowadays that Secure Boot can protect against careful implants, which is clearly not true on Linux because you could just target the initrd or any of the early boot scripts, without the need for any exploits. Even on Windows, Secure Boot is unlikely to be able to help against unknown implants (or malware injected into the boot process), but it's likely that it enables a reliable recovery path once malware is detectable (and before the malware can, in turn, detect the detection?it's just like Core War). Part of the problem is that Microsoft is extremely tight-lipped about their objectives and policies. As a result, we pick up isolated aspects and assume they reflect an overarching grand plan. But so far, things we once took for granted (like the $99 fee to get started) turned out to be just temporary. >> In short, I think it is very hard for us to comply with the new >> Microsoft guidelines. It is also politically problematic because once >> we comply, Microsoft could try to claim that mandatory Secure Boot is >> not locking out anyone (because it's not just Fedora anymore). > > Because there are no Linux distributions made by anyone but RH, SUSE, > Canonical and Debian? I might not be up to date on this, but I think only Fedora promoted Secure Boot, and likely did more for the broad acceptance of the concept as such than Microsoft. It's also pretty clear that Microsoft's recent policy changes are partly influenced by Fedora's Secure Boot capabilities. Other distributions either didn't try very hard (no signature checking after ExitBootServices, which is a valid interpretation of the UEFI Secure Boot specification, but not compatible with Microsoft Secure Boot) or explicitly decided against joining the Microsoft Secure Boot ecosystem. From kim at rthansen.dk Sat Jan 11 16:34:50 2014 From: kim at rthansen.dk (Kim Rydhof Thor Hansen) Date: Sat, 11 Jan 2014 17:34:50 +0100 Subject: Bug#708181: Workaround Message-ID: I was also bitten by this bug, the problem it that the default behaviour for menus with no security defined has changed from being unrestricted to being restricted if some users are defined. My workaround is to make the "Simple" default selection unrestricted like this: root at mich:/etc/grub.d# hg diff diff -r 5132058ad651 grub.d/10_linux --- a/grub.d/10_linux Sat Jan 11 14:23:52 2014 +0000 +++ b/grub.d/10_linux Sat Jan 11 16:33:37 2014 +0000 @@ -132,7 +132,7 @@ fi echo "menuentry '$(echo "$title" | grub_quote)' ${CLASS} \$menuentry_id_option 'gnulinux-$version-$type-$boot_device_id' {" | sed "s/^/$submenu_indentation/" else - echo "menuentry '$(echo "$os" | grub_quote)' ${CLASS} \$menuentry_id_option 'gnulinux-simple-$boot_device_id' {" | sed "s/^/$submenu_indentation/" + echo "menuentry '$(echo "$os" | grub_quote)' ${CLASS} --unrestricted \$menuentry_id_option 'gnulinux-simple-$boot_device_id' {" | sed "s/^/$submenu_indentation/" fi if [ "$quick_boot" = 1 ]; then echo " recordfail" | sed "s/^/$submenu_indentation/" root at mich:/etc/grub.d# It would be nice if there was a way to do that by defining a variable in a config file that isn't updated often. -- Kim Rydhof Thor Hansen Vadg?rdsvej 3, 2. tv. 2860 S?borg Phone: +45 3091 2437 From ijc at hellion.org.uk Sun Jan 12 12:11:39 2014 From: ijc at hellion.org.uk (Ian Campbell) Date: Sun, 12 Jan 2014 12:11:39 +0000 Subject: Is udpkg --configure another package from postinst OK? (flash-kernel-installer from grub-installer) Message-ID: <1389528699.6917.117.camel@dagon.hellion.org.uk> In order to use the grub arm-uboot support something needs to arrange for the grub kernel to be loaded from u-boot on the various platforms, which in turn requires some platform specific knowledge (load addresses, partitions and the like). Since flash-kernel already has a bunch of infrastructure for this I thought it might be good to reuse it rather than reinventing that wheel in grub-installer (or upstream grub). I changed grub-installer's XB-Installer-Menu-Item to 7200 (from 7400) so it would come before flash-kernel-installer (also 7400) and added to the grub-installer postinst (bit WIP, especially the error handling): @@ -829,6 +837,17 @@ EOF fi +case $ARCH:$grub_package in + *:grub-uboot) + log "Installing flash-kernel-installer" + ANNA_VERBOSE=1 anna-install flash-kernel-installer || error "failed to install flash-kernel-installer" + log "Configuring flash-kernel-installer" + udpkg --force-configure --configure flash-kernel-installer || error "failed to configure flash-kernel-installer" + ;; + *) + log "ARCH:PKG is $ARCH:$grub_package" +esac + # Split a device name into a disk device name and a partition number, if # possible. split_device () { (full WIP patches to grub-installer and flash-kernel, which are working on Calxeda Midway, are appended) Just doing anna-install was not sufficient, I think because once grub-installer's postinst finishes the top-level bootable-system dependency is satisfied so main-menu sees no reason to configure flash-kernel too. Is this call to udpkg allowable? codesearch seems to suggest that the idiom is not very widespread, only kickseed and cdrom-checker use it. Another approach might be to split bootable-system into two parts (perhaps only on armhf) e.g. stage1 (==flash-kernel) and stage2 (==grub). It's worth mentioning that unless the grub-kernel can be made relocatable it may turn out that grub-installer needs some platform specific knowledge (the grub load address, see [0]) anyway. Leif was going to investigate -fpie but if that doesn't pan out then I wonder if grub-installer can/should share the flash-kernel db or if it should go its own way? Ideally only one place would need updating for each platform. [0] http://lists.gnu.org/archive/html/grub-devel/2013-12/msg00415.html Ian. ===WIP: grub-installer=== diff --git a/debian/control b/debian/control index 571459a..a4a8c34 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/grub-installer.git Vcs-Git: git://anonscm.debian.org/d-i/grub-installer.git Package: grub-installer -Architecture: i386 hurd-i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc mipsel +Architecture: i386 hurd-i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc mipsel armhf XB-Subarchitecture: ${subarch} Provides: bootable-system Depends: cdebconf-udeb, kernel-installer, created-fstab, di-utils (>= 1.15), di-utils-mapdevfs, os-prober, partman-utils -XB-Installer-Menu-Item: 7400 +XB-Installer-Menu-Item: 7200 Package-Type: udeb Description: Install GRUB on a hard disk diff --git a/grub-installer b/grub-installer index 71e10c8..dbb46ad 100755 --- a/grub-installer +++ b/grub-installer @@ -327,6 +327,10 @@ case $ARCH in i386/*|amd64/*) grub_package="grub-pc" ;; + armhf/*) + # XXX detect and handle EFI too + grub_package="grub-uboot" + ;; powerpc/*) grub_package="grub-ieee1275" experimental_arch @@ -753,6 +757,10 @@ if [ -z "$frdisk" ]; then fi fi + #if [ "$ARCH" = "armhf/XXX" ] ; then + # grub_install_params="$grub_install_params -T 0xLOADADDRESS" + #fi + if [ "$ARCH" = "powerpc/chrp_pegasos" ] ; then # nvram is broken here grub_install_params="$grub_install_params --no-nvram" @@ -829,6 +837,17 @@ EOF fi +case $ARCH:$grub_package in + *:grub-uboot) + log "Installing flash-kernel-installer" + ANNA_VERBOSE=1 anna-install flash-kernel-installer || error "failed to install flash-kernel-installer" + log "Configuring flash-kernel-installer" + udpkg --force-configure --configure flash-kernel-installer || error "failed to configure flash-kernel-installer" + ;; + *) + log "ARCH:PKG is $ARCH:$grub_package" +esac + # Split a device name into a disk device name and a partition number, if # possible. split_device () { ===WIP: flash-kernel=== diff --git a/bootscript/bootscr.calxeda b/bootscript/bootscr.calxeda new file mode 100644 index 0000000..4d925e2 --- /dev/null +++ b/bootscript/bootscr.calxeda @@ -0,0 +1,4 @@ +echo "Loading Debian Grub ..." +${fs}load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}/grub/arm-uboot/core.img +bootm ${kernel_addr_r} - ${fdt_addr} + diff --git a/db/all.db b/db/all.db index 76e99fd..95e503e 100644 --- a/db/all.db +++ b/db/all.db @@ -40,6 +40,13 @@ Boot-Initrd-Path: /boot/initrd.buffalo Required-Packages: u-boot-tools Bootloader-Sets-Root: yes +Machine: Calxeda ECX-2000 +Method: grub +Required-Packages: u-boot-tools +Boot-Script-Path: /boot/boot.scr +U-Boot-Script-Name: bootscr.calxeda +Bootloader-Sets-Root: no + Machine: D-Link DNS-323 Kernel-Flavors: orion5x Machine-Id: 1542 diff --git a/debian/control b/debian/control index f8bfa67..bdd1378 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Section: debian-installer Priority: standard Package-Type: udeb Architecture: armel armhf -XB-Subarchitecture: iop32x ixp4xx kirkwood orion5x s3c24xx mx5 +XB-Subarchitecture: iop32x ixp4xx kirkwood orion5x s3c24xx mx5 generic Provides: bootable-system Depends: cdebconf-udeb, installed-base XB-Installer-Menu-Item: 7300 diff --git a/debian/flash-kernel-installer.isinstallable b/debian/flash-kernel-installer.isinstallable index ce85af3..0d75039 100755 --- a/debian/flash-kernel-installer.isinstallable +++ b/debian/flash-kernel-installer.isinstallable @@ -20,8 +20,14 @@ case "`archdetect`" in arm*/s3c24xx) exit 0 ;; + armhf/generic) + logger -t flash-kernel-installer armhf/generic is installable + # XXX check db for /proc/device-tree/model? + exit 0 + ;; # Don't activate it by default *) + logger -t flash-kernel-installer `archdetect` is installable exit 1 ;; esac diff --git a/functions b/functions index 66e9738..54c84ba 100644 --- a/functions +++ b/functions @@ -488,13 +492,29 @@ case "$method" in fi android_flash "$part" ;; + "grub") + grub="/boot/grub/arm-uboot/core.img" + # Address to load to: + # ukaddr="$(get_machine_field "$machine" "U-Boot-Kernel-Address")" || : + # Script address: (needed?) + # usaddr="$(get_machine_field "$machine" "U-Boot-Script-Address")" || : + # Name of the input script: + # usname="$(get_machine_field "$machine" "U-Boot-Script-Name")" || : + # File to load + ugrubname="$(get_machine_field "$machine" "U-Boot-Grub-Name")" || ugrubname="/boot/grub/arm-uboot/core.img" + # Script output path: + # boot_script_path="$(get_machine_field "$machine" "Boot-Script-Path")" || : + boot_script_path="$boot_mnt_dir/$boot_script_path" + boot_script="$BOOTSCRIPTS_DIR/$usname" + mkimage_script "$usaddr" "grub boot script" "$boot_script" \ + "$tmpdir/boot.scr" + boot_script="$tmpdir/boot.scr" + backup_and_install "$boot_script" "$boot_script_path" + ;; "generic") kernel="$kfile" initrd="$ifile" if [ -n "$machine_id" ]; then [...snip some unrelated local hacks...] -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From jcollier-2013 at matahua.com Mon Jan 13 12:42:57 2014 From: jcollier-2013 at matahua.com (James Collier) Date: Tue, 14 Jan 2014 01:42:57 +1300 Subject: Bug#652593: Same problem after kvm host upgrade to wheezy Message-ID: <52D3DF51.7030604@matahua.com> Hi - another case: I have just upgraded my KVM host OS from squeeze to wheezy: *** Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux *** qemu-kvm-1.1.2+dfsg-6, Debian Existing linux guests (squeeze / 2.6.32-5-amd64 / grub-pc 1.98+20100804-14+squeeze1) which were previously working fine with the vmware emulation now fail to boot, giving the "unaligned pointer" error described here. Same applies to qxl. Using the cirrus driver allows them to boot, but the screen resolution is limited to 800x600. Bringing all packages up to date within the guest does not resolve the problem. Thanks & regards ... From cjwatson at debian.org Mon Jan 13 12:58:05 2014 From: cjwatson at debian.org (Colin Watson) Date: Mon, 13 Jan 2014 12:58:05 +0000 Subject: GRUB packaging -> git In-Reply-To: References: <20131121122705.GA27663@riva.ucam.org> <20140107031305.GA11603@riva.ucam.org> Message-ID: <20140113125805.GA8798@riva.ucam.org> On Tue, Jan 07, 2014 at 04:42:20PM +0100, Felix Zielcke wrote: > Colin Watson schrieb: > >Does anyone have any objections to me setting this up? If I don't hear > >anything, I'll probably go ahead in a week or so. > > Hi Colin, > > first thanks very much for adding my key to dak. > > I'm not yet experienced with git but that sounds not hard to learn. So > from my point of view you can go ahead. Thanks to both of you for confirmation. I've pushed this, experimental branch only for now. -- Colin Watson [cjwatson at debian.org] From debian at dct.mine.nu Tue Jan 14 08:03:49 2014 From: debian at dct.mine.nu (Karsten Malcher) Date: Tue, 14 Jan 2014 09:03:49 +0100 Subject: Bug#686754: Is there any hope that this bug will be fixed? Message-ID: <52D4EF65.6010509@dct.mine.nu> Again and again i have to correct the grub.cfg manually. And you can see this bug in all depending distributions of Debian. Example today: # blkid /dev/sda1: LABEL="P1EXT4-8G" UUID="c4aa8129-f5a0-4599-b487-3f63ff736c1b" TYPE="ext4" /dev/sda2: UUID="5166cbb1-8234-4127-bb0b-bbfda1658b68" TYPE="ext4" LABEL="P2EXT4-30G" /dev/sda5: UUID="448a6eb5-2173-43e3-b35a-62e9e81a2316" TYPE="swap" /dev/sda6: LABEL="P3EXT20G" UUID="d37744be-c228-4add-9cf3-ce42aff94a7f" SEC_TYPE="ext2" TYPE="ext3" /dev/sda7: LABEL="P7-EXT4-900G" UUID="f4d36b10-bae9-4b22-a19b-0f34916337b3" TYPE="ext4" /dev/sda3: LABEL="P3EXT4-30G" UUID="6bfc15a0-2e9d-4020-9346-9fd52d2696f5" TYPE="ext4" /dev/sdb1: LABEL="SSD" UUID="5c902625-e63e-446f-a5c5-c24a1176dec7" TYPE="ext4" grub.cfg menuentry "Debian GNU/Linux, mit Linux 3.2.0-3-amd64 (on /dev/sda3)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos3)' search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5 linux /boot/vmlinuz-3.2.0-3-amd64 root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro quiet initrd /boot/initrd.img-3.2.0-3-amd64 } menuentry "Debian GNU/Linux, mit Linux 3.2.0-3-amd64 (Wiederherstellungsmodus) (on /dev/sda3)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos3)' search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5 linux /boot/vmlinuz-3.2.0-3-amd64 root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro single initrd /boot/initrd.img-3.2.0-3-amd64 But the first 2 partitions are right now. ;-) It would be fine if i can boot from all partitions ... Cheers Karsten From cjwatson at debian.org Tue Jan 14 17:55:22 2014 From: cjwatson at debian.org (Colin Watson) Date: Tue, 14 Jan 2014 17:55:22 +0000 Subject: Bug#708123: [grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken) In-Reply-To: References: <1556001.14yKGkhaLC@dagon> <20131206122840.GH16196@riva.ucam.org> <2085308.2ufyzTCdMj@dagon> Message-ID: <20140114175522.GE8798@riva.ucam.org> Control: retitle -1 [grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken) Control: severity -1 important Control: tag -1 unreproducible On Sat, Dec 21, 2013 at 01:00:10PM -0500, Michael Gilbert wrote: > control: retitle -1 add news item about end-of-life for old RAID format > > On Wed, Dec 18, 2013 at 1:27 PM, Gleb Golubitsky wrote: > > On Friday, December 06, 2013 12:28:40 PM Colin Watson wrote: > >> Gleb, if you can still reproduce this, could you please run this command > > > > I recently reinstalled my Debian (moved i386 -> amd64) and the bug is not > > reproduced any more. Right before that i found out that 'delay' parameter > > helped me so i suppose the key of problem here is a long time needed by kernel > > (or somewhat else?) to detect my RAID. > > > > Dunno, maybe the bug should be closed as unreproducible. > > This is an issue only with RAID arrays using a very old format, which > it looks like grub now no longer supports. This, I think, can be > corrected by writing a news entry about that so users will see the > info during an upgrade. No, I do not believe it is intentional that GRUB no longer supports this old format; furthermore, as I said in message #20 on this bug, a simple test with the 0.90 format works fine for me. Thus, not only do we not know exactly what we would write in such a NEWS entry, but it would probably be an inappropriate fix anyway. While I agree that this is a pretty nasty bug if you encounter it, I really need a way to reproduce this in order to fix it; ideally I'd be able to reproduce it in an emulated system so that I can iterate fixes quickly. Perhaps somebody who hasn't made the bug go away on their system could help with this? In the meantime, I don't think it's any more release-critical than any other isolated problem with the boot loader, so I'm downgrading for now to allow 2.00 into testing as on the whole it should be a very significant improvement over 1.99. -- Colin Watson [cjwatson at debian.org] From owner at bugs.debian.org Tue Jan 14 17:57:07 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Jan 2014 17:57:07 +0000 Subject: Processed: Re: Bug#708123: [grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken) References: <20140114175522.GE8798@riva.ucam.org> <1556001.14yKGkhaLC@dagon> Message-ID: Processing control commands: > retitle -1 [grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken) Bug #708123 [grub-pc] add news item about end-of-life for old RAID format Changed Bug title to '[grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken)' from 'add news item about end-of-life for old RAID format' > severity -1 important Bug #708123 [grub-pc] [grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken) Severity set to 'important' from 'critical' > tag -1 unreproducible Bug #708123 [grub-pc] [grub-pc] grub2 (2.00-14) fails to install on RAID arrays (rescue, boot is broken) Added tag(s) unreproducible. -- 708123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708123 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From cjwatson at debian.org Tue Jan 14 18:00:25 2014 From: cjwatson at debian.org (Colin Watson) Date: Tue, 14 Jan 2014 18:00:25 +0000 Subject: Bug#686754: Is there any hope that this bug will be fixed? In-Reply-To: <52D4EF65.6010509@dct.mine.nu> References: <52D4EF65.6010509@dct.mine.nu> Message-ID: <20140114180025.GF8798@riva.ucam.org> On Tue, Jan 14, 2014 at 09:03:49AM +0100, Karsten Malcher wrote: > menuentry "Debian GNU/Linux, mit Linux 3.2.0-3-amd64 (on /dev/sda3)" --class gnu-linux --class gnu --class os { > insmod part_msdos > insmod ext2 > set root='(/dev/sda,msdos3)' > search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5 > linux /boot/vmlinuz-3.2.0-3-amd64 root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro quiet > initrd /boot/initrd.img-3.2.0-3-amd64 > } > menuentry "Debian GNU/Linux, mit Linux 3.2.0-3-amd64 > (Wiederherstellungsmodus) (on /dev/sda3)" --class gnu-linux --class > gnu --class os { > insmod part_msdos > insmod ext2 > set root='(/dev/sda,msdos3)' > search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5 > linux /boot/vmlinuz-3.2.0-3-amd64 root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro single > initrd /boot/initrd.img-3.2.0-3-amd64 GRUB doesn't generate those kernel parameters itself; it relies on os-prober to fetch them from the boot loader configuration files on those other systems. It's quite possible that the problem is simply that the boot loader configuration inside the filesystem on /dev/sda3 (or its associated /boot filesystem) is wrong. Could you find the relevant configuration file and attach it? -- Colin Watson [cjwatson at debian.org] From debian at dct.mine.nu Wed Jan 15 09:35:55 2014 From: debian at dct.mine.nu (Karsten Malcher) Date: Wed, 15 Jan 2014 10:35:55 +0100 Subject: Bug#686754: Is there any hope that this bug will be fixed? In-Reply-To: <20140114180025.GF8798@riva.ucam.org> References: <52D4EF65.6010509@dct.mine.nu> <20140114180025.GF8798@riva.ucam.org> Message-ID: <52D6567B.3020809@dct.mine.nu> Am 14.01.2014 19:00, schrieb Colin Watson: > GRUB doesn't generate those kernel parameters itself; it relies on os-prober to fetch them from the boot loader > configuration files on those other systems. It's quite possible that the problem is simply that the boot loader > configuration inside the filesystem on /dev/sda3 (or its associated /boot filesystem) is wrong. Could you find the > relevant configuration file and attach it? Hello Colin, now i understand more. I found this description of os-prober here: http://joeyh.name/code/os-prober/ Calling os-prober only give this information: # os-prober /dev/sda2:Debian GNU/Linux (7.2):Debian:linux /dev/sda3:Debian GNU/Linux (jessie/sid):Debian1:linux It seems not to merge the information with the UUID of the partitions. I found an other interesting effect, which explains that this bug has not been found. Now an grub-update produces the correct grub.cfg. menuentry "Debian GNU/Linux, mit Linux 3.12-1-amd64 (on /dev/sda3)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos3)' search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5 linux /boot/vmlinuz-3.12-1-amd64 root=UUID=6bfc15a0-2e9d-4020-9346-9fd52d2696f5 ro quiet initrd /boot/initrd.img-3.12-1-amd64 } menuentry "Debian GNU/Linux, mit Linux 3.12-1-amd64 (Wiederherstellungsmodus) (on /dev/sda3)" --class gnu-linux --class gnu --class os { insmod part_msdos insmod ext2 set root='(/dev/sda,msdos3)' search --no-floppy --fs-uuid --set=root 6bfc15a0-2e9d-4020-9346-9fd52d2696f5 linux /boot/vmlinuz-3.12-1-amd64 root=UUID=6bfc15a0-2e9d-4020-9346-9fd52d2696f5 ro single initrd /boot/initrd.img-3.12-1-amd64 } What i did in the history: 1. I unpacked an backup of /dev/sdb1 (Grub partition with Debian wheezy) to /dev/sda3 2. I altered the fstab of the copy and run update-grub (After this i got this wrong grub.cfg) 3. I boot from /dev/sda3 and made an system-upgrade from wheezy to jessie 4. After the upgrade i run update-grub again from /dev/sdb1 to actualize the new kernel on /dev/sda3 (Now grub.cfg is correct) Is it possible that the (wrong) information is extraced from initrd.img ? Cheers Karsten From lukas at schwaighofer.name Wed Jan 15 10:48:21 2014 From: lukas at schwaighofer.name (Lukas Schwaighofer) Date: Wed, 15 Jan 2014 11:48:21 +0100 Subject: Bug#686754: Is there any hope that this bug will be fixed? In-Reply-To: <52D6567B.3020809@dct.mine.nu> References: <52D4EF65.6010509@dct.mine.nu> <20140114180025.GF8798@riva.ucam.org> <52D6567B.3020809@dct.mine.nu> Message-ID: <20140115114821.7500b614@timon.net.in.tum.de> Hi Karsten, On Wed, 15 Jan 2014 10:35:55 +0100 Karsten Malcher wrote: > Calling os-prober only give this information: > # os-prober > /dev/sda2:Debian GNU/Linux (7.2):Debian:linux > /dev/sda3:Debian GNU/Linux (jessie/sid):Debian1:linux For type "linux" os-prober calles linux-boot-prober next with the partition as a parameter. For /dev/sda3 it would call # linux-boot-prober /dev/sda3 See /usr/share/doc/os-prober/README for more information. > It seems not to merge the information with the UUID of the partitions. > I found an other interesting effect, which explains that this bug has > not been found. Now an grub-update produces the correct grub.cfg. > (...) > > What i did in the history: > 1. I unpacked an backup of /dev/sdb1 (Grub partition with Debian > wheezy) to /dev/sda3 > 2. I altered the fstab of the copy and run update-grub (After this i > got this wrong grub.cfg) > 3. I boot from /dev/sda3 and made an system-upgrade from wheezy to > jessie > 4. After the upgrade i run update-grub again from /dev/sdb1 to > actualize the new kernel on /dev/sda3 (Now grub.cfg is correct) > > Is it possible that the (wrong) information is extraced from > initrd.img ? To my knowledge linux-boot-prober does the following: * Mount the given partition read-only to a temporary directory * Read the /etc/fstab of this partition to check if /boot is on a separate partition. If so, it is also mounted. * Read and parse the boot loader configuration from the temporary directory. For grub2 that is boot/grub/grub.cfg. The parameters to the linux kernel (the root=? directive that was wrong in your case) should be directly taken from this file. * Unmount everything again So your report from your message #15 makes sense, if the /boot/grub/grub.cfg file on sda3 (I'm assuming you do not have a separate boot partition) previously contained the "wrong" parameters for the Linux kernel (root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro single). Regards Lukas From debian at dct.mine.nu Wed Jan 15 12:34:11 2014 From: debian at dct.mine.nu (Karsten Malcher) Date: Wed, 15 Jan 2014 13:34:11 +0100 Subject: Bug#686754: Is there any hope that this bug will be fixed? In-Reply-To: <20140115114821.7500b614@timon.net.in.tum.de> References: <52D4EF65.6010509@dct.mine.nu> <20140114180025.GF8798@riva.ucam.org> <52D6567B.3020809@dct.mine.nu> <20140115114821.7500b614@timon.net.in.tum.de> Message-ID: <52D68043.1020800@dct.mine.nu> Am 15.01.2014 11:48, schrieb Lukas Schwaighofer: > Hi Karsten, > > To my knowledge linux-boot-prober does the following: > * Mount the given partition read-only to a temporary directory > * Read the /etc/fstab of this partition to check if /boot is on a > separate partition. If so, it is also mounted. > * Read and parse the boot loader configuration from the temporary > directory. For grub2 that is boot/grub/grub.cfg. The parameters to > the linux kernel (the root=? directive that was wrong in your case) > should be directly taken from this file. > * Unmount everything again > > So your report from your message #15 makes sense, if > the /boot/grub/grub.cfg file on sda3 (I'm assuming you do not have a > separate boot partition) previously contained the "wrong" parameters for > the Linux kernel > (root=UUID=5c902625-e63e-446f-a5c5-c24a1176dec7 ro single). > > Regards > Lukas Hi Lukas, then we have found the explanation for this problem - thank you! The grub.cfg on the copy of the installation will be correct only after boot and update of this installation. And i must run update-grub first on the standard installation to get the partition with the copy booted. It's impossible to avoid this error under this circumstances! So this bug can be closed. Regards Karsten From noreply at release.debian.org Wed Jan 15 16:39:15 2014 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Jan 2014 16:39:15 +0000 Subject: grub2 2.00-22 MIGRATED to testing Message-ID: FYI: The status of the grub2 source package in Debian's testing distribution has changed. Previous version: 1.99-27+deb7u2 Current version: 2.00-22 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See http://release.debian.org/testing-watch/ for more information. From mavoga at gmail.com Thu Jan 16 01:25:14 2014 From: mavoga at gmail.com (Maurizio Avogadro) Date: Thu, 16 Jan 2014 02:25:14 +0100 Subject: Bug#690538: Isn't the submenu concept itself clashing with GRUB_DEFAULT settings != 0? Message-ID: <52D734FA.1080501@gmail.com> Package: grub-common Version: 2.00-22 I didn't read this bug report before trying to understand the issue; I used to keep GRUB_DEFAULT=saved and the introduction of the submenu catched me unprepared. Going to give my 2 cents by telling my thoughts. I started to think that the creation of a submenu should be avoided in any case when GRUB_DEFAULT is not set to 0: at next boot, if the default entry is in the submenu, grub will show the submenu as selected without showing what's going to boot, which doesn't make any sense IMO. The attached patch, which applies to v2.00-22, tried to deal with this issue by simply preventing first entry and submenu generation in such circumstances. Thanks Maurizio -------------- next part -------------- A non-text attachment was scrubbed... Name: submenu.diff Type: text/x-diff Size: 675 bytes Desc: not available URL: From cjwatson at debian.org Thu Jan 16 10:05:14 2014 From: cjwatson at debian.org (Colin Watson) Date: Thu, 16 Jan 2014 10:05:14 +0000 Subject: Bug#690538: Isn't the submenu concept itself clashing with GRUB_DEFAULT settings != 0? In-Reply-To: <52D734FA.1080501@gmail.com> References: <52D734FA.1080501@gmail.com> Message-ID: <20140116100514.GI8798@riva.ucam.org> On Thu, Jan 16, 2014 at 02:25:14AM +0100, Maurizio Avogadro wrote: > I didn't read this bug report before trying to understand the issue; I > used to keep GRUB_DEFAULT=saved and the introduction of the submenu > catched me unprepared. Going to give my 2 cents by telling my thoughts. > > I started to think that the creation of a submenu should be avoided in > any case when GRUB_DEFAULT is not set to 0: at next boot, if the default > entry is in the submenu, grub will show the submenu as selected without > showing what's going to boot, which doesn't make any sense IMO. I'm concerned that this will make it harder for people to look at the menu structure and work out what they need to set GRUB_DEFAULT to, because the act of setting GRUB_DEFAULT will change the behaviour. This seems unnecessarily confusing and undesirable. -- Colin Watson [cjwatson at debian.org] From ftpmaster at ftp-master.debian.org Thu Jan 16 16:42:43 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 16 Jan 2014 16:42:43 +0000 Subject: Processing of grub2_2.02~beta2-2_i386.changes Message-ID: grub2_2.02~beta2-2_i386.changes uploaded successfully to localhost along with the files: grub2_2.02~beta2-2.dsc grub2_2.02~beta2-2.debian.tar.xz grub2_2.02~beta2-2_i386.deb grub-linuxbios_2.02~beta2-2_i386.deb grub-efi_2.02~beta2-2_i386.deb grub-common_2.02~beta2-2_i386.deb grub2-common_2.02~beta2-2_i386.deb grub-emu_2.02~beta2-2_i386.deb grub-emu-dbg_2.02~beta2-2_i386.deb grub-pc-bin_2.02~beta2-2_i386.deb grub-pc-dbg_2.02~beta2-2_i386.deb grub-pc_2.02~beta2-2_i386.deb grub-rescue-pc_2.02~beta2-2_i386.deb grub-coreboot-bin_2.02~beta2-2_i386.deb grub-coreboot-dbg_2.02~beta2-2_i386.deb grub-coreboot_2.02~beta2-2_i386.deb grub-efi-ia32-bin_2.02~beta2-2_i386.deb grub-efi-ia32-dbg_2.02~beta2-2_i386.deb grub-efi-ia32_2.02~beta2-2_i386.deb grub-efi-amd64-bin_2.02~beta2-2_i386.deb grub-efi-amd64-dbg_2.02~beta2-2_i386.deb grub-efi-amd64_2.02~beta2-2_i386.deb grub-ieee1275-bin_2.02~beta2-2_i386.deb grub-ieee1275-dbg_2.02~beta2-2_i386.deb grub-ieee1275_2.02~beta2-2_i386.deb grub-firmware-qemu_2.02~beta2-2_i386.deb grub-xen-bin_2.02~beta2-2_i386.deb grub-xen-dbg_2.02~beta2-2_i386.deb grub-xen_2.02~beta2-2_i386.deb grub-theme-starfield_2.02~beta2-2_i386.deb grub-mount-udeb_2.02~beta2-2_i386.udeb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Thu Jan 16 16:49:33 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 16 Jan 2014 16:49:33 +0000 Subject: grub2_2.02~beta2-2_i386.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 16 Jan 2014 15:18:04 +0000 Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg grub-efi-arm64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-uboot-bin grub-uboot-dbg grub-uboot grub-xen-bin grub-xen-dbg grub-xen grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb Architecture: source i386 Version: 2.02~beta2-2 Distribution: experimental Urgency: medium Maintainer: GRUB Maintainers Changed-By: Colin Watson Description: grub-common - GRand Unified Bootloader (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries) grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files) grub-efi - GRand Unified Bootloader, version 2 (dummy package) grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version) grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version) grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries) grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files) grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version) grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI binaries) grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version) grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries) grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files) grub-emu - GRand Unified Bootloader, version 2 (emulated version) grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files) grub-firmware-qemu - GRUB firmware image for QEMU grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries) grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-mount-udeb - export GRUB filesystems using FUSE (udeb) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries) grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme) grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version) grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot binaries) grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files) grub-xen - GRand Unified Bootloader, version 2 (Xen version) grub-xen-bin - GRand Unified Bootloader, version 2 (Xen binaries) grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files) grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version) grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries) grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files) grub2 - GRand Unified Bootloader, version 2 (dummy package) grub2-common - GRand Unified Bootloader (common files for version 2) Changes: grub2 (2.02~beta2-2) experimental; urgency=medium . * Convert patch handling to git-dpm. * Add bi-endian support to ELF parser (Tomohiro B Berry). * Adjust restore_mkdevicemap.patch to mark get_kfreebsd_version as static, to appease "gcc -Werror=missing-prototypes". * Cherry-pick from upstream: - Change grub-macbless' manual page section to 8. * Install grub-glue-efi, grub-macbless, grub-render-label, and grub-syslinux2cfg. * grub-shell: Pass -no-pad to xorriso when building floppy images. Checksums-Sha1: 9d918c51db875871c4f371d70a494a91b0a2d186 5148 grub2_2.02~beta2-2.dsc 318c0f9590f2be4dbfe49f6f53b681ff89ab1a5f 980312 grub2_2.02~beta2-2.debian.tar.xz 36703984d3841090bbe0c7575c3ebb8b2d7a4e7e 2570 grub2_2.02~beta2-2_i386.deb eb0491653090ea11bd766fbe2c9a5545230e2a6d 2572 grub-linuxbios_2.02~beta2-2_i386.deb 22e63bc350e1c705c785e175af4d0500dbdd4892 2576 grub-efi_2.02~beta2-2_i386.deb cfec34da44f9c3c5ea317d05f6ca159e51106ea2 2629372 grub-common_2.02~beta2-2_i386.deb 7cfdf9085d6c82622b891e24e0f4c492d00e5921 507800 grub2-common_2.02~beta2-2_i386.deb 57ad71ade92dfefbf55b687e9dee4fad872d8d67 3130490 grub-emu_2.02~beta2-2_i386.deb a18490c8351efa2cb6de397b71ebb515daaafd7d 2193476 grub-emu-dbg_2.02~beta2-2_i386.deb 7e8c5911a8358a8f372116023db316b4cb4a336b 887294 grub-pc-bin_2.02~beta2-2_i386.deb 8e1f15ec763618d6b93a314301687be472eedf6e 2797786 grub-pc-dbg_2.02~beta2-2_i386.deb f0aa03b3a816325751e71fa9703c1f8be3f6e04b 195194 grub-pc_2.02~beta2-2_i386.deb 71bd3ea114ec182286e6681e9a65e520a26ef3b0 2724026 grub-rescue-pc_2.02~beta2-2_i386.deb dd9adc3a3b53226fffc8dbf5f042f6504d33b804 592584 grub-coreboot-bin_2.02~beta2-2_i386.deb fb31704331d3aba6d1871d9161b465ff915db841 2531920 grub-coreboot-dbg_2.02~beta2-2_i386.deb eaf0277d30d3285db733e9780296b9369592fd4f 51034 grub-coreboot_2.02~beta2-2_i386.deb 7e694c6b2f9dfe15ee02c12dc0d6a3d66015284b 616770 grub-efi-ia32-bin_2.02~beta2-2_i386.deb 5c83559567f05a0ab560cecef3095a8d4e4f6a8d 2708676 grub-efi-ia32-dbg_2.02~beta2-2_i386.deb 5a9e8e9a528685ed9657f64e750a6e413edc5e00 51062 grub-efi-ia32_2.02~beta2-2_i386.deb 4e6681e62c458e7d0ad03e8bacc2e9e3c30c0569 649782 grub-efi-amd64-bin_2.02~beta2-2_i386.deb 295a5d6409c7c4aa135cb51caf990f45697b4d13 2874210 grub-efi-amd64-dbg_2.02~beta2-2_i386.deb 1af04b4d83d704fcaa8552df209c48fb94ceb992 51056 grub-efi-amd64_2.02~beta2-2_i386.deb 6d4a179650b08cde7e42a1d02557fadf71d31350 590314 grub-ieee1275-bin_2.02~beta2-2_i386.deb 430bf3700c802be63e6809e4fc1897423e2601d3 2561546 grub-ieee1275-dbg_2.02~beta2-2_i386.deb a63dab336f03b085632ac0cd380fbbefbb653515 51014 grub-ieee1275_2.02~beta2-2_i386.deb 22e8b295e130d4356df75d51b44e6a39eda249ca 1070720 grub-firmware-qemu_2.02~beta2-2_i386.deb 27c561be81eb5ad9ce0dce7819423607a435b6f9 912838 grub-xen-bin_2.02~beta2-2_i386.deb ef66a31f670c2e0f92e880954c37faaeb0726cf9 4192894 grub-xen-dbg_2.02~beta2-2_i386.deb e2f7358c668f52f24db7acee94f3e75fde1c1f61 50996 grub-xen_2.02~beta2-2_i386.deb 73d0e3a4bafb425fbb6044b26409c93d4bcde5b9 2146632 grub-theme-starfield_2.02~beta2-2_i386.deb 4ad8a3889c876b05a5213f54a3ccf8d0c508efab 339180 grub-mount-udeb_2.02~beta2-2_i386.udeb Checksums-Sha256: c7a1607d4b6721edb2062872a729e07e0c29a930f0c95fa036f16d3c136dc719 5148 grub2_2.02~beta2-2.dsc 9c76eb488b8f4eb0753eb3e34176d318dafcea84c42d8047bf47394bc9e08c16 980312 grub2_2.02~beta2-2.debian.tar.xz 5cf7e093f83081db81d8e77e0eafb7f042542635ded51d64c2829933e0737af8 2570 grub2_2.02~beta2-2_i386.deb 8175525622d0f1c00a065e086b4e55feabe9511c00a049ecca2ca7f8430eceb8 2572 grub-linuxbios_2.02~beta2-2_i386.deb e6b417af05e36c30589b7191f88684f6846b97c6e76ab8220fc916a594584b0b 2576 grub-efi_2.02~beta2-2_i386.deb 2ddc33ae5e990289123bc6ddf2f073d2f9ee9261b5927ea96a41949e98b57fcc 2629372 grub-common_2.02~beta2-2_i386.deb 3ddcd16caeab965ac9fb68d9bf5e135e9e3dc4a5323dcd218cbe2cc2ccae21f2 507800 grub2-common_2.02~beta2-2_i386.deb 11e918b47cda0f116ef397e46a345134f8017e1cf56ce00df561f31a7dbf611c 3130490 grub-emu_2.02~beta2-2_i386.deb b561496df1e6fb6c48d58c6da9791c7699973b8f90ed15f4d3b3839866612157 2193476 grub-emu-dbg_2.02~beta2-2_i386.deb 7c0e1bd9dec30cf2bdbeef095b097ad5457146d1f476d057bdc1068be00c5b43 887294 grub-pc-bin_2.02~beta2-2_i386.deb e891b3ba08b541baf47f413fc24d77501019a6ef46ca49b286e18a109a9f824c 2797786 grub-pc-dbg_2.02~beta2-2_i386.deb 6e8b5ab2b2d26ee57fbf4c90645a9ee323a5be38e7fbf398430d865eb07cfcc8 195194 grub-pc_2.02~beta2-2_i386.deb d6dde07dc220e99ba5c3127f12d33b6498502dda8a84e14e0594ca9026eb4034 2724026 grub-rescue-pc_2.02~beta2-2_i386.deb 9b6456e500c2a144f2e26e1edd17a2f5403c794b17864a360b46924638604035 592584 grub-coreboot-bin_2.02~beta2-2_i386.deb 6b63a69f3451f3b0f3a71f8368331ddda00094ed5b38db1bbdc37a871cc56f42 2531920 grub-coreboot-dbg_2.02~beta2-2_i386.deb f8e10e57dfb5a9d085ce31abd728545bddaffa430dbaeb6ab266e13fc5df0a61 51034 grub-coreboot_2.02~beta2-2_i386.deb df048bddc4c42ee6bc546b0c64f0ba6676e5f4472e874f2cb8b11d35fca11abc 616770 grub-efi-ia32-bin_2.02~beta2-2_i386.deb 884ec433c7b8c9e0a22b71ba99b5cf01f76f7237d651dcb1bb90cba015bd20ae 2708676 grub-efi-ia32-dbg_2.02~beta2-2_i386.deb 90b86a39576ddfb1f6198f229f51921978a931a7535b6cdd8121aafc94fc924f 51062 grub-efi-ia32_2.02~beta2-2_i386.deb 234da47a0ea8d97394a8709f58e93ab39d13ac6142a5fbded599ff25803677fc 649782 grub-efi-amd64-bin_2.02~beta2-2_i386.deb 0805cc9c6bf3937ac18589718096c2ba6ed488b824929a2f4c8a340a7314420b 2874210 grub-efi-amd64-dbg_2.02~beta2-2_i386.deb e58c938f26e5050e5998a87d0aa0326170c3fd2bf744fac579afdd83e02a3569 51056 grub-efi-amd64_2.02~beta2-2_i386.deb cb6394bdc7d6a3fa4441c65141bf0ec7d375d7d3a32b388d7a9ca704bec73b93 590314 grub-ieee1275-bin_2.02~beta2-2_i386.deb 74eafeb13ae5dcc7f99c5171279a4b33def12c74dedb7a2f9e6c18991ac85b90 2561546 grub-ieee1275-dbg_2.02~beta2-2_i386.deb f064ae8c409843e531c7566295a6657c489fd777f111cc8b384546c7f29a9f08 51014 grub-ieee1275_2.02~beta2-2_i386.deb 524ddc3cc17fa5fbb7fa0fd316c0d3eb93eeb55118a068d765adb4468ca9b690 1070720 grub-firmware-qemu_2.02~beta2-2_i386.deb 19d9bde44a6847fb8474e9a2cfbacc661249407c4624f11ca2abe7fedfede9cc 912838 grub-xen-bin_2.02~beta2-2_i386.deb 152f65126e616780141834215085eb77090a048718d03abe4ada2f322988e545 4192894 grub-xen-dbg_2.02~beta2-2_i386.deb 195018edf4ba68bf0e7d7157ace90d00f9db8d0ab8a7e90da65e4e9e044a0322 50996 grub-xen_2.02~beta2-2_i386.deb 939bca2aeffc4e951d2c3c2c74daf61cc68bf89d3a89c9875e383843184e3626 2146632 grub-theme-starfield_2.02~beta2-2_i386.deb a801e6d1615adc64b3fc7a63a91d179d2ab8074be1cd533c1cc2528264fd5871 339180 grub-mount-udeb_2.02~beta2-2_i386.udeb Files: 2683efe3f854b0272759f9af6a2390e4 5148 admin extra grub2_2.02~beta2-2.dsc 011fe1aae640f43520d438a8e272d711 980312 admin extra grub2_2.02~beta2-2.debian.tar.xz 688c301fe39db632beeebd9db2a734b0 2570 oldlibs extra grub2_2.02~beta2-2_i386.deb e8fa3d12dc304b3be7d075cf9ccf03e1 2572 oldlibs extra grub-linuxbios_2.02~beta2-2_i386.deb d1527f7e8f706194e81cdf536a8f32d7 2576 oldlibs extra grub-efi_2.02~beta2-2_i386.deb 00097876b44dad96f4412fc6dbfc67f1 2629372 admin optional grub-common_2.02~beta2-2_i386.deb db094e491029265197e8f5bf6972a75f 507800 admin optional grub2-common_2.02~beta2-2_i386.deb 655d2955a731efdd9d67f8e458edc8f5 3130490 admin extra grub-emu_2.02~beta2-2_i386.deb f261393d2b9b72924662c7bbe6e10103 2193476 debug extra grub-emu-dbg_2.02~beta2-2_i386.deb 88d56f967c2a05961c42e3d7b45d2399 887294 admin optional grub-pc-bin_2.02~beta2-2_i386.deb 65ed535ffd67547f7c35a9e4a9b7c828 2797786 debug extra grub-pc-dbg_2.02~beta2-2_i386.deb dfde1d90419c25c57f8c00d93bf226d3 195194 admin optional grub-pc_2.02~beta2-2_i386.deb 271b7f8b17cac67c02126f0a17fc5e4b 2724026 admin extra grub-rescue-pc_2.02~beta2-2_i386.deb 98065dd8ec680f8752a8b7902e68338b 592584 admin extra grub-coreboot-bin_2.02~beta2-2_i386.deb a13929d77b0883688349394cb82fcbec 2531920 debug extra grub-coreboot-dbg_2.02~beta2-2_i386.deb 144d404195f97d1eecd530dae9865617 51034 admin extra grub-coreboot_2.02~beta2-2_i386.deb c9850e71c6e24beba43c4f09be6c154b 616770 admin extra grub-efi-ia32-bin_2.02~beta2-2_i386.deb a8ea3107f8becdce68a7ff29be611bbf 2708676 debug extra grub-efi-ia32-dbg_2.02~beta2-2_i386.deb 452f088df954957d7c77fc837cc60f4f 51062 admin extra grub-efi-ia32_2.02~beta2-2_i386.deb dc3a33371778bfe2e21bda33ce974f7b 649782 admin extra grub-efi-amd64-bin_2.02~beta2-2_i386.deb 5ff462a527462d331e488a65a9d7f3b4 2874210 debug extra grub-efi-amd64-dbg_2.02~beta2-2_i386.deb 7fe6d205978ca5c12d33ffb79156c205 51056 admin extra grub-efi-amd64_2.02~beta2-2_i386.deb 5dd535169161836df918439f4c977b0f 590314 admin extra grub-ieee1275-bin_2.02~beta2-2_i386.deb 7ad6449448271a52a37c7e704ca79d96 2561546 debug extra grub-ieee1275-dbg_2.02~beta2-2_i386.deb 388987d0a48bf4c9268f821d99890f32 51014 admin extra grub-ieee1275_2.02~beta2-2_i386.deb 59ac6d5a82d678acce8fe89482effe38 1070720 admin extra grub-firmware-qemu_2.02~beta2-2_i386.deb 7658fd9809be9a28c79c9f6b3afd1738 912838 admin extra grub-xen-bin_2.02~beta2-2_i386.deb 0dfa7b70850b8d170cac94d14057e9ba 4192894 debug extra grub-xen-dbg_2.02~beta2-2_i386.deb 2e3c3e37f11900a6e128e3cb71e5ab0c 50996 admin extra grub-xen_2.02~beta2-2_i386.deb ff3a2ff5ae436f323cdd7f580bad4054 2146632 admin extra grub-theme-starfield_2.02~beta2-2_i386.deb 256d6319ce93862a1618444a317b196a 339180 debian-installer extra grub-mount-udeb_2.02~beta2-2_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Colin Watson -- Debian developer iQIVAwUBUtgH8Tk1h9l9hlALAQjrhRAAjazcypwGUf4RX94CPeUUq5F/j6bge91S /+HDqc37xT6yRaG606BmzeXTuUN/sdqUYMFuJbl/4IjD7co3W3JWrEVfU3M5ugxo 9bkoDqKC8nYJ7A7cNDLloy4ssqOAHBXz7aXnvpplmPctc3UHgm9avi2JAdfUOpoV n89CtUCfCcM2C3+h7nPrqIiUsum1gcBgb02Y7JlClgGRF4QKmnY8crlAxfEpGb6e 0p2z0e4WQf9o2AUcMFg3B0d28xIKibRWPNmojyg3ltDwofryZUfOknsjm9wbElGK d4XeclJPh4BiharoxNMI4RU3GXZQ6M3wN4pFrXdnC3oBcx6sx5XgN6Epfqyx2yAr hq9x8NRsqP78pLiIrp6RnicblWsk6nxgygvQqcXZcayMATAobSSlJDKtXsmcSrER LoWfCWdhpsLqON0V8oA4glRTAI85dVHXiuu4I8n9zS8epFLacFKrYvYIdSpqWdgW h8dthFwiN4EDsdZwHrBz1bkJ0jVKH1bm6M7pRJYv5WgdoMYnP6YQuAoyR4EHubph RUrzYPLU4jFtxq6HaVjLbpxA2QdrWjS3f+2NvbxmX0N6hVtvKAQjQxqZPwCGFIGQ hhX464bMciH7H5NwbyyVT1kGamZO/4JbA6Q47lcWEZQmboVluQQM/hVNJoDcWLP9 ByhnfCMH4os= =ZmSD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri Jan 17 11:58:11 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 17 Jan 2014 11:58:11 +0000 Subject: Processing of grub2_2.02~beta2-3_i386.changes Message-ID: grub2_2.02~beta2-3_i386.changes uploaded successfully to localhost along with the files: grub2_2.02~beta2-3.dsc grub2_2.02~beta2-3.debian.tar.xz grub2_2.02~beta2-3_i386.deb grub-linuxbios_2.02~beta2-3_i386.deb grub-efi_2.02~beta2-3_i386.deb grub-common_2.02~beta2-3_i386.deb grub2-common_2.02~beta2-3_i386.deb grub-emu_2.02~beta2-3_i386.deb grub-emu-dbg_2.02~beta2-3_i386.deb grub-pc-bin_2.02~beta2-3_i386.deb grub-pc-dbg_2.02~beta2-3_i386.deb grub-pc_2.02~beta2-3_i386.deb grub-rescue-pc_2.02~beta2-3_i386.deb grub-coreboot-bin_2.02~beta2-3_i386.deb grub-coreboot-dbg_2.02~beta2-3_i386.deb grub-coreboot_2.02~beta2-3_i386.deb grub-efi-ia32-bin_2.02~beta2-3_i386.deb grub-efi-ia32-dbg_2.02~beta2-3_i386.deb grub-efi-ia32_2.02~beta2-3_i386.deb grub-efi-amd64-bin_2.02~beta2-3_i386.deb grub-efi-amd64-dbg_2.02~beta2-3_i386.deb grub-efi-amd64_2.02~beta2-3_i386.deb grub-ieee1275-bin_2.02~beta2-3_i386.deb grub-ieee1275-dbg_2.02~beta2-3_i386.deb grub-ieee1275_2.02~beta2-3_i386.deb grub-firmware-qemu_2.02~beta2-3_i386.deb grub-xen-bin_2.02~beta2-3_i386.deb grub-xen-dbg_2.02~beta2-3_i386.deb grub-xen_2.02~beta2-3_i386.deb grub-theme-starfield_2.02~beta2-3_i386.deb grub-mount-udeb_2.02~beta2-3_i386.udeb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Fri Jan 17 12:21:41 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 17 Jan 2014 12:21:41 +0000 Subject: grub2_2.02~beta2-3_i386.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 17 Jan 2014 10:50:40 +0000 Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg grub-efi-arm64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-uboot-bin grub-uboot-dbg grub-uboot grub-xen-bin grub-xen-dbg grub-xen grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb Architecture: source i386 Version: 2.02~beta2-3 Distribution: experimental Urgency: medium Maintainer: GRUB Maintainers Changed-By: Colin Watson Description: grub-common - GRand Unified Bootloader (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries) grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files) grub-efi - GRand Unified Bootloader, version 2 (dummy package) grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version) grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version) grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries) grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files) grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version) grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI binaries) grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version) grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries) grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files) grub-emu - GRand Unified Bootloader, version 2 (emulated version) grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files) grub-firmware-qemu - GRUB firmware image for QEMU grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries) grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-mount-udeb - export GRUB filesystems using FUSE (udeb) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries) grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme) grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version) grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot binaries) grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files) grub-xen - GRand Unified Bootloader, version 2 (Xen version) grub-xen-bin - GRand Unified Bootloader, version 2 (Xen binaries) grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files) grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version) grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries) grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files) grub2 - GRand Unified Bootloader, version 2 (dummy package) grub2-common - GRand Unified Bootloader (common files for version 2) Changes: grub2 (2.02~beta2-3) experimental; urgency=medium . * Pass VERBOSE=1 when running tests so that Automake will print test logs on failure. * Adjust Vcs-* fields to indicate the experimental branch. * Build-depend on cpio on architectures where we run the test suite, for tests/cpio_test.in. * Ignore EPERM when modifying kern.geom.debugflags on FreeBSD, fixing tests. Checksums-Sha1: 5be5123fe745de25ffa609aed92c7f9948b7b24b 5256 grub2_2.02~beta2-3.dsc 4b0225e6eacb917f83d6bd1523e89884c2919968 981096 grub2_2.02~beta2-3.debian.tar.xz 85912ae993dc70c58f1f313314f3592fa44470f9 2564 grub2_2.02~beta2-3_i386.deb 490aeaae2ac244f3e5bf77cdad23fe8ab9dcd3ce 2564 grub-linuxbios_2.02~beta2-3_i386.deb f6c18106566a478089bcd57fb28403b184e6b0b5 2574 grub-efi_2.02~beta2-3_i386.deb e57c2329a19b319e749a3bc7f09b182c0e0bee4c 2631538 grub-common_2.02~beta2-3_i386.deb 1e3d204ccdf9d464358e92f914b7efa090a2e08f 507884 grub2-common_2.02~beta2-3_i386.deb 72f3d4528d4ea7697833f3c2b1de41916cdc7a79 3132048 grub-emu_2.02~beta2-3_i386.deb b9d35d76655f59b626fc6bc3e2b292beef02658d 2194312 grub-emu-dbg_2.02~beta2-3_i386.deb f03c9ac0ab68de41f75595095b4dbd8ad0d8bcc4 887410 grub-pc-bin_2.02~beta2-3_i386.deb 7a223792ba1edc86615341615e4a176dc3c344e9 2798756 grub-pc-dbg_2.02~beta2-3_i386.deb 7da83772dbf7c9ec8b38f917aaa753d1e135fa22 195192 grub-pc_2.02~beta2-3_i386.deb b39dc96bf3dac7f241740edb73eb4cbebbd1ab02 2723598 grub-rescue-pc_2.02~beta2-3_i386.deb ff63ff37648455df7f7cbd75bdea4719f46c82d8 592828 grub-coreboot-bin_2.02~beta2-3_i386.deb 9e4dd0173a943c4f6d374de94c21d81a3f18b280 2532470 grub-coreboot-dbg_2.02~beta2-3_i386.deb b441ed98f184ed8fee7e02712885a8f4baa73fd9 51030 grub-coreboot_2.02~beta2-3_i386.deb 555414f924e948d06037ca5ad201ae3b56642558 615992 grub-efi-ia32-bin_2.02~beta2-3_i386.deb 003a61c67b6fdaa4ce2a3381b23afab9086db8cb 2709128 grub-efi-ia32-dbg_2.02~beta2-3_i386.deb 784261e05746607a8edc90feafafb1f72cb8ee7f 51054 grub-efi-ia32_2.02~beta2-3_i386.deb d2e4907d0fed67498130dbd690f072d2cfe7f9d0 649918 grub-efi-amd64-bin_2.02~beta2-3_i386.deb 21e8a6d5ed1c980110b70115ab4717092aeb71a2 2874516 grub-efi-amd64-dbg_2.02~beta2-3_i386.deb 8670c41ec4f3af13cd30644261f74e17e7817453 51056 grub-efi-amd64_2.02~beta2-3_i386.deb d49084d5126ba856c859ee222dbe7f478f5fd06f 590482 grub-ieee1275-bin_2.02~beta2-3_i386.deb a72748effac596cd926f94ec3697f7d2609be9a0 2561564 grub-ieee1275-dbg_2.02~beta2-3_i386.deb 94f34bae6ffd3e11020bf5768e9291aff972e49d 51012 grub-ieee1275_2.02~beta2-3_i386.deb c7e20ea336fb8e9bd4238a8f2e943812f0dc82c0 1071148 grub-firmware-qemu_2.02~beta2-3_i386.deb 0b42d84285fc8bfd8d461e2758204bc54d7df5db 912842 grub-xen-bin_2.02~beta2-3_i386.deb f4c20caf701549b4356215f40216742a68be48e4 4190756 grub-xen-dbg_2.02~beta2-3_i386.deb cce16c270e5e4b54a15ea3d40f84dc68acf32dda 50998 grub-xen_2.02~beta2-3_i386.deb 1956d904ab4e4ce00ff5e62e37fee848b09061ae 2149040 grub-theme-starfield_2.02~beta2-3_i386.deb 48445094070d6176866c424c4f35bbdb58a80771 338544 grub-mount-udeb_2.02~beta2-3_i386.udeb Checksums-Sha256: 83b7f20db312e0cb150f3c57d2bf8ee8962d9409a999bb61587c5d572ed7b959 5256 grub2_2.02~beta2-3.dsc abb0a8e7ec2d9f2a1805caa21f068c9cc27564e59e12275c0273e170413c5670 981096 grub2_2.02~beta2-3.debian.tar.xz 34ec63d0195396cbbc5f070352f44fe7f4938b993badc4ad65a747318e34a4a9 2564 grub2_2.02~beta2-3_i386.deb e7827d9ebbb13f1618948e151f2eb22764cad7f0172ddbfb6a4d7bb0d6498e34 2564 grub-linuxbios_2.02~beta2-3_i386.deb 558a139a38ab27dc0cb7a48eada67a235223b6232965151837ac0b87f58edefe 2574 grub-efi_2.02~beta2-3_i386.deb 7ed09941640a9a68513215e825a6c800408c87e2d26bebfcab0dcbe63c8f8426 2631538 grub-common_2.02~beta2-3_i386.deb aeb21c73fcc346e7c8f8ecad740a1dc644327202d6800a887ab8f5cf8c6369c6 507884 grub2-common_2.02~beta2-3_i386.deb a55a1bf878159ba4e76adf1e8f475e2f695cf526d05440d259f972be60f39e8b 3132048 grub-emu_2.02~beta2-3_i386.deb 7e3772dfdb65bb8fa1b7623075143b52ef88fdf1e22a0a0e1e606e3d87a83a61 2194312 grub-emu-dbg_2.02~beta2-3_i386.deb cf7c2fb28901366f7d5d8598eb15b4266f93798b027cbaea1cf34b61276b9298 887410 grub-pc-bin_2.02~beta2-3_i386.deb 47892ee64b7875d3edfc87b4d084984abe5d76ee8017b567f4e5481ce2ba3f9e 2798756 grub-pc-dbg_2.02~beta2-3_i386.deb 5191f076046fed617d17b25b35cefc12c7df74f535bef65750b50b352bc47fe9 195192 grub-pc_2.02~beta2-3_i386.deb 5a44fe84c2c3a71d3c1488ede6b59ad3129e8b55a5c3569ea9d7808a729abe67 2723598 grub-rescue-pc_2.02~beta2-3_i386.deb 127adb9265962cbcbd152d6dd88070121ca7bb4e67438e2fb7d00d4dea6d88fa 592828 grub-coreboot-bin_2.02~beta2-3_i386.deb 6fb2b7b6716db0117755d6cac0e27e4b6e7bf5339efe414dac63e2eb809ac8e4 2532470 grub-coreboot-dbg_2.02~beta2-3_i386.deb 6d98462831d56b3d4098d18ca7be8c0bf09a9385e5684edd241cae00f8058937 51030 grub-coreboot_2.02~beta2-3_i386.deb 86ba3222c9b45c4146d4b8d34c63b961cbbe5e8d7dab7ac56a77a71efea5f068 615992 grub-efi-ia32-bin_2.02~beta2-3_i386.deb 2e6805ca401794406934f23b99b1765bc78bb819a167a8d8b331e48076be1e76 2709128 grub-efi-ia32-dbg_2.02~beta2-3_i386.deb 4d53e2096b1d434ee647c510062ee5ad9d97bb53112e65a2e82a804f89f75a31 51054 grub-efi-ia32_2.02~beta2-3_i386.deb 56d93f329a987dd51f6c53bce485f8f4d35843e8b9441b78388b046c752534a3 649918 grub-efi-amd64-bin_2.02~beta2-3_i386.deb 94d9384a0d50364b458e3cd7a05dbcc7f749ae19f9edcb17e18d3c42913830c4 2874516 grub-efi-amd64-dbg_2.02~beta2-3_i386.deb 6191405c4cb15a45096c0e074871044a4890b0a4b92e77e345281bb2e6e8f948 51056 grub-efi-amd64_2.02~beta2-3_i386.deb fb6e949a62e0567c099f765cbb509cf9469d8f2f4d5df22593b283420c2f2a81 590482 grub-ieee1275-bin_2.02~beta2-3_i386.deb ba5e5b754460499a1a42bdff42ff9b2df701ead3aa8019354cc844cdde925030 2561564 grub-ieee1275-dbg_2.02~beta2-3_i386.deb b0cd83c8ae51313ac05131ba6846a5c7808fa5fdf6cd3979f873a54c9757758e 51012 grub-ieee1275_2.02~beta2-3_i386.deb ca76796b8076522f2133243081cc3944b48aed226600b14039a6c6e1f3cec0ce 1071148 grub-firmware-qemu_2.02~beta2-3_i386.deb 1b18391eaa6b938d748acf48a15a2c781cc0a98207274243b4189bf8f86ea282 912842 grub-xen-bin_2.02~beta2-3_i386.deb 7f37eac3727dbb8b035727cf9cabca27ca666ac98a8a77710f33dac6da69dd85 4190756 grub-xen-dbg_2.02~beta2-3_i386.deb 2f6e2b61bab64ded11d889227e253189116c0a3017613dcf3770303d282a6f98 50998 grub-xen_2.02~beta2-3_i386.deb f5c69f41b297b87ac6a48e4a0d8a6e571a40c7b852fb94cae01b7f588e868e6e 2149040 grub-theme-starfield_2.02~beta2-3_i386.deb 028a4ee1b0c20e605635dce6b37eae3f1c46663af6b69eb974024ac26725d9c6 338544 grub-mount-udeb_2.02~beta2-3_i386.udeb Files: 5d451f9b7ed25b654d94339ed76ad7a7 5256 admin extra grub2_2.02~beta2-3.dsc e7981de72a03e4c927461e3153d8ea53 981096 admin extra grub2_2.02~beta2-3.debian.tar.xz 37404a8e79656bbbb0c1e0687475a7df 2564 oldlibs extra grub2_2.02~beta2-3_i386.deb 9bd40cc7f37a0d2c83d6bf9cd12b7ba4 2564 oldlibs extra grub-linuxbios_2.02~beta2-3_i386.deb 3d801a35fb57d23c3bdf2987d0575bc2 2574 oldlibs extra grub-efi_2.02~beta2-3_i386.deb 7be6d1f3868f99ef918fafb033bf8488 2631538 admin optional grub-common_2.02~beta2-3_i386.deb 90c3edbc0a0649c4755e566811ad93f1 507884 admin optional grub2-common_2.02~beta2-3_i386.deb c5c5c0b04371a10081761992f0b8bf65 3132048 admin extra grub-emu_2.02~beta2-3_i386.deb f2e0c419f1185e0f79c74e16ae753b97 2194312 debug extra grub-emu-dbg_2.02~beta2-3_i386.deb 658222abf29af9ce8a1c702b9edd3aaf 887410 admin optional grub-pc-bin_2.02~beta2-3_i386.deb 4536607b56856cd89eda945977002a4d 2798756 debug extra grub-pc-dbg_2.02~beta2-3_i386.deb f726b69092d8db5fd1dd5e84266a9546 195192 admin optional grub-pc_2.02~beta2-3_i386.deb 93589fc0ee09549cb6fc9deb0afab98a 2723598 admin extra grub-rescue-pc_2.02~beta2-3_i386.deb bbbe546a56e8330db040071ecde9a2ca 592828 admin extra grub-coreboot-bin_2.02~beta2-3_i386.deb a1598368042e6ac660ac403848b1b2ef 2532470 debug extra grub-coreboot-dbg_2.02~beta2-3_i386.deb 900cfd151ef606f679f9113081521fb2 51030 admin extra grub-coreboot_2.02~beta2-3_i386.deb c93e30794587b9d135e7743959717682 615992 admin extra grub-efi-ia32-bin_2.02~beta2-3_i386.deb f5ca8e38087c59a581fa0abfc49fdfc0 2709128 debug extra grub-efi-ia32-dbg_2.02~beta2-3_i386.deb 726f7b0cc300f453a68c12f554ad968b 51054 admin extra grub-efi-ia32_2.02~beta2-3_i386.deb e24572fc953c0be4d55e17a586ac3da3 649918 admin extra grub-efi-amd64-bin_2.02~beta2-3_i386.deb e7def40b1b7ea57288c7179bb212cdfd 2874516 debug extra grub-efi-amd64-dbg_2.02~beta2-3_i386.deb 6be5d4c14431a8bc8801bcc7cddb9cfb 51056 admin extra grub-efi-amd64_2.02~beta2-3_i386.deb b2eee22fbd971c96ed0f2c74d5a16c43 590482 admin extra grub-ieee1275-bin_2.02~beta2-3_i386.deb 8813e30d861a994fcffc59ed30c33044 2561564 debug extra grub-ieee1275-dbg_2.02~beta2-3_i386.deb dd23727a65b02774eabbe708c903c237 51012 admin extra grub-ieee1275_2.02~beta2-3_i386.deb c903d951e74a34806691926bf6d92cef 1071148 admin extra grub-firmware-qemu_2.02~beta2-3_i386.deb 9bc778e4ae40765549c9ee953e2689fd 912842 admin extra grub-xen-bin_2.02~beta2-3_i386.deb c5198c74634fe5ec2c0059b4cb65baf0 4190756 debug extra grub-xen-dbg_2.02~beta2-3_i386.deb 6509b7d59c7a99f11718a790267eeba2 50998 admin extra grub-xen_2.02~beta2-3_i386.deb ce6dd40fc7c3134da19c4030e1541b86 2149040 admin extra grub-theme-starfield_2.02~beta2-3_i386.deb c1b3b525f0269ac202902489f09c3746 338544 debian-installer extra grub-mount-udeb_2.02~beta2-3_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Colin Watson -- Debian developer iQIVAwUBUtkX9jk1h9l9hlALAQjwug//VCeJSKjhIICy3yfDGvKvI0FtN4GhxDTA TerHViPteM7zyuqiMCi/mJtSJDLxSgbUIKVPo7gRqIHmh1Zqz/YSvpyijfD5nOv5 SehmWfCQg9xK/1npki1lIf2hf/mNVUTn1bozFSraWtE4xt9zyDGim8JFZid988rm 8SXiWdvzpWuSnbuVEh5d8fUYrT/vtW6AJ3miXAvTh7/uEtTkpDdO66HJl79KLMlU mcxIMOiYLgIo7ukP9NnSa4RJiML+3FWQw/b2c1JYsKfLLZXoH7eJFjW0KFKab2+9 CrJBeMMYYkfxlxbfL+29hNlmzaeAwDi0kAe80BbIOf/ssBgSSWgeQ9mQ/IxVoVKL OdZhx3nNomEZei3sMuL+e6RhKD0+6qrakuUqUi6DjC5dEwVgX8pdSuf0KoQI35p9 G5Jy4+6qyVh+pF7s8p1oyAm1vpBAksh7QEn6WlRXgA4b0V3QCM9qCMa4YIibuwMP GTRZ1/aXztVBAI/WHypBNOZ/4XXhB2mR4sWKRAZqrio9Av7Z+PsxyB5BNAPw5rJx 9XY9+IkIYTRNfFn4nR2AJQ3L4tn0rTJMdHw7tcsNuWbEfMr1l0zhn4u2gOUXDW8o wGQil2QLio9df/Sx+MQirW5uMR52lZPAxDAEe7Fit3HOwsfjLWJvxiozaSHTwBRN /jrEUbE63xQ= =M5Jt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From marco.righi at gmail.com Sat Jan 18 19:13:27 2014 From: marco.righi at gmail.com (Marco Righi) Date: Sat, 18 Jan 2014 20:13:27 +0100 Subject: Bug#735932: [grub2-common] Computer does not boot Message-ID: <52DAD257.30308@gmail.com> Package: grub2-common Version: 2.00-22 Severity: grave --- Please enter the report below this line. --- This is not the computer that has the grub problem even if this computer has the same source.list and the samepackage installed. The computer that does not boot has several disk installed (SATA, PATA and 1 external USB disk). The problem is born today after the apt-getdist-upgrade command. A disk contains /users directory (the main subdirectory are /users/home and /users/root) and the other disk other imformations. I have completely erased the disk containing the operating system and I have installed from skratch linux again using the Debian Testing of today (CD version - I have used only the first disk). After the installation I have the same problem. Grub says error: file not found This is the worst problem of Debian after years of use, but it is grave! Now I try to install again the system using lilo. SystemRescueCD is not able to perform a chroot on the mounted disk that contains the unbootable operating system. I hope you resolve soon this problem. Thanks in advance Marco Righi --- System information. --- Architecture: amd64 Kernel: Linux 3.12-1-amd64 Debian Release: jessie/sid 500 testing www.deb-multimedia.org 500 testing security.debian.org 500 testing http.us.debian.org 500 testing ftp2.de.debian.org 500 testing ftp.it.debian.org 500 testing ftp.deb-multimedia.org 500 testing apt.jenslody.de 500 stable repo.wuala.com 500 stable apt.spideroak.com 500 sid linux.dropbox.com 500 debian packages.linuxmint.com --- Package information. --- Depends (Version) | Installed =============================-+-============= grub-common (= 2.00-22) | 2.00-22 dpkg (>= 1.15.4) | 1.17.5 OR install-info | 5.2.0.dfsg.1-2 Package's Recommends field is empty. Package's Suggests field is empty. -8<---8<---8<---8<---8<---8<---8<---8<---8<-- Please attach the file: /tmp/user/1000/reportbug-ng-grub2-common-FhfDux.txt to the mail. I'd do it myself if the output wasn't too long to handle. Thank you! ->8--->8--->8--->8--->8--->8--->8--->8--->8-- From geofft at ldpreload.com Sat Jan 18 20:20:11 2014 From: geofft at ldpreload.com (Geoffrey Thomas) Date: Sat, 18 Jan 2014 15:20:11 -0500 (EST) Subject: Bug#735935: grub2: LVM trouble at boot after upgrade to 2.02 beta Message-ID: Package: grub-pc Version: 2.02~beta2-3 Hi Colin, I have the strangest issue which I am not even entirely confident is a GRUB issue, but it started right after upgrading my system to GRUB 2.02 from experimental, and without other changes, and it's even reproducible when running my system inside kvm off a thumbdrive, so I'm going to provisionally blame it on the GRUB 2.02 beta build. I'm running a pretty standard LVM setup -- there's other stuff on this hard disk (like the preinstalled Windows), but one of the MS-DOS partitions is an LVM PV, containing a VG named "leveret", containing two LVs named "root" and "swap". /boot itself is located on the "root" LV. Every time I start up, since the upgrade, the initramfs fails to find my root hard disk via its /dev/disk/by-uuid path, and dumps me to a shell. If I look inside /dev/mapper, I see a node for "leveret-swap" but not "leveret-root". `lvm lvs` happily lists both nodes, though, and I can get my system to boot if I do `lvm vgchange -an`, `lvm vgchange -ay` (at which point both nodes appear, as well as the by-uuid symlink), and `exit`. (Resume-from-hibernate even worked after doing this, right after the upgrade.) There's nothing particularly suspicious-sounding in dmesg at any point. The machine is a Toshiba L635 laptop, a few years old, BIOS boot only, running a somewhat out-of-date Debian testing, amd64. I'm running linux-image-3.9-1-amd64 3.9.8-1 (from testing this past summer or so) and lvm2 2.02.95-7. I'm happy to try to upgrade these, but since I haven't upgraded anything else on the system for a few weeks, I figured I'd report this and leave the system alone in case you had more questions about the current setup. Let me know if you need any more information from me or want me to try anything. I'm at a bit of a loss how GRUB could have caused this, but I don't have any other ideas what's going on. Thanks, -- Geoffrey Thomas https://ldpreload.com geofft at ldpreload.com From cjwatson at debian.org Sat Jan 18 22:40:41 2014 From: cjwatson at debian.org (Colin Watson) Date: Sat, 18 Jan 2014 22:40:41 +0000 Subject: Bug#735932: [grub2-common] Computer does not boot In-Reply-To: <52DAD257.30308@gmail.com> References: <52DAD257.30308@gmail.com> Message-ID: <20140118224041.GV8798@riva.ucam.org> On Sat, Jan 18, 2014 at 08:13:27PM +0100, Marco Righi wrote: > The computer that does not boot has several disk installed (SATA, PATA > and 1 external USB disk). The problem is born today after the > apt-getdist-upgrade command. Upgrading from which previous version? > A disk contains /users directory (the main subdirectory are /users/home > and /users/root) and the other disk other imformations. > > I have completely erased the disk containing the operating system and I > have installed from skratch linux again using the Debian Testing of > today (CD version - I have used only the first disk). > > After the installation I have the same problem. Grub says > > error: file not found I can't possibly investigate this without quite a bit more information. To start with, could you please at least attach the /boot/grub/grub.cfg file, the output of "debconf-show grub-pc", and also the information that you alluded to here but didn't attach: > Please attach the file: > /tmp/user/1000/reportbug-ng-grub2-common-FhfDux.txt > to the mail. I'd do it myself if the output wasn't too long to handle. Given that you have several disks, I suspect the problem might simply be that you've failed to install GRUB to the disk that your system is actually booting from; the error message above could well be from a half-installed out-of-date version of GRUB on one of those disks, or something similar. This is a common mistake but very difficult for the packaging to defend against since the PC architecture makes it near-impossible to find this information accurately after boot. Running "dpkg-reconfigure grub-pc" as root and telling it to install to the master boot records of all your non-removable disks is usually a reliable way to fix this. Thanks, -- Colin Watson [cjwatson at debian.org] From pm.debian at googlemail.com Sat Jan 18 22:57:16 2014 From: pm.debian at googlemail.com (Paul Menzel) Date: Sat, 18 Jan 2014 23:57:16 +0100 Subject: Bug#735960: grub-efi-amd64: Please apply patch to sanitize path needed for Asus U38N Message-ID: <1390085836.5340.166.camel@mattotaupa> Package: grub-efi-amd64 Version: 2.00-22 Severity: important Tags: patch upstream Dear Debian folks, on the Asus U38N using `grub-install` succeeds, but the rebooting fails, because UEFI on that laptop has a bug and provides wrong path names I believe. Vladimir created a patch [1] right away and applied it upstream. It would be great if you could backport it to the Debian package so it works until 2.02 arrives. Thanks, Paul [1] grub-core/kern/efi/efi.c: Ensure that the result starts with / and has no //. http://git.savannah.gnu.org/cgit/grub.git/commit/?id=7e7293d745ef7c0a13d8cbf12f474843edfdd0ab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: This is a digitally signed message part URL: From pm.debian at googlemail.com Sat Jan 18 23:05:04 2014 From: pm.debian at googlemail.com (Paul Menzel) Date: Sun, 19 Jan 2014 00:05:04 +0100 Subject: Bug#735962: GRUB_CRYPTODISK_ENABLE should be GRUB_ENABLE_CRYPTODISK Message-ID: <1390086304.5340.172.camel@mattotaupa> Package: src:grub2 Version: 2.00-22 Severity: important Tags: patch upstream Dear Debian folks, I know you are aware of the bug already, but it is only tracked in Launchpad [1], so I?ll submit it to the Debian report too, so it is tracked properly. The official option name for `/etc/default/grub` is `GRUB_ENABLE_CRYPTODISK` so the names should be corrected in `/usr/lib/grub/grub-mkconfig_lib`. $ grep -R CRYPTODISK_ENABLE /usr/lib/grub/ /usr/lib/grub/grub-mkconfig_lib: if [ x$GRUB_CRYPTODISK_ENABLE = xy ]; then /usr/lib/grub/grub-mkconfig_lib: if [ x$GRUB_CRYPTODISK_ENABLE = xy ]; then Otherwise `grub-install` fails. It would be great if that could be fixed in the next upload. I think this bug report is unrelated to #695410 [2], so I submitted a new one. Thanks, Paul [1] https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1232237 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695410 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: This is a digitally signed message part URL: From cquike at ovi.com Sun Jan 19 13:08:42 2014 From: cquike at ovi.com (Cesar Enrique Garcia) Date: Sun, 19 Jan 2014 14:08:42 +0100 Subject: Bug#724756: grub-pc: Similar problem with a LVM2 configuration Message-ID: <20140119130841.9737.85811.reportbug@psd-laptop1.hq.eso.org> Package: grub-pc Version: 2.00-22 Followup-For: Bug #724756 I am having the same problem after a regular apt-get upgrade, which rendered my system unbootable. The solution was to reformat my hard disk.. Following the discussion before I report the size of my core.img -rw-r--r-- 1 root root 33114 ene 19 13:36 /boot/grub/i386-pc/core.img Let me know if you need more information regarding my setup. Best regards -- Package-specific info: *********************** BEGIN /proc/mounts /dev/mapper/vg_laptop1-lv_root_debian / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/mapper/vg_laptop1-lv_boot_debian /boot ext2 rw,relatime 0 0 /dev/mapper/vg_laptop1-lv_home /home ext4 rw,relatime,data=ordered 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (hd0) /dev/disk/by-id/ata-FUJITSU_MHV2100AH_NT23T622B1R4 *********************** END /boot/grub/device.map *********************** BEGIN /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="0" if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi export menuentry_id_option if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_root_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_root_debian' 4d3a591b-882f-428c-be58-b0c8eefe55c5 else search --no-floppy --fs-uuid --set=root 4d3a591b-882f-428c-be58-b0c8eefe55c5 fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=en_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=-1 else set timeout=5 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_root_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_root_debian' 4d3a591b-882f-428c-be58-b0c8eefe55c5 else search --no-floppy --fs-uuid --set=root 4d3a591b-882f-428c-be58-b0c8eefe55c5 fi insmod png if background_image /usr/share/images/desktop-base/joy-grub.png; then set color_normal=white/black set color_highlight=black/white else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="${1}" } set linux_gfx_mode= export linux_gfx_mode menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.12-1-686-pae ...' linux /vmlinuz-3.12-1-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-3.12-1-686-pae } submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' { menuentry 'Debian GNU/Linux, with Linux 3.12-1-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12-1-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.12-1-686-pae ...' linux /vmlinuz-3.12-1-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-3.12-1-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.12-1-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12-1-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.12-1-686-pae ...' linux /vmlinuz-3.12-1-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro single echo 'Loading initial ramdisk ...' initrd /initrd.img-3.12-1-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.11-2-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11-2-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.11-2-686-pae ...' linux /vmlinuz-3.11-2-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-3.11-2-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.11-2-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11-2-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.11-2-686-pae ...' linux /vmlinuz-3.11-2-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro single echo 'Loading initial ramdisk ...' initrd /initrd.img-3.11-2-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.10-3-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10-3-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.10-3-686-pae ...' linux /vmlinuz-3.10-3-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-3.10-3-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.10-3-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10-3-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.10-3-686-pae ...' linux /vmlinuz-3.10-3-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro single echo 'Loading initial ramdisk ...' initrd /initrd.img-3.10-3-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.10-2-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10-2-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.10-2-686-pae ...' linux /vmlinuz-3.10-2-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro quiet echo 'Loading initial ramdisk ...' initrd /initrd.img-3.10-2-686-pae } menuentry 'Debian GNU/Linux, with Linux 3.10-2-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10-2-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' { load_video insmod gzio insmod part_msdos insmod part_msdos insmod part_msdos insmod lvm insmod ext2 set root='lvm/vg_laptop1-lv_boot_debian' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvm/vg_laptop1-lv_boot_debian' 03a9e0fb-2312-43bb-bd98-de29d342af9d else search --no-floppy --fs-uuid --set=root 03a9e0fb-2312-43bb-bd98-de29d342af9d fi echo 'Loading Linux 3.10-2-686-pae ...' linux /vmlinuz-3.10-2-686-pae root=/dev/mapper/vg_laptop1-lv_root_debian ro single echo 'Loading initial ramdisk ...' initrd /initrd.img-3.10-2-686-pae } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Fedora release 18 (Spherical Cow)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-b840a704-efdb-42d2-a126-2ceacdde441b' { insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3' 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 else search --no-floppy --fs-uuid --set=root 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 fi linux /vmlinuz-3.7.4-204.fc18.i686.PAE ro root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet initrd /initramfs-3.7.4-204.fc18.i686.PAE.img } submenu 'Advanced options for Fedora release 18 (Spherical Cow)' $menuentry_id_option 'osprober-gnulinux-advanced-b840a704-efdb-42d2-a126-2ceacdde441b' { menuentry 'Fedora (3.7.4-204.fc18.i686.PAE) (on /dev/mapper/vg_laptop1-lv_root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.7.4-204.fc18.i686.PAE--b840a704-efdb-42d2-a126-2ceacdde441b' { insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3' 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 else search --no-floppy --fs-uuid --set=root 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 fi linux /vmlinuz-3.7.4-204.fc18.i686.PAE ro root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet initrd /initramfs-3.7.4-204.fc18.i686.PAE.img } menuentry 'Fedora (3.7.3-101.fc17.i686.PAE) (on /dev/mapper/vg_laptop1-lv_root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.7.3-101.fc17.i686.PAE--b840a704-efdb-42d2-a126-2ceacdde441b' { insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3' 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 else search --no-floppy --fs-uuid --set=root 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 fi linux /vmlinuz-3.7.3-101.fc17.i686.PAE ro root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet initrd /initramfs-3.7.3-101.fc17.i686.PAE.img } menuentry 'Fedora (3.6.2-4.fc17.i686.PAE) (on /dev/mapper/vg_laptop1-lv_root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.6.2-4.fc17.i686.PAE--b840a704-efdb-42d2-a126-2ceacdde441b' { insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3' 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 else search --no-floppy --fs-uuid --set=root 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 fi linux /vmlinuz-3.6.2-4.fc17.i686.PAE ro root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet initrd /initramfs-3.6.2-4.fc17.i686.PAE.img } } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### ### END /etc/grub.d/30_uefi-firmware ### ### 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 ### ### BEGIN /etc/grub.d/41_custom ### if [ -f ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfg elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### *********************** END /boot/grub/grub.cfg *********************** BEGIN /proc/mdstat Personalities : unused devices: *********************** END /proc/mdstat *********************** BEGIN LVM --- Volume group --- VG Name vg_laptop1 System ID Format lvm2 Metadata Areas 2 Metadata Sequence No 57 VG Access read/write VG Status resizable MAX LV 0 Cur LV 7 Open LV 4 Max PV 0 Cur PV 2 Act PV 2 VG Size 81.56 GiB PE Size 32.00 MiB Total PE 2610 Alloc PE / Size 2368 / 74.00 GiB Free PE / Size 242 / 7.56 GiB VG UUID UQQ7Lk-OFUQ-ARcp-CJwA-Yqaa-YsVa-OX392E --- Physical volume --- PV Name /dev/sda5 VG Name vg_laptop1 PV Size 57.14 GiB / not usable 17.00 MiB Allocatable yes PE Size 32.00 MiB Total PE 1828 Free PE 242 Allocated PE 1586 PV UUID 1bba62-Eo92-BiFH-sUM9-ohB4-GKlQ-Wp0tlc --- Physical volume --- PV Name /dev/sda2 VG Name vg_laptop1 PV Size 24.46 GiB / not usable 22.65 MiB Allocatable yes (but full) PE Size 32.00 MiB Total PE 782 Free PE 0 Allocated PE 782 PV UUID GnF2B9-cbvo-UPHo-SwiT-Smy0-bGjq-8G3aoo --- Logical volume --- LV Path /dev/vg_laptop1/lv_root LV Name lv_root VG Name vg_laptop1 LV UUID puiqcz-p7L1-pxrM-pAQn-fzFe-v1Gc-cU8iER LV Write Access read/write LV Creation host, time , LV Status available # open 0 LV Size 15.44 GiB Current LE 494 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:2 --- Logical volume --- LV Path /dev/vg_laptop1/lv_home LV Name lv_home VG Name vg_laptop1 LV UUID 6QzlhJ-0KO8-qal7-qWCg-D1B6-B3Sg-IbQnfy LV Write Access read/write LV Creation host, time , LV Status available # open 1 LV Size 33.41 GiB Current LE 1069 Segments 8 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:3 --- Logical volume --- LV Path /dev/vg_laptop1/lv_boot LV Name lv_boot VG Name vg_laptop1 LV UUID 17ZwuE-ezy9-qbPj-ebdG-y7ns-DQ7V-l3K130 LV Write Access read/write LV Creation host, time , LV Status available # open 0 LV Size 512.00 MiB Current LE 16 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:4 --- Logical volume --- LV Path /dev/vg_laptop1/lv_root_debian LV Name lv_root_debian VG Name vg_laptop1 LV UUID Fz1AED-zmyZ-Wi10-YNFh-IpBX-6teV-80bzTN LV Write Access read/write LV Creation host, time , LV Status available # open 1 LV Size 19.38 GiB Current LE 620 Segments 5 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 --- Logical volume --- LV Path /dev/vg_laptop1/lv_boot_debian LV Name lv_boot_debian VG Name vg_laptop1 LV UUID KpSMc6-Fhk7-6F6p-S5gW-NTQe-4Dil-6uZBSg LV Write Access read/write LV Creation host, time , LV Status available # open 1 LV Size 512.00 MiB Current LE 16 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:5 --- Logical volume --- LV Path /dev/vg_laptop1/lv_swap_debian LV Name lv_swap_debian VG Name vg_laptop1 LV UUID 95nzs7-zVzY-j2gp-rPip-n2av-XW8I-lUrFv8 LV Write Access read/write LV Creation host, time , LV Status available # open 2 LV Size 4.00 GiB Current LE 128 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:1 --- Logical volume --- LV Path /dev/vg_laptop1/lv_boot_fedora LV Name lv_boot_fedora VG Name vg_laptop1 LV UUID SVLLxC-1kUu-fNlI-qzgT-06ME-u1iL-MeXfPf LV Write Access read/write LV Creation host, time , LV Status available # open 0 LV Size 800.00 MiB Current LE 25 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:6 *********************** END LVM *********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4 -> ../../sda lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part5 -> ../../sda5 lrwxrwxrwx 1 root root 9 Jan 19 12:41 ata-TSSTcorp_DVD+_-RW_TS-L532B_0020338008 -> ../../sr0 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_boot -> ../../dm-4 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_boot_debian -> ../../dm-5 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_boot_fedora -> ../../dm-6 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_home -> ../../dm-3 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_root -> ../../dm-2 lrwxrwxrwx 1 root root 10 Jan 19 13:41 dm-name-vg_laptop1-lv_root_debian -> ../../dm-0 lrwxrwxrwx 1 root root 10 Jan 19 13:41 dm-name-vg_laptop1-lv_swap_debian -> ../../dm-1 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392E17ZwuEezy9qbPjebdGy7nsDQ7Vl3K130 -> ../../dm-4 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392E6QzlhJ0KO8qal7qWCgD1B6B3SgIbQnfy -> ../../dm-3 lrwxrwxrwx 1 root root 10 Jan 19 13:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392E95nzs7zVzYj2gprPipn2avXW8IlUrFv8 -> ../../dm-1 lrwxrwxrwx 1 root root 10 Jan 19 13:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392EFz1AEDzmyZWi10YNFhIpBX6teV80bzTN -> ../../dm-0 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392EKpSMc6Fhk76F6pS5gWNTQe4Dil6uZBSg -> ../../dm-5 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392ESVLLxC1kUufNlIqzgT06MEu1iLMeXfPf -> ../../dm-6 lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392Epuiqczp7L1pxrMpAQnfzFev1GccU8iER -> ../../dm-2 lrwxrwxrwx 1 root root 9 Jan 19 12:41 scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4 -> ../../sda lrwxrwxrwx 1 root root 10 Jan 19 12:41 scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 19 12:41 scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jan 19 12:41 scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Jan 19 12:41 scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part5 -> ../../sda5 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 10 Jan 19 12:41 03a9e0fb-2312-43bb-bd98-de29d342af9d -> ../../dm-5 lrwxrwxrwx 1 root root 10 Jan 19 12:41 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jan 19 13:41 4d3a591b-882f-428c-be58-b0c8eefe55c5 -> ../../dm-0 lrwxrwxrwx 1 root root 10 Jan 19 12:41 a0141f44-2fcc-4731-a868-7dbaf176103e -> ../../dm-4 lrwxrwxrwx 1 root root 10 Jan 19 12:41 b840a704-efdb-42d2-a126-2ceacdde441b -> ../../dm-2 lrwxrwxrwx 1 root root 10 Jan 19 13:41 bc5994eb-2197-42fc-929a-b616e84cad56 -> ../../dm-1 lrwxrwxrwx 1 root root 10 Jan 19 12:41 e99badf5-7c50-4478-960d-c8e4148f0b6d -> ../../dm-3 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grub-pc depends on: ii debconf [debconf-2.0] 1.5.52 ii grub-common 2.00-22 ii grub-pc-bin 2.00-22 ii grub2-common 2.00-22 ii ucf 3.0027+nmu1 grub-pc recommends no packages. grub-pc suggests no packages. -- debconf information: grub2/device_map_regenerated: grub2/kfreebsd_cmdline: grub-pc/postrm_purge_boot_grub: false grub-pc/timeout: 5 * grub2/linux_cmdline: * grub-pc/install_devices: /dev/disk/by-id/ata-FUJITSU_MHV2100AH_NT23T622B1R4 grub2/kfreebsd_cmdline_default: quiet grub-pc/disk_description: grub-pc/install_devices_failed_upgrade: true grub-pc/install_devices_empty: true grub-pc/chainload_from_menu.lst: true * grub2/linux_cmdline_default: quiet grub-pc/hidden_timeout: false * grub-pc/install_devices_failed: true grub-pc/kopt_extracted: false grub-pc/partition_description: grub-pc/mixed_legacy_and_grub2: true grub-pc/install_devices_disks_changed: From thibaut.bethune at gmail.com Sun Jan 19 17:47:21 2014 From: thibaut.bethune at gmail.com (thibaut bethune) Date: Sun, 19 Jan 2014 18:47:21 +0100 Subject: Bug#722551: Several display resolution changes during the boot sequence with Intel Ivy Bridge despite "fastboot" promise since xf86-video-intel 2.21.11 Message-ID: Hi, Maybe I'm not supposed to make a raise but let me know if you need more information : this bug is till there on Debian GNU/Linux Sid 64 bits with Ivy Bridge graphics. Thanks From invernomuto at paranoici.org Sun Jan 19 22:36:17 2014 From: invernomuto at paranoici.org (Francesco Poli) Date: Sun, 19 Jan 2014 23:36:17 +0100 Subject: Bug#708181: Workaround In-Reply-To: References: Message-ID: <20140119233617.f2d7e7260aa3817a48ca05c4@paranoici.org> Control: tags -1 + patch On Sat, 11 Jan 2014 17:34:50 +0100 Kim Rydhof Thor Hansen wrote: > I was also bitten by this bug, the problem it that the default > behaviour for menus with no security defined has changed from being > unrestricted to being restricted if some users are defined. > > My workaround is to make the "Simple" default selection unrestricted like this: [...] I prepared a more general patch (against grub2/2.00-22) that lets the user add options to the simple menu entry and to the advanced submenu and menu entries. With these modifications, the user may set both GRUB_SIMPLEMENU_OPTS and GRUB_ADVANCEDMENU_OPTS to "--unrestricted" and get the following result, when superusers are defined with passwords: ? anyone may select the simple boot option, without having to type passwords ? anyone may enter the advanced submenu and select any advanced boot option, without having to type passwords ? editing the boot parameters (hitting [e]) is restricted and requires to type a valid superuser+password pair In other words, it is possible to obtain the previous behavior. Dear GRUB Maintainers, the patch is attached to this message: I think it is below the copyright threshold, hence you should be able to apply it without needing any license from me. Should this turn out to not be the case, please consider my patch released under the same terms as the modified files (that is to say, under the terms of the GNU GPL version 3 or later). Please apply my patch. Thanks for your time! Bye. -- http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt New GnuPG key, see the transition document! ..................................................... Francesco Poli . GnuPG key fpr == CA01 1147 9CD2 EFDF FB82 3925 3E1C 27E1 1F69 BFFE -------------- next part -------------- A non-text attachment was scrubbed... Name: grub_menu_opts.diff.gz Type: application/octet-stream Size: 1012 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From owner at bugs.debian.org Sun Jan 19 22:42:06 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 19 Jan 2014 22:42:06 +0000 Subject: Processed: Re: Workaround References: <20140119233617.f2d7e7260aa3817a48ca05c4@paranoici.org> <20130513200309.GA5654@client.brlink.eu> Message-ID: Processing control commands: > tags -1 + patch Bug #708181 [grub-pc] requests password to boot Added tag(s) patch. -- 708181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708181 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From cjwatson at debian.org Mon Jan 20 10:22:44 2014 From: cjwatson at debian.org (Colin Watson) Date: Mon, 20 Jan 2014 10:22:44 +0000 Subject: Bug#708181: Workaround In-Reply-To: <20140119233617.f2d7e7260aa3817a48ca05c4@paranoici.org> References: <20140119233617.f2d7e7260aa3817a48ca05c4@paranoici.org> Message-ID: <20140120102244.GY8798@riva.ucam.org> On Sun, Jan 19, 2014 at 11:36:17PM +0100, Francesco Poli wrote: > On Sat, 11 Jan 2014 17:34:50 +0100 Kim Rydhof Thor Hansen wrote: > > I was also bitten by this bug, the problem it that the default > > behaviour for menus with no security defined has changed from being > > unrestricted to being restricted if some users are defined. > > > > My workaround is to make the "Simple" default selection unrestricted like this: > [...] > > I prepared a more general patch (against grub2/2.00-22) that lets the > user add options to the simple menu entry and to the advanced submenu > and menu entries. Please rebase your patch against current upstream git and send it upstream first; I don't think it's a good idea to apply configuration patches of this kind that haven't been accepted upstream, as it might well lead to compatibility problems in future. Thanks, -- Colin Watson [cjwatson at debian.org] From berni at birkenwald.de Mon Jan 20 12:22:45 2014 From: berni at birkenwald.de (Bernhard Schmidt) Date: Mon, 20 Jan 2014 13:22:45 +0100 Subject: Bug#735932: [grub2-common] Computer does not boot Message-ID: Hi, I have the same problem, which is a symptom of #724756. Unfortunately it is quite hard to recover from that, especially when the system is remote. Bernhard From cjwatson at debian.org Mon Jan 20 15:49:51 2014 From: cjwatson at debian.org (Colin Watson) Date: Mon, 20 Jan 2014 15:49:51 +0000 Subject: Bug#735935: grub2: LVM trouble at boot after upgrade to 2.02 beta In-Reply-To: References: Message-ID: <20140120154951.GZ8798@riva.ucam.org> On Sat, Jan 18, 2014 at 03:20:11PM -0500, Geoffrey Thomas wrote: > I have the strangest issue which I am not even entirely confident is > a GRUB issue, but it started right after upgrading my system to GRUB > 2.02 from experimental, and without other changes, and it's even > reproducible when running my system inside kvm off a thumbdrive, so > I'm going to provisionally blame it on the GRUB 2.02 beta build. > > I'm running a pretty standard LVM setup -- there's other stuff on > this hard disk (like the preinstalled Windows), but one of the > MS-DOS partitions is an LVM PV, containing a VG named "leveret", > containing two LVs named "root" and "swap". /boot itself is located > on the "root" LV. Every time I start up, since the upgrade, the > initramfs fails to find my root hard disk via its /dev/disk/by-uuid > path, and dumps me to a shell. If I look inside /dev/mapper, I see a > node for "leveret-swap" but not "leveret-root". `lvm lvs` happily > lists both nodes, though, and I can get my system to boot if I do > `lvm vgchange -an`, `lvm vgchange -ay` (at which point both nodes > appear, as well as the by-uuid symlink), and `exit`. > (Resume-from-hibernate even worked after doing this, right after the > upgrade.) There's nothing particularly suspicious-sounding in dmesg > at any point. > > The machine is a Toshiba L635 laptop, a few years old, BIOS boot > only, running a somewhat out-of-date Debian testing, amd64. I'm > running linux-image-3.9-1-amd64 3.9.8-1 (from testing this past > summer or so) and lvm2 2.02.95-7. I'm happy to try to upgrade these, > but since I haven't upgraded anything else on the system for a few > weeks, I figured I'd report this and leave the system alone in case > you had more questions about the current setup. Thanks for preserving the evidence! There are really not very many ways in which GRUB gets to affect the behaviour of the running kernel. The most obvious one is the kernel command line. Have you compared these before and after? IIRC we use LVM UUIDs more aggressively in 2.02 than in 2.00; see e.g. commit 63653cfdae32648c93870fd36b2925346aa8ff36. I'm not exactly sure what parts of userspace this relies on. -- Colin Watson [cjwatson at debian.org] From ftpmaster at ftp-master.debian.org Mon Jan 20 17:04:59 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Jan 2014 17:04:59 +0000 Subject: Processing of grub2_2.02~beta2-4_i386.changes Message-ID: grub2_2.02~beta2-4_i386.changes uploaded successfully to localhost along with the files: grub2_2.02~beta2-4.dsc grub2_2.02~beta2-4.debian.tar.xz grub2_2.02~beta2-4_i386.deb grub-linuxbios_2.02~beta2-4_i386.deb grub-efi_2.02~beta2-4_i386.deb grub-common_2.02~beta2-4_i386.deb grub2-common_2.02~beta2-4_i386.deb grub-emu_2.02~beta2-4_i386.deb grub-emu-dbg_2.02~beta2-4_i386.deb grub-pc-bin_2.02~beta2-4_i386.deb grub-pc-dbg_2.02~beta2-4_i386.deb grub-pc_2.02~beta2-4_i386.deb grub-rescue-pc_2.02~beta2-4_i386.deb grub-coreboot-bin_2.02~beta2-4_i386.deb grub-coreboot-dbg_2.02~beta2-4_i386.deb grub-coreboot_2.02~beta2-4_i386.deb grub-efi-ia32-bin_2.02~beta2-4_i386.deb grub-efi-ia32-dbg_2.02~beta2-4_i386.deb grub-efi-ia32_2.02~beta2-4_i386.deb grub-efi-amd64-bin_2.02~beta2-4_i386.deb grub-efi-amd64-dbg_2.02~beta2-4_i386.deb grub-efi-amd64_2.02~beta2-4_i386.deb grub-ieee1275-bin_2.02~beta2-4_i386.deb grub-ieee1275-dbg_2.02~beta2-4_i386.deb grub-ieee1275_2.02~beta2-4_i386.deb grub-firmware-qemu_2.02~beta2-4_i386.deb grub-xen-bin_2.02~beta2-4_i386.deb grub-xen-dbg_2.02~beta2-4_i386.deb grub-xen_2.02~beta2-4_i386.deb grub-theme-starfield_2.02~beta2-4_i386.deb grub-mount-udeb_2.02~beta2-4_i386.udeb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon Jan 20 17:19:26 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Jan 2014 17:19:26 +0000 Subject: grub2_2.02~beta2-4_i386.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Jan 2014 15:53:36 +0000 Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg grub-efi-arm64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-uboot-bin grub-uboot-dbg grub-uboot grub-xen-bin grub-xen-dbg grub-xen grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb Architecture: source i386 Version: 2.02~beta2-4 Distribution: experimental Urgency: medium Maintainer: GRUB Maintainers Changed-By: Colin Watson Description: grub-common - GRand Unified Bootloader (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries) grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files) grub-efi - GRand Unified Bootloader, version 2 (dummy package) grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version) grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version) grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries) grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files) grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version) grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI binaries) grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version) grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries) grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files) grub-emu - GRand Unified Bootloader, version 2 (emulated version) grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files) grub-firmware-qemu - GRUB firmware image for QEMU grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries) grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-mount-udeb - export GRUB filesystems using FUSE (udeb) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries) grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme) grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version) grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot binaries) grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files) grub-xen - GRand Unified Bootloader, version 2 (Xen version) grub-xen-bin - GRand Unified Bootloader, version 2 (Xen binaries) grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files) grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version) grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries) grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files) grub2 - GRand Unified Bootloader, version 2 (dummy package) grub2-common - GRand Unified Bootloader (common files for version 2) Changes: grub2 (2.02~beta2-4) experimental; urgency=medium . * Remove redundant build-dependencies on autoconf and automake, covered by dh-autoreconf. * In --enable-quick-boot mode, restore previous behaviour of using a hidden timeout if GRUB_HIDDEN_TIMEOUT=0 (thanks to Sebastien Bacher for the report). * Disable cpio test on kFreeBSD again for now; it fails within cpio itself with "field width not sufficient for storing rdev minor". * Copy shim.efi.signed to the correct path in UEFI Secure Boot mode. Thanks to syscon-hh for the report. Checksums-Sha1: 96f708f44bcf9d533fb61fd473a470745726bb8f 5218 grub2_2.02~beta2-4.dsc bf0ad5ef9d56077268367aa68a83941b371a8ade 981272 grub2_2.02~beta2-4.debian.tar.xz bcdad8460c8cd78e419084561959454c03025777 2564 grub2_2.02~beta2-4_i386.deb 5d2968e6ba666e804909d3db7d60c0c51d4fed25 2566 grub-linuxbios_2.02~beta2-4_i386.deb 8a50952be629ed1e204529d78f5985a2c99d24ee 2574 grub-efi_2.02~beta2-4_i386.deb 4909d650a10cc5b2dc3011b5f080b1625d0df006 2630910 grub-common_2.02~beta2-4_i386.deb 0ae3ee3caace7562d9c4d89fcedb3623b6bb18d5 507852 grub2-common_2.02~beta2-4_i386.deb 681b4c1f607e4368344e0df0b820e3c0cc5855d2 3131208 grub-emu_2.02~beta2-4_i386.deb cb26843d7f5b85f33e94c2c025621a21901c12ba 2193998 grub-emu-dbg_2.02~beta2-4_i386.deb 30d3d9ad08f28556b09b16f1a93c583052784a6e 886928 grub-pc-bin_2.02~beta2-4_i386.deb d19c68c1bd4b90b8495fb6c28fdc18ec63ebdbc2 2798116 grub-pc-dbg_2.02~beta2-4_i386.deb 1dc7e50975d86e94bb987105e4e829c1325d3f19 195208 grub-pc_2.02~beta2-4_i386.deb 78d9cac2008aef4e9ca0726ae6e7217dce6b5921 2724880 grub-rescue-pc_2.02~beta2-4_i386.deb 484016baaa058a5ad75ca4b75b710a899ff2feed 592870 grub-coreboot-bin_2.02~beta2-4_i386.deb 033c87e2d9e8fabd02140aff3fbe31d46b62d364 2532884 grub-coreboot-dbg_2.02~beta2-4_i386.deb 396e8609f67dfb52307fa23e2a90e37a4cfb0d83 51024 grub-coreboot_2.02~beta2-4_i386.deb e4973815a5c867cdf81f9f0f5718fd1c61cff802 616698 grub-efi-ia32-bin_2.02~beta2-4_i386.deb 38eefec25c058c1fdf3b42b7809150ca3cfb8b5c 2709412 grub-efi-ia32-dbg_2.02~beta2-4_i386.deb d12366adb5c91543f7a0727e242c39f955fa4474 51052 grub-efi-ia32_2.02~beta2-4_i386.deb 0dd29d2609478c5ac6f44c62a1fc9b9120c97fe2 649848 grub-efi-amd64-bin_2.02~beta2-4_i386.deb ceaa372c51f4eb4087d8147816c251915adc21a3 2873062 grub-efi-amd64-dbg_2.02~beta2-4_i386.deb 04369eeec14f3b13dcae65832fc8492fb62e4b57 51052 grub-efi-amd64_2.02~beta2-4_i386.deb f9f2389335ac1b8fe05fbe88fc17f8b444ffa3d1 590148 grub-ieee1275-bin_2.02~beta2-4_i386.deb c092357472fb3f5d82c242047d1243e4dac6b348 2561848 grub-ieee1275-dbg_2.02~beta2-4_i386.deb fcb45f0aeb90fcb8b30b0e707e1e9eeb6553f4cf 51004 grub-ieee1275_2.02~beta2-4_i386.deb a8d753ebcc4ef98fcbbbfa0945428a09965b6e87 1071028 grub-firmware-qemu_2.02~beta2-4_i386.deb b6bc527d08648b94dbf494171f4a6e72b1aa8aa5 913884 grub-xen-bin_2.02~beta2-4_i386.deb 514990167c4914be5e22e0ecfa55122803efddf8 4191868 grub-xen-dbg_2.02~beta2-4_i386.deb 57a55d4e43690fc4102ab45250c44b71854d516d 50986 grub-xen_2.02~beta2-4_i386.deb 00e9dcb1b439d7ecfedb31a5159a7d707759476f 2146662 grub-theme-starfield_2.02~beta2-4_i386.deb 994e9a42bd2b9fcbb7be57939301e0de13275f85 338872 grub-mount-udeb_2.02~beta2-4_i386.udeb Checksums-Sha256: 0f132c1981b53c919687f8c2bc2ea110deda2316fdaf0c1ad3d70fe3319daed9 5218 grub2_2.02~beta2-4.dsc 078a58461ddb75ca035b3a57fed9d041fe4d6f4a5445b810123131174b6b88b2 981272 grub2_2.02~beta2-4.debian.tar.xz 6020ac3d08bc65a6566aa4ec323dd4bc0e8637dca718b9d6a450b5bdb3c8abf2 2564 grub2_2.02~beta2-4_i386.deb 3c7d46a5666969c7c07aa7f79c2931c0cd06dfc021ba492a515a5578722cbcb8 2566 grub-linuxbios_2.02~beta2-4_i386.deb cac13b77217712de9a28c5806a87dc91326a4c22f9874d71d2869f0555bb13f8 2574 grub-efi_2.02~beta2-4_i386.deb 814c36f7884bb14606794371e334341676f40d2d9eac2a4ee5886b8ae26a973f 2630910 grub-common_2.02~beta2-4_i386.deb 7ab57e91b51fb88a5b72d4ecdfcf392fe930a5528fb49a10f01181a42702ffbd 507852 grub2-common_2.02~beta2-4_i386.deb bdc13d0f951f87db5c17eaf2a5f3ab164f6341b75f85e9040ce91b17db91f86a 3131208 grub-emu_2.02~beta2-4_i386.deb 58c9a841f7cc512246c2d39fcb295daccc4da9a66b29f79229ad45fbcaea5304 2193998 grub-emu-dbg_2.02~beta2-4_i386.deb 84cb5d5c4702a19477217055dcbbd3f946a367b34f98cbaa83f13a5753b1a9be 886928 grub-pc-bin_2.02~beta2-4_i386.deb 43cbec08c7099331e3e0d96fc3c684394b6428f9b166427ca695c32a70bd4110 2798116 grub-pc-dbg_2.02~beta2-4_i386.deb b24e2e0167e6d0c84c9bc7e4543a0ad96a9c13d9eae95891775ff357a24fbf96 195208 grub-pc_2.02~beta2-4_i386.deb 8e163af04c4887ce272c8da1afd87e73c499b70612864415e82aacacfeaed452 2724880 grub-rescue-pc_2.02~beta2-4_i386.deb 3f9e05afd2ad7985dc9dc2e8e0ad42700deba79fb3d5f446d38b57bafcf2f3e9 592870 grub-coreboot-bin_2.02~beta2-4_i386.deb 32f8ccd70a2dec70739f778ed89e1c64625345fdaf4a75bfb5e73cdf14af6916 2532884 grub-coreboot-dbg_2.02~beta2-4_i386.deb 18aeebe9355e4a1ac8e63eb345548a783329ed41d928d8be6c9b22e52a517944 51024 grub-coreboot_2.02~beta2-4_i386.deb 2d681bfb77130dd7c898c0964ef10c48125e2c8f0bdcf303156700131d73279c 616698 grub-efi-ia32-bin_2.02~beta2-4_i386.deb 75bbfeb8b7ee6959903eead6e65de3b2000346d958f8c2460d1ed9272430436b 2709412 grub-efi-ia32-dbg_2.02~beta2-4_i386.deb cf56d63e47c58b06d8c4a0f807d260dd9401e6f3ceb738d946141d76955920eb 51052 grub-efi-ia32_2.02~beta2-4_i386.deb 5970a9b06edc87477fabc05d2f6f45c11c88d77cf473450d56af5733e153f30b 649848 grub-efi-amd64-bin_2.02~beta2-4_i386.deb daa711d631748357e2a272a78d10d46c5063db8b86c281bcd6bc86b04682fc14 2873062 grub-efi-amd64-dbg_2.02~beta2-4_i386.deb ff2aa4b145fb39a3f4e6db0835011dc54d464201e24c37d693c17420ce567dcb 51052 grub-efi-amd64_2.02~beta2-4_i386.deb 6e2666ab33305365b452571c28eaa667905ae8d988b29195e4f394c6341bfe5d 590148 grub-ieee1275-bin_2.02~beta2-4_i386.deb e514ab7135be6d5e6dc9d5ac9f0c7fc5b774ea3b4914b651a7826945640953c5 2561848 grub-ieee1275-dbg_2.02~beta2-4_i386.deb 6aab8fb486985cf21ada409b3ded0a69906ffe06ae549d0e7234bc47f4865bf9 51004 grub-ieee1275_2.02~beta2-4_i386.deb 0f753a75c41d2e271112f92ca26ac3388fbffc05c41c7bed7a2610f400c20862 1071028 grub-firmware-qemu_2.02~beta2-4_i386.deb f8062fe4193c1c88c61988af2ef7a319e3f79f7deec5e32d6328c89d1263e1b5 913884 grub-xen-bin_2.02~beta2-4_i386.deb 1ded6bbab2fc3ce6cfe7a67c843bb8444c11f1813210d56513263caf9b105c33 4191868 grub-xen-dbg_2.02~beta2-4_i386.deb e08e75a8095b29e68bf7f2925f31df5f89baf2bd59cf6db89d78e89ff20b7b91 50986 grub-xen_2.02~beta2-4_i386.deb 1d0290bdb934e20a4fb976187bb731b4c080d4fd987e9ebaf0654fa3c2e29c0f 2146662 grub-theme-starfield_2.02~beta2-4_i386.deb ed233f0ec7c8ccc60868501d335e477ebaa2132a45d0b1e441094c8434f42d11 338872 grub-mount-udeb_2.02~beta2-4_i386.udeb Files: b277923b75de928d0da6af7b02106661 5218 admin extra grub2_2.02~beta2-4.dsc 3facbeea3b2d8d598d03cf3261665933 981272 admin extra grub2_2.02~beta2-4.debian.tar.xz 6ee9b9ad52f8452ae1eb66127fbe7c29 2564 oldlibs extra grub2_2.02~beta2-4_i386.deb 5c7be880c5f2b710e016f97d021abdb8 2566 oldlibs extra grub-linuxbios_2.02~beta2-4_i386.deb 3ff3f3eec6829aeb3aa45bad2bcf6495 2574 oldlibs extra grub-efi_2.02~beta2-4_i386.deb 1e365cb0cebe2902fd89140b6db08a66 2630910 admin optional grub-common_2.02~beta2-4_i386.deb 27500e12064199d2b174bd586b4cbe95 507852 admin optional grub2-common_2.02~beta2-4_i386.deb 4641c6765ae7f6fcfb8121abd18bd896 3131208 admin extra grub-emu_2.02~beta2-4_i386.deb 700eb9192fe7d3fc2da0b8cb61633178 2193998 debug extra grub-emu-dbg_2.02~beta2-4_i386.deb 5ded686d609854e51ba9676e49abc1bd 886928 admin optional grub-pc-bin_2.02~beta2-4_i386.deb 127e706c58743cbbbed331777e45d193 2798116 debug extra grub-pc-dbg_2.02~beta2-4_i386.deb 226973649623531bac806eb0bbb54561 195208 admin optional grub-pc_2.02~beta2-4_i386.deb e6beacfb438cb3490555610f99e20353 2724880 admin extra grub-rescue-pc_2.02~beta2-4_i386.deb 4fcab63854b54a09a9616ba2ec562907 592870 admin extra grub-coreboot-bin_2.02~beta2-4_i386.deb b9fdb0d56d4baeca740fbf84edfd90b2 2532884 debug extra grub-coreboot-dbg_2.02~beta2-4_i386.deb 6d1b1411a92d4cdcdc318bf9808445dc 51024 admin extra grub-coreboot_2.02~beta2-4_i386.deb f1413e151d5988222719be585ef469b2 616698 admin extra grub-efi-ia32-bin_2.02~beta2-4_i386.deb 7857eb434e31534a84e5268e6e9384ee 2709412 debug extra grub-efi-ia32-dbg_2.02~beta2-4_i386.deb d5ab6c34bb4ff4d76e06c09a518a5712 51052 admin extra grub-efi-ia32_2.02~beta2-4_i386.deb 3a3a22255553f20a8817ddb4395881ee 649848 admin extra grub-efi-amd64-bin_2.02~beta2-4_i386.deb 5967c2ac56f4ab9e1ff487d3c503dead 2873062 debug extra grub-efi-amd64-dbg_2.02~beta2-4_i386.deb 91711a0f4bbe908869786c9f6fadf4ff 51052 admin extra grub-efi-amd64_2.02~beta2-4_i386.deb 616f18510f695a5d64fd1cbb4a41df3d 590148 admin extra grub-ieee1275-bin_2.02~beta2-4_i386.deb a384036c30876fb51b87f523862f40cb 2561848 debug extra grub-ieee1275-dbg_2.02~beta2-4_i386.deb c52e94d9e4388518b20162a6e28feadf 51004 admin extra grub-ieee1275_2.02~beta2-4_i386.deb 58e7ef3bb80a98d9c4c3106b6a908968 1071028 admin extra grub-firmware-qemu_2.02~beta2-4_i386.deb a882d66d0ed60c1de220772c48cd83d0 913884 admin extra grub-xen-bin_2.02~beta2-4_i386.deb bebf75fc37628fb02487a9314a9bf3a0 4191868 debug extra grub-xen-dbg_2.02~beta2-4_i386.deb ac8d4934edadd0678412d9bd45e29a4d 50986 admin extra grub-xen_2.02~beta2-4_i386.deb cf7a798d81c0663e1f07c4c31efd5941 2146662 admin extra grub-theme-starfield_2.02~beta2-4_i386.deb bfec29acc56773de46f00509aa8149ef 338872 debian-installer extra grub-mount-udeb_2.02~beta2-4_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Colin Watson -- Debian developer iQIVAwUBUt1TFjk1h9l9hlALAQgx9w/+K4qcw/Txe5x53kSahMQ4sP+ARQheKfPJ eh5QOf9vjq29xtANoETHUENznFf1XY28kFdDdcfzq8DC4aIoqKoSMX2DBCBUNTXT exCT+cqVPf+DTjk0YwvjzHA7dWRM9T4kwD5ac8d+BHdHQcn/Unz2IHk5MJj6TN8d pzxXk9gYx7/Yx7x3mYpM69HjlzucHm2hvLi/20Gsi2VVs5YYAKnlYCdrZp0OtayA XPywqbEsn/jUZ1fB67kTd6MO4r00bPS70Idy91fiypxis0A0Mh1YZ0SV+un5Z0R1 ZEKMluJdB8jKArpdGhwhTa10rS1gt21e1O5Tzl1UGYJr2SVAUiyq1RM6qXLJmSlC CINEqlLJJ0PMMZXZzKY5WeSQ1q4yf7i1A5PuK+L1SJH/9p791NAflBYApCRmKd6k qjsG+mbdV95s9dRuhIPpAHm0o+S2qDOuOwOYO/5kb8K/2BJYGxDCxUVXFVysPX4w hMbzPNs0elVSCwwxI9jBIo4IrfUZgNhaxQ7WdEReqS6mMeL7l51GlGGumapvo47q Aprb5tcInT4wyBvi/cZHFz6I78IX4iVhMQxfmsbhznvcPIRLVAvkNJ7SwLxUf1fQ GAvAf5Om3QCZ32JQGio7AQ6YN3uo6meC1/qdtlAfjs3LIzCzRx6X9WRQpe59n2an bIe3fGneRDY= =RCqD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From invernomuto at paranoici.org Mon Jan 20 22:49:36 2014 From: invernomuto at paranoici.org (Francesco Poli) Date: Mon, 20 Jan 2014 23:49:36 +0100 Subject: Bug#708181: Workaround In-Reply-To: <20140120102244.GY8798@riva.ucam.org> References: <20140119233617.f2d7e7260aa3817a48ca05c4@paranoici.org> <20140120102244.GY8798@riva.ucam.org> Message-ID: <20140120234936.1ec3268811b843b807964e2a@paranoici.org> On Mon, 20 Jan 2014 10:22:44 +0000 Colin Watson wrote: > On Sun, Jan 19, 2014 at 11:36:17PM +0100, Francesco Poli wrote: [...] > > I prepared a more general patch (against grub2/2.00-22) that lets the > > user add options to the simple menu entry and to the advanced submenu > > and menu entries. > > Please rebase your patch against current upstream git and send it > upstream first; [...] Could you please do that for me? I am sure you are much more knowledgeable about GRUB than me and you have much more solid connection with upstream. Moreover, I'd really appreciate it, if you could review/check/test my patch before it is sent upstream. Pretty please? :p -- http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt New GnuPG key, see the transition document! ..................................................... Francesco Poli . GnuPG key fpr == CA01 1147 9CD2 EFDF FB82 3925 3E1C 27E1 1F69 BFFE -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From shirishag75 at gmail.com Tue Jan 21 00:29:01 2014 From: shirishag75 at gmail.com (=?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?=) Date: Tue, 21 Jan 2014 05:59:01 +0530 Subject: feedback - grub 2.02~beta2-3 , why does it say it's an i386-pc platform while upgrading ? Message-ID: Hi all, First of all thanx for everybody for doing the impressive work they do with state of grub packaging. It would be nice if at some point we have grub work with UEFI with some consistency (the only reason preventing me buying a new laptop/desktop because of UEFI). I saw Colin Watson's call for manual testing on p.d.o http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2014/01/18#2014-01-18-testing-wanted-grub-2.02-beta2 I went and found out how things were stacked at my end :- $ apt-show-versions -a grub-pc grub-pc:amd64 2.00-22 install ok installed grub-pc:amd64 2.00-22 testing debian.ec.as6453.net No testing-updates version grub-pc:amd64 2.00-22 unstable debian.ec.as6453.net grub-pc:amd64 2.02~beta2-3 experimental debian.ec.as6453.net grub-pc:amd64/testing 2.00-22 uptodate Figured all the dependencies and upgraded it :- $ sudo aptitude install grub-pc=2.02~beta2-3 grub2-common=2.02~beta2-3 grub-pc-bin=2.02~beta2-3 grub-common=2.02~beta2-3 grub2=2.02~beta2-3 grub-theme-starfield=2.02~beta2-3 -y The following packages will be upgraded: grub-common grub-pc grub-pc-bin grub-theme-starfield grub2-common grub2 6 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 6,392 kB of archives. After unpacking 7,309 kB will be used. Get: 1 http://debian.ec.as6453.net/debian/ experimental/main grub-pc amd64 2.02~beta2-3 [173 kB] Get: 2 http://debian.ec.as6453.net/debian/ experimental/main grub-pc-bin amd64 2.02~beta2-3 [873 kB] Get: 3 http://debian.ec.as6453.net/debian/ experimental/main grub2-common amd64 2.02~beta2-3 [497 kB] Get: 4 http://debian.ec.as6453.net/debian/ experimental/main grub-theme-starfield amd64 2.02~beta2-3 [2,144 kB] Get: 5 http://debian.ec.as6453.net/debian/ experimental/main grub-common amd64 2.02~beta2-3 [2,702 kB] Get:6 http://debian.ec.as6453.net/debian/ experimental/main grub2 amd64 2.02~beta2-3 [2,492 B] Fetched 6,392 kB in 13min 5s (8,139 B/s) Retrieving bug reports... Done Parsing Found/Fixed information... Done apt-listchanges: Mailing root: apt-listchanges: changelogs for debian Preconfiguring packages ... (Reading database ... 410950 files and directories currently installed.) Preparing to unpack .../grub-pc_2.02~beta2-3_amd64.deb ... Unpacking grub-pc (2.02~beta2-3) over (2.00-22) ... Preparing to unpack .../grub-pc-bin_2.02~beta2-3_amd64.deb ... Unpacking grub-pc-bin (2.02~beta2-3) over (2.00-22) ... Preparing to unpack .../grub2-common_2.02~beta2-3_amd64.deb ... Unpacking grub2-common (2.02~beta2-3) over (2.00-22) ... Preparing to unpack .../grub-theme-starfield_2.02~beta2-3_amd64.deb ... Unpacking grub-theme-starfield (2.02~beta2-3) over (2.00-22) ... Preparing to unpack .../grub-common_2.02~beta2-3_amd64.deb ... Unpacking grub-common (2.02~beta2-3) over (2.00-22) ... Preparing to unpack .../grub2_2.02~beta2-3_amd64.deb ... Unpacking grub2 (2.02~beta2-3) ... Processing triggers for man-db (2.6.5-3) ... Processing triggers for install-info (5.2.0.dfsg.1-2) ... Setting up grub-common (2.02~beta2-3) ... Installing new version of config file /etc/bash_completion.d/grub ... Installing new version of config file /etc/grub.d/00_header ... Installing new version of config file /etc/grub.d/10_linux ... Installing new version of config file /etc/grub.d/20_linux_xen ... Installing new version of config file /etc/grub.d/30_os-prober ... Installing new version of config file /etc/grub.d/30_uefi-firmware ... Setting up grub2-common (2.02~beta2-3) ... Setting up grub-pc-bin (2.02~beta2-3) ... Setting up grub-pc (2.02~beta2-3) ... Setting up grub2 (2.02~beta2-3) ... Installing for i386-pc platform. Installation finished. No error reported. Generating grub configuration file ... Found background: /usr/share/images/grub/Moraine_Lake_17092005.tga Found background image: /usr/share/images/grub/Moraine_Lake_17092005.tga Found linux image: /boot/vmlinuz-3.12-1-amd64 Found initrd image: /boot/initrd.img-3.12-1-amd64 done Setting up grub-theme-starfield (2.02~beta2-3) ... Current status: 0 updates [-5]. Now I haven't re-booted the system (yet) and while everything else seems fine, I am a bit concerned as to why it says "Installing for i386-pc platform." Shouldn't it be saying something like "Installing on x86-64 pc platform " or something on those as this is on 64-bit system ? Update :- rebooted , no problems. About the system itself, nothing fancy. It's an Intel Dual-Core CPU E5400 (soc 775) @ 2.70GHz, onboard Intel G33, Asus MB P5KPL-AM IN (Intel G31) the filesystem is ext4 and kernel is 3.12 . Please lemme know if any more info. is needed. -- Regards, Shirish Agarwal ????? ??????? My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 From shirishag75 at gmail.com Tue Jan 21 00:31:07 2014 From: shirishag75 at gmail.com (=?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?=) Date: Tue, 21 Jan 2014 06:01:07 +0530 Subject: feedback - grub 2.02~beta2-3 , why does it say it's an i386-pc platform while upgrading ? In-Reply-To: References: Message-ID: Hi all, Forgot to share one more thing, I just subscribed to the mailing list and have turned off mail subscriptions (as have too many subscriptions) so please CC me in case of any query or answer to my query as well. Thank you in advance. -- Regards, Shirish Agarwal ????? ??????? My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 From mgilbert at debian.org Sun Jan 26 00:36:05 2014 From: mgilbert at debian.org (Michael Gilbert) Date: Sat, 25 Jan 2014 19:36:05 -0500 Subject: Bug#736678: grub2: support init boot flag selection Message-ID: package: src:grub2 severity: wishlist version: 2.00-22 Hi, I've been working on a system that allows the user to easily make their own init system selection: http://packages.qa.debian.org/i/init-select.html I've just finished working on a patch for grub (see attached) to support init-select's /etc/default/init conffile. This changes util/grub.d/10_linux.in to put the selected init bootflag in GRUB_CMDLINE_LINUX_DEFAULT. If there is a better approach, please let me know, and I'll try to improve the patch. Best wishes, Mike -------------- next part -------------- A non-text attachment was scrubbed... Name: grub.patch Type: text/x-patch Size: 2487 bytes Desc: not available URL: From owner at bugs.debian.org Sun Jan 26 00:45:27 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 26 Jan 2014 00:45:27 +0000 Subject: Processed: your mail References: Message-ID: Processing commands for control at bugs.debian.org: > tag 736678 patch Bug #736678 [src:grub2] grub2: support init boot flag selection Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 736678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736678 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Mon Jan 27 11:44:19 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Jan 2014 11:44:19 +0000 Subject: Processing of grub2_2.02~beta2-5_i386.changes Message-ID: grub2_2.02~beta2-5_i386.changes uploaded successfully to localhost along with the files: grub2_2.02~beta2-5.dsc grub2_2.02~beta2-5.debian.tar.xz grub2_2.02~beta2-5_i386.deb grub-linuxbios_2.02~beta2-5_i386.deb grub-efi_2.02~beta2-5_i386.deb grub-common_2.02~beta2-5_i386.deb grub2-common_2.02~beta2-5_i386.deb grub-emu_2.02~beta2-5_i386.deb grub-emu-dbg_2.02~beta2-5_i386.deb grub-pc-bin_2.02~beta2-5_i386.deb grub-pc-dbg_2.02~beta2-5_i386.deb grub-pc_2.02~beta2-5_i386.deb grub-rescue-pc_2.02~beta2-5_i386.deb grub-coreboot-bin_2.02~beta2-5_i386.deb grub-coreboot-dbg_2.02~beta2-5_i386.deb grub-coreboot_2.02~beta2-5_i386.deb grub-efi-ia32-bin_2.02~beta2-5_i386.deb grub-efi-ia32-dbg_2.02~beta2-5_i386.deb grub-efi-ia32_2.02~beta2-5_i386.deb grub-efi-amd64-bin_2.02~beta2-5_i386.deb grub-efi-amd64-dbg_2.02~beta2-5_i386.deb grub-efi-amd64_2.02~beta2-5_i386.deb grub-ieee1275-bin_2.02~beta2-5_i386.deb grub-ieee1275-dbg_2.02~beta2-5_i386.deb grub-ieee1275_2.02~beta2-5_i386.deb grub-firmware-qemu_2.02~beta2-5_i386.deb grub-xen-bin_2.02~beta2-5_i386.deb grub-xen-dbg_2.02~beta2-5_i386.deb grub-xen_2.02~beta2-5_i386.deb grub-theme-starfield_2.02~beta2-5_i386.deb grub-mount-udeb_2.02~beta2-5_i386.udeb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Mon Jan 27 11:49:40 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Jan 2014 11:49:40 +0000 Subject: grub2_2.02~beta2-5_i386.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 27 Jan 2014 10:03:00 +0000 Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg grub-efi-arm64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-uboot-bin grub-uboot-dbg grub-uboot grub-xen-bin grub-xen-dbg grub-xen grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb Architecture: source i386 Version: 2.02~beta2-5 Distribution: experimental Urgency: medium Maintainer: GRUB Maintainers Changed-By: Colin Watson Description: grub-common - GRand Unified Bootloader (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries) grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files) grub-efi - GRand Unified Bootloader, version 2 (dummy package) grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version) grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version) grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries) grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files) grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version) grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI binaries) grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version) grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries) grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files) grub-emu - GRand Unified Bootloader, version 2 (emulated version) grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files) grub-firmware-qemu - GRUB firmware image for QEMU grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries) grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-mount-udeb - export GRUB filesystems using FUSE (udeb) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries) grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme) grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version) grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot binaries) grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files) grub-xen - GRand Unified Bootloader, version 2 (Xen version) grub-xen-bin - GRand Unified Bootloader, version 2 (Xen binaries) grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files) grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version) grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries) grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files) grub2 - GRand Unified Bootloader, version 2 (dummy package) grub2-common - GRand Unified Bootloader (common files for version 2) Changes: grub2 (2.02~beta2-5) experimental; urgency=medium . * Add a number of EFI debugging commands to the signed image (lsefi, lsefimmap, lsefisystab, lssal). * Add gfxterm_background to the signed image so that background_image works in UEFI Secure Boot mode. Thanks to syscon-hh for the report. Checksums-Sha1: c9bcbcbf679a873060666134e688362846a3c171 5218 grub2_2.02~beta2-5.dsc 8ddc2ada55e730f196444f75f22f5007752b3b0c 981444 grub2_2.02~beta2-5.debian.tar.xz 263712acd8e82e77e5abf2feac504ba491a43e43 2570 grub2_2.02~beta2-5_i386.deb 7954a4d3233cd25d93ef6815f0d8a7b6383cc610 2572 grub-linuxbios_2.02~beta2-5_i386.deb 525ec4d810e2e5e9205976896d6e33a85c682bd0 2576 grub-efi_2.02~beta2-5_i386.deb 4c26aa532b6a0943ed2e80822c322854128c04ad 2633326 grub-common_2.02~beta2-5_i386.deb ec987a8193415ca9893bd2823af5719b684c2bc9 507796 grub2-common_2.02~beta2-5_i386.deb 7c9d2130def3e190287144e05f44cd6b765c333d 3131332 grub-emu_2.02~beta2-5_i386.deb c8438ff5c497247e059aaa744d042726b9b48057 2192764 grub-emu-dbg_2.02~beta2-5_i386.deb ce18671659d96daf0101863160ae400d5a32c0d0 887906 grub-pc-bin_2.02~beta2-5_i386.deb ea2c17d01473c108bb864d787f9cc2565c52dace 2797964 grub-pc-dbg_2.02~beta2-5_i386.deb 62d77b0cef1b97fd33f10184fbfae3d687f5490b 195218 grub-pc_2.02~beta2-5_i386.deb ae71b57c833b4d1e756dfce39c1c25a9acf826ca 2724372 grub-rescue-pc_2.02~beta2-5_i386.deb 52002a176967b6b70587553b8a1548a279459bff 592142 grub-coreboot-bin_2.02~beta2-5_i386.deb 5fbe5fac277105314987a3b528fdf6c8ae6637ee 2532050 grub-coreboot-dbg_2.02~beta2-5_i386.deb db0781a4e39f33c45122cc5bc2c33ec5e177985b 51024 grub-coreboot_2.02~beta2-5_i386.deb cd18d8270594e129e58c7507d3eb0c24c261dabe 616964 grub-efi-ia32-bin_2.02~beta2-5_i386.deb b6780e3140c6ec27e948d0f46db5e739c9d3abc2 2708860 grub-efi-ia32-dbg_2.02~beta2-5_i386.deb 61557c63be31bae7669c586ae04fd26b29fa46c4 51058 grub-efi-ia32_2.02~beta2-5_i386.deb 3f10f612369dad6b11ac79175f8be450b9aabfe9 649824 grub-efi-amd64-bin_2.02~beta2-5_i386.deb 8785090e9eca65e242b8a77ea4ff87af7f6d18aa 2874042 grub-efi-amd64-dbg_2.02~beta2-5_i386.deb 1936b11ab37325538bd412d738bf3714cb44d6b0 51050 grub-efi-amd64_2.02~beta2-5_i386.deb 5d4fde5ac41d4f9a34878647a1747c381a8078b0 590338 grub-ieee1275-bin_2.02~beta2-5_i386.deb 3a1da90ffcda64cd3f4d6e81273177311130373c 2561648 grub-ieee1275-dbg_2.02~beta2-5_i386.deb d1324ffb8ffefcb8d3abf71535247d3f561864e1 51012 grub-ieee1275_2.02~beta2-5_i386.deb c8b40d146a827c8dfca42a4164b50a87761eda64 1071364 grub-firmware-qemu_2.02~beta2-5_i386.deb d8a25d0b41a58ef248f333861b642450914bfdf1 913250 grub-xen-bin_2.02~beta2-5_i386.deb 7b1aca701d5cd7e1f1ed65169b5129b5a346c329 4192346 grub-xen-dbg_2.02~beta2-5_i386.deb 9bdca96bea3e1969ce4b5a5582b354f38078b3fb 50996 grub-xen_2.02~beta2-5_i386.deb aaa95fd43d69b69f3f4caea3736d8cdf0ae604d5 2148732 grub-theme-starfield_2.02~beta2-5_i386.deb 32e1f8711c6c54e031ca5f4f3a72632451d28b62 338568 grub-mount-udeb_2.02~beta2-5_i386.udeb Checksums-Sha256: 7295f6f22202a0b162d4d9ce28bb0648b04e230e0d9cf81b07050b38e6962108 5218 grub2_2.02~beta2-5.dsc 6cc7ca9416c040d29538253b89d7bd5ef5105ae1169a851e166fb7e12fef69f2 981444 grub2_2.02~beta2-5.debian.tar.xz 55106575c3d2287cfa5e14708d3cad81a5f28eadac27eb8ee4cdbf9cfdf471d3 2570 grub2_2.02~beta2-5_i386.deb e36cca9b3707aa0f00bef89293ee3236663a5c59c8ec7a624dd7f4ea347550b4 2572 grub-linuxbios_2.02~beta2-5_i386.deb e477056bdfaf45bdb3eea612ab56c2682087813eae206b1b62efbce29dc209ad 2576 grub-efi_2.02~beta2-5_i386.deb 537966a9aa7c5da386b570b753246f87f4ef22be3ab555d8158e31391e2ab899 2633326 grub-common_2.02~beta2-5_i386.deb f98824a8e8d06492fe7d8ba9028cd35c996faac636b1a200ab7afe7bd457e91b 507796 grub2-common_2.02~beta2-5_i386.deb 7e4b0d750c8397d5c416fd6d664c1b63cbee3ed5c37a559615b56279f19c78b5 3131332 grub-emu_2.02~beta2-5_i386.deb 46cfb168f28761b89ecbd9fb61e4f0ca700d59acc47127cfa12b65a254c78054 2192764 grub-emu-dbg_2.02~beta2-5_i386.deb 6cb073413869e07ab742beb312206b54bbffaacb9178bd739e6cd717ba69eae5 887906 grub-pc-bin_2.02~beta2-5_i386.deb 2a4ac09c550542019d32f440b0f4f7253fd9cb02732ee607e901ad8eeb7f2c7b 2797964 grub-pc-dbg_2.02~beta2-5_i386.deb dcf8863c74066f4ac818591eecb2901ee16547bff8548ab5b24e4082f142aed4 195218 grub-pc_2.02~beta2-5_i386.deb 73b60258d14ba4df78c1926c67bf4d3f6c21dd70b7095941e8951040194aa7d0 2724372 grub-rescue-pc_2.02~beta2-5_i386.deb 24a30345c4299a8de51d88041e1260ca913a4d1c05384c938c3096f7ecb00df1 592142 grub-coreboot-bin_2.02~beta2-5_i386.deb 3b4843014a354e72898a59a09b313134e2259ce36c712b9f43f8a6ea4a62e0d2 2532050 grub-coreboot-dbg_2.02~beta2-5_i386.deb 6c5cfdbadbf9ea8812daedb6c3d85e209476c93807fd92b9b091460c29d4365e 51024 grub-coreboot_2.02~beta2-5_i386.deb 05f5d7573ef335eafbe7328f6ac4df769d7591249352d4e57f3e8cf280f702a4 616964 grub-efi-ia32-bin_2.02~beta2-5_i386.deb a3b97730f85490288e7dcd172a15fef34f30ab53ea34b0e051f24fc3a14093d6 2708860 grub-efi-ia32-dbg_2.02~beta2-5_i386.deb da717b84719cc75b4b83e827d8c19afd34f701e3b90c184d389da174b9891d1e 51058 grub-efi-ia32_2.02~beta2-5_i386.deb 31f023ad3265819d24fe7129acfd0badbfeaaa40b7d9561fabafbd4af9b9f907 649824 grub-efi-amd64-bin_2.02~beta2-5_i386.deb eed7922b4509df3f6647d05350e464e0127906826156ab4724f94b0acabc6561 2874042 grub-efi-amd64-dbg_2.02~beta2-5_i386.deb 309f2717f0754d37cb266cea860fb54f46ad571ed304a2d66cceb702b74f44d9 51050 grub-efi-amd64_2.02~beta2-5_i386.deb 765c35bad17a7c31c6275fbd3d8556f878591f4947ec4e65b469c063342d08ea 590338 grub-ieee1275-bin_2.02~beta2-5_i386.deb 04ba9906b573799bf1c89f208d30309059ae49b772aeef112373aa12a4d98ef8 2561648 grub-ieee1275-dbg_2.02~beta2-5_i386.deb a23baa2b98b11a38540a958ac1c929012539089c808875d7a79295cd4d04cfb2 51012 grub-ieee1275_2.02~beta2-5_i386.deb 426b5fa1161fa754d05a0d04147d9e1eb16b23dbbdf3a33ccfc1275475407cca 1071364 grub-firmware-qemu_2.02~beta2-5_i386.deb 5e7120597c37231f7c3e6bf4edaaf8d35f7f67dd7bb0023913b5245b5a4d9438 913250 grub-xen-bin_2.02~beta2-5_i386.deb 2b748223f2f4792013925a1b2aaf31ff3c6b1e2cc5b5db2c7298e829bd6e1f91 4192346 grub-xen-dbg_2.02~beta2-5_i386.deb 00414493528ea830211951c1edc2dc5a91cbd07b78d2147335ad4bdd459b4a47 50996 grub-xen_2.02~beta2-5_i386.deb 5d7449ab1140ede1b37479a94d09b6b2d8d97cb50d0d3c7b961016615bb29a34 2148732 grub-theme-starfield_2.02~beta2-5_i386.deb 2bed3b5860969561a8d3043641f7c7b8b1a16d7dfe28659c9d71f6cd5f136b35 338568 grub-mount-udeb_2.02~beta2-5_i386.udeb Files: 87f815a36bc4765e7c8ef1d4c9442967 5218 admin extra grub2_2.02~beta2-5.dsc 113c86d8cf6e5fd774ec3375ae34b00f 981444 admin extra grub2_2.02~beta2-5.debian.tar.xz 8d22c838b7ce1182715f295a0be898ed 2570 oldlibs extra grub2_2.02~beta2-5_i386.deb da5074aa619f83e5f583c5db7c8d9d85 2572 oldlibs extra grub-linuxbios_2.02~beta2-5_i386.deb 7b933d1e3595ebda7036bdde57c3b397 2576 oldlibs extra grub-efi_2.02~beta2-5_i386.deb 859cc07408c43ffbb9e1eb97caee4c93 2633326 admin optional grub-common_2.02~beta2-5_i386.deb 680d2687396e86350c0d1bc4ad31b68d 507796 admin optional grub2-common_2.02~beta2-5_i386.deb 9dd358bc23f133f8d4a4541c8c340b58 3131332 admin extra grub-emu_2.02~beta2-5_i386.deb 13222be31fb13bf9c511c82d7b4b5200 2192764 debug extra grub-emu-dbg_2.02~beta2-5_i386.deb 1f0e2c464fb590842ba9e55e7a418cae 887906 admin optional grub-pc-bin_2.02~beta2-5_i386.deb 2caa03f683e269b3e5a41b2ee7e5ce43 2797964 debug extra grub-pc-dbg_2.02~beta2-5_i386.deb 5acf5cc1dd79c4758898af75ec0914cd 195218 admin optional grub-pc_2.02~beta2-5_i386.deb a426a1b25e45c570c33c3faabd9b0263 2724372 admin extra grub-rescue-pc_2.02~beta2-5_i386.deb c11e4056962ff54009776470cf5a211f 592142 admin extra grub-coreboot-bin_2.02~beta2-5_i386.deb 1bbdbb1f7c98798df8406d06f3466f2c 2532050 debug extra grub-coreboot-dbg_2.02~beta2-5_i386.deb 4228a4c5e2017952f1cdde5195997f3d 51024 admin extra grub-coreboot_2.02~beta2-5_i386.deb 963f2d4c5dd01ffa4a12ccc77980530e 616964 admin extra grub-efi-ia32-bin_2.02~beta2-5_i386.deb 38c1b0dd6fc08ce774a939e2cd7927b8 2708860 debug extra grub-efi-ia32-dbg_2.02~beta2-5_i386.deb 72d22ade26d8036443c40c657887ea94 51058 admin extra grub-efi-ia32_2.02~beta2-5_i386.deb a1c42d101e5645d95778f14f7b3f32bf 649824 admin extra grub-efi-amd64-bin_2.02~beta2-5_i386.deb feb71c979b32ba77e438246e08e96710 2874042 debug extra grub-efi-amd64-dbg_2.02~beta2-5_i386.deb 068c21d445f775aac785ea83753d2174 51050 admin extra grub-efi-amd64_2.02~beta2-5_i386.deb 3220970f9b74307d647fb437c1b4c7df 590338 admin extra grub-ieee1275-bin_2.02~beta2-5_i386.deb b321fc49a3fabc33250861c3ad565060 2561648 debug extra grub-ieee1275-dbg_2.02~beta2-5_i386.deb c7fb682cea6c962e0b9b285606f1983e 51012 admin extra grub-ieee1275_2.02~beta2-5_i386.deb f2dcefefb71a4acd5d07e86e484941fb 1071364 admin extra grub-firmware-qemu_2.02~beta2-5_i386.deb a2f965b54d9560cbbba24a3f80dfe326 913250 admin extra grub-xen-bin_2.02~beta2-5_i386.deb 79c8102d59def466ff6becd04f41b936 4192346 debug extra grub-xen-dbg_2.02~beta2-5_i386.deb 6fc5cc5a3217a897d63d91df5cf37078 50996 admin extra grub-xen_2.02~beta2-5_i386.deb 67bf2bb142534d4e5f82695ef8726594 2148732 admin extra grub-theme-starfield_2.02~beta2-5_i386.deb e7e97f338ace6e87d946fa8237062276 338568 debian-installer extra grub-mount-udeb_2.02~beta2-5_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Colin Watson -- Debian developer iQIVAwUBUuZEpzk1h9l9hlALAQgpTg/+M7f8syOQ1DGpwstbiGqdVmL/HT/2MN+P EAF1m447bGBjnPnlOiMWF7oF9t0YJ3JQaldGhHQqdhS96pSUXfY7asS8d9k8xXXm oco41U/CVGfWOaz8OpW81lLL96JJkH7ObE6EeR1r51dgAZnHeZgLofqDYc4NFf/q fWbBf5Oo30+aEHRTpKDFiE19w/opsj80lriZsf5UUUT5QdJilsxfViyc2ctp0Jgx nVBaz17rT5Orpuy/DrrQtiThsMesNMIL2EEd2VN+QscJMZjATgK5J9Sim24kAOiz gU4C2gg1lbcOED47jrTRj7T8KuPBCqCL6G3Tbi/skztxW8FPIrgtSJynNc2qSzO9 kGd/Q6K/LOYSH2qyrMlUFY/h+XAzCfuYVE5FcmTMSQCXXF3cxh+1LxAlcTYCe3F/ mrksgkAzfkoZXbzQbgSqlRsSn2QF7YKh4OrDt/FzdB+sKXlEgWvpPoRJGzKD7hte EQDX+P33DxSFcLc3QtyDNi/7cHVURj2dIODxsp/Am27UqLNnAYVsuqQkPjw2cR8V XvM6we32TTkMDJzB1/PUyh9dm9/lPKhsvoN8CYzqPnKX+6g43B89ezgxErViKGog GgtNZ9nIPHHli3/h0aB3N5fhr2iM6dAZ2h+AZbGxP75QUpvHYhkXBA0aFHI91szX srrhs24Dw6c= =/X7H -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From k at parrot.com Tue Jan 28 14:32:43 2014 From: k at parrot.com (k) Date: Tue, 28 Jan 2014 15:32:43 +0100 Subject: Bug#736928: /usr/sbin/grub-probe: error: failed to get canonical path of `'. Message-ID: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> Package: grub2 Version: 2.02~beta2-5 Severity: normal -- Package-specific info: *********************** BEGIN /proc/mounts /dev/disk/by-uuid/98fd058c-8d0f-4cc0-9249-df7b18066d84 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/sda1 /boot ext2 rw,relatime 0 0 /dev/mapper/home /home ext4 rw,relatime,data=ordered 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/grub.cfg *********************** END /boot/grub/grub.cfg *********************** BEGIN /proc/mdstat Personalities : [raid6] [raid5] [raid4] md5 : active (auto-read-only) raid5 sdc1[0] sdb1[3] sdd1[1] 3907020800 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU] unused devices: *********************** END /proc/mdstat *********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Jan 27 16:07 ata-HL-DT-ST_DVD+_-RW_GSA-H73N -> ../../sr0 lrwxrwxrwx 1 root root 9 Jan 27 16:07 ata-ST32000641AS_9WM2FHQA -> ../../sdc lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-ST32000641AS_9WM2FHQA-part1 -> ../../sdc1 lrwxrwxrwx 1 root root 9 Jan 27 16:07 ata-ST32000641AS_9WM44371 -> ../../sdd lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-ST32000641AS_9WM44371-part1 -> ../../sdd1 lrwxrwxrwx 1 root root 9 Jan 27 16:07 ata-WDC_WD20EARS-00J2GB0_WD-WCAYY0097553 -> ../../sdb lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-WDC_WD20EARS-00J2GB0_WD-WCAYY0097553-part1 -> ../../sdb1 lrwxrwxrwx 1 root root 9 Jan 28 15:14 ata-WDC_WD2500AAJS-75VWA0_WD-WCARZ0383527 -> ../../sda lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-WDC_WD2500AAJS-75VWA0_WD-WCARZ0383527-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-WDC_WD2500AAJS-75VWA0_WD-WCARZ0383527-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-WDC_WD2500AAJS-75VWA0_WD-WCARZ0383527-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-WDC_WD2500AAJS-75VWA0_WD-WCARZ0383527-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jan 27 16:07 ata-WDC_WD2500AAJS-75VWA0_WD-WCARZ0383527-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 Jan 27 16:07 dm-name-backup -> ../../dm-0 lrwxrwxrwx 1 root root 10 Jan 27 16:07 dm-name-home -> ../../dm-1 lrwxrwxrwx 1 root root 10 Jan 27 16:07 dm-uuid-CRYPT-LUKS1-699edbdc5218492d8c3bcdc874aeec7b-home -> ../../dm-1 lrwxrwxrwx 1 root root 10 Jan 27 16:07 dm-uuid-CRYPT-LUKS1-ee99caa7cbfe443a8fb6f629d695aeb5-backup -> ../../dm-0 lrwxrwxrwx 1 root root 9 Jan 27 16:07 md-name-grenache:5 -> ../../md5 lrwxrwxrwx 1 root root 9 Jan 27 16:07 md-uuid-b642888e:a1ba5bc4:a51ff9ad:b5768c9b -> ../../md5 lrwxrwxrwx 1 root root 9 Jan 27 16:07 scsi-SATA_ST32000641AS_9WM2FHQA -> ../../sdc lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_ST32000641AS_9WM2FHQA-part1 -> ../../sdc1 lrwxrwxrwx 1 root root 9 Jan 27 16:07 scsi-SATA_ST32000641AS_9WM44371 -> ../../sdd lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_ST32000641AS_9WM44371-part1 -> ../../sdd1 lrwxrwxrwx 1 root root 9 Jan 27 16:07 scsi-SATA_WDC_WD20EARS-00J_WD-WCAYY0097553 -> ../../sdb lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_WDC_WD20EARS-00J_WD-WCAYY0097553-part1 -> ../../sdb1 lrwxrwxrwx 1 root root 9 Jan 28 15:14 scsi-SATA_WDC_WD2500AAJS-7_WD-WCARZ0383527 -> ../../sda lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_WDC_WD2500AAJS-7_WD-WCARZ0383527-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_WDC_WD2500AAJS-7_WD-WCARZ0383527-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_WDC_WD2500AAJS-7_WD-WCARZ0383527-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_WDC_WD2500AAJS-7_WD-WCARZ0383527-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jan 27 16:07 scsi-SATA_WDC_WD2500AAJS-7_WD-WCARZ0383527-part6 -> ../../sda6 lrwxrwxrwx 1 root root 9 Jan 27 16:07 wwn-0x5000c5002cfadd6f -> ../../sdc lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x5000c5002cfadd6f-part1 -> ../../sdc1 lrwxrwxrwx 1 root root 9 Jan 27 16:07 wwn-0x5000c5002dfa1aca -> ../../sdd lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x5000c5002dfa1aca-part1 -> ../../sdd1 lrwxrwxrwx 1 root root 9 Jan 28 15:14 wwn-0x50014ee1560f43c0 -> ../../sda lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x50014ee1560f43c0-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x50014ee1560f43c0-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x50014ee1560f43c0-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x50014ee1560f43c0-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x50014ee1560f43c0-part6 -> ../../sda6 lrwxrwxrwx 1 root root 9 Jan 27 16:07 wwn-0x50014ee2af1eaa77 -> ../../sdb lrwxrwxrwx 1 root root 10 Jan 27 16:07 wwn-0x50014ee2af1eaa77-part1 -> ../../sdb1 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 10 Jan 27 16:07 31cb867b-d22d-4c84-b199-06d8aea1dcbf -> ../../sda2 lrwxrwxrwx 1 root root 10 Jan 27 16:07 699edbdc-5218-492d-8c3b-cdc874aeec7b -> ../../sda6 lrwxrwxrwx 1 root root 10 Jan 27 16:07 91581f3e-0391-4009-a4d9-9d58fc9fc213 -> ../../dm-0 lrwxrwxrwx 1 root root 10 Jan 27 16:07 98fd058c-8d0f-4cc0-9249-df7b18066d84 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jan 27 16:07 aa3ec81b-71c6-4419-b382-892c690b3ac7 -> ../../sda1 lrwxrwxrwx 1 root root 9 Jan 27 16:07 ee99caa7-cbfe-443a-8fb6-f629d695aeb5 -> ../../md5 lrwxrwxrwx 1 root root 10 Jan 27 16:07 ff8e808b-0b05-4f52-b39b-45e875335159 -> ../../dm-1 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (988, 'testing'), (986, 'testing'), (984, 'stable'), (98, 'unstable'), (96, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grub2 depends on: ii grub-common 2.02~beta2-5 ih grub-pc 2.02~beta2-5 grub2 recommends no packages. grub2 suggests no packages. -- no debconf information From cjwatson at debian.org Tue Jan 28 15:03:18 2014 From: cjwatson at debian.org (Colin Watson) Date: Tue, 28 Jan 2014 15:03:18 +0000 Subject: Bug#736928: /usr/sbin/grub-probe: error: failed to get canonical path of `'. In-Reply-To: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> References: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> Message-ID: <20140128150318.GI8798@riva.ucam.org> On Tue, Jan 28, 2014 at 03:32:43PM +0100, k wrote: > -- Package-specific info: Thanks for this. Can you get the full grub-probe command line (adding -v to the grub-install line should help), and then try adding -vv to that so that it prints detailed debugging output? I'll need all that. -- Colin Watson [cjwatson at debian.org] From kanchana.meas at parrot.com Tue Jan 28 15:36:24 2014 From: kanchana.meas at parrot.com (Kanchana Meas) Date: Tue, 28 Jan 2014 16:36:24 +0100 Subject: Bug#736928: /usr/sbin/grub-probe: error: failed to get canonical path of `'. In-Reply-To: <20140128150318.GI8798@riva.ucam.org> References: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> <20140128150318.GI8798@riva.ucam.org> Message-ID: <52E7CE78.4060202@parrot.com> On 28/01/2014 16:03, Colin Watson wrote: > On Tue, Jan 28, 2014 at 03:32:43PM +0100, k wrote: >> -- Package-specific info: > Thanks for this. Can you get the full grub-probe command line (adding > -v to the grub-install line should help), and then try adding -vv to > that so that it prints detailed debugging output? I'll need all that. > Here is. Peace. -------------- next part -------------- grub-install: info: executing modprobe efivars 2>/dev/null. grub-install: info: Looking for /sys/firmware/efi ... grub-install: info: ... not found. Looking for /proc/device-tree ... grub-install: info: ... not found. Installing for i386-pc platform. grub-install: info: cannot open `/boot/grub/device.map': No such file or directory. grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu.mod' -> `/boot/grub/i386-pc/efiemu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.mod' -> `/boot/grub/i386-pc/parttool.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/setpci.mod' -> `/boot/grub/i386-pc/setpci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/luks.mod' -> `/boot/grub/i386-pc/luks.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09.mod' -> `/boot/grub/i386-pc/mdraid09.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/legacy_password_test.mod' -> `/boot/grub/i386-pc/legacy_password_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/diskfilter.mod' -> `/boot/grub/i386-pc/diskfilter.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/png.mod' -> `/boot/grub/i386-pc/png.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/progress.mod' -> `/boot/grub/i386-pc/progress.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix2_be.mod' -> `/boot/grub/i386-pc/minix2_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_usbdebug.mod' -> `/boot/grub/i386-pc/usbserial_usbdebug.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cpio_be.mod' -> `/boot/grub/i386-pc/cpio_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/font.mod' -> `/boot/grub/i386-pc/font.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/exfctest.mod' -> `/boot/grub/i386-pc/exfctest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/spkmodem.mod' -> `/boot/grub/i386-pc/spkmodem.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bsd.mod' -> `/boot/grub/i386-pc/bsd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lspci.mod' -> `/boot/grub/i386-pc/lspci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.mod' -> `/boot/grub/i386-pc/terminal.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_twofish.mod' -> `/boot/grub/i386-pc/gcry_twofish.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/syslinuxcfg.mod' -> `/boot/grub/i386-pc/syslinuxcfg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/drivemap.mod' -> `/boot/grub/i386-pc/drivemap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/truecrypt.mod' -> `/boot/grub/i386-pc/truecrypt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha256.mod' -> `/boot/grub/i386-pc/gcry_sha256.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/squash4.mod' -> `/boot/grub/i386-pc/squash4.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/time.mod' -> `/boot/grub/i386-pc/time.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_des.mod' -> `/boot/grub/i386-pc/gcry_des.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix3_be.mod' -> `/boot/grub/i386-pc/minix3_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_msdos.mod' -> `/boot/grub/i386-pc/part_msdos.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bufio.mod' -> `/boot/grub/i386-pc/bufio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/acpi.mod' -> `/boot/grub/i386-pc/acpi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/jfs.mod' -> `/boot/grub/i386-pc/jfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pxe.mod' -> `/boot/grub/i386-pc/pxe.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/memdisk.mod' -> `/boot/grub/i386-pc/memdisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_apple.mod' -> `/boot/grub/i386-pc/part_apple.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/geli.mod' -> `/boot/grub/i386-pc/geli.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mpi.mod' -> `/boot/grub/i386-pc/mpi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2_test.mod' -> `/boot/grub/i386-pc/pbkdf2_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cs5536.mod' -> `/boot/grub/i386-pc/cs5536.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_idea.mod' -> `/boot/grub/i386-pc/gcry_idea.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_ftdi.mod' -> `/boot/grub/i386-pc/usbserial_ftdi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/trig.mod' -> `/boot/grub/i386-pc/trig.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/linux16.mod' -> `/boot/grub/i386-pc/linux16.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/biosdisk.mod' -> `/boot/grub/i386-pc/biosdisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ufs2.mod' -> `/boot/grub/i386-pc/ufs2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid1x.mod' -> `/boot/grub/i386-pc/mdraid1x.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lvm.mod' -> `/boot/grub/i386-pc/lvm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/newc.mod' -> `/boot/grub/i386-pc/newc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/serial.mod' -> `/boot/grub/i386-pc/serial.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lsmmap.mod' -> `/boot/grub/i386-pc/lsmmap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/crc64.mod' -> `/boot/grub/i386-pc/crc64.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/verify.mod' -> `/boot/grub/i386-pc/verify.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gettext.mod' -> `/boot/grub/i386-pc/gettext.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/terminfo.mod' -> `/boot/grub/i386-pc/terminfo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/exfat.mod' -> `/boot/grub/i386-pc/exfat.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/procfs.mod' -> `/boot/grub/i386-pc/procfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/boot.mod' -> `/boot/grub/i386-pc/boot.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rijndael.mod' -> `/boot/grub/i386-pc/gcry_rijndael.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/offsetio.mod' -> `/boot/grub/i386-pc/offsetio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/romfs.mod' -> `/boot/grub/i386-pc/romfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/extcmd.mod' -> `/boot/grub/i386-pc/extcmd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ehci.mod' -> `/boot/grub/i386-pc/ehci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mmap.mod' -> `/boot/grub/i386-pc/mmap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cat.mod' -> `/boot/grub/i386-pc/cat.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ahci.mod' -> `/boot/grub/i386-pc/ahci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.mod' -> `/boot/grub/i386-pc/crypto.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/linux.mod' -> `/boot/grub/i386-pc/linux.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmosdump.mod' -> `/boot/grub/i386-pc/cmosdump.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/read.mod' -> `/boot/grub/i386-pc/read.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_bochs.mod' -> `/boot/grub/i386-pc/video_bochs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/reboot.mod' -> `/boot/grub/i386-pc/reboot.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usb.mod' -> `/boot/grub/i386-pc/usb.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hfsplus.mod' -> `/boot/grub/i386-pc/hfsplus.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/test.mod' -> `/boot/grub/i386-pc/test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ldm.mod' -> `/boot/grub/i386-pc/ldm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/udf.mod' -> `/boot/grub/i386-pc/udf.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/regexp.mod' -> `/boot/grub/i386-pc/regexp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/morse.mod' -> `/boot/grub/i386-pc/morse.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/priority_queue.mod' -> `/boot/grub/i386-pc/priority_queue.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_blowfish.mod' -> `/boot/grub/i386-pc/gcry_blowfish.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lsapm.mod' -> `/boot/grub/i386-pc/lsapm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sendkey.mod' -> `/boot/grub/i386-pc/sendkey.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbtable.mod' -> `/boot/grub/i386-pc/cbtable.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/date.mod' -> `/boot/grub/i386-pc/date.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cryptodisk.mod' -> `/boot/grub/i386-pc/cryptodisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md5.mod' -> `/boot/grub/i386-pc/gcry_md5.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tga.mod' -> `/boot/grub/i386-pc/tga.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_bsd.mod' -> `/boot/grub/i386-pc/part_bsd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hexdump.mod' -> `/boot/grub/i386-pc/hexdump.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/relocator.mod' -> `/boot/grub/i386-pc/relocator.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/iso9660.mod' -> `/boot/grub/i386-pc/iso9660.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/at_keyboard.mod' -> `/boot/grub/i386-pc/at_keyboard.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hfspluscomp.mod' -> `/boot/grub/i386-pc/hfspluscomp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp.mod' -> `/boot/grub/i386-pc/setjmp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_fb.mod' -> `/boot/grub/i386-pc/video_fb.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_cast5.mod' -> `/boot/grub/i386-pc/gcry_cast5.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_whirlpool.mod' -> `/boot/grub/i386-pc/gcry_whirlpool.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_dfly.mod' -> `/boot/grub/i386-pc/part_dfly.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rfc2268.mod' -> `/boot/grub/i386-pc/gcry_rfc2268.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_background.mod' -> `/boot/grub/i386-pc/gfxterm_background.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/uhci.mod' -> `/boot/grub/i386-pc/uhci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_sun.mod' -> `/boot/grub/i386-pc/part_sun.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ohci.mod' -> `/boot/grub/i386-pc/ohci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/videotest_checksum.mod' -> `/boot/grub/i386-pc/videotest_checksum.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/raid6rec.mod' -> `/boot/grub/i386-pc/raid6rec.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/adler32.mod' -> `/boot/grub/i386-pc/adler32.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/datetime.mod' -> `/boot/grub/i386-pc/datetime.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbls.mod' -> `/boot/grub/i386-pc/cbls.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_amiga.mod' -> `/boot/grub/i386-pc/part_amiga.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lzopio.mod' -> `/boot/grub/i386-pc/lzopio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxmenu.mod' -> `/boot/grub/i386-pc/gfxmenu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/zfscrypt.mod' -> `/boot/grub/i386-pc/zfscrypt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search.mod' -> `/boot/grub/i386-pc/search.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/blocklist.mod' -> `/boot/grub/i386-pc/blocklist.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_arcfour.mod' -> `/boot/grub/i386-pc/gcry_arcfour.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/password_pbkdf2.mod' -> `/boot/grub/i386-pc/password_pbkdf2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_acorn.mod' -> `/boot/grub/i386-pc/part_acorn.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/echo.mod' -> `/boot/grub/i386-pc/echo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbtime.mod' -> `/boot/grub/i386-pc/cbtime.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/msdospart.mod' -> `/boot/grub/i386-pc/msdospart.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usb_keyboard.mod' -> `/boot/grub/i386-pc/usb_keyboard.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ls.mod' -> `/boot/grub/i386-pc/ls.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tar.mod' -> `/boot/grub/i386-pc/tar.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hdparm.mod' -> `/boot/grub/i386-pc/hdparm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1.mod' -> `/boot/grub/i386-pc/ufs1.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix3.mod' -> `/boot/grub/i386-pc/minix3.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid_test.mod' -> `/boot/grub/i386-pc/xnu_uuid_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/btrfs.mod' -> `/boot/grub/i386-pc/btrfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/signature_test.mod' -> `/boot/grub/i386-pc/signature_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pxechain.mod' -> `/boot/grub/i386-pc/pxechain.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbms.mod' -> `/boot/grub/i386-pc/usbms.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video.mod' -> `/boot/grub/i386-pc/video.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp_test.mod' -> `/boot/grub/i386-pc/setjmp_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/probe.mod' -> `/boot/grub/i386-pc/probe.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbtest.mod' -> `/boot/grub/i386-pc/usbtest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xzio.mod' -> `/boot/grub/i386-pc/xzio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_common.mod' -> `/boot/grub/i386-pc/usbserial_common.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hello.mod' -> `/boot/grub/i386-pc/hello.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ntfs.mod' -> `/boot/grub/i386-pc/ntfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/div_test.mod' -> `/boot/grub/i386-pc/div_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/datehook.mod' -> `/boot/grub/i386-pc/datehook.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/aout.mod' -> `/boot/grub/i386-pc/aout.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbfs.mod' -> `/boot/grub/i386-pc/cbfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gzio.mod' -> `/boot/grub/i386-pc/gzio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/reiserfs.mod' -> `/boot/grub/i386-pc/reiserfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/vga_text.mod' -> `/boot/grub/i386-pc/vga_text.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md4.mod' -> `/boot/grub/i386-pc/gcry_md4.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmdline_cat_test.mod' -> `/boot/grub/i386-pc/cmdline_cat_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/fat.mod' -> `/boot/grub/i386-pc/fat.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/net.mod' -> `/boot/grub/i386-pc/net.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/password.mod' -> `/boot/grub/i386-pc/password.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/videoinfo.mod' -> `/boot/grub/i386-pc/videoinfo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/elf.mod' -> `/boot/grub/i386-pc/elf.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/archelp.mod' -> `/boot/grub/i386-pc/archelp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_gpt.mod' -> `/boot/grub/i386-pc/part_gpt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/configfile.mod' -> `/boot/grub/i386-pc/configfile.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/dm_nv.mod' -> `/boot/grub/i386-pc/dm_nv.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_colors.mod' -> `/boot/grub/i386-pc/video_colors.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/legacycfg.mod' -> `/boot/grub/i386-pc/legacycfg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_seed.mod' -> `/boot/grub/i386-pc/gcry_seed.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ext2.mod' -> `/boot/grub/i386-pc/ext2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix_be.mod' -> `/boot/grub/i386-pc/minix_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot.mod' -> `/boot/grub/i386-pc/multiboot.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/keystatus.mod' -> `/boot/grub/i386-pc/keystatus.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha1.mod' -> `/boot/grub/i386-pc/gcry_sha1.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/afs.mod' -> `/boot/grub/i386-pc/afs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tr.mod' -> `/boot/grub/i386-pc/tr.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_camellia.mod' -> `/boot/grub/i386-pc/gcry_camellia.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/backtrace.mod' -> `/boot/grub/i386-pc/backtrace.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xfs.mod' -> `/boot/grub/i386-pc/xfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/testload.mod' -> `/boot/grub/i386-pc/testload.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/zfsinfo.mod' -> `/boot/grub/i386-pc/zfsinfo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/true.mod' -> `/boot/grub/i386-pc/true.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap_scale.mod' -> `/boot/grub/i386-pc/bitmap_scale.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hwmatch.mod' -> `/boot/grub/i386-pc/hwmatch.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tftp.mod' -> `/boot/grub/i386-pc/tftp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09_be.mod' -> `/boot/grub/i386-pc/mdraid09_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/keylayouts.mod' -> `/boot/grub/i386-pc/keylayouts.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_uuid.mod' -> `/boot/grub/i386-pc/search_fs_uuid.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/fshelp.mod' -> `/boot/grub/i386-pc/fshelp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1_be.mod' -> `/boot/grub/i386-pc/ufs1_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbmemc.mod' -> `/boot/grub/i386-pc/cbmemc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rmd160.mod' -> `/boot/grub/i386-pc/gcry_rmd160.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/nativedisk.mod' -> `/boot/grub/i386-pc/nativedisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/915resolution.mod' -> `/boot/grub/i386-pc/915resolution.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_cirrus.mod' -> `/boot/grub/i386-pc/video_cirrus.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cpio.mod' -> `/boot/grub/i386-pc/cpio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/memrw.mod' -> `/boot/grub/i386-pc/memrw.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sfs.mod' -> `/boot/grub/i386-pc/sfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha512.mod' -> `/boot/grub/i386-pc/gcry_sha512.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pci.mod' -> `/boot/grub/i386-pc/pci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_tiger.mod' -> `/boot/grub/i386-pc/gcry_tiger.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xnu.mod' -> `/boot/grub/i386-pc/xnu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap.mod' -> `/boot/grub/i386-pc/bitmap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ata.mod' -> `/boot/grub/i386-pc/ata.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/nilfs2.mod' -> `/boot/grub/i386-pc/nilfs2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/http.mod' -> `/boot/grub/i386-pc/http.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/testspeed.mod' -> `/boot/grub/i386-pc/testspeed.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_menu.mod' -> `/boot/grub/i386-pc/gfxterm_menu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_dsa.mod' -> `/boot/grub/i386-pc/gcry_dsa.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix2.mod' -> `/boot/grub/i386-pc/minix2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2.mod' -> `/boot/grub/i386-pc/pbkdf2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/functional_test.mod' -> `/boot/grub/i386-pc/functional_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/loopback.mod' -> `/boot/grub/i386-pc/loopback.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hfs.mod' -> `/boot/grub/i386-pc/hfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lsacpi.mod' -> `/boot/grub/i386-pc/lsacpi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix.mod' -> `/boot/grub/i386-pc/minix.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/affs.mod' -> `/boot/grub/i386-pc/affs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/help.mod' -> `/boot/grub/i386-pc/help.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pata.mod' -> `/boot/grub/i386-pc/pata.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/play.mod' -> `/boot/grub/i386-pc/play.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_file.mod' -> `/boot/grub/i386-pc/search_fs_file.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/scsi.mod' -> `/boot/grub/i386-pc/scsi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/odc.mod' -> `/boot/grub/i386-pc/odc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmp.mod' -> `/boot/grub/i386-pc/cmp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/macho.mod' -> `/boot/grub/i386-pc/macho.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bfs.mod' -> `/boot/grub/i386-pc/bfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pcidump.mod' -> `/boot/grub/i386-pc/pcidump.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_crc.mod' -> `/boot/grub/i386-pc/gcry_crc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/vbe.mod' -> `/boot/grub/i386-pc/vbe.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_dvh.mod' -> `/boot/grub/i386-pc/part_dvh.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ntfscomp.mod' -> `/boot/grub/i386-pc/ntfscomp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/jpeg.mod' -> `/boot/grub/i386-pc/jpeg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/videotest.mod' -> `/boot/grub/i386-pc/videotest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_sunpc.mod' -> `/boot/grub/i386-pc/part_sunpc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/normal.mod' -> `/boot/grub/i386-pc/normal.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cpuid.mod' -> `/boot/grub/i386-pc/cpuid.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/chain.mod' -> `/boot/grub/i386-pc/chain.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search_label.mod' -> `/boot/grub/i386-pc/search_label.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot2.mod' -> `/boot/grub/i386-pc/multiboot2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sleep_test.mod' -> `/boot/grub/i386-pc/sleep_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/iorw.mod' -> `/boot/grub/i386-pc/iorw.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm.mod' -> `/boot/grub/i386-pc/gfxterm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/disk.mod' -> `/boot/grub/i386-pc/disk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid.mod' -> `/boot/grub/i386-pc/xnu_uuid.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/loadenv.mod' -> `/boot/grub/i386-pc/loadenv.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/all_video.mod' -> `/boot/grub/i386-pc/all_video.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/halt.mod' -> `/boot/grub/i386-pc/halt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/vga.mod' -> `/boot/grub/i386-pc/vga.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ntldr.mod' -> `/boot/grub/i386-pc/ntldr.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hashsum.mod' -> `/boot/grub/i386-pc/hashsum.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/file.mod' -> `/boot/grub/i386-pc/file.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minicmd.mod' -> `/boot/grub/i386-pc/minicmd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/macbless.mod' -> `/boot/grub/i386-pc/macbless.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gptsync.mod' -> `/boot/grub/i386-pc/gptsync.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmostest.mod' -> `/boot/grub/i386-pc/cmostest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rsa.mod' -> `/boot/grub/i386-pc/gcry_rsa.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/raid5rec.mod' -> `/boot/grub/i386-pc/raid5rec.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/freedos.mod' -> `/boot/grub/i386-pc/freedos.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_plan.mod' -> `/boot/grub/i386-pc/part_plan.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/zfs.mod' -> `/boot/grub/i386-pc/zfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/eval.mod' -> `/boot/grub/i386-pc/eval.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mda_text.mod' -> `/boot/grub/i386-pc/mda_text.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gdb.mod' -> `/boot/grub/i386-pc/gdb.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_serpent.mod' -> `/boot/grub/i386-pc/gcry_serpent.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_pl2303.mod' -> `/boot/grub/i386-pc/usbserial_pl2303.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/plan9.mod' -> `/boot/grub/i386-pc/plan9.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sleep.mod' -> `/boot/grub/i386-pc/sleep.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/test_blockarg.mod' -> `/boot/grub/i386-pc/test_blockarg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu32.o' -> `/boot/grub/i386-pc/efiemu32.o'. grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu64.o' -> `/boot/grub/i386-pc/efiemu64.o'. grub-install: info: copying `/usr/lib/grub/i386-pc/moddep.lst' -> `/boot/grub/i386-pc/moddep.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/command.lst' -> `/boot/grub/i386-pc/command.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/fs.lst' -> `/boot/grub/i386-pc/fs.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/partmap.lst' -> `/boot/grub/i386-pc/partmap.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.lst' -> `/boot/grub/i386-pc/parttool.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/video.lst' -> `/boot/grub/i386-pc/video.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.lst' -> `/boot/grub/i386-pc/crypto.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.lst' -> `/boot/grub/i386-pc/terminal.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/modinfo.sh' -> `/boot/grub/i386-pc/modinfo.sh'. grub-install: info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'. grub-install: info: cannot open `/usr/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'. grub-install: info: cannot open `/usr/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv_LV.mo'. grub-install: info: cannot open `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de at hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de at hebrew.mo'. grub-install: info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'. grub-install: info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'. grub-install: info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'. grub-install: info: cannot open `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ff/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ff.mo'. grub-install: info: cannot open `/usr/share/locale/ff/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk_UA.mo'. grub-install: info: cannot open `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'. grub-install: info: cannot open `/usr/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at shaw.mo'. grub-install: info: cannot open `/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'. grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk_MK.mo'. grub-install: info: cannot open `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'. grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'. grub-install: info: copying `/usr/share/locale/en at piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at piglatin.mo'. grub-install: info: copying `/usr/share/locale/mai/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mai.mo'. grub-install: info: cannot open `/usr/share/locale/mai/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'. grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/az_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az_IR.mo'. grub-install: info: cannot open `/usr/share/locale/az_IR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'. grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'. grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl_PL.mo'. grub-install: info: cannot open `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'. grub-install: info: cannot open `/usr/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'. grub-install: info: cannot open `/usr/share/locale/crh/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/io/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/io.mo'. grub-install: info: cannot open `/usr/share/locale/io/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gr.mo'. grub-install: info: cannot open `/usr/share/locale/gr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'. grub-install: info: cannot open `/usr/share/locale/en_US/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'. grub-install: info: cannot open `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'. grub-install: info: cannot open `/usr/share/locale/fy/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro_RO.mo'. grub-install: info: cannot open `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/rm/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rm.mo'. grub-install: info: cannot open `/usr/share/locale/rm/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn_NO.mo'. grub-install: info: cannot open `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_VE.mo'. grub-install: info: cannot open `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'. grub-install: info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'. grub-install: info: cannot open `/usr/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_MX.mo'. grub-install: info: cannot open `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'. grub-install: info: cannot open `/usr/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'. grub-install: info: copying `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi_FI.mo'. grub-install: info: cannot open `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ks/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ks.mo'. grub-install: info: cannot open `/usr/share/locale/ks/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'. grub-install: info: cannot open `/usr/share/locale/ckb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'. grub-install: info: copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'. grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'. grub-install: info: copying `/usr/share/locale/be at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be at latin.mo'. grub-install: info: cannot open `/usr/share/locale/be at latin/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ach/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ach.mo'. grub-install: info: cannot open `/usr/share/locale/ach/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_ES.mo'. grub-install: info: cannot open `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'. grub-install: info: cannot open `/usr/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/C/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/C.mo'. grub-install: info: cannot open `/usr/share/locale/C/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/co/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/co.mo'. grub-install: info: cannot open `/usr/share/locale/co/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ta_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta_IN.mo'. grub-install: info: cannot open `/usr/share/locale/ta_IN/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'. grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'. grub-install: info: cannot open `/usr/share/locale/fur/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km_KH.mo'. grub-install: info: cannot open `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'. grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'. grub-install: info: cannot open `/usr/share/locale/uz/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at boldquot.mo'. grub-install: info: cannot open `/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'. grub-install: info: cannot open `/usr/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'. grub-install: info: cannot open `/usr/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'. grub-install: info: copying `/usr/share/locale/bal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bal.mo'. grub-install: info: cannot open `/usr/share/locale/bal/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'. grub-install: info: cannot open `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'. grub-install: info: cannot open `/usr/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'. grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'. grub-install: info: cannot open `/usr/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'. grub-install: info: copying `/usr/share/locale/en at quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at quot.mo'. grub-install: info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'. grub-install: info: cannot open `/usr/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at cyrillic.mo'. grub-install: info: copying `/usr/share/locale/et_EE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et_EE.mo'. grub-install: info: cannot open `/usr/share/locale/et_EE/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'. grub-install: info: cannot open `/usr/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl_PH.mo'. grub-install: info: cannot open `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi_VN.mo'. grub-install: info: cannot open `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'. grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'. grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'. grub-install: info: cannot open `/usr/share/locale/mi/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl_NL.mo'. grub-install: info: cannot open `/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'. grub-install: info: cannot open `/usr/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de_AT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_AT.mo'. grub-install: info: cannot open `/usr/share/locale/de_AT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'. grub-install: info: cannot open `/usr/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl_ES.mo'. grub-install: info: cannot open `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'. grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'. grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'. grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my_MM.mo'. grub-install: info: cannot open `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/la/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/la.mo'. grub-install: info: cannot open `/usr/share/locale/la/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'. grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'. grub-install: info: cannot open `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory. grub-install: info: copying `/usr/share/locale/en at hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at hebrew.mo'. grub-install: info: copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'. grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'. grub-install: info: copying `/usr/share/locale/en at arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at arabic.mo'. grub-install: info: copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'. grub-install: info: cannot open `/usr/share/locale/en/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'. grub-install: info: cannot open `/usr/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'. grub-install: info: cannot open `/usr/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'. grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ca_ES at valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES at valencia.mo'. grub-install: info: cannot open `/usr/share/locale/ca_ES at valencia/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'. grub-install: info: cannot open `/usr/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'. grub-install: info: copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'. grub-install: info: cannot open `/usr/share/locale/fo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'. grub-install: info: cannot open `/usr/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'. grub-install: info: cannot open `/usr/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'. grub-install: info: cannot open `/usr/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'. grub-install: info: cannot open `/usr/share/locale/wo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'. grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'. grub-install: info: cannot open `/usr/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'. grub-install: info: cannot open `/usr/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at ije.mo'. grub-install: info: cannot open `/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'. grub-install: info: cannot open `/usr/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'. grub-install: info: cannot open `/usr/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'. grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'. grub-install: info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'. grub-install: info: cannot open `/usr/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'. grub-install: info: cannot open `/usr/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'. grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'. grub-install: info: cannot open `/usr/share/locale/yi/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'. grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'. grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'. grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'. grub-install: info: copying `/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg_BG.mo'. grub-install: info: cannot open `/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'. grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'. grub-install: info: cannot open `/usr/share/locale/nso/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'. grub-install: info: cannot open `/usr/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tt at iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt at iqtelif.mo'. grub-install: info: cannot open `/usr/share/locale/tt at iqtelif/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'. grub-install: info: cannot open `/usr/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_IR.mo'. grub-install: info: cannot open `/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'. grub-install: info: cannot open `/usr/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/li/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/li.mo'. grub-install: info: cannot open `/usr/share/locale/li/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'. grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'. grub-install: info: copying `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur_PK.mo'. grub-install: info: cannot open `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ig.mo'. grub-install: info: cannot open `/usr/share/locale/ig/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'. grub-install: info: cannot open `/usr/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'. grub-install: info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'. grub-install: info: cannot open `/usr/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at latin.mo'. grub-install: info: cannot open `/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'. grub-install: info: cannot open `/usr/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'. grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'. grub-install: info: cannot open `/usr/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_AR.mo'. grub-install: info: cannot open `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'. grub-install: info: cannot open `/usr/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl_SI.mo'. grub-install: info: cannot open `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'. grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko_KR.mo'. grub-install: info: cannot open `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'. grub-install: info: cannot open `/usr/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'. grub-install: info: copying `/usr/share/locale/eu_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu_ES.mo'. grub-install: info: cannot open `/usr/share/locale/eu_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'. grub-install: info: cannot open `/usr/share/locale/lg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at greek.mo'. grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'. grub-install: info: copying `/usr/share/locale/cgg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cgg.mo'. grub-install: info: cannot open `/usr/share/locale/cgg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'. grub-install: info: cannot open `/usr/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/da_DK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da_DK.mo'. grub-install: info: cannot open `/usr/share/locale/da_DK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kg.mo'. grub-install: info: cannot open `/usr/share/locale/kg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at Latn.mo'. grub-install: info: cannot open `/usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'. grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'. grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'. grub-install: info: cannot open `/usr/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'. grub-install: info: cannot open `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'. grub-install: info: cannot open `/usr/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'. grub-install: info: cannot open `/usr/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ru_UA.koi8u/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_UA.koi8u.mo'. grub-install: info: cannot open `/usr/share/locale/ru_UA.koi8u/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'. grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ms_MY/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms_MY.mo'. grub-install: info: cannot open `/usr/share/locale/ms_MY/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/th_TH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th_TH.mo'. grub-install: info: cannot open `/usr/share/locale/th_TH/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'. grub-install: info: cannot open `/usr/share/locale/mt/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ang/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ang.mo'. grub-install: info: cannot open `/usr/share/locale/ang/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'. grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'. grub-install: info: cannot open `/usr/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'. grub-install: info: copying `/usr/share/locale/ja_JP/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja_JP.mo'. grub-install: info: cannot open `/usr/share/locale/ja_JP/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_CL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CL.mo'. grub-install: info: cannot open `/usr/share/locale/es_CL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'. grub-install: info: cannot open `/usr/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'. grub-install: info: cannot open `/usr/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'. grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'. grub-install: info: cannot open `/usr/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'. grub-install: info: cannot open `/usr/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu_HU.mo'. grub-install: info: cannot open `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'. grub-install: info: copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'. grub-install: info: cannot open `/usr/share/locale/gv/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id_ID.mo'. grub-install: info: cannot open `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs_CZ.mo'. grub-install: info: cannot open `/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'. grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'. grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ts/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ts.mo'. grub-install: info: cannot open `/usr/share/locale/ts/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'. grub-install: info: copying `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it_IT.mo'. grub-install: info: cannot open `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'. grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk_SK.mo'. grub-install: info: cannot open `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'. grub-install: info: cannot open `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'. grub-install: info: cannot open `/usr/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/yo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yo.mo'. grub-install: info: cannot open `/usr/share/locale/yo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'. grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_NZ.mo'. grub-install: info: cannot open `/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'. grub-install: info: cannot open `/usr/share/locale/frp/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he_IL.mo'. grub-install: info: cannot open `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'. grub-install: info: cannot open `/usr/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'. grub-install: info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'. grub-install: info: copying `/usr/share/locale/ha/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ha.mo'. grub-install: info: cannot open `/usr/share/locale/ha/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'. grub-install: info: cannot open `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'. grub-install: info: cannot open `/usr/share/locale/csb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tet/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tet.mo'. grub-install: info: cannot open `/usr/share/locale/tet/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/no/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.mo'. grub-install: info: cannot open `/usr/share/locale/no/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'. grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb_NO.mo'. grub-install: info: cannot open `/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'. grub-install: info: cannot open `/usr/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'. grub-install: info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'. grub-install: info: cannot open `/usr/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca at valencia.mo'. grub-install: info: cannot open `/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz at cyrillic.mo'. grub-install: info: cannot open `/usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'. grub-install: info: /dev/sda1 is not present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: /dev/sda is present. grub-install: info: Looking for /dev/sda. grub-install: info: /dev/sda is a parent of /dev/sda. grub-install: info: /dev/sda is present. grub-install: info: Looking for /dev/sda. grub-install: info: /dev/sda is a parent of /dev/sda. grub-install: info: /dev/sda is present. grub-install: info: Looking for /dev/sda. grub-install: info: /dev/sda is a parent of /dev/sda. grub-install: info: grub-mkimage --directory '/usr/lib/grub/i386-pc' --prefix '(,msdos1)/grub' --output '/boot/grub/i386-pc/core.img' --format 'i386-pc' --compression 'auto' 'ext2' 'part_msdos' 'biosdisk' . grub-install: info: the total module size is 0x3b8c. grub-install: info: reading /usr/lib/grub/i386-pc/kernel.img. grub-install: info: locating the section .text at 0x0. grub-install: info: locating the section .rodata at 0x54e8. grub-install: info: locating the section .data at 0x6494. grub-install: info: locating the section .bss at 0x6c20. grub-install: info: reading /usr/lib/grub/i386-pc/fshelp.mod. grub-install: info: reading /usr/lib/grub/i386-pc/ext2.mod. grub-install: info: reading /usr/lib/grub/i386-pc/part_msdos.mod. grub-install: info: reading /usr/lib/grub/i386-pc/biosdisk.mod. grub-install: info: kernel_img=0xf75d90, kernel_size=0x6c1c. grub-install: info: the core size is 0x5600. grub-install: info: reading /usr/lib/grub/i386-pc/lzma_decompress.img. grub-install: info: reading /usr/lib/grub/i386-pc/diskboot.img. grub-install: info: writing 0x200 bytes. grub-install: info: writing 0x6130 bytes. grub-install: info: copying `/usr/lib/grub/i386-pc/boot.img' -> `/boot/grub/i386-pc/boot.img'. grub-install: info: grub-bios-setup --verbose --directory='/boot/grub/i386-pc' --device-map='/boot/grub/device.map' '/dev/sda'. grub-install: info: reading /boot/grub/i386-pc/boot.img. grub-install: info: reading /boot/grub/i386-pc/core.img. grub-install: info: root is `(null)', dest is `hostdisk//dev/sda'. grub-install: info: Opening dest. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: guessed root_dev `hostdisk//dev/sda' from dir `/boot/grub/i386-pc'. grub-install: info: setting the root device to `hostdisk//dev/sda,msdos1'. grub-install: info: saving <1,0,512>. grub-install: info: saving <2,0,512>. grub-install: info: saving <3,0,512>. grub-install: info: saving <4,0,512>. grub-install: info: saving <5,0,512>. grub-install: info: saving <6,0,512>. grub-install: info: saving <7,0,512>. grub-install: info: saving <8,0,512>. grub-install: info: saving <9,0,512>. grub-install: info: saving <10,0,512>. grub-install: info: saving <11,0,512>. grub-install: info: saving <12,0,512>. grub-install: info: saving <13,0,512>. grub-install: info: saving <14,0,512>. grub-install: info: saving <15,0,512>. grub-install: info: saving <16,0,512>. grub-install: info: saving <17,0,512>. grub-install: info: saving <18,0,512>. grub-install: info: saving <19,0,512>. grub-install: info: saving <20,0,512>. grub-install: info: saving <21,0,512>. grub-install: info: saving <22,0,512>. grub-install: info: saving <23,0,512>. grub-install: info: saving <24,0,512>. grub-install: info: saving <25,0,512>. grub-install: info: saving <26,0,512>. grub-install: info: saving <27,0,512>. grub-install: info: saving <28,0,512>. grub-install: info: saving <29,0,512>. grub-install: info: saving <30,0,512>. grub-install: info: saving <31,0,512>. grub-install: info: saving <32,0,512>. grub-install: info: saving <33,0,512>. grub-install: info: saving <34,0,512>. grub-install: info: saving <35,0,512>. grub-install: info: saving <36,0,512>. grub-install: info: saving <37,0,512>. grub-install: info: saving <38,0,512>. grub-install: info: saving <39,0,512>. grub-install: info: saving <40,0,512>. grub-install: info: saving <41,0,512>. grub-install: info: saving <42,0,512>. grub-install: info: saving <43,0,512>. grub-install: info: saving <44,0,512>. grub-install: info: saving <45,0,512>. grub-install: info: saving <46,0,512>. grub-install: info: saving <47,0,512>. grub-install: info: saving <48,0,512>. grub-install: info: saving <49,0,512>. grub-install: info: saving <50,0,512>. grub-install: info: saving <51,0,512>. grub-install: info: saving <52,0,512>. grub-install: info: saving <53,0,512>. grub-install: info: saving <54,0,512>. grub-install: info: saving <55,0,512>. grub-install: info: saving <56,0,512>. grub-install: info: saving <57,0,512>. grub-install: info: saving <58,0,512>. grub-install: info: saving <59,0,512>. grub-install: info: saving <60,0,512>. grub-install: info: saving <61,0,512>. grub-install: info: saving <62,0,512>. Installation finished. No error reported. -------------- next part -------------- grub-install: info: executing modprobe efivars 2>/dev/null. grub-install: info: Looking for /sys/firmware/efi ... grub-install: info: ... not found. Looking for /proc/device-tree ... grub-install: info: ... not found. Installing for i386-pc platform. grub-install: info: cannot open `/boot/grub/device.map': No such file or directory. grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu.mod' -> `/boot/grub/i386-pc/efiemu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.mod' -> `/boot/grub/i386-pc/parttool.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/setpci.mod' -> `/boot/grub/i386-pc/setpci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/luks.mod' -> `/boot/grub/i386-pc/luks.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09.mod' -> `/boot/grub/i386-pc/mdraid09.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/legacy_password_test.mod' -> `/boot/grub/i386-pc/legacy_password_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/diskfilter.mod' -> `/boot/grub/i386-pc/diskfilter.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/png.mod' -> `/boot/grub/i386-pc/png.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/progress.mod' -> `/boot/grub/i386-pc/progress.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix2_be.mod' -> `/boot/grub/i386-pc/minix2_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_usbdebug.mod' -> `/boot/grub/i386-pc/usbserial_usbdebug.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cpio_be.mod' -> `/boot/grub/i386-pc/cpio_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/font.mod' -> `/boot/grub/i386-pc/font.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/exfctest.mod' -> `/boot/grub/i386-pc/exfctest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/spkmodem.mod' -> `/boot/grub/i386-pc/spkmodem.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bsd.mod' -> `/boot/grub/i386-pc/bsd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lspci.mod' -> `/boot/grub/i386-pc/lspci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.mod' -> `/boot/grub/i386-pc/terminal.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_twofish.mod' -> `/boot/grub/i386-pc/gcry_twofish.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/syslinuxcfg.mod' -> `/boot/grub/i386-pc/syslinuxcfg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/drivemap.mod' -> `/boot/grub/i386-pc/drivemap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/truecrypt.mod' -> `/boot/grub/i386-pc/truecrypt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha256.mod' -> `/boot/grub/i386-pc/gcry_sha256.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/squash4.mod' -> `/boot/grub/i386-pc/squash4.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/time.mod' -> `/boot/grub/i386-pc/time.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_des.mod' -> `/boot/grub/i386-pc/gcry_des.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix3_be.mod' -> `/boot/grub/i386-pc/minix3_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_msdos.mod' -> `/boot/grub/i386-pc/part_msdos.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bufio.mod' -> `/boot/grub/i386-pc/bufio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/acpi.mod' -> `/boot/grub/i386-pc/acpi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/jfs.mod' -> `/boot/grub/i386-pc/jfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pxe.mod' -> `/boot/grub/i386-pc/pxe.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/memdisk.mod' -> `/boot/grub/i386-pc/memdisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_apple.mod' -> `/boot/grub/i386-pc/part_apple.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/geli.mod' -> `/boot/grub/i386-pc/geli.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mpi.mod' -> `/boot/grub/i386-pc/mpi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2_test.mod' -> `/boot/grub/i386-pc/pbkdf2_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cs5536.mod' -> `/boot/grub/i386-pc/cs5536.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_idea.mod' -> `/boot/grub/i386-pc/gcry_idea.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_ftdi.mod' -> `/boot/grub/i386-pc/usbserial_ftdi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/trig.mod' -> `/boot/grub/i386-pc/trig.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/linux16.mod' -> `/boot/grub/i386-pc/linux16.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/biosdisk.mod' -> `/boot/grub/i386-pc/biosdisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ufs2.mod' -> `/boot/grub/i386-pc/ufs2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid1x.mod' -> `/boot/grub/i386-pc/mdraid1x.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lvm.mod' -> `/boot/grub/i386-pc/lvm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/newc.mod' -> `/boot/grub/i386-pc/newc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/serial.mod' -> `/boot/grub/i386-pc/serial.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lsmmap.mod' -> `/boot/grub/i386-pc/lsmmap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/crc64.mod' -> `/boot/grub/i386-pc/crc64.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/verify.mod' -> `/boot/grub/i386-pc/verify.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gettext.mod' -> `/boot/grub/i386-pc/gettext.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/terminfo.mod' -> `/boot/grub/i386-pc/terminfo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/exfat.mod' -> `/boot/grub/i386-pc/exfat.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/procfs.mod' -> `/boot/grub/i386-pc/procfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/boot.mod' -> `/boot/grub/i386-pc/boot.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rijndael.mod' -> `/boot/grub/i386-pc/gcry_rijndael.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/offsetio.mod' -> `/boot/grub/i386-pc/offsetio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/romfs.mod' -> `/boot/grub/i386-pc/romfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/extcmd.mod' -> `/boot/grub/i386-pc/extcmd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ehci.mod' -> `/boot/grub/i386-pc/ehci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mmap.mod' -> `/boot/grub/i386-pc/mmap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cat.mod' -> `/boot/grub/i386-pc/cat.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ahci.mod' -> `/boot/grub/i386-pc/ahci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.mod' -> `/boot/grub/i386-pc/crypto.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/linux.mod' -> `/boot/grub/i386-pc/linux.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmosdump.mod' -> `/boot/grub/i386-pc/cmosdump.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/read.mod' -> `/boot/grub/i386-pc/read.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_bochs.mod' -> `/boot/grub/i386-pc/video_bochs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/reboot.mod' -> `/boot/grub/i386-pc/reboot.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usb.mod' -> `/boot/grub/i386-pc/usb.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hfsplus.mod' -> `/boot/grub/i386-pc/hfsplus.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/test.mod' -> `/boot/grub/i386-pc/test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ldm.mod' -> `/boot/grub/i386-pc/ldm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/udf.mod' -> `/boot/grub/i386-pc/udf.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/regexp.mod' -> `/boot/grub/i386-pc/regexp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/morse.mod' -> `/boot/grub/i386-pc/morse.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/priority_queue.mod' -> `/boot/grub/i386-pc/priority_queue.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_blowfish.mod' -> `/boot/grub/i386-pc/gcry_blowfish.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lsapm.mod' -> `/boot/grub/i386-pc/lsapm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sendkey.mod' -> `/boot/grub/i386-pc/sendkey.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbtable.mod' -> `/boot/grub/i386-pc/cbtable.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/date.mod' -> `/boot/grub/i386-pc/date.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cryptodisk.mod' -> `/boot/grub/i386-pc/cryptodisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md5.mod' -> `/boot/grub/i386-pc/gcry_md5.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tga.mod' -> `/boot/grub/i386-pc/tga.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_bsd.mod' -> `/boot/grub/i386-pc/part_bsd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hexdump.mod' -> `/boot/grub/i386-pc/hexdump.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/relocator.mod' -> `/boot/grub/i386-pc/relocator.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/iso9660.mod' -> `/boot/grub/i386-pc/iso9660.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/at_keyboard.mod' -> `/boot/grub/i386-pc/at_keyboard.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hfspluscomp.mod' -> `/boot/grub/i386-pc/hfspluscomp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp.mod' -> `/boot/grub/i386-pc/setjmp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_fb.mod' -> `/boot/grub/i386-pc/video_fb.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_cast5.mod' -> `/boot/grub/i386-pc/gcry_cast5.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_whirlpool.mod' -> `/boot/grub/i386-pc/gcry_whirlpool.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_dfly.mod' -> `/boot/grub/i386-pc/part_dfly.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rfc2268.mod' -> `/boot/grub/i386-pc/gcry_rfc2268.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_background.mod' -> `/boot/grub/i386-pc/gfxterm_background.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/uhci.mod' -> `/boot/grub/i386-pc/uhci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_sun.mod' -> `/boot/grub/i386-pc/part_sun.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ohci.mod' -> `/boot/grub/i386-pc/ohci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/videotest_checksum.mod' -> `/boot/grub/i386-pc/videotest_checksum.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/raid6rec.mod' -> `/boot/grub/i386-pc/raid6rec.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/adler32.mod' -> `/boot/grub/i386-pc/adler32.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/datetime.mod' -> `/boot/grub/i386-pc/datetime.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbls.mod' -> `/boot/grub/i386-pc/cbls.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_amiga.mod' -> `/boot/grub/i386-pc/part_amiga.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lzopio.mod' -> `/boot/grub/i386-pc/lzopio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxmenu.mod' -> `/boot/grub/i386-pc/gfxmenu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/zfscrypt.mod' -> `/boot/grub/i386-pc/zfscrypt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search.mod' -> `/boot/grub/i386-pc/search.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/blocklist.mod' -> `/boot/grub/i386-pc/blocklist.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_arcfour.mod' -> `/boot/grub/i386-pc/gcry_arcfour.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/password_pbkdf2.mod' -> `/boot/grub/i386-pc/password_pbkdf2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_acorn.mod' -> `/boot/grub/i386-pc/part_acorn.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/echo.mod' -> `/boot/grub/i386-pc/echo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbtime.mod' -> `/boot/grub/i386-pc/cbtime.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/msdospart.mod' -> `/boot/grub/i386-pc/msdospart.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usb_keyboard.mod' -> `/boot/grub/i386-pc/usb_keyboard.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ls.mod' -> `/boot/grub/i386-pc/ls.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tar.mod' -> `/boot/grub/i386-pc/tar.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hdparm.mod' -> `/boot/grub/i386-pc/hdparm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1.mod' -> `/boot/grub/i386-pc/ufs1.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix3.mod' -> `/boot/grub/i386-pc/minix3.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid_test.mod' -> `/boot/grub/i386-pc/xnu_uuid_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/btrfs.mod' -> `/boot/grub/i386-pc/btrfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/signature_test.mod' -> `/boot/grub/i386-pc/signature_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pxechain.mod' -> `/boot/grub/i386-pc/pxechain.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbms.mod' -> `/boot/grub/i386-pc/usbms.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video.mod' -> `/boot/grub/i386-pc/video.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp_test.mod' -> `/boot/grub/i386-pc/setjmp_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/probe.mod' -> `/boot/grub/i386-pc/probe.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbtest.mod' -> `/boot/grub/i386-pc/usbtest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xzio.mod' -> `/boot/grub/i386-pc/xzio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_common.mod' -> `/boot/grub/i386-pc/usbserial_common.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hello.mod' -> `/boot/grub/i386-pc/hello.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ntfs.mod' -> `/boot/grub/i386-pc/ntfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/div_test.mod' -> `/boot/grub/i386-pc/div_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/datehook.mod' -> `/boot/grub/i386-pc/datehook.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/aout.mod' -> `/boot/grub/i386-pc/aout.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbfs.mod' -> `/boot/grub/i386-pc/cbfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gzio.mod' -> `/boot/grub/i386-pc/gzio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/reiserfs.mod' -> `/boot/grub/i386-pc/reiserfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/vga_text.mod' -> `/boot/grub/i386-pc/vga_text.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md4.mod' -> `/boot/grub/i386-pc/gcry_md4.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmdline_cat_test.mod' -> `/boot/grub/i386-pc/cmdline_cat_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/fat.mod' -> `/boot/grub/i386-pc/fat.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/net.mod' -> `/boot/grub/i386-pc/net.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/password.mod' -> `/boot/grub/i386-pc/password.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/videoinfo.mod' -> `/boot/grub/i386-pc/videoinfo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/elf.mod' -> `/boot/grub/i386-pc/elf.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/archelp.mod' -> `/boot/grub/i386-pc/archelp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_gpt.mod' -> `/boot/grub/i386-pc/part_gpt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/configfile.mod' -> `/boot/grub/i386-pc/configfile.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/dm_nv.mod' -> `/boot/grub/i386-pc/dm_nv.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_colors.mod' -> `/boot/grub/i386-pc/video_colors.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/legacycfg.mod' -> `/boot/grub/i386-pc/legacycfg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_seed.mod' -> `/boot/grub/i386-pc/gcry_seed.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ext2.mod' -> `/boot/grub/i386-pc/ext2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix_be.mod' -> `/boot/grub/i386-pc/minix_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot.mod' -> `/boot/grub/i386-pc/multiboot.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/keystatus.mod' -> `/boot/grub/i386-pc/keystatus.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha1.mod' -> `/boot/grub/i386-pc/gcry_sha1.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/afs.mod' -> `/boot/grub/i386-pc/afs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tr.mod' -> `/boot/grub/i386-pc/tr.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_camellia.mod' -> `/boot/grub/i386-pc/gcry_camellia.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/backtrace.mod' -> `/boot/grub/i386-pc/backtrace.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xfs.mod' -> `/boot/grub/i386-pc/xfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/testload.mod' -> `/boot/grub/i386-pc/testload.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/zfsinfo.mod' -> `/boot/grub/i386-pc/zfsinfo.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/true.mod' -> `/boot/grub/i386-pc/true.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap_scale.mod' -> `/boot/grub/i386-pc/bitmap_scale.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hwmatch.mod' -> `/boot/grub/i386-pc/hwmatch.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/tftp.mod' -> `/boot/grub/i386-pc/tftp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09_be.mod' -> `/boot/grub/i386-pc/mdraid09_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/keylayouts.mod' -> `/boot/grub/i386-pc/keylayouts.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_uuid.mod' -> `/boot/grub/i386-pc/search_fs_uuid.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/fshelp.mod' -> `/boot/grub/i386-pc/fshelp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1_be.mod' -> `/boot/grub/i386-pc/ufs1_be.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cbmemc.mod' -> `/boot/grub/i386-pc/cbmemc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rmd160.mod' -> `/boot/grub/i386-pc/gcry_rmd160.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/nativedisk.mod' -> `/boot/grub/i386-pc/nativedisk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/915resolution.mod' -> `/boot/grub/i386-pc/915resolution.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/video_cirrus.mod' -> `/boot/grub/i386-pc/video_cirrus.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cpio.mod' -> `/boot/grub/i386-pc/cpio.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/memrw.mod' -> `/boot/grub/i386-pc/memrw.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sfs.mod' -> `/boot/grub/i386-pc/sfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha512.mod' -> `/boot/grub/i386-pc/gcry_sha512.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pci.mod' -> `/boot/grub/i386-pc/pci.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_tiger.mod' -> `/boot/grub/i386-pc/gcry_tiger.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xnu.mod' -> `/boot/grub/i386-pc/xnu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap.mod' -> `/boot/grub/i386-pc/bitmap.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ata.mod' -> `/boot/grub/i386-pc/ata.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/nilfs2.mod' -> `/boot/grub/i386-pc/nilfs2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/http.mod' -> `/boot/grub/i386-pc/http.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/testspeed.mod' -> `/boot/grub/i386-pc/testspeed.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_menu.mod' -> `/boot/grub/i386-pc/gfxterm_menu.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_dsa.mod' -> `/boot/grub/i386-pc/gcry_dsa.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix2.mod' -> `/boot/grub/i386-pc/minix2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2.mod' -> `/boot/grub/i386-pc/pbkdf2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/functional_test.mod' -> `/boot/grub/i386-pc/functional_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/loopback.mod' -> `/boot/grub/i386-pc/loopback.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hfs.mod' -> `/boot/grub/i386-pc/hfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/lsacpi.mod' -> `/boot/grub/i386-pc/lsacpi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minix.mod' -> `/boot/grub/i386-pc/minix.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/affs.mod' -> `/boot/grub/i386-pc/affs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/help.mod' -> `/boot/grub/i386-pc/help.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pata.mod' -> `/boot/grub/i386-pc/pata.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/play.mod' -> `/boot/grub/i386-pc/play.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_file.mod' -> `/boot/grub/i386-pc/search_fs_file.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/scsi.mod' -> `/boot/grub/i386-pc/scsi.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/odc.mod' -> `/boot/grub/i386-pc/odc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmp.mod' -> `/boot/grub/i386-pc/cmp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/macho.mod' -> `/boot/grub/i386-pc/macho.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/bfs.mod' -> `/boot/grub/i386-pc/bfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/pcidump.mod' -> `/boot/grub/i386-pc/pcidump.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_crc.mod' -> `/boot/grub/i386-pc/gcry_crc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/vbe.mod' -> `/boot/grub/i386-pc/vbe.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_dvh.mod' -> `/boot/grub/i386-pc/part_dvh.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ntfscomp.mod' -> `/boot/grub/i386-pc/ntfscomp.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/jpeg.mod' -> `/boot/grub/i386-pc/jpeg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/videotest.mod' -> `/boot/grub/i386-pc/videotest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_sunpc.mod' -> `/boot/grub/i386-pc/part_sunpc.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/normal.mod' -> `/boot/grub/i386-pc/normal.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cpuid.mod' -> `/boot/grub/i386-pc/cpuid.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/chain.mod' -> `/boot/grub/i386-pc/chain.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/search_label.mod' -> `/boot/grub/i386-pc/search_label.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot2.mod' -> `/boot/grub/i386-pc/multiboot2.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sleep_test.mod' -> `/boot/grub/i386-pc/sleep_test.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/iorw.mod' -> `/boot/grub/i386-pc/iorw.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm.mod' -> `/boot/grub/i386-pc/gfxterm.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/disk.mod' -> `/boot/grub/i386-pc/disk.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid.mod' -> `/boot/grub/i386-pc/xnu_uuid.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/loadenv.mod' -> `/boot/grub/i386-pc/loadenv.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/all_video.mod' -> `/boot/grub/i386-pc/all_video.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/halt.mod' -> `/boot/grub/i386-pc/halt.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/vga.mod' -> `/boot/grub/i386-pc/vga.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/ntldr.mod' -> `/boot/grub/i386-pc/ntldr.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/hashsum.mod' -> `/boot/grub/i386-pc/hashsum.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/file.mod' -> `/boot/grub/i386-pc/file.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/minicmd.mod' -> `/boot/grub/i386-pc/minicmd.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/macbless.mod' -> `/boot/grub/i386-pc/macbless.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gptsync.mod' -> `/boot/grub/i386-pc/gptsync.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/cmostest.mod' -> `/boot/grub/i386-pc/cmostest.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rsa.mod' -> `/boot/grub/i386-pc/gcry_rsa.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/raid5rec.mod' -> `/boot/grub/i386-pc/raid5rec.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/freedos.mod' -> `/boot/grub/i386-pc/freedos.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/part_plan.mod' -> `/boot/grub/i386-pc/part_plan.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/zfs.mod' -> `/boot/grub/i386-pc/zfs.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/eval.mod' -> `/boot/grub/i386-pc/eval.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/mda_text.mod' -> `/boot/grub/i386-pc/mda_text.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gdb.mod' -> `/boot/grub/i386-pc/gdb.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_serpent.mod' -> `/boot/grub/i386-pc/gcry_serpent.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_pl2303.mod' -> `/boot/grub/i386-pc/usbserial_pl2303.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/plan9.mod' -> `/boot/grub/i386-pc/plan9.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/sleep.mod' -> `/boot/grub/i386-pc/sleep.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/test_blockarg.mod' -> `/boot/grub/i386-pc/test_blockarg.mod'. grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu32.o' -> `/boot/grub/i386-pc/efiemu32.o'. grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu64.o' -> `/boot/grub/i386-pc/efiemu64.o'. grub-install: info: copying `/usr/lib/grub/i386-pc/moddep.lst' -> `/boot/grub/i386-pc/moddep.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/command.lst' -> `/boot/grub/i386-pc/command.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/fs.lst' -> `/boot/grub/i386-pc/fs.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/partmap.lst' -> `/boot/grub/i386-pc/partmap.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.lst' -> `/boot/grub/i386-pc/parttool.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/video.lst' -> `/boot/grub/i386-pc/video.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.lst' -> `/boot/grub/i386-pc/crypto.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.lst' -> `/boot/grub/i386-pc/terminal.lst'. grub-install: info: copying `/usr/lib/grub/i386-pc/modinfo.sh' -> `/boot/grub/i386-pc/modinfo.sh'. grub-install: info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'. grub-install: info: cannot open `/usr/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'. grub-install: info: cannot open `/usr/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv_LV.mo'. grub-install: info: cannot open `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de at hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de at hebrew.mo'. grub-install: info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'. grub-install: info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'. grub-install: info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'. grub-install: info: cannot open `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ff/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ff.mo'. grub-install: info: cannot open `/usr/share/locale/ff/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk_UA.mo'. grub-install: info: cannot open `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'. grub-install: info: cannot open `/usr/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at shaw.mo'. grub-install: info: cannot open `/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'. grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk_MK.mo'. grub-install: info: cannot open `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'. grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'. grub-install: info: copying `/usr/share/locale/en at piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at piglatin.mo'. grub-install: info: copying `/usr/share/locale/mai/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mai.mo'. grub-install: info: cannot open `/usr/share/locale/mai/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'. grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/az_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az_IR.mo'. grub-install: info: cannot open `/usr/share/locale/az_IR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'. grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'. grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl_PL.mo'. grub-install: info: cannot open `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'. grub-install: info: cannot open `/usr/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'. grub-install: info: cannot open `/usr/share/locale/crh/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/io/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/io.mo'. grub-install: info: cannot open `/usr/share/locale/io/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gr.mo'. grub-install: info: cannot open `/usr/share/locale/gr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'. grub-install: info: cannot open `/usr/share/locale/en_US/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'. grub-install: info: cannot open `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'. grub-install: info: cannot open `/usr/share/locale/fy/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro_RO.mo'. grub-install: info: cannot open `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/rm/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rm.mo'. grub-install: info: cannot open `/usr/share/locale/rm/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn_NO.mo'. grub-install: info: cannot open `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_VE.mo'. grub-install: info: cannot open `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'. grub-install: info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'. grub-install: info: cannot open `/usr/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_MX.mo'. grub-install: info: cannot open `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'. grub-install: info: cannot open `/usr/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'. grub-install: info: copying `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi_FI.mo'. grub-install: info: cannot open `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ks/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ks.mo'. grub-install: info: cannot open `/usr/share/locale/ks/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'. grub-install: info: cannot open `/usr/share/locale/ckb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'. grub-install: info: copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'. grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'. grub-install: info: copying `/usr/share/locale/be at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be at latin.mo'. grub-install: info: cannot open `/usr/share/locale/be at latin/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ach/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ach.mo'. grub-install: info: cannot open `/usr/share/locale/ach/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_ES.mo'. grub-install: info: cannot open `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'. grub-install: info: cannot open `/usr/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/C/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/C.mo'. grub-install: info: cannot open `/usr/share/locale/C/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/co/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/co.mo'. grub-install: info: cannot open `/usr/share/locale/co/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ta_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta_IN.mo'. grub-install: info: cannot open `/usr/share/locale/ta_IN/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'. grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'. grub-install: info: cannot open `/usr/share/locale/fur/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km_KH.mo'. grub-install: info: cannot open `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'. grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'. grub-install: info: cannot open `/usr/share/locale/uz/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at boldquot.mo'. grub-install: info: cannot open `/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'. grub-install: info: cannot open `/usr/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'. grub-install: info: cannot open `/usr/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'. grub-install: info: copying `/usr/share/locale/bal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bal.mo'. grub-install: info: cannot open `/usr/share/locale/bal/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'. grub-install: info: cannot open `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'. grub-install: info: cannot open `/usr/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'. grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'. grub-install: info: cannot open `/usr/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'. grub-install: info: copying `/usr/share/locale/en at quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at quot.mo'. grub-install: info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'. grub-install: info: cannot open `/usr/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at cyrillic.mo'. grub-install: info: copying `/usr/share/locale/et_EE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et_EE.mo'. grub-install: info: cannot open `/usr/share/locale/et_EE/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'. grub-install: info: cannot open `/usr/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl_PH.mo'. grub-install: info: cannot open `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi_VN.mo'. grub-install: info: cannot open `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'. grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'. grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'. grub-install: info: cannot open `/usr/share/locale/mi/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl_NL.mo'. grub-install: info: cannot open `/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'. grub-install: info: cannot open `/usr/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de_AT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_AT.mo'. grub-install: info: cannot open `/usr/share/locale/de_AT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'. grub-install: info: cannot open `/usr/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl_ES.mo'. grub-install: info: cannot open `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'. grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'. grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'. grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my_MM.mo'. grub-install: info: cannot open `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/la/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/la.mo'. grub-install: info: cannot open `/usr/share/locale/la/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'. grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'. grub-install: info: cannot open `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory. grub-install: info: copying `/usr/share/locale/en at hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at hebrew.mo'. grub-install: info: copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'. grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'. grub-install: info: copying `/usr/share/locale/en at arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at arabic.mo'. grub-install: info: copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'. grub-install: info: cannot open `/usr/share/locale/en/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'. grub-install: info: cannot open `/usr/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'. grub-install: info: cannot open `/usr/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'. grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ca_ES at valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES at valencia.mo'. grub-install: info: cannot open `/usr/share/locale/ca_ES at valencia/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'. grub-install: info: cannot open `/usr/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'. grub-install: info: copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'. grub-install: info: cannot open `/usr/share/locale/fo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'. grub-install: info: cannot open `/usr/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'. grub-install: info: cannot open `/usr/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'. grub-install: info: cannot open `/usr/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'. grub-install: info: cannot open `/usr/share/locale/wo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'. grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'. grub-install: info: cannot open `/usr/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'. grub-install: info: cannot open `/usr/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at ije.mo'. grub-install: info: cannot open `/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'. grub-install: info: cannot open `/usr/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'. grub-install: info: cannot open `/usr/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'. grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'. grub-install: info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'. grub-install: info: cannot open `/usr/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'. grub-install: info: cannot open `/usr/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'. grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'. grub-install: info: cannot open `/usr/share/locale/yi/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'. grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'. grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'. grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'. grub-install: info: copying `/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg_BG.mo'. grub-install: info: cannot open `/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'. grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'. grub-install: info: cannot open `/usr/share/locale/nso/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'. grub-install: info: cannot open `/usr/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tt at iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt at iqtelif.mo'. grub-install: info: cannot open `/usr/share/locale/tt at iqtelif/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'. grub-install: info: cannot open `/usr/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_IR.mo'. grub-install: info: cannot open `/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'. grub-install: info: cannot open `/usr/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/li/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/li.mo'. grub-install: info: cannot open `/usr/share/locale/li/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'. grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'. grub-install: info: copying `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur_PK.mo'. grub-install: info: cannot open `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ig.mo'. grub-install: info: cannot open `/usr/share/locale/ig/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'. grub-install: info: cannot open `/usr/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'. grub-install: info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'. grub-install: info: cannot open `/usr/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at latin.mo'. grub-install: info: cannot open `/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'. grub-install: info: cannot open `/usr/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'. grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'. grub-install: info: cannot open `/usr/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_AR.mo'. grub-install: info: cannot open `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'. grub-install: info: cannot open `/usr/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl_SI.mo'. grub-install: info: cannot open `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'. grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko_KR.mo'. grub-install: info: cannot open `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'. grub-install: info: cannot open `/usr/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'. grub-install: info: copying `/usr/share/locale/eu_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu_ES.mo'. grub-install: info: cannot open `/usr/share/locale/eu_ES/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'. grub-install: info: cannot open `/usr/share/locale/lg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en at greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at greek.mo'. grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'. grub-install: info: copying `/usr/share/locale/cgg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cgg.mo'. grub-install: info: cannot open `/usr/share/locale/cgg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'. grub-install: info: cannot open `/usr/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/da_DK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da_DK.mo'. grub-install: info: cannot open `/usr/share/locale/da_DK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kg.mo'. grub-install: info: cannot open `/usr/share/locale/kg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at Latn.mo'. grub-install: info: cannot open `/usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'. grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'. grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'. grub-install: info: cannot open `/usr/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'. grub-install: info: cannot open `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'. grub-install: info: cannot open `/usr/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.us-ascii.mo'. grub-install: info: cannot open `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'. grub-install: info: cannot open `/usr/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ru_UA.koi8u/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_UA.koi8u.mo'. grub-install: info: cannot open `/usr/share/locale/ru_UA.koi8u/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'. grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ms_MY/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms_MY.mo'. grub-install: info: cannot open `/usr/share/locale/ms_MY/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/th_TH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th_TH.mo'. grub-install: info: cannot open `/usr/share/locale/th_TH/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'. grub-install: info: cannot open `/usr/share/locale/mt/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ang/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ang.mo'. grub-install: info: cannot open `/usr/share/locale/ang/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'. grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'. grub-install: info: cannot open `/usr/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'. grub-install: info: copying `/usr/share/locale/ja_JP/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja_JP.mo'. grub-install: info: cannot open `/usr/share/locale/ja_JP/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/es_CL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CL.mo'. grub-install: info: cannot open `/usr/share/locale/es_CL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'. grub-install: info: cannot open `/usr/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'. grub-install: info: cannot open `/usr/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'. grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'. grub-install: info: cannot open `/usr/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'. grub-install: info: cannot open `/usr/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu_HU.mo'. grub-install: info: cannot open `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'. grub-install: info: copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'. grub-install: info: cannot open `/usr/share/locale/gv/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id_ID.mo'. grub-install: info: cannot open `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs_CZ.mo'. grub-install: info: cannot open `/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'. grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'. grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ts/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ts.mo'. grub-install: info: cannot open `/usr/share/locale/ts/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'. grub-install: info: copying `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it_IT.mo'. grub-install: info: cannot open `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'. grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk_SK.mo'. grub-install: info: cannot open `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'. grub-install: info: cannot open `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'. grub-install: info: cannot open `/usr/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/yo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yo.mo'. grub-install: info: cannot open `/usr/share/locale/yo/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'. grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_NZ.mo'. grub-install: info: cannot open `/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'. grub-install: info: cannot open `/usr/share/locale/frp/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he_IL.mo'. grub-install: info: cannot open `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'. grub-install: info: cannot open `/usr/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'. grub-install: info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'. grub-install: info: copying `/usr/share/locale/ha/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ha.mo'. grub-install: info: cannot open `/usr/share/locale/ha/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'. grub-install: info: cannot open `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'. grub-install: info: cannot open `/usr/share/locale/csb/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/tet/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tet.mo'. grub-install: info: cannot open `/usr/share/locale/tet/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/no/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.mo'. grub-install: info: cannot open `/usr/share/locale/no/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'. grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb_NO.mo'. grub-install: info: cannot open `/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'. grub-install: info: cannot open `/usr/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'. grub-install: info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'. grub-install: info: cannot open `/usr/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca at valencia.mo'. grub-install: info: cannot open `/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz at cyrillic.mo'. grub-install: info: cannot open `/usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo': No such file or directory. grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'. grub-install: info: /dev/sda1 is not present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: /dev/sda is present. grub-install: info: Looking for /dev/sda. grub-install: info: /dev/sda is a parent of /dev/sda. grub-install: info: /dev/sda is present. grub-install: info: Looking for /dev/sda. grub-install: info: /dev/sda is a parent of /dev/sda. grub-install: info: /dev/sda is present. grub-install: info: Looking for /dev/sda. grub-install: info: /dev/sda is a parent of /dev/sda. grub-install: info: grub-mkimage --directory '/usr/lib/grub/i386-pc' --prefix '(,msdos1)/grub' --output '/boot/grub/i386-pc/core.img' --format 'i386-pc' --compression 'auto' 'ext2' 'part_msdos' 'biosdisk' . grub-install: info: the total module size is 0x3b8c. grub-install: info: reading /usr/lib/grub/i386-pc/kernel.img. grub-install: info: locating the section .text at 0x0. grub-install: info: locating the section .rodata at 0x54e8. grub-install: info: locating the section .data at 0x6494. grub-install: info: locating the section .bss at 0x6c20. grub-install: info: reading /usr/lib/grub/i386-pc/fshelp.mod. grub-install: info: reading /usr/lib/grub/i386-pc/ext2.mod. grub-install: info: reading /usr/lib/grub/i386-pc/part_msdos.mod. grub-install: info: reading /usr/lib/grub/i386-pc/biosdisk.mod. grub-install: info: kernel_img=0x200ae20, kernel_size=0x6c1c. grub-install: info: the core size is 0x5600. grub-install: info: reading /usr/lib/grub/i386-pc/lzma_decompress.img. grub-install: info: reading /usr/lib/grub/i386-pc/diskboot.img. grub-install: info: writing 0x200 bytes. grub-install: info: writing 0x6130 bytes. grub-install: info: copying `/usr/lib/grub/i386-pc/boot.img' -> `/boot/grub/i386-pc/boot.img'. grub-install: info: grub-bios-setup --verbose --directory='/boot/grub/i386-pc' --device-map='/boot/grub/device.map' '/dev/sda'. grub-install: info: reading /boot/grub/i386-pc/boot.img. grub-install: info: reading /boot/grub/i386-pc/core.img. grub-install: info: root is `(null)', dest is `hostdisk//dev/sda'. grub-install: info: Opening dest. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: /dev/sda1 is present. grub-install: info: Looking for /dev/sda1. grub-install: info: /dev/sda is a parent of /dev/sda1. grub-install: info: /dev/sda1 starts from 63. grub-install: info: opening the device hostdisk//dev/sda. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda. grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda. grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda. grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda. grub-install: info: scanning hostdisk//dev/sda for LDM. grub-install: info: no LDM signature found. grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda. grub-install: info: no LVM signature found. grub-install: info: Partition 0 starts from 63. grub-install: info: drive = 0. grub-install: info: the size of hostdisk//dev/sda is 488281250. grub-install: info: guessed root_dev `hostdisk//dev/sda' from dir `/boot/grub/i386-pc'. grub-install: info: setting the root device to `hostdisk//dev/sda,msdos1'. grub-install: info: saving <1,0,512>. grub-install: info: saving <2,0,512>. grub-install: info: saving <3,0,512>. grub-install: info: saving <4,0,512>. grub-install: info: saving <5,0,512>. grub-install: info: saving <6,0,512>. grub-install: info: saving <7,0,512>. grub-install: info: saving <8,0,512>. grub-install: info: saving <9,0,512>. grub-install: info: saving <10,0,512>. grub-install: info: saving <11,0,512>. grub-install: info: saving <12,0,512>. grub-install: info: saving <13,0,512>. grub-install: info: saving <14,0,512>. grub-install: info: saving <15,0,512>. grub-install: info: saving <16,0,512>. grub-install: info: saving <17,0,512>. grub-install: info: saving <18,0,512>. grub-install: info: saving <19,0,512>. grub-install: info: saving <20,0,512>. grub-install: info: saving <21,0,512>. grub-install: info: saving <22,0,512>. grub-install: info: saving <23,0,512>. grub-install: info: saving <24,0,512>. grub-install: info: saving <25,0,512>. grub-install: info: saving <26,0,512>. grub-install: info: saving <27,0,512>. grub-install: info: saving <28,0,512>. grub-install: info: saving <29,0,512>. grub-install: info: saving <30,0,512>. grub-install: info: saving <31,0,512>. grub-install: info: saving <32,0,512>. grub-install: info: saving <33,0,512>. grub-install: info: saving <34,0,512>. grub-install: info: saving <35,0,512>. grub-install: info: saving <36,0,512>. grub-install: info: saving <37,0,512>. grub-install: info: saving <38,0,512>. grub-install: info: saving <39,0,512>. grub-install: info: saving <40,0,512>. grub-install: info: saving <41,0,512>. grub-install: info: saving <42,0,512>. grub-install: info: saving <43,0,512>. grub-install: info: saving <44,0,512>. grub-install: info: saving <45,0,512>. grub-install: info: saving <46,0,512>. grub-install: info: saving <47,0,512>. grub-install: info: saving <48,0,512>. grub-install: info: saving <49,0,512>. grub-install: info: saving <50,0,512>. grub-install: info: saving <51,0,512>. grub-install: info: saving <52,0,512>. grub-install: info: saving <53,0,512>. grub-install: info: saving <54,0,512>. grub-install: info: saving <55,0,512>. grub-install: info: saving <56,0,512>. grub-install: info: saving <57,0,512>. grub-install: info: saving <58,0,512>. grub-install: info: saving <59,0,512>. grub-install: info: saving <60,0,512>. grub-install: info: saving <61,0,512>. grub-install: info: saving <62,0,512>. Installation finished. No error reported. From law_ence.dev at ntlworld.com Tue Jan 28 20:41:22 2014 From: law_ence.dev at ntlworld.com (ael) Date: Tue, 28 Jan 2014 20:41:22 +0000 Subject: Bug#589532: grub-mkrescue Message-ID: <20140128204121.GA6842@elf.conquest> I have just hit this problem with grub-mkrescue. xorriso was not installed (I was using a netbook with no dc/dvd) but needed a usb rescue disk. I note that grub-common suggests xorriso and agree that it should not depend on it. But is there any chance that the error message when xorriso is not found could make it clear that "xorriso" is a missing program/package rather than a missing file as I first supposed? ael From cjwatson at debian.org Tue Jan 28 23:03:40 2014 From: cjwatson at debian.org (Colin Watson) Date: Tue, 28 Jan 2014 23:03:40 +0000 Subject: Bug#736928: /usr/sbin/grub-probe: error: failed to get canonical path of `'. In-Reply-To: <52E7CE78.4060202@parrot.com> References: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> <20140128150318.GI8798@riva.ucam.org> <52E7CE78.4060202@parrot.com> Message-ID: <20140128230340.GJ8798@riva.ucam.org> On Tue, Jan 28, 2014 at 04:36:24PM +0100, Kanchana Meas wrote: > On 28/01/2014 16:03, Colin Watson wrote: > > On Tue, Jan 28, 2014 at 03:32:43PM +0100, k wrote: > >> -- Package-specific info: > > Thanks for this. Can you get the full grub-probe command line (adding > > -v to the grub-install line should help), and then try adding -vv to > > that so that it prints detailed debugging output? I'll need all that. > > Here is. Sorry, I'm an idiot. The grub-probe error doubtless comes from grub-mkconfig, not grub-install. Could you instead run: sudo sh -x /usr/sbin/grub-mkconfig >/dev/null 2>grub-mkconfig.err ... and attach grub-mkconfig.err? After that I can get back to you and tell you the grub-probe -vv command I need (or you can look through the log and find it yourself if you'd like, but I'd still appreciate having the grub-mkconfig error output). Thanks, -- Colin Watson [cjwatson at debian.org] From ftpmaster at ftp-master.debian.org Wed Jan 29 01:07:44 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Jan 2014 01:07:44 +0000 Subject: Processing of grub2_2.02~beta2-6_i386.changes Message-ID: grub2_2.02~beta2-6_i386.changes uploaded successfully to localhost along with the files: grub2_2.02~beta2-6.dsc grub2_2.02~beta2-6.debian.tar.xz grub2_2.02~beta2-6_i386.deb grub-linuxbios_2.02~beta2-6_i386.deb grub-efi_2.02~beta2-6_i386.deb grub-common_2.02~beta2-6_i386.deb grub2-common_2.02~beta2-6_i386.deb grub-emu_2.02~beta2-6_i386.deb grub-emu-dbg_2.02~beta2-6_i386.deb grub-pc-bin_2.02~beta2-6_i386.deb grub-pc-dbg_2.02~beta2-6_i386.deb grub-pc_2.02~beta2-6_i386.deb grub-rescue-pc_2.02~beta2-6_i386.deb grub-coreboot-bin_2.02~beta2-6_i386.deb grub-coreboot-dbg_2.02~beta2-6_i386.deb grub-coreboot_2.02~beta2-6_i386.deb grub-efi-ia32-bin_2.02~beta2-6_i386.deb grub-efi-ia32-dbg_2.02~beta2-6_i386.deb grub-efi-ia32_2.02~beta2-6_i386.deb grub-efi-amd64-bin_2.02~beta2-6_i386.deb grub-efi-amd64-dbg_2.02~beta2-6_i386.deb grub-efi-amd64_2.02~beta2-6_i386.deb grub-ieee1275-bin_2.02~beta2-6_i386.deb grub-ieee1275-dbg_2.02~beta2-6_i386.deb grub-ieee1275_2.02~beta2-6_i386.deb grub-firmware-qemu_2.02~beta2-6_i386.deb grub-xen-bin_2.02~beta2-6_i386.deb grub-xen-dbg_2.02~beta2-6_i386.deb grub-xen_2.02~beta2-6_i386.deb grub-theme-starfield_2.02~beta2-6_i386.deb grub-mount-udeb_2.02~beta2-6_i386.udeb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Wed Jan 29 01:19:16 2014 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Jan 2014 01:19:16 +0000 Subject: grub2_2.02~beta2-6_i386.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 28 Jan 2014 23:50:55 +0000 Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-efi-arm-bin grub-efi-arm-dbg grub-efi-arm grub-efi-arm64-bin grub-efi-arm64-dbg grub-efi-arm64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-uboot-bin grub-uboot-dbg grub-uboot grub-xen-bin grub-xen-dbg grub-xen grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb Architecture: source i386 Version: 2.02~beta2-6 Distribution: experimental Urgency: medium Maintainer: GRUB Maintainers Changed-By: Colin Watson Description: grub-common - GRand Unified Bootloader (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries) grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files) grub-efi - GRand Unified Bootloader, version 2 (dummy package) grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version) grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-arm - GRand Unified Bootloader, version 2 (ARM UEFI version) grub-efi-arm-bin - GRand Unified Bootloader, version 2 (ARM UEFI binaries) grub-efi-arm-dbg - GRand Unified Bootloader, version 2 (ARM UEFI debug files) grub-efi-arm64 - GRand Unified Bootloader, version 2 (ARM64 UEFI version) grub-efi-arm64-bin - GRand Unified Bootloader, version 2 (ARM64 UEFI binaries) grub-efi-arm64-dbg - GRand Unified Bootloader, version 2 (ARM64 UEFI debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version) grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries) grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files) grub-emu - GRand Unified Bootloader, version 2 (emulated version) grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files) grub-firmware-qemu - GRUB firmware image for QEMU grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries) grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-mount-udeb - export GRUB filesystems using FUSE (udeb) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries) grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme) grub-uboot - GRand Unified Bootloader, version 2 (ARM U-Boot version) grub-uboot-bin - GRand Unified Bootloader, version 2 (ARM U-Boot binaries) grub-uboot-dbg - GRand Unified Bootloader, version 2 (ARM U-Boot debug files) grub-xen - GRand Unified Bootloader, version 2 (Xen version) grub-xen-bin - GRand Unified Bootloader, version 2 (Xen binaries) grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files) grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version) grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries) grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files) grub2 - GRand Unified Bootloader, version 2 (dummy package) grub2-common - GRand Unified Bootloader (common files for version 2) Changes: grub2 (2.02~beta2-6) experimental; urgency=medium . * Install bootinfo.txt and grub.chrp into grub-ieee1275-bin on powerpc and ppc64el. * Port yaboot logic to improve installation for various powerpc machine types. * Improve parsing of /etc/default/grub.d/*.cfg in C utilities (LP: #1273694). * Run grub-install on install or upgrade on grub-ieee1275/ppc64el. Checksums-Sha1: 78385dd1168b0da820068fe131b345030bd32449 5218 grub2_2.02~beta2-6.dsc 72e04be50ad9fdc22c08f0eb4638a7e6d9a10934 983028 grub2_2.02~beta2-6.debian.tar.xz cc9d4fb9ce9bee2a11da389264564c96d5ece2ee 2568 grub2_2.02~beta2-6_i386.deb 9ca5e7da9ffcfed4f9025e4018b97e03205602a7 2568 grub-linuxbios_2.02~beta2-6_i386.deb 268c513b2c1dabd50add615038828295f1dd19b2 2578 grub-efi_2.02~beta2-6_i386.deb 36309ae8d69fab409dbac829d6a448fb8e972221 2631424 grub-common_2.02~beta2-6_i386.deb 07aaac9a892bfa78c91f9922ce753c682c5010fe 508592 grub2-common_2.02~beta2-6_i386.deb f46708e8f10c18d3e9905268177dbcd4de0597c6 3130878 grub-emu_2.02~beta2-6_i386.deb 17a244155fd625b564a94adce00d6c70d1e58cad 2193914 grub-emu-dbg_2.02~beta2-6_i386.deb fb3ef8af3ad88aefb3b6f79a222c011ec261cc7c 886650 grub-pc-bin_2.02~beta2-6_i386.deb e83fa15894cb4b11757ca11bc4bd955b27216b89 2797360 grub-pc-dbg_2.02~beta2-6_i386.deb 785e83a19d6613d6b1034fa3508ccacbaef5b8a6 195238 grub-pc_2.02~beta2-6_i386.deb 7e42120467d7e3516bf6274a35ab4a7570bc3bdf 2724534 grub-rescue-pc_2.02~beta2-6_i386.deb d343946230e0fe71f2d83dbd2b51765db89bcfac 593074 grub-coreboot-bin_2.02~beta2-6_i386.deb a3c86eacd8f600d671927a1220889b292fee50ee 2532744 grub-coreboot-dbg_2.02~beta2-6_i386.deb bc14bf6005123b4e09e0ff6a02ea2e73af0540e4 51072 grub-coreboot_2.02~beta2-6_i386.deb 2644ae05d5bd6039282db995b8361cbadc855be2 616154 grub-efi-ia32-bin_2.02~beta2-6_i386.deb a550e32cd2b5c53cf99850fd3c6edbbb80f92fd7 2708366 grub-efi-ia32-dbg_2.02~beta2-6_i386.deb 198b3bbbdbc82590c1205c259ddcfde2b8b71ae4 51098 grub-efi-ia32_2.02~beta2-6_i386.deb c3aa4170a6ceb640b687fa5f2178ed1cac05ef49 649928 grub-efi-amd64-bin_2.02~beta2-6_i386.deb 85dec33e7d64898aa73ab7efb30e52cebb819dbb 2874896 grub-efi-amd64-dbg_2.02~beta2-6_i386.deb 26868233a9d3719268791b10ed93cab2c6549ba4 51096 grub-efi-amd64_2.02~beta2-6_i386.deb fa4ec189d3a4f9369f70d4aba7d9f309f610a151 589286 grub-ieee1275-bin_2.02~beta2-6_i386.deb 32447b1cfb008a98fefe4c8c1c92233683151d9a 2562740 grub-ieee1275-dbg_2.02~beta2-6_i386.deb 10d271d666ac4242592ad218d4fec4588fb6c4c1 51056 grub-ieee1275_2.02~beta2-6_i386.deb d8f6b36bc0668a30508b62c6c3d43a6c48c47407 1071196 grub-firmware-qemu_2.02~beta2-6_i386.deb a40f77226c520f3d1b671a894f14cacbf7b8287c 913130 grub-xen-bin_2.02~beta2-6_i386.deb 22b571bf2b24d656c001ceb6aa97ef63a200b183 4191436 grub-xen-dbg_2.02~beta2-6_i386.deb f85ae7434222e356d0093077b945cf61c72b2a9a 51034 grub-xen_2.02~beta2-6_i386.deb e6e8af8e82b5350c048d00b697a0dbdc24d0255d 2150386 grub-theme-starfield_2.02~beta2-6_i386.deb 01f75c015694805941c458a9895a36ebf0a37f07 338904 grub-mount-udeb_2.02~beta2-6_i386.udeb Checksums-Sha256: b2036a5b5b7ec98a1f9fe5ff2cf98c3c986c776348088210a22a3470fc27e320 5218 grub2_2.02~beta2-6.dsc 19ebc3350e510f4682ea29b35ad4105d4fca1927305320cd4cc72df52425ac97 983028 grub2_2.02~beta2-6.debian.tar.xz 09d19faef7c8ed74d9677357ede82bd570a60746c6fa22b433920d9f3cd025e7 2568 grub2_2.02~beta2-6_i386.deb 079d35519b33b34929c068a89150d81f2d32e8e0a60a81db0fbe184c55334222 2568 grub-linuxbios_2.02~beta2-6_i386.deb 564b67d765356c8e8e18c46d180cf81687a431f99cfa2430018042bd3cd5745e 2578 grub-efi_2.02~beta2-6_i386.deb e6cb8cf581bb828e346ea8f1d35f78ccf4625d890a08db0a6daa0dc2f82238c5 2631424 grub-common_2.02~beta2-6_i386.deb c800ce29569a638f6181ab583dbd1dd9d293a360adcfc0d458cbd900a067fb4d 508592 grub2-common_2.02~beta2-6_i386.deb c7c4d0d6d3f2a525b138b40e4955879d931e6728ad4753fddf031dec47e638ac 3130878 grub-emu_2.02~beta2-6_i386.deb 1001c8656e8555d7587865043ef61e35235433e614c7dc92079f294d88bcb859 2193914 grub-emu-dbg_2.02~beta2-6_i386.deb 3293ab3cae9b45b9c2886201f4668a32b5e9145e1d4d0cb6019dc5fb1b385831 886650 grub-pc-bin_2.02~beta2-6_i386.deb acb13617586a15667d1fd520af482e23b2a22271eb7be970f9cc8f280ba86757 2797360 grub-pc-dbg_2.02~beta2-6_i386.deb 931f6357b660f08e4f1615d1dda719369adc9106bb2aac9e23894c35c36926d4 195238 grub-pc_2.02~beta2-6_i386.deb aa892f19a21f7869b34990bc66a0721e9c711cf2c597a04b5b6bf2fdb581e855 2724534 grub-rescue-pc_2.02~beta2-6_i386.deb fd634a88fd7fdaec3b69ec4dcaca6a28e60327aa5131994ce29ad0c56e59d42e 593074 grub-coreboot-bin_2.02~beta2-6_i386.deb 69825fa5c44cb6c676ac2296c89f2305d33f6fd73f09b6135aea3ac32e7f0e14 2532744 grub-coreboot-dbg_2.02~beta2-6_i386.deb 33e26f0e0d992a4a54c03dd16e89ee21fd71762fd5b1b42bffd7185835a967cd 51072 grub-coreboot_2.02~beta2-6_i386.deb 2a4a30d9695408e4b28ec80cebde83afc57c554006a08372225630a240713ce5 616154 grub-efi-ia32-bin_2.02~beta2-6_i386.deb c76b7e76d5544dca0dc4f5a9cdfa81c05bd439dd384f53f35559f96f9ef7a0b0 2708366 grub-efi-ia32-dbg_2.02~beta2-6_i386.deb d225fa904cb035be222c5f7b205f2e119e2df39afd48269ebedfa5b9760dcf70 51098 grub-efi-ia32_2.02~beta2-6_i386.deb 3f263c69c73ccca34a66f1de21b3749fbe191f4deac659326fbd5f1b68b420e0 649928 grub-efi-amd64-bin_2.02~beta2-6_i386.deb add76b1e8470a26843237e3f85a13b035f065235e04fadd20f58fca22094cf4f 2874896 grub-efi-amd64-dbg_2.02~beta2-6_i386.deb 3999c57501cf869e783ebb43254928fdd95ae8e6b8857c47595bda150a567782 51096 grub-efi-amd64_2.02~beta2-6_i386.deb 2ed710ff5db22cabfb89fd2e937f72475d9891bf8b0be871bb9353c7c8a329fb 589286 grub-ieee1275-bin_2.02~beta2-6_i386.deb 263492a2126d1eb22bf335e0888b272f0e216b51cf323a60cae04d9ea12934b6 2562740 grub-ieee1275-dbg_2.02~beta2-6_i386.deb 01bdf3f29b346cd1a41a6006bf68c847aa776b44c8f18652b849c3ac169c66ec 51056 grub-ieee1275_2.02~beta2-6_i386.deb 38772e71ad29baedeac254101ddfb0dda7f05be5db8d56dff3766d69c0e122a0 1071196 grub-firmware-qemu_2.02~beta2-6_i386.deb 180f2ca863a1c0e96e67dec2730f48835328d13525e7068d6471ac45ad3098b8 913130 grub-xen-bin_2.02~beta2-6_i386.deb f413f26c0a24e763fbc372010e89cbc7897aaf3c671b86af109ff01718f93256 4191436 grub-xen-dbg_2.02~beta2-6_i386.deb 0e08b8b6911c5ba9d3905ffa485eeca77fd720c4064df4e4b6198893a4cfedc2 51034 grub-xen_2.02~beta2-6_i386.deb 974453f908322fa8fbf3c38c78109aac26da666dca463746683524bd2eaabff1 2150386 grub-theme-starfield_2.02~beta2-6_i386.deb cc98d393b3df735d6f5079ca5f7f9e38a774bf8f95ac9483dd74466aaf5b3ad6 338904 grub-mount-udeb_2.02~beta2-6_i386.udeb Files: b22a8b2256a7bb2a7f0ca688ed078d43 5218 admin extra grub2_2.02~beta2-6.dsc bdaa2e7c3051bd216ff84755eabfad14 983028 admin extra grub2_2.02~beta2-6.debian.tar.xz 50b65d1ccdfafafd22d77c92af5e3761 2568 oldlibs extra grub2_2.02~beta2-6_i386.deb 535548a02db132f97fab01cc92d55e78 2568 oldlibs extra grub-linuxbios_2.02~beta2-6_i386.deb d5c25d6170e8908bcd4dd8702b5aa35e 2578 oldlibs extra grub-efi_2.02~beta2-6_i386.deb dd66b694d175c8e6ad83cfe44ebf8f20 2631424 admin optional grub-common_2.02~beta2-6_i386.deb 09cc77c2b0c7142017bf9964df084242 508592 admin optional grub2-common_2.02~beta2-6_i386.deb 0735b02e0741f2c60b2e6c81213c7e8c 3130878 admin extra grub-emu_2.02~beta2-6_i386.deb 142004a90122d2830ece54b0684e6fe8 2193914 debug extra grub-emu-dbg_2.02~beta2-6_i386.deb c0077a4f427110faf272a19432f52139 886650 admin optional grub-pc-bin_2.02~beta2-6_i386.deb 1d61842bf350e9832c528a9009b75ca3 2797360 debug extra grub-pc-dbg_2.02~beta2-6_i386.deb 152e6950803eb5594262dc39a6c79b7a 195238 admin optional grub-pc_2.02~beta2-6_i386.deb b3ec0671b5db174469e4bef4958e425e 2724534 admin extra grub-rescue-pc_2.02~beta2-6_i386.deb 5e77cb4dbb31da1098a8767482e07b5e 593074 admin extra grub-coreboot-bin_2.02~beta2-6_i386.deb 5b82376db50d76cd4d0255d1e1743009 2532744 debug extra grub-coreboot-dbg_2.02~beta2-6_i386.deb 6d01693e653a51a3b81a98c5832e0d00 51072 admin extra grub-coreboot_2.02~beta2-6_i386.deb d5c66ebc1bc85388c9ebe790320ec2d1 616154 admin extra grub-efi-ia32-bin_2.02~beta2-6_i386.deb f12367c5f58d3ff192876f5f65e2971f 2708366 debug extra grub-efi-ia32-dbg_2.02~beta2-6_i386.deb 8ddb100116ae619d0426edc4bfa24a9a 51098 admin extra grub-efi-ia32_2.02~beta2-6_i386.deb d7f8429a4a8d1476b651cf0c00634488 649928 admin extra grub-efi-amd64-bin_2.02~beta2-6_i386.deb b419db71a52045fc34f84ef2aa92fbad 2874896 debug extra grub-efi-amd64-dbg_2.02~beta2-6_i386.deb d53f615a44bbf633e688eba0252b0faa 51096 admin extra grub-efi-amd64_2.02~beta2-6_i386.deb 38f61c499921d5cd6ac7720767ecd1f3 589286 admin extra grub-ieee1275-bin_2.02~beta2-6_i386.deb aa5968a1112dbf27e7fb0f66a9e3239e 2562740 debug extra grub-ieee1275-dbg_2.02~beta2-6_i386.deb bdc42c8a3ae91c6dde74d5995110a995 51056 admin extra grub-ieee1275_2.02~beta2-6_i386.deb 0b80cd3c874912f2a2ce417d256e052b 1071196 admin extra grub-firmware-qemu_2.02~beta2-6_i386.deb c60fa89187d4135d8d730532339977c2 913130 admin extra grub-xen-bin_2.02~beta2-6_i386.deb 707b7c4bff84b00a031d2c53ed6c7bc3 4191436 debug extra grub-xen-dbg_2.02~beta2-6_i386.deb 1b393619fa9ffe1e7abb2a8ab9ef9150 51034 admin extra grub-xen_2.02~beta2-6_i386.deb c55ea11481e92e2743b38f6ad773bbea 2150386 admin extra grub-theme-starfield_2.02~beta2-6_i386.deb 3208bb324db8cbb2108062533997dd78 338904 debian-installer extra grub-mount-udeb_2.02~beta2-6_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Colin Watson -- Debian developer iQIVAwUBUuhQMjk1h9l9hlALAQivfA//TzwZXoYJyKqLatofuJ7dQqYNasZOKoqy uQstUkiQf5rPlosFKK6YwtcuiIdwDYaTla9sDtjqc5trictrUPZgx7C3DwlSZtAu ETTW+LEkQ/1VMYmv8MGg3uiVyQRL+Sw2dHSTNT+sQMLBj9twe3iiUOnBF7LeoS+U 8xIBFwzPS29ctnw3Erx7Vfu3SroG+zVvhLnQ53vus7brYgdij43QVf8mW1L6SN+9 OuCWX15tUWB1BdKhuL3qC3Gno4oTdx/51ald5CYX/Hm1+tXBQiS7nNbOGPoouJsW +k/HIOkzu+ZExjyEMB/yFKgZ1AUiqFXiryRIDKfye8R0w1pEbyVymXBsGW53E7l0 PNSehz+aPqAl7aE/JSRzTH/xWVdniK6x5OR2g87G/roBbnABr+VGFBgbm0yQ0jUz /sxZ/kn6QioXut1TWLE+wp6HQvY8JdMXsu/hv85Sgsa4hzqWXUqqA5cpqOAj5i/y eMbCbVFIdyZLvbfsdLsw28Nu8cGHoPAMSUZjHX/IKShUofaGA5TPDIQqGOgakknk mvRqhowLqHle6M/Pb8JZtwMpy6lVJJr4Bz/kD0ezlnGxosi9gqz5ky19k82CympH YzYaG/9iq13jqRZLfRukpjYxMo/oRU5Q2PcPF2yeaLvNZ99AszvwQikNez2JLcj9 59/TC/fgjGk= =KMw0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From kanchana.meas at parrot.com Wed Jan 29 09:25:53 2014 From: kanchana.meas at parrot.com (Kanchana Meas) Date: Wed, 29 Jan 2014 10:25:53 +0100 Subject: Bug#736928: /usr/sbin/grub-probe: error: failed to get canonical path of `'. In-Reply-To: <20140128230340.GJ8798@riva.ucam.org> References: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> <20140128150318.GI8798@riva.ucam.org> <52E7CE78.4060202@parrot.com> <20140128230340.GJ8798@riva.ucam.org> Message-ID: <52E8C921.4090501@parrot.com> On 29/01/2014 00:03, Colin Watson wrote: > > Sorry, I'm an idiot. The grub-probe error doubtless comes from > grub-mkconfig, not grub-install. Could you instead run: > > sudo sh -x /usr/sbin/grub-mkconfig >/dev/null 2>grub-mkconfig.err > > ... and attach grub-mkconfig.err? After that I can get back to you and > tell you the grub-probe -vv command I need (or you can look through the > log and find it yourself if you'd like, but I'd still appreciate having > the grub-mkconfig error output). > > Hi, Here is. k. -------------- next part -------------- + set -e + prefix=/usr + exec_prefix=/usr + datarootdir=/usr/share + prefix=/usr + exec_prefix=/usr + sbindir=/usr/sbin + bindir=/usr/bin + sysconfdir=/etc + PACKAGE_NAME=GRUB + PACKAGE_VERSION=2.02~beta2-5 + host_os=linux-gnu + datadir=/usr/share + [ x = x ] + pkgdatadir=/usr/share/grub + grub_cfg= + grub_mkconfig_dir=/etc/grub.d + basename /usr/sbin/grub-mkconfig + self=grub-mkconfig + grub_probe=/usr/sbin/grub-probe + grub_file=/usr/bin/grub-file + grub_editenv=/usr/bin/grub-editenv + grub_script_check=/usr/bin/grub-script-check + export TEXTDOMAIN=grub + export TEXTDOMAINDIR=/usr/share/locale + . /usr/share/grub/grub-mkconfig_lib + prefix=/usr + exec_prefix=/usr + datarootdir=/usr/share + datadir=/usr/share + bindir=/usr/bin + sbindir=/usr/sbin + [ x/usr/share/grub = x ] + test x/usr/sbin/grub-probe = x + test x/usr/bin/grub-file = x + test x = x + grub_mkrelpath=/usr/bin/grub-mkrelpath + which gettext + : + grub_tab= + test 0 -gt 0 + fgrep -qs ${GRUB_PREFIX}/video.lst /etc/grub.d/00_header + [ x = x ] + id -u + EUID=0 + [ 0 != 0 ] + set /usr/sbin/grub-probe dummy + test -f /usr/sbin/grub-probe + : + /usr/sbin/grub-probe --target=device / + GRUB_DEVICE=/dev/sda5 + /usr/sbin/grub-probe --device /dev/sda5 --target=fs_uuid + GRUB_DEVICE_UUID=98fd058c-8d0f-4cc0-9249-df7b18066d84 + /usr/sbin/grub-probe --target=device /boot + GRUB_DEVICE_BOOT=/dev/sda1 + /usr/sbin/grub-probe --device /dev/sda1 --target=fs_uuid + GRUB_DEVICE_BOOT_UUID=aa3ec81b-71c6-4419-b382-892c690b3ac7 + /usr/sbin/grub-probe --device /dev/sda5 --target=fs + GRUB_FS=ext2 + [ xext2 = xunknown ] + test -f /etc/default/grub + . /etc/default/grub + GRUB_DEFAULT=0 + GRUB_TIMEOUT=5 + lsb_release -i -s + GRUB_DISTRIBUTOR=Debian + GRUB_CMDLINE_LINUX_DEFAULT=quiet + GRUB_CMDLINE_LINUX= + [ -e /etc/default/grub.d/*.cfg ] + [ x != x ] + termoutdefault=0 + [ x = x ] + GRUB_TERMINAL_OUTPUT=gfxterm + termoutdefault=1 + GRUB_ACTUAL_DEFAULT=0 + [ x0 = xsaved ] + [ x = x ] + GRUB_RECOVERY_TITLE=recovery mode + export GRUB_DEVICE GRUB_DEVICE_UUID GRUB_DEVICE_BOOT GRUB_DEVICE_BOOT_UUID GRUB_FS GRUB_FONT GRUB_PRELOAD_MODULES GRUB_ACTUAL_DEFAULT + export GRUB_DEFAULT GRUB_HIDDEN_TIMEOUT GRUB_HIDDEN_TIMEOUT_QUIET GRUB_TIMEOUT GRUB_TIMEOUT_STYLE GRUB_DEFAULT_BUTTON GRUB_HIDDEN_TIMEOUT_BUTTON GRUB_TIMEOUT_BUTTON GRUB_TIMEOUT_STYLE_BUTTON GRUB_BUTTON_CMOS_ADDRESS GRUB_BUTTON_CMOS_CLEAN GRUB_DISTRIBUTOR GRUB_CMDLINE_LINUX GRUB_CMDLINE_LINUX_DEFAULT GRUB_CMDLINE_XEN GRUB_CMDLINE_XEN_DEFAULT GRUB_CMDLINE_LINUX_XEN_REPLACE GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT GRUB_CMDLINE_NETBSD GRUB_CMDLINE_NETBSD_DEFAULT GRUB_CMDLINE_GNUMACH GRUB_TERMINAL_INPUT GRUB_TERMINAL_OUTPUT GRUB_SERIAL_COMMAND GRUB_DISABLE_LINUX_UUID GRUB_DISABLE_RECOVERY GRUB_VIDEO_BACKEND GRUB_GFXMODE GRUB_BACKGROUND GRUB_THEME GRUB_GFXPAYLOAD_LINUX GRUB_DISABLE_OS_PROBER GRUB_INIT_TUNE GRUB_SAVEDEFAULT GRUB_ENABLE_CRYPTODISK GRUB_BADRAM GRUB_OS_PROBER_SKIP_LIST GRUB_DISABLE_SUBMENU GRUB_RECORDFAIL_TIMEOUT GRUB_RECOVERY_TITLE + test x != x + gettext Generating grub configuration file ... Generating grub configuration file ...+ echo + cat + grub_file_is_not_garbage /etc/grub.d/00_header + test -f /etc/grub.d/00_header + return 0 + test -x /etc/grub.d/00_header + echo + echo ### BEGIN /etc/grub.d/00_header ### + /etc/grub.d/00_header + echo ### END /etc/grub.d/00_header ### + grub_file_is_not_garbage /etc/grub.d/00_header-bk + test -f /etc/grub.d/00_header-bk + return 0 + test -x /etc/grub.d/00_header-bk + echo + echo ### BEGIN /etc/grub.d/00_header-bk ### + /etc/grub.d/00_header-bk /usr/sbin/grub-probe: error: failed to get canonical path of `'. No path or device is specified. Usage: grub-probe [OPTION...] [OPTION]... [PATH|DEVICE] Try 'grub-probe --help' or 'grub-probe --usage' for more information. From owner at bugs.debian.org Wed Jan 29 14:48:04 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Jan 2014 14:48:04 +0000 Subject: Processed: notfound 717720 in 2.02~beta2-5 References: <1391006531-1473-bts-tobias-debian@23.gs> Message-ID: Processing commands for control at bugs.debian.org: > notfound 717720 2.02~beta2-5 Bug #717720 [grub-pc] grub-pc: grub-install/update-grub and btrfs.mod disagree about root path Ignoring request to alter found versions of bug #717720 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 717720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717720 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Jan 29 15:15:05 2014 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 29 Jan 2014 15:15:05 +0000 Subject: Processed: fixed 717720 in 2.02~beta2-5 References: <1391008325-2402-bts-tobias-debian@23.gs> Message-ID: Processing commands for control at bugs.debian.org: > fixed 717720 2.02~beta2-5 Bug #717720 [grub-pc] grub-pc: grub-install/update-grub and btrfs.mod disagree about root path Marked as fixed in versions grub2/2.02~beta2-5. > thanks Stopping processing here. Please contact me if you need assistance. -- 717720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717720 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From vincent at barichard.com Wed Jan 29 16:54:40 2014 From: vincent at barichard.com (Vincent Barichard) Date: Wed, 29 Jan 2014 17:54:40 +0100 Subject: Bug#735932: [grub2-common] Computer does not boot Message-ID: I had the same issue, and I succeeded to recover by using a live cd and a chroot environment. In the chroot environment I reinstalled grub with : grub-install --removable It updates the file in EFI/boot/ instead of EFI/debian. I hope it will help. Vincent -------------- next part -------------- An HTML attachment was scrubbed... URL: From kanchana.meas at parrot.com Wed Jan 29 20:00:18 2014 From: kanchana.meas at parrot.com (Kanchana) Date: Wed, 29 Jan 2014 21:00:18 +0100 Subject: Bug#736928: /usr/sbin/grub-probe: error: failed to get canonical path of `'. In-Reply-To: <20140128230340.GJ8798@riva.ucam.org> References: <20140128143243.10748.61998.reportbug@grenache.parrot.biz> <20140128150318.GI8798@riva.ucam.org> <52E7CE78.4060202@parrot.com> <20140128230340.GJ8798@riva.ucam.org> Message-ID: <52E95DD2.6050809@parrot.com> On 29/01/2014 00:03, Colin Watson wrote: > Could you instead run: > > sudo sh -x /usr/sbin/grub-mkconfig >/dev/null 2>grub-mkconfig.err > Hi, It seems that 've got two files that don't execute correctly by the command: /etc/grub.d/00-header-bk /etc/grub.d/05_debian_theme-bk It does happens since the last update. So i've delete thess files and i've installed succeessful grub2 and grub-pc. This bug could be closed. Thank you. k. From cjwatson at debian.org Thu Jan 30 13:38:37 2014 From: cjwatson at debian.org (Colin Watson) Date: Thu, 30 Jan 2014 13:38:37 +0000 Subject: Bug#736678: grub2: support init boot flag selection In-Reply-To: References: Message-ID: <20140130133837.GK8798@riva.ucam.org> On Sat, Jan 25, 2014 at 07:36:05PM -0500, Michael Gilbert wrote: > I've been working on a system that allows the user to easily make > their own init system selection: > http://packages.qa.debian.org/i/init-select.html > > I've just finished working on a patch for grub (see attached) to > support init-select's /etc/default/init conffile. > > This changes util/grub.d/10_linux.in to put the selected init bootflag > in GRUB_CMDLINE_LINUX_DEFAULT. If there is a better approach, please > let me know, and I'll try to improve the patch. You're missing kFreeBSD and Hurd support here, FWIW. However, I don't think this should require changing grub2 at all. Nowadays we support other packages dropping files into /etc/default/grub.d/*.cfg, which are read after /etc/default/grub and can modify the various variables that are exported by grub-mkconfig to /etc/grub.d/ scripts. Could you investigate taking this approach in init-select instead? In this case, I think that would be better than adding another entry to grub2's already large and unwieldy patch stack. Thanks, -- Colin Watson [cjwatson at debian.org] From abe at debian.org Thu Jan 30 13:54:28 2014 From: abe at debian.org (Axel Beckert) Date: Thu, 30 Jan 2014 14:54:28 +0100 Subject: Bug#736678: grub2: support init boot flag selection In-Reply-To: <20140130133837.GK8798@riva.ucam.org> References: <20140130133837.GK8798@riva.ucam.org> Message-ID: <20140130135428.GI27889@sym.noone.org> Hi Colin, Colin Watson wrote: > On Sat, Jan 25, 2014 at 07:36:05PM -0500, Michael Gilbert wrote: > > I've been working on a system that allows the user to easily make > > their own init system selection: > > http://packages.qa.debian.org/i/init-select.html > > > > I've just finished working on a patch for grub (see attached) to > > support init-select's /etc/default/init conffile. > > > > This changes util/grub.d/10_linux.in to put the selected init bootflag > > in GRUB_CMDLINE_LINUX_DEFAULT. If there is a better approach, please > > let me know, and I'll try to improve the patch. As already mentioned to Michael in another bug report, I initially expected his package init-select to be a pure grub2 config implementation. > However, I don't think this should require changing grub2 at all. > Nowadays we support other packages dropping files into > /etc/default/grub.d/*.cfg, which are read after /etc/default/grub and > can modify the various variables that are exported by grub-mkconfig to > /etc/grub.d/ scripts. Could you investigate taking this approach in > init-select instead? In this case, I think that would be better than > adding another entry to grub2's already large and unwieldy patch stack. My idea was to modify 10_linux (preferably upstream) to iterate over all installed init systems, i.e. list each combination of kernel and init system in the menu. This would obsolete Michael's init-select in some way, but I suspect he wouldn't be mad about it. :-) I'm though quite sure this variant can't be implemented externally as it needs to add a loop inside 10_linux. And yes, I know that would boost the length of the kernel list in grub. Which is perfectly fine for me (c.f. #690538 ;-). I may come up with a patch for that in the future if I get it once working. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 From mgilbert at debian.org Thu Jan 30 14:10:01 2014 From: mgilbert at debian.org (Michael Gilbert) Date: Thu, 30 Jan 2014 09:10:01 -0500 Subject: Bug#736678: grub2: support init boot flag selection In-Reply-To: <20140130133837.GK8798@riva.ucam.org> References: <20140130133837.GK8798@riva.ucam.org> Message-ID: On Thu, Jan 30, 2014 at 8:38 AM, Colin Watson wrote: > On Sat, Jan 25, 2014 at 07:36:05PM -0500, Michael Gilbert wrote: >> I've been working on a system that allows the user to easily make >> their own init system selection: >> http://packages.qa.debian.org/i/init-select.html >> >> I've just finished working on a patch for grub (see attached) to >> support init-select's /etc/default/init conffile. >> >> This changes util/grub.d/10_linux.in to put the selected init bootflag >> in GRUB_CMDLINE_LINUX_DEFAULT. If there is a better approach, please >> let me know, and I'll try to improve the patch. > > You're missing kFreeBSD and Hurd support here, FWIW. > > However, I don't think this should require changing grub2 at all. > Nowadays we support other packages dropping files into > /etc/default/grub.d/*.cfg, which are read after /etc/default/grub and > can modify the various variables that are exported by grub-mkconfig to > /etc/grub.d/ scripts. Could you investigate taking this approach in > init-select instead? In this case, I think that would be better than > adding another entry to grub2's already large and unwieldy patch stack. Hi Colin, Thanks a bunch for the feeback. I'll look into that. Best wishes, Mike From cjwatson at debian.org Thu Jan 30 14:11:14 2014 From: cjwatson at debian.org (Colin Watson) Date: Thu, 30 Jan 2014 14:11:14 +0000 Subject: Bug#736678: grub2: support init boot flag selection In-Reply-To: <20140130135428.GI27889@sym.noone.org> References: <20140130133837.GK8798@riva.ucam.org> <20140130135428.GI27889@sym.noone.org> Message-ID: <20140130141114.GL8798@riva.ucam.org> On Thu, Jan 30, 2014 at 02:54:28PM +0100, Axel Beckert wrote: > Colin Watson wrote: > > However, I don't think this should require changing grub2 at all. > > Nowadays we support other packages dropping files into > > /etc/default/grub.d/*.cfg, which are read after /etc/default/grub and > > can modify the various variables that are exported by grub-mkconfig to > > /etc/grub.d/ scripts. Could you investigate taking this approach in > > init-select instead? In this case, I think that would be better than > > adding another entry to grub2's already large and unwieldy patch stack. > > My idea was to modify 10_linux (preferably upstream) to iterate over > all installed init systems, i.e. list each combination of kernel and > init system in the menu. This would obsolete Michael's init-select in > some way, but I suspect he wouldn't be mad about it. :-) > > I'm though quite sure this variant can't be implemented externally as > it needs to add a loop inside 10_linux. Personally I would think that would be a pretty cumbersome thing to present in the boot menu. I think I prefer Michael's approach of selecting this in userspace for the next boot; you can always edit the boot entry and add init= if something goes wrong. We don't have to present *every* possibility in the boot menu, and given poor support for combinatorial explosion it's probably better if we don't try. -- Colin Watson [cjwatson at debian.org] From korn-debbugs at elan.rulez.org Thu Jan 30 15:35:56 2014 From: korn-debbugs at elan.rulez.org (Andras Korn) Date: Thu, 30 Jan 2014 16:35:56 +0100 Subject: Bug#737140: Assumes zpool member devices reside directly in /dev Message-ID: <20140130153556.GA29190@hellgate> Package: grub-pc Version: 2.02~beta2-6 Severity: normal Tags: upstream Hi, "grub-probe --target=device /" calls "zpool status" to determine what devices a zpool consists of. Unfortunately zpool status only prints "nicknames" for devices, for example: # zpool status pool: sealynx state: ONLINE see: http://zfsonlinux.org/msg/ZFS-8000-EY scan: none requested config: NAME STATE READ WRITE CKSUM sealynx ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 scsi-SATA_Hitachi_HUA7220_JPW9P0N007TZ5D-part3 ONLINE 0 0 0 scsi-SATA_Hitachi_HUA7220_JPW9P0N00AZ49D-part3 ONLINE 0 0 0 logs mirror-1 ONLINE 0 0 0 scsi-SATA_SAMSUNG_MZ7WD12S16KNEAD700746-part3 ONLINE 0 0 0 scsi-SATA_SAMSUNG_MZ7WD12S16KNEAD700747-part3 ONLINE 0 0 0 cache scsi-SATA_SAMSUNG_MZ7WD12S16KNEAD700746-part4 ONLINE 0 0 0 scsi-SATA_SAMSUNG_MZ7WD12S16KNEAD700747-part4 ONLINE 0 0 0 In this case, the pool was assembled using device names from /dev/disks/by-id, but grub-probe assumes they are under /dev and fails: grub-probe: error: failed to get canonical path of `/dev/scsi-SATA_Hitachi_HUA7220_JPW9P0N007TZ5D-part3'. Additionally, for non-online devices, the output of zpool status is likely completely useless to grub-probe. I'm not sure if you're already filtering those out, but if not, you should. I suppose something like the following could be used to obtain the "canonical" device names: zpool status $poolname \ | sed -n '/^[[:space:]]*NAME[[:space:]]*STATE[[:space:]]/,${ / ONLINE /s/^[[:space:]]*//; s/[[:space:]]*ONLINE[[:space:]]*[0-9]*[[:space:]]*[0-9]*[[:space:]]*[0-9]*[[:space:]]*$//p }' \ | while read candidate; do devlink="$(find /dev -name "$candidate" | head -n 1)" if [[ -e "$devlink" ]]; then [[ -b "$(readlink -f "$devlink")" ]] && readlink -f "$devlink" fi done This still has problems (for example, it assumes that the first match in /dev for any of the names printed by zpool status will be either the relevant block device or a symlink to it), but I'm not sure it's possible or necessary to do much better. Ideally, zpool should be patched so that it can print device paths, not just device names. Andras -- Both of his feet are firmly planted in the air.