Package: grub-efi-amd64 Version: 2.02~beta2-7 Followup-For: Bug #716927
Hello, Now the situation is even worst. With last updated package, grub-install is not anymore a script but a binary... So there is no way to change this (at least that you recompile the package with the desired change I imagine). Isn't there any way to add a conditional to detect the hfsplus the exfat partition to continue?. This is the error I get: ✘ muammar@ihacku ⮀ ~ ⮀ sudo apt-get dist-upgrade [sudo] password for muammar: Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Setting up grub-efi-amd64 (2.02~beta2-7) ... Installing for x86_64-efi platform. grub-install: error: Can't create file: No such file or directory. dpkg: error processing package grub-efi-amd64 (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: grub-efi-amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) Thanks, -- Package-specific info: *********************** WARNING grub-setup left core.img in filesystem *********************** BEGIN /proc/mounts /dev/disk/by-uuid/b366afdb-add9-4315-a5ba-b65cb1ad0edb / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/sda6 /home hfsplus rw,relatime,umask=22,uid=0,gid=0,nls=utf8 0 0 /dev/sda7 /home/muammar/devel ext4 rw,relatime,data=ordered 0 0 /dev/sda8 /boot/efi hfsplus rw,relatime,umask=22,uid=0,gid=0,nls=utf8 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (hd0) /dev/disk/by-id/ata-TOSHIBA_MK5065GSXF_4198CBR1T *********************** 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_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb 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_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb 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-b366afdb-add9-4315-a5ba-b65cb1ad0edb' { load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi echo 'Loading Linux 3.13-1-amd64 ...' linux /boot/vmlinuz-3.13-1-amd64 root=UUID=b366afdb-add9-4315-a5ba-b65cb1ad0edb ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.13-1-amd64 } submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-b366afdb-add9-4315-a5ba-b65cb1ad0edb' { menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-advanced-b366afdb-add9-4315-a5ba-b65cb1ad0edb' { load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi echo 'Loading Linux 3.13-1-amd64 ...' linux /boot/vmlinuz-3.13-1-amd64 root=UUID=b366afdb-add9-4315-a5ba-b65cb1ad0edb ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.13-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-recovery-b366afdb-add9-4315-a5ba-b65cb1ad0edb' { load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi echo 'Loading Linux 3.13-1-amd64 ...' linux /boot/vmlinuz-3.13-1-amd64 root=UUID=b366afdb-add9-4315-a5ba-b65cb1ad0edb ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.13-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.12-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12-1-amd64-advanced-b366afdb-add9-4315-a5ba-b65cb1ad0edb' { load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi echo 'Loading Linux 3.12-1-amd64 ...' linux /boot/vmlinuz-3.12-1-amd64 root=UUID=b366afdb-add9-4315-a5ba-b65cb1ad0edb ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.12-1-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.12-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12-1-amd64-recovery-b366afdb-add9-4315-a5ba-b65cb1ad0edb' { load_video insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi echo 'Loading Linux 3.12-1-amd64 ...' linux /boot/vmlinuz-3.12-1-amd64 root=UUID=b366afdb-add9-4315-a5ba-b65cb1ad0edb ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.12-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/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } menuentry "Memory test (memtest86+, experimental multiboot)" { insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi multiboot /boot/memtest86+_multiboot.bin } menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" { insmod part_gpt insmod ext2 set root='hd0,gpt4' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' b366afdb-add9-4315-a5ba-b65cb1ad0edb else search --no-floppy --fs-uuid --set=root b366afdb-add9-4315-a5ba-b65cb1ad0edb fi multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Mac OS X (32-bit) (on /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-32-209368d4dcf25199' { insmod part_gpt insmod hfsplus 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 --hint='hd0,gpt2' 209368d4dcf25199 else search --no-floppy --fs-uuid --set=root 209368d4dcf25199 fi load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ]; then if xnu_resume /var/vm/sleepimage; then set do_resume=1 fi fi if [ $do_resume = 0 ]; then xnu_uuid 209368d4dcf25199 uuid if [ -f /Extra/DSDT.aml ]; then acpi -e /Extra/DSDT.aml fi if [ /kernelcache -nt /System/Library/Extensions ]; then xnu_kernel /kernelcache boot-uuid=${uuid} rd=*uuid else xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then xnu_mkext /System/Library/Extensions.mkext else xnu_kextdir /System/Library/Extensions fi fi if [ -f /Extra/Extensions.mkext ]; then xnu_mkext /Extra/Extensions.mkext fi if [ -d /Extra/Extensions ]; then xnu_kextdir /Extra/Extensions fi if [ -f /Extra/devprop.bin ]; then xnu_devprop_load /Extra/devprop.bin fi if [ -f /Extra/splash.jpg ]; then insmod jpeg xnu_splash /Extra/splash.jpg fi if [ -f /Extra/splash.png ]; then insmod png xnu_splash /Extra/splash.png fi if [ -f /Extra/splash.tga ]; then insmod tga xnu_splash /Extra/splash.tga fi fi } menuentry 'Mac OS X (64-bit) (on /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-64-209368d4dcf25199' { insmod part_gpt insmod hfsplus 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 --hint='hd0,gpt2' 209368d4dcf25199 else search --no-floppy --fs-uuid --set=root 209368d4dcf25199 fi load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ]; then if xnu_resume /var/vm/sleepimage; then set do_resume=1 fi fi if [ $do_resume = 0 ]; then xnu_uuid 209368d4dcf25199 uuid if [ -f /Extra/DSDT.aml ]; then acpi -e /Extra/DSDT.aml fi if [ /kernelcache -nt /System/Library/Extensions ]; then xnu_kernel64 /kernelcache boot-uuid=${uuid} rd=*uuid else xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then xnu_mkext /System/Library/Extensions.mkext else xnu_kextdir /System/Library/Extensions fi fi if [ -f /Extra/Extensions.mkext ]; then xnu_mkext /Extra/Extensions.mkext fi if [ -d /Extra/Extensions ]; then xnu_kextdir /Extra/Extensions fi if [ -f /Extra/devprop.bin ]; then xnu_devprop_load /Extra/devprop.bin fi if [ -f /Extra/splash.jpg ]; then insmod jpeg xnu_splash /Extra/splash.jpg fi if [ -f /Extra/splash.png ]; then insmod png xnu_splash /Extra/splash.png fi if [ -f /Extra/splash.tga ]; then insmod tga xnu_splash /Extra/splash.tga fi fi } menuentry 'Mac OS X (32-bit) (on /dev/sda8)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-32-635b99fa45fe3d57' { insmod part_gpt insmod hfsplus set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 --hint='hd0,gpt8' 635b99fa45fe3d57 else search --no-floppy --fs-uuid --set=root 635b99fa45fe3d57 fi load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ]; then if xnu_resume /var/vm/sleepimage; then set do_resume=1 fi fi if [ $do_resume = 0 ]; then xnu_uuid 635b99fa45fe3d57 uuid if [ -f /Extra/DSDT.aml ]; then acpi -e /Extra/DSDT.aml fi if [ /kernelcache -nt /System/Library/Extensions ]; then xnu_kernel /kernelcache boot-uuid=${uuid} rd=*uuid else xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then xnu_mkext /System/Library/Extensions.mkext else xnu_kextdir /System/Library/Extensions fi fi if [ -f /Extra/Extensions.mkext ]; then xnu_mkext /Extra/Extensions.mkext fi if [ -d /Extra/Extensions ]; then xnu_kextdir /Extra/Extensions fi if [ -f /Extra/devprop.bin ]; then xnu_devprop_load /Extra/devprop.bin fi if [ -f /Extra/splash.jpg ]; then insmod jpeg xnu_splash /Extra/splash.jpg fi if [ -f /Extra/splash.png ]; then insmod png xnu_splash /Extra/splash.png fi if [ -f /Extra/splash.tga ]; then insmod tga xnu_splash /Extra/splash.tga fi fi } menuentry 'Mac OS X (64-bit) (on /dev/sda8)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-64-635b99fa45fe3d57' { insmod part_gpt insmod hfsplus set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 --hint='hd0,gpt8' 635b99fa45fe3d57 else search --no-floppy --fs-uuid --set=root 635b99fa45fe3d57 fi load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ]; then if xnu_resume /var/vm/sleepimage; then set do_resume=1 fi fi if [ $do_resume = 0 ]; then xnu_uuid 635b99fa45fe3d57 uuid if [ -f /Extra/DSDT.aml ]; then acpi -e /Extra/DSDT.aml fi if [ /kernelcache -nt /System/Library/Extensions ]; then xnu_kernel64 /kernelcache boot-uuid=${uuid} rd=*uuid else xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then xnu_mkext /System/Library/Extensions.mkext else xnu_kextdir /System/Library/Extensions fi fi if [ -f /Extra/Extensions.mkext ]; then xnu_mkext /Extra/Extensions.mkext fi if [ -d /Extra/Extensions ]; then xnu_kextdir /Extra/Extensions fi if [ -f /Extra/devprop.bin ]; then xnu_devprop_load /Extra/devprop.bin fi if [ -f /Extra/splash.jpg ]; then insmod jpeg xnu_splash /Extra/splash.jpg fi if [ -f /Extra/splash.png ]; then insmod png xnu_splash /Extra/splash.png fi if [ -f /Extra/splash.tga ]; then insmod tga xnu_splash /Extra/splash.tga fi fi } ### 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 LVM *********************** END LVM *********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Mar 11 10:08 ata-HL-DT-ST_DVDRW_GS31N_K01B3NJ2541 -> ../../sr0 lrwxrwxrwx 1 root root 9 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T -> ../../sda lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part7 -> ../../sda7 lrwxrwxrwx 1 root root 10 Mar 11 10:08 ata-TOSHIBA_MK5065GSXF_4198CBR1T-part8 -> ../../sda8 lrwxrwxrwx 1 root root 9 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T -> ../../sda lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part7 -> ../../sda7 lrwxrwxrwx 1 root root 10 Mar 11 10:08 scsi-SATA_TOSHIBA_MK5065GS_4198CBR1T-part8 -> ../../sda8 lrwxrwxrwx 1 root root 9 Mar 11 10:08 wwn-0x50000393336830ae -> ../../sda lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part7 -> ../../sda7 lrwxrwxrwx 1 root root 10 Mar 11 10:08 wwn-0x50000393336830ae-part8 -> ../../sda8 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 10 Mar 11 10:08 4cca940d-b649-435d-8b42-6bc1431122c3 -> ../../sda5 lrwxrwxrwx 1 root root 10 Mar 11 10:08 555415c0-b285-3a32-9454-4f4fa5894ef2 -> ../../sda3 lrwxrwxrwx 1 root root 10 Mar 11 10:08 65696562-26ca-5fec-3184-dcc35e4b83d7 -> ../../sda7 lrwxrwxrwx 1 root root 10 Mar 11 10:08 70D6-1701 -> ../../sda1 lrwxrwxrwx 1 root root 10 Mar 11 10:08 8e7aacbc-72a2-394f-9d5b-0a1c76d9ca2f -> ../../sda8 lrwxrwxrwx 1 root root 10 Mar 11 10:08 a7b903bb-47f5-33bc-907a-8b1b6c89e5f5 -> ../../sda6 lrwxrwxrwx 1 root root 10 Mar 11 10:08 b366afdb-add9-4315-a5ba-b65cb1ad0edb -> ../../sda4 lrwxrwxrwx 1 root root 10 Mar 11 10:08 f3929369-b661-3e9e-a148-d9c558a772bb -> ../../sda2 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grub-efi-amd64 depends on: ii debconf [debconf-2.0] 1.5.52 ii grub-common 2.02~beta2-7 ii grub-efi-amd64-bin 2.02~beta2-7 ii grub2-common 2.02~beta2-7 ii ucf 3.0027+nmu1 grub-efi-amd64 recommends no packages. grub-efi-amd64 suggests no packages. -- debconf information: grub2/kfreebsd_cmdline_default: quiet * grub2/linux_cmdline: * grub2/linux_cmdline_default: quiet grub2/device_map_regenerated: grub2/kfreebsd_cmdline: -- Muammar El Khatib. Linux user: 403107. GPG Key = 127029F1. http://muammar.me | http://proyectociencia.org ,''`. : :' : `. `' `- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org