From daniel at pocock.pro Sat Jul 4 09:38:02 2015 From: daniel at pocock.pro (Daniel Pocock) Date: Sat, 04 Jul 2015 11:38:02 +0200 Subject: Bug#791392: splash / logo / menu screen appears slowly Message-ID: <5597A97A.60908@pocock.pro> Package: grub-pc Version: 2.02~beta2-22 Severity: important Since upgrading to jessie, grub has been using a graphical mode by default It paints a background image before displaying the menu The background image appears very slowly, it appears to draw one line at a time, starting from the bottom of the screen. After the background image, it then draws a border, this is also drawn painfully slowly. This makes a bad first impression of jessie after upgrading so I marked this bug important. From grub.bug at discard.email Wed Jul 8 09:44:16 2015 From: grub.bug at discard.email (grub.bug at discard.email) Date: Wed, 8 Jul 2015 11:44:16 +0200 Subject: Bug#791764: grub-pc: pager setting for grub command-line should be on by default Message-ID: <9c6268c865017eade4dd61f097fd66c7@discard.email> Package: grub-pc Version: 2.02~beta2-22 ? I was recently trying to fix a booting problem at the grub command-line. I'm not very familiar with grub so I tried to use the built in help command. ? However, I found that in the default configuration, grub's help command is not very useful: The help output is frequently longer than one screen-full, it whizzes past far too quickly to read, and you can't scroll back up. ? It turns out there is a pager option, but this is turned off by default: https://www.gnu.org/software/grub/manual/html_node/pager.html#pager ? I think the pager feature should be on by default. ? Without it, the built-in help is pretty much unusable, and the user has to refer to the external manual to find out how to make it usable (how is s/he to know about the pager setting?), which renders the whole idea of a built-in help system rather pointless. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ijc at debian.org Thu Jul 16 07:27:03 2015 From: ijc at debian.org (Ian Campbell) Date: Thu, 16 Jul 2015 08:27:03 +0100 Subject: Bug#792547: grub2: add option to _not_ install to UEFI boot order Message-ID: <20150716072703.10241.4292.reportbug@dagon.hellion.org.uk> Source: grub2 Version: 2.02~beta2-26 Severity: wishlist Tags: patch In #789798 against grub-installer I said: I have a need to repeatedly install Debian from PXE on systems which are UEFI only (arm64 as it happens but I think all of the below applies to x86 UEFI too). When we want to actually boot the installed OS we chainload from the PXE grub.efi to the one on the ESP (using grub-installer/force-efi-extra-removable for simplicity, but that's by the by, I think). This is for automated testing which does a fresh install before most tests. The problem is that during install Debian inserts itself into the UEFI boot order _before_ the PXE entry, this happens via grub-installer.udeb -> grub-install (from the main grub deb) -> efibootmgr -c. This means that when we come to want to regroove the box it won't boot from PXE. grub-install offers an option to avoid this (--no-nvram) which is passed by grub-installer under some very specific circumstances (known broken hardware) but it would be very useful if this was a pre-seedable option so it could be used in circumstances such as the above as well. The solution to this turns out to require patching the grub2 packages as well, to avoid it installing to NVRAM either during initial package installation or upgrade. This is achieved by having grub-installer propagate a debconf setting which is added by this patch. The text of the question was reviewed by debian-l10n-english in the context of #789798. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf, armel, arm64 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) -------------- next part -------------- A non-text attachment was scrubbed... Name: grub2.patch Type: text/x-diff Size: 3892 bytes Desc: not available URL: From owner at bugs.debian.org Thu Jul 16 07:39:13 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 16 Jul 2015 07:39:13 +0000 Subject: Processed: Bug#789798: grub-installer: add option to _not_ install to UEFI boot order References: <1437032065.7019.160.camel@debian.org> <20150624150228.27093.46447.reportbug@dagon.hellion.org.uk> Message-ID: Processing control commands: > block 789798 by 792547 Bug #789798 [grub-installer] grub-installer: add option to _not_ install to UEFI boot order 789798 was not blocked by any bugs. 789798 was not blocking any bugs. Added blocking bug(s) of 789798: 792547 -- 789798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789798 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ijc at debian.org Thu Jul 16 07:34:25 2015 From: ijc at debian.org (Ian Campbell) Date: Thu, 16 Jul 2015 08:34:25 +0100 Subject: Bug#792547: Bug#789798: grub-installer: add option to _not_ install to UEFI boot order Message-ID: <1437032065.7019.160.camel@debian.org> Control: block 789798 by 792547 I've tested both of these patches (grub-installer [0] and grub2 [1] together but the grub-installer one doesn't do much without the grub2 one, since it appears that the installation of the grub-* packages also ends up running grub-install during installation. Ian. [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789798#65 [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792547#5 From ijc at debian.org Thu Jul 16 08:59:02 2015 From: ijc at debian.org (Ian Campbell) Date: Thu, 16 Jul 2015 09:59:02 +0100 Subject: Bug#792547: Bug#789798: grub-installer: add option to _not_ install to UEFI boot order In-Reply-To: <1437032065.7019.160.camel@debian.org> References: <1437032065.7019.160.camel@debian.org> Message-ID: <1437037142.32371.141.camel@debian.org> On Thu, 2015-07-16 at 08:34 +0100, Ian Campbell wrote: > Control: block 789798 by 792547 > > I've tested both of these patches (grub-installer [0] and grub2 [1] > together but the grub-installer one doesn't do much without the grub2 > one, since it appears that the installation of the grub-* packages also > ends up running grub-install during installation. To clarify, I rebuilt the Jessie d-i version with this modified grub-installer included in the initrd and did two tests: A normal x86/UEFI install, from mini.iso, which showed no change in behaviour (i.e. Debian was added to the boot order as expected). In the installed system I then installed the updated version of grub2 and manually confirmed that /var/cache/debconf/config.dat had the new option set to true and that having deleted Debian from the boot order dpkg-reconfigure grub-efi-amd64 put it back and that dpkg-reconfigure -plow grub-efi-amd64 asked me the question and it behaved as expected (i.e. didn't add the entry if I deselected the new option). I then reinstalled using my patched d-i but with grub-installer/install-to-nvram=false added tothe kernel command line. I ran through the install and observed in syslog that grub-installer had passed --no-nvram but that Debian was added to the boot order by the existing grub2 packages from the archive (not my patched version) as they were installed. Then in the installed system I confirmed that /var/cache/debconf/config.dat had the new question in it set to false. Deleting the boot order and then installing my patched grub2 packages then correctly obeyed that setting, leading me to conclude that if it had been present in the archive during install then the right thing would have happened. Ian. > > Ian. > > [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789798#65 > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792547#5 > > _______________________________________________ > Pkg-grub-devel mailing list > Pkg-grub-devel at lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grub-devel > From frazzledjazz at gmail.com Mon Jul 20 08:50:59 2015 From: frazzledjazz at gmail.com (Richard Jasmin) Date: Mon, 20 Jul 2015 03:50:59 -0500 Subject: Bug#792926: Package: grub2 Message-ID: <1437382259.1819.8.camel@gmail.com> Package: grub2 Version: 2.02~beta2-22 This ones a DUZY for AMD 990FX boards. Previous distriutions of Amd64 did not seem to be affected by this bug.This bug affects multiple linux distributions.ASUS support is unwilling to solve thier end of the problem.Solution in part is to ban all 990FX boards until this is fixed.The bios is 64 bit capable. GRUB2 wants to setup UEFI.It supposedly does this in a manner that creates a NON-BOOTABLE installation.The bios wants partition 4 to boot from, not the first partition where the EFI boot files reside.You can only create a bootable Linux setup if you use msdos partition type, forcing partition 4 to be bootable.This is only possible from jessie live media. Writing the efi boot file to a USB stick does not work either, but should according to intel x64 specifications. Will test further on my AMD APU-based laptop.I have jessie, wheezy and squeeze all on bdrom.This in itself is supposedly a bug; distributions before jessie supposedly have no bdrom support. From tg at mirbsd.de Thu Jul 23 11:54:03 2015 From: tg at mirbsd.de (Thorsten Glaser) Date: Thu, 23 Jul 2015 13:54:03 +0200 Subject: Bug#793375: /etc/grub.d/10_linux: useless boot menu duplicates on systems running sysvinit Message-ID: <20150723115403.2597.15646.reportbug@tglase-nb.lan.tarent.de> Package: grub-common Version: 2.02~beta2-26 Severity: wishlist Hi, my boot menu contains three entries per kernel: the regular and rescue one and a new entry '(sysvinit)'. My system only has sysvinit installed though, so this is kinda misleading as it?s actually the same as the regular entry. I think that on systems with only one init system installed those entries should not be generated, to not confuse less versed users. -- Package-specific info: *********************** BEGIN /proc/mounts /dev/sda4 / ext4 rw,relatime,errors=remount-ro,stripe=256,data=ordered 0 0 /dev/sda2 /boot ext4 rw,sync,noatime,stripe=1024 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (hd0) /dev/disk/by-id/ata-INTEL_SSDSA2M160G2HP_CVPO04540184160AGN *********************** 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 if [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=true else set default="0" fi 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 ext2 set root='hd0,msdos4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 --hint='hd0,msdos4' 399fb17d-a949-4f53-bdfd-5d5a8693e98b else search --no-floppy --fs-uuid --set=root 399fb17d-a949-4f53-bdfd-5d5a8693e98b fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=1024x768 load_video insmod gfxterm fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=30 else if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=5 fi fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod ext2 set root='hd0,msdos4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 --hint='hd0,msdos4' 399fb17d-a949-4f53-bdfd-5d5a8693e98b else search --no-floppy --fs-uuid --set=root 399fb17d-a949-4f53-bdfd-5d5a8693e98b fi insmod png if background_image /usr/share/images/desktop-base/spacefun-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, with Linux 4.0.0-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-2-amd64-advanced-399fb17d-a949-4f53-bdfd-5d5a8693e98b' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 3827f24c-e309-47f0-a25e-ae50ff9e893b else search --no-floppy --fs-uuid --set=root 3827f24c-e309-47f0-a25e-ae50ff9e893b fi echo 'Loading Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/sda4 ro rootdelay=5 syscall.x32=y pcie_aspm=force echo 'Loading initial ramdisk ...' initrd /initrd.img-4.0.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-2-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-2-amd64-init-sysvinit-399fb17d-a949-4f53-bdfd-5d5a8693e98b' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 3827f24c-e309-47f0-a25e-ae50ff9e893b else search --no-floppy --fs-uuid --set=root 3827f24c-e309-47f0-a25e-ae50ff9e893b fi echo 'Loading Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/sda4 ro rootdelay=5 syscall.x32=y pcie_aspm=force init=/lib/sysvinit/init echo 'Loading initial ramdisk ...' initrd /initrd.img-4.0.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-2-amd64-recovery-399fb17d-a949-4f53-bdfd-5d5a8693e98b' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 3827f24c-e309-47f0-a25e-ae50ff9e893b else search --no-floppy --fs-uuid --set=root 3827f24c-e309-47f0-a25e-ae50ff9e893b fi echo 'Loading Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/sda4 ro single rootdelay=5 syscall.x32=y echo 'Loading initial ramdisk ...' initrd /initrd.img-4.0.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-1-amd64-advanced-399fb17d-a949-4f53-bdfd-5d5a8693e98b' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 3827f24c-e309-47f0-a25e-ae50ff9e893b else search --no-floppy --fs-uuid --set=root 3827f24c-e309-47f0-a25e-ae50ff9e893b fi echo 'Loading Linux 4.0.0-1-amd64 ...' linux /vmlinuz-4.0.0-1-amd64 root=/dev/sda4 ro rootdelay=5 syscall.x32=y pcie_aspm=force echo 'Loading initial ramdisk ...' initrd /initrd.img-4.0.0-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-1-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-1-amd64-init-sysvinit-399fb17d-a949-4f53-bdfd-5d5a8693e98b' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 3827f24c-e309-47f0-a25e-ae50ff9e893b else search --no-floppy --fs-uuid --set=root 3827f24c-e309-47f0-a25e-ae50ff9e893b fi echo 'Loading Linux 4.0.0-1-amd64 ...' linux /vmlinuz-4.0.0-1-amd64 root=/dev/sda4 ro rootdelay=5 syscall.x32=y pcie_aspm=force init=/lib/sysvinit/init echo 'Loading initial ramdisk ...' initrd /initrd.img-4.0.0-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-1-amd64-recovery-399fb17d-a949-4f53-bdfd-5d5a8693e98b' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod ext2 set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 3827f24c-e309-47f0-a25e-ae50ff9e893b else search --no-floppy --fs-uuid --set=root 3827f24c-e309-47f0-a25e-ae50ff9e893b fi echo 'Loading Linux 4.0.0-1-amd64 ...' linux /vmlinuz-4.0.0-1-amd64 root=/dev/sda4 ro single rootdelay=5 syscall.x32=y echo 'Loading initial ramdisk ...' initrd /initrd.img-4.0.0-1-amd64 } ### 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 ### ### 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 cat: /proc/mdstat: No such file or directory *********************** END /proc/mdstat *********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Jul 23 13:50 ata-INTEL_SSDSA2M160G2HP_CVPO04540184160AGN -> ../../sda lrwxrwxrwx 1 root root 10 Jul 23 13:50 ata-INTEL_SSDSA2M160G2HP_CVPO04540184160AGN-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jul 23 13:50 ata-INTEL_SSDSA2M160G2HP_CVPO04540184160AGN-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jul 23 13:50 ata-INTEL_SSDSA2M160G2HP_CVPO04540184160AGN-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jul 23 13:50 ata-INTEL_SSDSA2M160G2HP_CVPO04540184160AGN-part4 -> ../../sda4 lrwxrwxrwx 1 root root 9 Jul 23 13:50 wwn-0x6a4b594751795001 -> ../../sda lrwxrwxrwx 1 root root 10 Jul 23 13:50 wwn-0x6a4b594751795001-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jul 23 13:50 wwn-0x6a4b594751795001-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jul 23 13:50 wwn-0x6a4b594751795001-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jul 23 13:50 wwn-0x6a4b594751795001-part4 -> ../../sda4 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 10 Jul 23 13:50 3827f24c-e309-47f0-a25e-ae50ff9e893b -> ../../sda2 lrwxrwxrwx 1 root root 10 Jul 23 13:50 399fb17d-a949-4f53-bdfd-5d5a8693e98b -> ../../sda4 lrwxrwxrwx 1 root root 10 Jul 23 13:50 a094925c-7820-4c5a-83d0-7c82d977ea01 -> ../../sda1 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/lksh Init: sysvinit (via /sbin/init) Versions of packages grub-common depends on: ii gettext-base 0.19.4-1 ii libc6 2.19-19 ii libdevmapper1.02.1 2:1.02.99-2 ii libfreetype6 2.5.2-4 ii libfuse2 2.9.4-1 ii liblzma5 5.1.1alpha+20120614-2.1 ii libpng12-0 1.2.50-2+b2 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages grub-common recommends: ii os-prober 1.66 Versions of packages grub-common suggests: ii console-setup 2:1 ii desktop-base 8.0.2 pn grub-emu pn multiboot-doc pn xorriso -- no debconf information From cjwatson at debian.org Thu Jul 23 12:48:20 2015 From: cjwatson at debian.org (Colin Watson) Date: Thu, 23 Jul 2015 13:48:20 +0100 Subject: Bug#793375: /etc/grub.d/10_linux: useless boot menu duplicates on systems running sysvinit In-Reply-To: <20150723115403.2597.15646.reportbug@tglase-nb.lan.tarent.de> References: <20150723115403.2597.15646.reportbug@tglase-nb.lan.tarent.de> Message-ID: <20150723124820.GM23956@riva.ucam.org> On Thu, Jul 23, 2015 at 01:54:03PM +0200, Thorsten Glaser wrote: > my boot menu contains three entries per kernel: the regular and rescue one > and a new entry '(sysvinit)'. My system only has sysvinit installed though, > so this is kinda misleading as it?s actually the same as the regular entry. That's certainly not intended behaviour. What do these commands report? readlink -f /sbin/init readlink -f /lib/sysvinit/init Thanks, -- Colin Watson [cjwatson at debian.org] From tg at mirbsd.de Thu Jul 23 13:01:33 2015 From: tg at mirbsd.de (Thorsten Glaser) Date: Thu, 23 Jul 2015 13:01:33 +0000 (UTC) Subject: Bug#793375: /etc/grub.d/10_linux: useless boot menu duplicates on systems running sysvinit In-Reply-To: <20150723124820.GM23956@riva.ucam.org> References: <20150723115403.2597.15646.reportbug@tglase-nb.lan.tarent.de> <20150723124820.GM23956@riva.ucam.org> Message-ID: Colin Watson dixit: >That's certainly not intended behaviour. What do these commands report? With more debugging: tglase at tglase-nb:~ $ readlink -f /sbin/init /sbin/init tglase at tglase-nb:~ $ readlink -f /lib/sysvinit/init /lib/sysvinit/init tglase at tglase-nb:~ $ ll /sbin/init /lib/sysvinit/init -rwxr-xr-x 1 root root 40648 May 21 13:34 /lib/sysvinit/init* -rwxr-xr-x 1 root root 40648 May 21 13:34 /sbin/init* tglase at tglase-nb:~ $ dpkg -S /sbin/init /lib/sysvinit/init sysvinit-core: /sbin/init sysvinit: /lib/sysvinit/init tglase at tglase-nb:~ $ cd /var/cache/apt/archives tglase at tglase-nb:/var/cache/apt/archives $ dpkg-deb -c sysvinit-core*.deb | fgrep /sbin/init -rwxr-xr-x root/root 40648 2015-05-21 13:34 ./sbin/init tglase at tglase-nb:/var/cache/apt/archives $ dpkg-deb -c sysvinit_*.deb | fgrep /lib/sysvinit/init -rwxr-xr-x root/root 40648 2015-05-21 13:34 ./lib/sysvinit/init On some *other* systems, I have a local diversion, so /sbin/init should be treated with care (i386 systems with an amd64 kernel): root at evolvis:~ # dpkg-divert --list | fgrep init local diversion of /sbin/init to /sbin/init.real root at evolvis:~ # ls -l /sbin/init* -r-xr-xr-x 1 root root 55 Jul 22 10:47 /sbin/init -rwxr-xr-x 1 root root 35216 Jul 18 2013 /sbin/init.real root at evolvis:~ # cat /sbin/init #!/bin/mksh-static exec /usr/bin/linux32 /sbin/init.real "$@" That?s not on this system, though (which is a pure amd64 laptop, with a few i386 things installed). bye, //mirabilos -- FWIW, I'm quite impressed with mksh interactively. I thought it was much *much* more bare bones. But it turns out it beats the living hell out of ksh93 in that respect. I'd even consider it for my daily use if I hadn't wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh From luc.vanrompaey at gmail.com Sun Jul 26 13:10:18 2015 From: luc.vanrompaey at gmail.com (Luc Van Rompaey) Date: Sun, 26 Jul 2015 15:10:18 +0200 Subject: Bug#686817: grub-pc: Add option to change keyboard layout Message-ID: <55B4DC3A.1020704@gmail.com> In principle, GRUB2 allows you to change the keyboard layout through its 'at_keyboard' input terminal. You can use the 'grub-mklayout' utility to create a GRUB keyboard layout, e.g., for dvorak: ckbcomp dvorak | grub-mklayout -o dvorak.gkb Create a 'layouts' subdirectory under your 'grub' directory, and copy the GRUB keyboard layout to it, e.g.: mkdir /boot/grub/layouts cp dvorak.gkb /boot/grub/layouts The 'keymap' command under GRUB (e.g., in your 'grub.cfg') will then load the keymap: keymap dvorak To actually use the keymap, you will have to switch the the 'at_keyboard' input terminal: terminal_input at_keyboard Trouble is, under a PC BIOS system, the 'at_keyboard' input terminal is broken. It is unclear to me how (or even, whether) it can be fixed. Since I, too, got frustrated that I couldn't change the keyboard layout, I decided to try and create my own 'ext_kbd' input terminal, for personal use. The 'ext_kbd' input terminal implements something akin to the 'setkey' command that was available under what is now known as GRUB Legacy. It won't go into upstream, since it deviates from the infrastructure that GRUB already provides for changing the keyboard layout. In any case, I'll attach a patch that will add support for my 'ext_kbd' module to GRUB, in case anyone is interested enough to try it. If you decide to apply the patch, then you will subsequently have to run './autogen.sh' before you run './configure'. Otherwise, the build process will not pick up the definition of the 'ext_kbd' module that the patch adds to the 'grub-core/Makefile.core.def' file. I'm afraid that this is the best that I can do for now. -- Luc. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ext_kbd.patch Type: text/x-patch Size: 37972 bytes Desc: not available URL: From steven at nchc.org.tw Mon Jul 27 08:25:25 2015 From: steven at nchc.org.tw (Steven Shiau) Date: Mon, 27 Jul 2015 16:25:25 +0800 Subject: Bug#793760: grub-pc: Autoload grub2's config file when netbooting for uEFI clients Message-ID: <20150727082525.31681.40993.reportbug@debian-TU.nchc.org.tw> Package: grub-pc Version: 2.02~beta2-26 Severity: wishlist Tags: patch Dear Maintainer, Grub 2.02 does not provide the mechanism to automatically load a config file for uEFI network boot clients like that of PXELinux. It always let network boot client load grub.cfg. We need the ability for client to auto load that, like: (tftp,192.168.1.254)/boot/grub/grub.cfg-01-00-0c-29-68-f3-23 (tftp,192.168.1.254)/boot/grub/grub.cfg-C0A80101 (tftp,192.168.1.254)/boot/grub/grub.cfg-C0A8010 (tftp,192.168.1.254)/boot/grub/grub.cfg-C0A801 (tftp,192.168.1.254)/boot/grub/grub.cfg-C0A80 (tftp,192.168.1.254)/boot/grub/grub.cfg-C0A8 (tftp,192.168.1.254)/boot/grub/grub.cfg-C0A (tftp,192.168.1.254)/boot/grub/grub.cfg-C0 (tftp,192.168.1.254)/boot/grub/grub.cfg-C (tftp,192.168.1.254)/boot/grub/grub.cfg CentOS/Fedora distribution has a patch for this, as described here: https://git.centos.org/blob/!!!!rpms!grub2.git/0dc71c7bacb66388590a4a8e457d30813ce45205/SOURCES!0100-Search-for-specific-config-file-for-netboot.patch;jsessionid=11wvmi6s9c8nr192bj7zhe61yg https://bugzilla.redhat.com/show_bug.cgi?id=873406 Is that possible we can have the same patch applied in Debian? Thank you very much. Steven. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 4.0.0-2-686-pae (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages grub-pc depends on: ii debconf [debconf-2.0] 1.5.57 ii grub-common 2.02~beta2-26 ii grub-pc-bin 2.02~beta2-26 ii grub2-common 2.02~beta2-26 ii ucf 3.0030 grub-pc recommends no packages. grub-pc suggests no packages. -- debconf information excluded From persmule at gmail.com Fri Jul 31 16:14:47 2015 From: persmule at gmail.com (Tianming Xie) Date: Sat, 01 Aug 2015 00:14:47 +0800 Subject: Bug#794243: grub-common: Add support for F2FS to grub-probe Message-ID: <20150731161447.10457.78346.reportbug@universi-lnvx60.lan> Package: grub-common Version: 2.02~beta2-26 Severity: wishlist Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** On this machine, I use an F2FS on /dev/mmcblk0 (/dev/mmcblk0p1) as the rootfs. Since the current grub-probe does not support extracting UUID from F2FS, the rootfs info written to grub.cfg is the device path of the rootfs (/dev/mmcblk0p1). If grub-probe can support f2fs, the generated grub.cfg may become more portable. -- Package-specific info: *********************** BEGIN /proc/mounts /dev/mmcblk0p1 / f2fs rw,relatime,background_gc=on,nouser_xattr,noacl,active_logs=6 0 0 /dev/mmcblk0p3 /usr/local f2fs rw,relatime,background_gc=on,user_xattr,acl,active_logs=6 0 0 /dev/sda4 /srv ext4 rw,relatime,data=ordered 0 0 /dev/sda8 /home ext4 rw,relatime,data=ordered 0 0 /dev/sda2 /boot ext2 rw,relatime 0 0 /dev/sda6 /var ext4 rw,relatime,data=ordered 0 0 /dev/mmcblk0p2 /var/lib/dpkg f2fs rw,relatime,background_gc=on,user_xattr,acl,active_logs=6 0 0 /dev/sda7 /var/lib/boinc-client ext4 rw,relatime,data=ordered 0 0 /dev/sda5 /var/lib/dpkg/updates ext4 rw,relatime,data=ordered 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (hd0) /dev/disk/by-id/memstick-SD32G_0x18802d27 (hd1) /dev/disk/by-id/ata-TOSHIBA_MK1214GAH_39H5W1ZIW *********************** 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 if [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=true else set default="0" fi 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_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi font="/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=zh_CN insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=30 else if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=5 fi fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi insmod png if background_image /grub/.background_cache.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-/dev/mmcblk0p1' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi echo '?? Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/mmcblk0p1 ro quiet echo '????????...' initrd /initrd.img-4.0.0-2-amd64 } submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-/dev/mmcblk0p1' { menuentry 'Debian GNU/Linux?Linux 4.0.0-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-2-amd64-advanced-/dev/mmcblk0p1' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi echo '?? Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/mmcblk0p1 ro quiet echo '????????...' initrd /initrd.img-4.0.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-2-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-2-amd64-init-sysvinit-/dev/mmcblk0p1' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi echo '?? Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/mmcblk0p1 ro quiet init=/lib/sysvinit/init echo '????????...' initrd /initrd.img-4.0.0-2-amd64 } menuentry 'Debian GNU/Linux, with Linux 4.0.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.0.0-2-amd64-recovery-/dev/mmcblk0p1' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi echo '?? Linux 4.0.0-2-amd64 ...' linux /vmlinuz-4.0.0-2-amd64 root=/dev/mmcblk0p1 ro single echo '????????...' initrd /initrd.img-4.0.0-2-amd64 } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi linux16 /memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi linux16 /memtest86+.bin console=ttyS0,115200n8 } menuentry "Memory test (memtest86+, experimental multiboot)" { insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi multiboot /memtest86+_multiboot.bin } menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" { insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b else search --no-floppy --fs-uuid --set=root 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b fi multiboot /memtest86+_multiboot.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### ### 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 cat: /proc/mdstat: No such file or directory *********************** END /proc/mdstat *********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143 -> ../../sda lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part7 -> ../../sda7 lrwxrwxrwx 1 root root 10 Jul 31 23:36 ata-ST500LM012_HN-M500MBB_S2R7J9FD702143-part8 -> ../../sda8 lrwxrwxrwx 1 root root 13 Jul 31 23:31 mmc-SL32G_0x19c63837 -> ../../mmcblk0 lrwxrwxrwx 1 root root 15 Jul 31 23:31 mmc-SL32G_0x19c63837-part1 -> ../../mmcblk0p1 lrwxrwxrwx 1 root root 15 Jul 31 23:31 mmc-SL32G_0x19c63837-part2 -> ../../mmcblk0p2 lrwxrwxrwx 1 root root 15 Jul 31 23:31 mmc-SL32G_0x19c63837-part3 -> ../../mmcblk0p3 lrwxrwxrwx 1 root root 9 Jul 31 23:31 usb-HUAWEI_Mass_Storage-0:0 -> ../../sr0 lrwxrwxrwx 1 root root 9 Jul 31 23:31 usb-HUAWEI_SD_Storage-0:0 -> ../../sdb lrwxrwxrwx 1 root root 9 Jul 31 23:36 wwn-0x135c0aa34cf25000 -> ../../sda lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part7 -> ../../sda7 lrwxrwxrwx 1 root root 10 Jul 31 23:36 wwn-0x135c0aa34cf25000-part8 -> ../../sda8 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 15 Jul 31 23:31 18fc5193-04ac-4d8c-835f-7ceb98582f8a -> ../../mmcblk0p2 lrwxrwxrwx 1 root root 15 Jul 31 23:31 1f4ac649-d14f-4fb1-9550-939cd7dc49b1 -> ../../mmcblk0p3 lrwxrwxrwx 1 root root 9 Jul 31 23:31 2013-01-29-08-00-00-00 -> ../../sr0 lrwxrwxrwx 1 root root 10 Jul 31 23:36 341c5108-0f39-4b5e-a518-a073249f71ff -> ../../sda5 lrwxrwxrwx 1 root root 10 Jul 31 23:36 38ae398f-0463-49b1-877e-8220dce08222 -> ../../sda8 lrwxrwxrwx 1 root root 10 Jul 31 23:36 53a11e43-4972-4e8f-bcbd-710891a34bab -> ../../sda6 lrwxrwxrwx 1 root root 10 Jul 31 23:36 80a2da37-bd34-44aa-821f-e578f9154d4a -> ../../sda4 lrwxrwxrwx 1 root root 10 Jul 31 23:36 81d21ad5-8a6f-4285-9a31-b827dcdd9a6b -> ../../sda2 lrwxrwxrwx 1 root root 10 Jul 31 23:36 a51e8308-acea-4811-95cf-79b6b49d3119 -> ../../sda7 lrwxrwxrwx 1 root root 15 Jul 31 23:31 bd5dda9c-073c-45ca-b89b-e8c73272254b -> ../../mmcblk0p1 lrwxrwxrwx 1 root root 10 Jul 31 23:36 f299eff4-7921-4a7f-9b7f-c40daf778dee -> ../../sda3 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing'), (500, 'testing-proposed-updates'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages grub-common depends on: ii gettext-base 0.19.4-1 ii libc6 2.19-19 ii libdevmapper1.02.1 2:1.02.90-2.2 ii libfreetype6 2.5.2-4 ii libfuse2 2.9.4-1 ii liblzma5 5.1.1alpha+20120614-2.1 ii libpng12-0 1.2.50-2+b2 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages grub-common recommends: ii os-prober 1.66 Versions of packages grub-common suggests: ii console-setup 1.131 ii desktop-base 8.0.2 pn grub-emu pn multiboot-doc ii xorriso 1.3.2-1.1 -- no debconf information From persmule at gmail.com Fri Jul 31 21:34:53 2015 From: persmule at gmail.com (persmule) Date: Sat, 01 Aug 2015 05:34:53 +0800 Subject: Bug#794243: Acknowledgement (grub-common: Add support for F2FS to grub-probe) In-Reply-To: References: <20150731161447.10457.78346.reportbug@universi-lnvx60.lan> Message-ID: <55BBE9FD.6000507@gmail.com> An HTML attachment was scrubbed... URL: