Bug#911784: grub: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Thorsten Glaser
tg at mirbsd.de
Wed Oct 24 19:10:01 BST 2018
Package: grub-pc
Version: 2.02~beta2-22+deb8u1
Severity: minor
Screenshot:
# dpkg-reconfigure -plow grub-pc
[… I’ll spare you debconf …]
Installing for i386-pc platform.
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Installation finished. No error reported.
Installing for i386-pc platform.
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Installation finished. No error reported.
Installing for i386-pc platform.
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Installation finished. No error reported.
Installing for i386-pc platform.
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Installation finished. No error reported.
Installing for i386-pc platform.
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Installation finished. No error reported.
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.16.0-7-amd64
Found initrd image: /boot/initrd.img-3.16.0-7-amd64
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found linux image: /boot/vmlinuz-3.16.0-6-amd64
Found initrd image: /boot/initrd.img-3.16.0-6-amd64
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found memtest86+ image: /memtest86+.bin
Found memtest86+ multiboot image: /memtest86+_multiboot.bin
done
The MBR did install successfully on the new /dev/sde drive, though
I’m a bit wary to reboot now.
The information below is slightly redacted to remove customer names.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/dm-0 / ext4 rw,relatime,stripe=256,data=ordered 0 0
/dev/md0 /boot ext3 rw,noatime,data=ordered 0 0
/dev/mapper/vg--ldegen--wirt-someOSiso /var/lib/libvirt/someOSiso ext4 rw,noatime,stripe=256,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJ9EB811390
(hd1) /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJ9KB913500
(hd2) /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJ9KB913499
(hd3) /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJA0B806498
(hd4) /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJ9KB913498
*********************** 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
}
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod lvm
insmod ext2
set root='lvmid/J88cU5-AHPt-dbjT-kJta-5Wa4-l1KP-XzQPG4/xBPd3p-bp65-XpBW-yWHy-9tvT-S7ah-fbetZj'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/J88cU5-AHPt-dbjT-kJta-5Wa4-l1KP-XzQPG4/xBPd3p-bp65-XpBW-yWHy-9tvT-S7ah-fbetZj' dc7d5803-d1b2-4c93-bcec-b4463c44f661
else
search --no-floppy --fs-uuid --set=root dc7d5803-d1b2-4c93-bcec-b4463c44f661
fi
if loadfont /usr/share/grub/FixedMisc.pf2 ; then
set gfxmode=1024x768
load_video
insmod gfxterm
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
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 ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### 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 3.16.0-7-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-7-amd64-advanced-dc7d5803-d1b2-4c93-bcec-b4463c44f661' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
echo 'Loading Linux 3.16.0-7-amd64 ...'
linux /vmlinuz-3.16.0-7-amd64 root=/dev/mapper/vg--ldegen--wirt-ldegen--root ro rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-7-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-7-amd64-init-sysvinit-dc7d5803-d1b2-4c93-bcec-b4463c44f661' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
echo 'Loading Linux 3.16.0-7-amd64 ...'
linux /vmlinuz-3.16.0-7-amd64 root=/dev/mapper/vg--ldegen--wirt-ldegen--root ro rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr init=/lib/sysvinit/init
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-7-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-7-amd64-recovery-dc7d5803-d1b2-4c93-bcec-b4463c44f661' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
echo 'Loading Linux 3.16.0-7-amd64 ...'
linux /vmlinuz-3.16.0-7-amd64 root=/dev/mapper/vg--ldegen--wirt-ldegen--root ro single rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-7-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-6-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-6-amd64-advanced-dc7d5803-d1b2-4c93-bcec-b4463c44f661' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
echo 'Loading Linux 3.16.0-6-amd64 ...'
linux /vmlinuz-3.16.0-6-amd64 root=/dev/mapper/vg--ldegen--wirt-ldegen--root ro rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-6-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-6-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-6-amd64-init-sysvinit-dc7d5803-d1b2-4c93-bcec-b4463c44f661' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
echo 'Loading Linux 3.16.0-6-amd64 ...'
linux /vmlinuz-3.16.0-6-amd64 root=/dev/mapper/vg--ldegen--wirt-ldegen--root ro rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr init=/lib/sysvinit/init
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-6-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-6-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-6-amd64-recovery-dc7d5803-d1b2-4c93-bcec-b4463c44f661' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
echo 'Loading Linux 3.16.0-6-amd64 ...'
linux /vmlinuz-3.16.0-6-amd64 root=/dev/mapper/vg--ldegen--wirt-ldegen--root ro single rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16.0-6-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_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
linux16 /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
linux16 /memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
fi
multiboot /memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/f365700ac4c2ef40e768e5e6c3ddcb20' 74be8123-d69f-4b6d-927d-794c46e72f3e
else
search --no-floppy --fs-uuid --set=root 74be8123-d69f-4b6d-927d-794c46e72f3e
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
Personalities : [raid1] [raid10]
md1 : active raid10 sde2[4](S) sdb2[0] sdd2[3] sdc2[2] sda2[1]
975721472 blocks 512K chunks 2 near-copies [4/4] [UUUU]
bitmap: 4/8 pages [16KB], 65536KB chunk
md0 : active raid1 sde1[0] sdb1[1] sdd1[4] sda1[3] sdc1[2]
524224 blocks [5/5] [UUUUU]
bitmap: 0/1 pages [0KB], 65536KB chunk
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN LVM
--- Volume group ---
VG Name vg-ldegen-wirt
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 36
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 22
Open LV 9
Max PV 0
Cur PV 1
Act PV 1
VG Size 930.52 GiB
PE Size 4.00 MiB
Total PE 238213
Alloc PE / Size 212424 / 829.78 GiB
Free PE / Size 25789 / 100.74 GiB
VG UUID J88cU5-AHPt-dbjT-kJta-5Wa4-l1KP-XzQPG4
--- Physical volume ---
PV Name /dev/md1
VG Name vg-ldegen-wirt
PV Size 930.52 GiB / not usable 0
Allocatable yes
PE Size 4.00 MiB
Total PE 238213
Free PE 25789
Allocated PE 212424
PV UUID MUiS0B-QDGC-bhyo-7qwR-f9Jp-4JUd-HPRb9P
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/ldegen-swap
LV Name ldegen-swap
VG Name vg-ldegen-wirt
LV UUID Cfd1Z4-JdIu-WpMK-ByHB-kY0J-U9BK-3bJlGv
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 2
LV Size 4.00 GiB
Current LE 1024
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:1
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/ldegen-root
LV Name ldegen-root
VG Name vg-ldegen-wirt
LV UUID xBPd3p-bp65-XpBW-yWHy-9tvT-S7ah-fbetZj
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 1
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:0
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/somePROJECT-qs_1
LV Name somePROJECT-qs_1
VG Name vg-ldegen-wirt
LV UUID C251q1-R6PH-V2fS-tjEZ-qyXq-J1Ue-oSQaN3
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-04-09 15:42:34 +0200
LV Status available
# open 0
LV Size 32.00 GiB
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:2
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/somePROJECT-qs_2
LV Name somePROJECT-qs_2
VG Name vg-ldegen-wirt
LV UUID ENBdwn-XcJC-3We0-NKyt-8PxY-ZLAR-560d2S
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-04-09 15:42:37 +0200
LV Status available
# open 0
LV Size 32.00 GiB
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:3
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/somePROJECT-qs_3
LV Name somePROJECT-qs_3
VG Name vg-ldegen-wirt
LV UUID SZr0BK-PYHC-TUeL-zfS2-PA3n-yQf5-crDjV6
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-04-09 15:42:39 +0200
LV Status available
# open 0
LV Size 32.00 GiB
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:4
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/ci-someCUST
LV Name ci-someCUST
VG Name vg-ldegen-wirt
LV UUID UUiBcA-v6fX-Cwox-I2vV-fQbj-lLf2-9my65b
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-04-10 13:02:47 +0200
LV Status available
# open 0
LV Size 88.00 GiB
Current LE 22528
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:5
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someSYSTEM
LV Name someSYSTEM
VG Name vg-ldegen-wirt
LV UUID YMRdjJ-cFVZ-mQtc-JFbg-WiPU-Zufp-IkAcz7
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-04-16 16:18:47 +0200
LV Status available
# open 0
LV Size 80.00 GiB
Current LE 20480
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:6
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someCUST-demo
LV Name someCUST-demo
VG Name vg-ldegen-wirt
LV UUID Qiecfa-gGew-EfTo-1UPa-oPqf-AqC2-FDCuZr
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-04-16 16:22:53 +0200
LV Status available
# open 1
LV Size 16.00 GiB
Current LE 4096
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:7
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someSYSTEM-backup
LV Name someSYSTEM-backup
VG Name vg-ldegen-wirt
LV UUID GctWl5-AYcX-Bn93-qEBa-OjqT-NhRs-u0zqK8
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-06-28 16:18:39 +0200
LV Status available
# open 0
LV Size 80.00 GiB
Current LE 20480
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:8
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/win7-somePROJECT-basis
LV Name win7-somePROJECT-basis
VG Name vg-ldegen-wirt
LV UUID 8fkLFT-zQlF-Eior-X5C2-oprN-qx6n-TaEe09
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2013-12-11 11:55:00 +0100
LV Status available
# open 1
LV Size 40.00 GiB
Current LE 10240
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:9
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/test-minimal
LV Name test-minimal
VG Name vg-ldegen-wirt
LV UUID nJSdO3-pg8V-SWb4-Eh8w-4QU2-EEUW-8FPGai
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2014-05-27 22:32:48 +0200
LV Status available
# open 0
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:10
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someCUST-master-01.lan.tarent.de
LV Name someCUST-master-01.lan.tarent.de
VG Name vg-ldegen-wirt
LV UUID ySgdHg-2IY1-ifOh-m6Gg-oCXa-rpcf-cuu3ad
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-03-10 13:03:36 +0100
LV Status available
# open 1
LV Size 97.66 GiB
Current LE 25000
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:11
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/win7-somePROJECT-basis-extra
LV Name win7-somePROJECT-basis-extra
VG Name vg-ldegen-wirt
LV UUID YYRaD4-VmJI-QgVS-GxhU-ilf0-GZHb-SiciyW
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-04-08 10:57:14 +0200
LV Status available
# open 1
LV Size 15.00 GiB
Current LE 3840
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:12
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/win7-someCUST-intranet
LV Name win7-someCUST-intranet
VG Name vg-ldegen-wirt
LV UUID rrpfzE-Ey6r-bapM-zGvy-Zb92-heZO-nBw24r
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-06-18 15:07:58 +0200
LV Status available
# open 1
LV Size 48.83 GiB
Current LE 12500
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:13
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someOSiso
LV Name someOSiso
VG Name vg-ldegen-wirt
LV UUID UNygXt-XZUk-j2Il-fCWf-4PWs-rSqd-DEU7ba
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-06-18 15:32:12 +0200
LV Status available
# open 1
LV Size 4.00 GiB
Current LE 1024
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:14
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someSYSTEM-tmp
LV Name someSYSTEM-tmp
VG Name vg-ldegen-wirt
LV UUID NXb0vi-3TEK-9qTF-p8GX-vR0R-T77H-qvZYZ7
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-06-30 14:16:02 +0200
LV Status available
# open 0
LV Size 30.00 GiB
Current LE 7680
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:15
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someCUST-log
LV Name someCUST-log
VG Name vg-ldegen-wirt
LV UUID AibV5c-C5mv-BVmD-01ww-L0DZ-cQ6z-Yt4UY2
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-07-29 14:28:14 +0200
LV Status available
# open 0
LV Size 20.00 GiB
Current LE 5120
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:16
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someSYSTEM-bastel-backup
LV Name someSYSTEM-bastel-backup
VG Name vg-ldegen-wirt
LV UUID 7uqimW-1gxe-PiYz-D8Bo-QYYI-QkSb-sC0WHr
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-08-21 08:37:24 +0200
LV Status available
# open 0
LV Size 80.00 GiB
Current LE 20480
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:17
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someSYSTEM-bastel-backup-tmp
LV Name someSYSTEM-bastel-backup-tmp
VG Name vg-ldegen-wirt
LV UUID drCftB-XDDJ-QMnw-vNfu-DzEL-9gWT-KEj1Rz
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-08-21 13:23:24 +0200
LV Status available
# open 0
LV Size 15.00 GiB
Current LE 3840
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:18
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/someCUST-db
LV Name someCUST-db
VG Name vg-ldegen-wirt
LV UUID HNzo7p-QCue-dB7t-zu32-BunK-1FmD-vD0ugA
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2015-12-11 11:01:53 +0100
LV snapshot status active destination for someCUST-db_vorigin
LV Status available
# open 0
LV Size 48.83 GiB
Current LE 12500
COW-table size 29.30 GiB
COW-table LE 7500
Allocated to snapshot 17.45%
Snapshot chunk size 4.00 KiB
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:22
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/rocket
LV Name rocket
VG Name vg-ldegen-wirt
LV UUID qhEjs0-BMjI-mwl3-DPA0-a6Tr-jE57-zLNusa
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2017-10-02 14:55:21 +0200
LV Status available
# open 1
LV Size 30.00 GiB
Current LE 7680
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:23
--- Logical volume ---
LV Path /dev/vg-ldegen-wirt/mssql
LV Name mssql
VG Name vg-ldegen-wirt
LV UUID tcALcE-D1vC-RxwN-900Q-43WC-8B7N-dkNzri
LV Write Access read/write
LV Creation host, time ldegen-wirt.lan.tarent.de, 2018-07-23 11:30:04 +0200
LV Status available
# open 0
LV Size 40.00 GiB
Current LE 10240
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 4096
Block device 253:24
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Oct 24 20:00 ata-SAMSUNG_HD502HJ_S20BJ9KB913499 -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 24 20:00 ata-SAMSUNG_HD502HJ_S20BJ9KB913499-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Oct 24 20:00 ata-SAMSUNG_HD502HJ_S20BJ9KB913499-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 9 Oct 24 20:00 ata-ST500DM005_HD502HJ_S20BJX0D401606 -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 24 20:00 ata-ST500DM005_HD502HJ_S20BJX0D401606-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Oct 24 20:00 ata-ST500DM005_HD502HJ_S20BJX0D401606-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 9 Oct 24 19:59 ata-ST500DM005_HD502HJ_S20BJX0DC00998 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 24 19:59 ata-ST500DM005_HD502HJ_S20BJX0DC00998-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 24 19:59 ata-ST500DM005_HD502HJ_S20BJX0DC00998-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Oct 24 19:59 ata-TOSHIBA_HDWD105_57J3X8ZAS -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 24 19:59 ata-TOSHIBA_HDWD105_57J3X8ZAS-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 24 19:59 ata-TOSHIBA_HDWD105_57J3X8ZAS-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Oct 24 20:01 ata-TOSHIBA_HDWD110_X7HW561FS -> ../../sde
lrwxrwxrwx 1 root root 10 Oct 24 20:01 ata-TOSHIBA_HDWD110_X7HW561FS-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Oct 24 20:01 ata-TOSHIBA_HDWD110_X7HW561FS-part2 -> ../../sde2
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-ci--someCUST -> ../../dm-5
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-name-vg--ldegen--wirt-someCUST--db -> ../../dm-22
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-someCUST--demo -> ../../dm-7
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-someCUST--log -> ../../dm-16
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-someCUST--master--01.lan.tarent.de -> ../../dm-11
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-someSYSTEM -> ../../dm-6
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-someSYSTEM--backup -> ../../dm-8
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-someSYSTEM--bastel--backup -> ../../dm-17
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-someSYSTEM--bastel--backup--tmp -> ../../dm-18
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-someSYSTEM--tmp -> ../../dm-15
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-somePROJECT--qs_1 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-somePROJECT--qs_2 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-somePROJECT--qs_3 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-ldegen--root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-ldegen--swap -> ../../dm-1
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-name-vg--ldegen--wirt-mssql -> ../../dm-24
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-name-vg--ldegen--wirt-rocket -> ../../dm-23
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-test--minimal -> ../../dm-10
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-win7--someCUST--intranet -> ../../dm-13
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-name-vg--ldegen--wirt-win7--somePROJECT--basis -> ../../dm-9
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-name-vg--ldegen--wirt-win7--somePROJECT--basis--extra -> ../../dm-12
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-name-vg--ldegen--wirt-someOSiso -> ../../dm-14
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG47uqimW1gxePiYzD8BoQYYIQkSbsC0WHr -> ../../dm-17
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG48fkLFTzQlFEiorX5C2oprNqx6nTaEe09 -> ../../dm-9
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4AibV5cC5mvBVmD01wwL0DZcQ6zYt4UY2 -> ../../dm-16
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4C251q1R6PHV2fStjEZqyXqJ1UeoSQaN3 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4Cfd1Z4JdIuWpMKByHBkY0JU9BK3bJlGv -> ../../dm-1
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4ENBdwnXcJC3We0NKyt8PxYZLAR560d2S -> ../../dm-3
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4GctWl5AYcXBn93qEBaOjqTNhRsu0zqK8 -> ../../dm-8
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4HNzo7pQCuedB7tzu32BunK1FmDvD0ugA -> ../../dm-22
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4NXb0vi3TEK9qTFp8GXvR0RT77HqvZYZ7 -> ../../dm-15
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4QiecfagGewEfTo1UPaoPqfAqC2FDCuZr -> ../../dm-7
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4SZr0BKPYHCTUeLzfS2PA3nyQf5crDjV6 -> ../../dm-4
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4UNygXtXZUkj2IlfCWf4PWsrSqdDEU7ba -> ../../dm-14
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4UUiBcAv6fXCwoxI2vVfQbjlLf29my65b -> ../../dm-5
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4YMRdjJcFVZmQtcJFbgWiPUZufpIkAcz7 -> ../../dm-6
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4YYRaD4VmJIQgVSGxhUilf0GZHbSiciyW -> ../../dm-12
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4drCftBXDDJQMnwvNfuDzEL9gWTKEj1Rz -> ../../dm-18
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4nJSdO3pg8VSWb4Eh8w4QU2EEUW8FPGai -> ../../dm-10
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4qhEjs0BMjImwl3DPA0a6TrjE57zLNusa -> ../../dm-23
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4rrpfzEEy6rbapMzGvyZb92heZOnBw24r -> ../../dm-13
lrwxrwxrwx 1 root root 11 Oct 24 10:06 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4tcALcED1vCRxwN900Q43WC8B7NdkNzri -> ../../dm-24
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4xBPd3pbp65XpBWyWHy9tvTS7ahfbetZj -> ../../dm-0
lrwxrwxrwx 1 root root 11 Oct 24 10:05 dm-uuid-LVM-J88cU5AHPtdbjTkJta5Wa4l1KPXzQPG4ySgdHg2IY1ifOhm6GgoCXarpcfcuu3ad -> ../../dm-11
lrwxrwxrwx 1 root root 9 Oct 24 10:05 md-uuid-ee21a32b:cbca20df:e768e5e6:c3ddcb20 -> ../../md1
lrwxrwxrwx 1 root root 9 Oct 24 10:05 md-uuid-f365700a:c4c2ef40:e768e5e6:c3ddcb20 -> ../../md0
lrwxrwxrwx 1 root root 9 Oct 24 20:01 wwn-0x5000039fd3cc5985 -> ../../sde
lrwxrwxrwx 1 root root 10 Oct 24 20:01 wwn-0x5000039fd3cc5985-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Oct 24 20:01 wwn-0x5000039fd3cc5985-part2 -> ../../sde2
lrwxrwxrwx 1 root root 9 Oct 24 19:59 wwn-0x5000039feecfded0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 24 19:59 wwn-0x5000039feecfded0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Oct 24 19:59 wwn-0x5000039feecfded0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 Oct 24 20:00 wwn-0x50000f00400b0616 -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 24 20:00 wwn-0x50000f00400b0616-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Oct 24 20:00 wwn-0x50000f00400b0616-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 9 Oct 24 19:59 wwn-0x50000f00c00b9809 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 24 19:59 wwn-0x50000f00c00b9809-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 24 19:59 wwn-0x50000f00c00b9809-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 Oct 24 20:00 wwn-0x50024e920624c9de -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 24 20:00 wwn-0x50024e920624c9de-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Oct 24 20:00 wwn-0x50024e920624c9de-part2 -> ../../sdc2
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Oct 24 10:05 3ef500b6-024b-4f08-abde-fd31aad542fe -> ../../dm-1
lrwxrwxrwx 1 root root 9 Oct 24 10:05 74be8123-d69f-4b6d-927d-794c46e72f3e -> ../../md0
lrwxrwxrwx 1 root root 11 Oct 24 10:06 90549007-9d19-421c-81af-7a08b1ac41c1 -> ../../dm-14
lrwxrwxrwx 1 root root 10 Oct 24 10:05 dc7d5803-d1b2-4c93-bcec-b4463c44f661 -> ../../dm-0
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: 8.11
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-7-amd64 (SMP w/8 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-pc depends on:
ii debconf [debconf-2.0] 1.5.56+deb8u1
ii grub-common 2.02~beta2-22+deb8u1
ii grub-pc-bin 2.02~beta2-22+deb8u1
ii grub2-common 2.02~beta2-22+deb8u1
ii ucf 3.0030
grub-pc recommends no packages.
grub-pc suggests no packages.
-- debconf information:
grub-pc/hidden_timeout: false
grub2/kfreebsd_cmdline_default: quiet
grub-pc/partition_description:
* grub-pc/install_devices: /dev/disk/by-id/ata-ST500DM005_HD502HJ_S20BJX0DC00998, /dev/disk/by-id/ata-TOSHIBA_HDWD105_57J3X8ZAS, /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJ9KB913499, /dev/disk/by-id/ata-ST500DM005_HD502HJ_S20BJX0D401606, /dev/disk/by-id/ata-TOSHIBA_HDWD110_X7HW561FS
grub-pc/install_devices_empty: false
grub-pc/disk_description:
grub2/kfreebsd_cmdline:
* grub2/linux_cmdline_default:
* grub-pc/install_devices_disks_changed: /dev/disk/by-id/ata-ST500DM005_HD502HJ_S20BJX0DC00998, /dev/disk/by-id/ata-TOSHIBA_HDWD105_57J3X8ZAS, /dev/disk/by-id/ata-SAMSUNG_HD502HJ_S20BJ9KB913499, /dev/disk/by-id/ata-ST500DM005_HD502HJ_S20BJX0D401606, /dev/disk/by-id/ata-TOSHIBA_HDWD110_X7HW561FS
grub-pc/install_devices_failed_upgrade: true
grub-pc/kopt_extracted: false
grub-pc/timeout: 5
grub-pc/install_devices_failed: false
grub-pc/postrm_purge_boot_grub: false
grub-pc/chainload_from_menu.lst: true
grub-pc/mixed_legacy_and_grub2: true
* grub2/force_efi_extra_removable: false
* grub2/linux_cmdline: rootdelay=5 net.ifnames=0 vsyscall=emulate kaslr
grub2/device_map_regenerated:
More information about the Pkg-grub-devel
mailing list