<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body><div style="font-family:Helvetica,Arial;font-size:13px"><div style="margin:0px">Package: grub-common</div><div style="margin:0px">Version: 2.02+dfsg1-20</div><div style="margin:0px">Severity: critical</div><div style="margin:0px">Justification: breaks the whole system</div><div style="margin:0px"><br></div><div style="margin:0px">Dear Maintainer,</div><div style="margin:0px"><br></div><div style="margin:0px">After upgrade from Debian 9.9 to Debian 10 I have got unbootable system.</div><div style="margin:0px"><br></div><div style="margin:0px">I'm using Xen hypervisor, which was also upgraded from 4.8 to 4.11</div><div style="margin:0px">during OS upgrade.</div><div style="margin:0px">UEFI is enabled.</div><div style="margin:0px"><br></div><div style="margin:0px">After upgrade was finished, I was unable to boot again to Xen kernel.</div><div style="margin:0px">But normal Debian kernel was still bootable.</div><div style="margin:0px"><br></div><div style="margin:0px">I have found a workaround to fix my issue - remove option --nounzip from</div><div style="margin:0px">initrd loading line in grub configuration file /etc/grub.d/20_linux_xen</div><div style="margin:0px"><br></div><div style="margin:0px">- module2 --nounzip /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">+ module2 /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px"><br></div><div style="margin:0px">I'm not sure there is issue in config, maybe I did something wrong.</div><div style="margin:0px">So in this case please explain what is correct behavior ?</div><div style="margin:0px"><br></div><div style="margin:0px">I can provide additional info about HW and installed packages if necessary.</div><div style="margin:0px"><br></div><div style="margin:0px">TIA</div><div style="margin:0px"><br></div><div style="margin:0px">Best regards,</div><div style="margin:0px">Slava</div><div style="margin:0px"><br></div><div style="margin:0px"><div style="margin:0px">-- Package-specific info:</div><div style="margin:0px"><br></div><div style="margin:0px">*********************** BEGIN /proc/mounts</div><div style="margin:0px">/dev/mapper/vg--hdd-root / ext4 rw,relatime,errors=remount-ro 0 0</div><div style="margin:0px">/dev/sda1 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0</div><div style="margin:0px">/dev/mapper/vg--hdd-data /data ext4 rw,relatime 0 0</div><div style="margin:0px">*********************** END /proc/mounts</div><div style="margin:0px"><br></div><div style="margin:0px">*********************** BEGIN /boot/grub/grub.cfg</div><div style="margin:0px">#</div><div style="margin:0px"># DO NOT EDIT THIS FILE</div><div style="margin:0px">#</div><div style="margin:0px"># It is automatically generated by grub-mkconfig using templates</div><div style="margin:0px"># from /etc/grub.d and settings from /etc/default/grub</div><div style="margin:0px">#</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/00_header ###</div><div style="margin:0px">if [ -s $prefix/grubenv ]; then</div><div style="margin:0px">  set have_grubenv=true</div><div style="margin:0px">  load_env</div><div style="margin:0px">fi</div><div style="margin:0px">if [ "${next_entry}" ] ; then</div><div style="margin:0px">   set default="${next_entry}"</div><div style="margin:0px">   set next_entry=</div><div style="margin:0px">   save_env next_entry</div><div style="margin:0px">   set boot_once=true</div><div style="margin:0px">else</div><div style="margin:0px">   set default="Debian GNU/Linux, with Xen hypervisor"</div><div style="margin:0px">fi</div><div style="margin:0px"><br></div><div style="margin:0px">if [ x"${feature_menuentry_id}" = xy ]; then</div><div style="margin:0px">  menuentry_id_option="--id"</div><div style="margin:0px">else</div><div style="margin:0px">  menuentry_id_option=""</div><div style="margin:0px">fi</div><div style="margin:0px"><br></div><div style="margin:0px">export menuentry_id_option</div><div style="margin:0px"><br></div><div style="margin:0px">if [ "${prev_saved_entry}" ]; then</div><div style="margin:0px">  set saved_entry="${prev_saved_entry}"</div><div style="margin:0px">  save_env saved_entry</div><div style="margin:0px">  set prev_saved_entry=</div><div style="margin:0px">  save_env prev_saved_entry</div><div style="margin:0px">  set boot_once=true</div><div style="margin:0px">fi</div><div style="margin:0px"><br></div><div style="margin:0px"><div style="margin:0px">function savedefault {</div><div style="margin:0px">  if [ -z "${boot_once}" ]; then</div><div style="margin:0px">    saved_entry="${chosen}"</div><div style="margin:0px">    save_env saved_entry</div><div style="margin:0px">  fi</div><div style="margin:0px">}</div><div style="margin:0px">function load_video {</div><div style="margin:0px">  if [ x$feature_all_video_module = xy ]; then</div><div style="margin:0px">    insmod all_video</div><div style="margin:0px">  else</div><div style="margin:0px">    insmod efi_gop</div><div style="margin:0px">    insmod efi_uga</div><div style="margin:0px">    insmod ieee1275_fb</div><div style="margin:0px">    insmod vbe</div><div style="margin:0px">    insmod vga</div><div style="margin:0px">    insmod video_bochs</div><div style="margin:0px">    insmod video_cirrus</div><div style="margin:0px">  fi</div><div style="margin:0px">}</div><div style="margin:0px"><br></div><div style="margin:0px">if [ x$feature_default_font_path = xy ] ; then</div><div style="margin:0px">   font=unicode</div><div style="margin:0px">else</div><div style="margin:0px">insmod part_gpt</div><div style="margin:0px">insmod lvm</div><div style="margin:0px">insmod ext2</div><div style="margin:0px">set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">  search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">else</div><div style="margin:0px">  search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">fi</div><div style="margin:0px">    font="/usr/share/grub/unicode.pf2"</div><div style="margin:0px">fi</div><div style="margin:0px"><br></div><div style="margin:0px">if loadfont $font ; then</div><div style="margin:0px">  set gfxmode=auto</div><div style="margin:0px">  load_video</div><div style="margin:0px">  insmod gfxterm</div><div style="margin:0px">  set locale_dir=$prefix/locale</div><div style="margin:0px">  set lang=en_US</div><div style="margin:0px">  insmod gettext</div><div style="margin:0px">fi</div><div style="margin:0px"><br></div><div style="margin:0px"><div style="margin:0px">terminal_output gfxterm</div><div style="margin:0px">if [ "${recordfail}" = 1 ] ; then</div><div style="margin:0px">  set timeout=30</div><div style="margin:0px">else</div><div style="margin:0px">  if [ x$feature_timeout_style = xy ] ; then</div><div style="margin:0px">    set timeout_style=menu</div><div style="margin:0px">    set timeout=5</div><div style="margin:0px">  # Fallback normal timeout code in case the timeout_style feature is</div><div style="margin:0px">  # unavailable.</div><div style="margin:0px">  else</div><div style="margin:0px">    set timeout=5</div><div style="margin:0px">  fi</div><div style="margin:0px">fi</div><div style="margin:0px">### END /etc/grub.d/00_header ###</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/05_debian_theme ###</div><div style="margin:0px">set menu_color_normal=cyan/blue</div><div style="margin:0px">set menu_color_highlight=white/blue</div><div style="margin:0px">### END /etc/grub.d/05_debian_theme ###</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/10_linux ###</div><div style="margin:0px">function gfxmode {</div><div style="margin:0px">        set gfxpayload="${1}"</div><div style="margin:0px">}</div><div style="margin:0px">set linux_gfx_mode=</div><div style="margin:0px">export linux_gfx_mode</div><div style="margin:0px">menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">        load_video</div><div style="margin:0px">        insmod gzio</div><div style="margin:0px">        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi</div><div style="margin:0px">        insmod part_gpt</div><div style="margin:0px">        insmod lvm</div><div style="margin:0px">        insmod ext2</div><div style="margin:0px">        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">        else</div><div style="margin:0px">          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">        fi</div><div style="margin:0px">        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">        linux   /boot/vmlinuz-4.19.0-5-amd64 root=/dev/mapper/vg--hdd-root ro  quiet</div><div style="margin:0px">        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">        initrd  /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">}</div><div style="margin:0px"><div style="margin:0px">submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">        menuentry 'Debian GNU/Linux, with Linux 4.19.0-5-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-5-amd64-advanced-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                load_video</div><div style="margin:0px">                insmod gzio</div><div style="margin:0px">                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi</div><div style="margin:0px">                insmod part_gpt</div><div style="margin:0px">                insmod lvm</div><div style="margin:0px">                insmod ext2</div><div style="margin:0px">                set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                  search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                else</div><div style="margin:0px">                  search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                fi</div><div style="margin:0px">                echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                linux   /boot/vmlinuz-4.19.0-5-amd64 root=/dev/mapper/vg--hdd-root ro  quiet</div><div style="margin:0px">                echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                initrd  /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">        }</div><div style="margin:0px">        menuentry 'Debian GNU/Linux, with Linux 4.19.0-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-5-amd64-recovery-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                load_video</div><div style="margin:0px">                insmod gzio</div><div style="margin:0px">                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi</div><div style="margin:0px">                insmod part_gpt</div><div style="margin:0px">                insmod lvm</div><div style="margin:0px">                insmod ext2</div><div style="margin:0px">                set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                  search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                else</div><div style="margin:0px">                  search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                fi</div><div style="margin:0px">                echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                linux   /boot/vmlinuz-4.19.0-5-amd64 root=/dev/mapper/vg--hdd-root ro single</div><div style="margin:0px">                echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                initrd  /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">        }</div><div style="margin:0px">}</div><div style="margin:0px"><br></div><div style="margin:0px">### END /etc/grub.d/10_linux ###</div><div style="margin:0px"><br></div><div style="margin:0px"><div style="margin:0px">### BEGIN /etc/grub.d/20_linux_xen ###</div><div style="margin:0px">menuentry 'Debian GNU/Linux, with Xen hypervisor' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-simple-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">        insmod part_gpt</div><div style="margin:0px">        insmod lvm</div><div style="margin:0px">        insmod ext2</div><div style="margin:0px">        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">        else</div><div style="margin:0px">          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">        fi</div><div style="margin:0px">        echo    'Loading Xen 4.11-amd64 ...'</div><div style="margin:0px">        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">            xen_rm_opts=</div><div style="margin:0px">        else</div><div style="margin:0px">            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">        fi</div><div style="margin:0px">        multiboot2      /boot/xen-4.11-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin  ${xen_rm_opts}</div><div style="margin:0px">        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">        module2 /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro  quiet</div><div style="margin:0px">        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">        module2 /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">}</div><div style="margin:0px">submenu 'Advanced options for Debian GNU/Linux (with Xen hypervisor)' $menuentry_id_option 'gnulinux-advanced-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">        submenu 'Xen hypervisor, version 4.11-amd64' $menuentry_id_option 'xen-hypervisor-4.11-amd64-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                menuentry 'Debian GNU/Linux, with Xen 4.11-amd64 and Linux 4.19.0-5-amd64' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.19.0-5-amd64-advanced-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                        insmod part_gpt</div><div style="margin:0px">                        insmod lvm</div><div style="margin:0px">                        insmod ext2</div><div style="margin:0px">                        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        else</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        echo    'Loading Xen 4.11-amd64 ...'</div><div style="margin:0px">                        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">                            xen_rm_opts=</div><div style="margin:0px">                        else</div><div style="margin:0px">                            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        multiboot2      /boot/xen-4.11-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin  ${xen_rm_opts}</div><div style="margin:0px">                        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                        module2 /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro  quiet</div><div style="margin:0px">                        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                        module2 /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">                }</div><div style="margin:0px"><br></div><div style="margin:0px"><div style="margin:0px">                menuentry 'Debian GNU/Linux, with Xen 4.11-amd64 and Linux 4.19.0-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.19.0-5-amd64-recovery-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                        insmod part_gpt</div><div style="margin:0px">                        insmod lvm</div><div style="margin:0px">                        insmod ext2</div><div style="margin:0px">                        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        else</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        echo    'Loading Xen 4.11-amd64 ...'</div><div style="margin:0px">                        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">                            xen_rm_opts=</div><div style="margin:0px">                        else</div><div style="margin:0px">                            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        multiboot2      /boot/xen-4.11-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin ${xen_rm_opts}</div><div style="margin:0px">                        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                        module2 /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro single</div><div style="margin:0px">                        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                        module2 /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">                }</div><div style="margin:0px">        }</div><div style="margin:0px">        submenu 'Xen hypervisor, version 4.11-amd64.efi' $menuentry_id_option 'xen-hypervisor-4.11-amd64.efi-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                menuentry 'Debian GNU/Linux, with Xen 4.11-amd64.efi and Linux 4.19.0-5-amd64' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.19.0-5-amd64-advanced-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                        insmod part_gpt</div><div style="margin:0px">                        insmod lvm</div><div style="margin:0px">                        insmod ext2</div><div style="margin:0px">                        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        else</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        echo    'Loading Xen 4.11-amd64.efi ...'</div><div style="margin:0px">                        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">                            xen_rm_opts=</div><div style="margin:0px">                        else</div><div style="margin:0px">                            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        multiboot2      /boot/xen-4.11-amd64.efi placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin  ${xen_rm_opts}</div><div style="margin:0px">                        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                        module2 /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro  quiet</div><div style="margin:0px">                        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                        module2 /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">                }</div><div style="margin:0px"><div style="margin:0px">               menuentry 'Debian GNU/Linux, with Xen 4.11-amd64.efi and Linux 4.19.0-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.19.0-5-amd64-recovery-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                        insmod part_gpt</div><div style="margin:0px">                        insmod lvm</div><div style="margin:0px">                        insmod ext2</div><div style="margin:0px">                        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        else</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        echo    'Loading Xen 4.11-amd64.efi ...'</div><div style="margin:0px">                        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">                            xen_rm_opts=</div><div style="margin:0px">                        else</div><div style="margin:0px">                            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        multiboot2      /boot/xen-4.11-amd64.efi placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin ${xen_rm_opts}</div><div style="margin:0px">                        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                        module2 /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro single</div><div style="margin:0px">                        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                        module2 /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">                }</div><div style="margin:0px">        }</div><div style="margin:0px">        submenu 'Xen hypervisor, version 4.11-amd64.config' $menuentry_id_option 'xen-hypervisor-4.11-amd64.config-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                menuentry 'Debian GNU/Linux, with Xen 4.11-amd64.config and Linux 4.19.0-5-amd64' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.19.0-5-amd64-advanced-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                        insmod part_gpt</div><div style="margin:0px">                        insmod lvm</div><div style="margin:0px">                        insmod ext2</div><div style="margin:0px">                        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        else</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        echo    'Loading Xen 4.11-amd64.config ...'</div><div style="margin:0px">                        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">                            xen_rm_opts=</div><div style="margin:0px">                        else</div><div style="margin:0px">                            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        multiboot       /boot/xen-4.11-amd64.config placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin  ${xen_rm_opts}</div><div style="margin:0px">                        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                        module  /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro  quiet</div><div style="margin:0px">                        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                        module  /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">                }</div><div style="margin:0px"><div style="margin:0px">               menuentry 'Debian GNU/Linux, with Xen 4.11-amd64.config and Linux 4.19.0-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.19.0-5-amd64-recovery-2fc4ef36-a507-47bc-9b50-92fd3123217d' {</div><div style="margin:0px">                        insmod part_gpt</div><div style="margin:0px">                        insmod lvm</div><div style="margin:0px">                        insmod ext2</div><div style="margin:0px">                        set root='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'</div><div style="margin:0px">                        if [ x$feature_platform_search_hint = xy ]; then</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root --hint='lvmid/8ri89z-G4cl-Qaz6-ro97-nM6c-4wGh-eb1moP/evRTac-oZIt-LWLM-qktE-3a50-CM8q-wclHgz'  2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        else</div><div style="margin:0px">                          search --no-floppy --fs-uuid --set=root 2fc4ef36-a507-47bc-9b50-92fd3123217d</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        echo    'Loading Xen 4.11-amd64.config ...'</div><div style="margin:0px">                        if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then</div><div style="margin:0px">                            xen_rm_opts=</div><div style="margin:0px">                        else</div><div style="margin:0px">                            xen_rm_opts="no-real-mode edd=off"</div><div style="margin:0px">                        fi</div><div style="margin:0px">                        multiboot       /boot/xen-4.11-amd64.config placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=4 dom0_vcpus_pin ${xen_rm_opts}</div><div style="margin:0px">                        echo    'Loading Linux 4.19.0-5-amd64 ...'</div><div style="margin:0px">                        module  /boot/vmlinuz-4.19.0-5-amd64 placeholder root=/dev/mapper/vg--hdd-root ro single</div><div style="margin:0px">                        echo    'Loading initial ramdisk ...'</div><div style="margin:0px">                        module  /boot/initrd.img-4.19.0-5-amd64</div><div style="margin:0px">                }</div><div style="margin:0px">        }</div><div style="margin:0px">}</div><div style="margin:0px"><br></div><div style="margin:0px">### END /etc/grub.d/20_linux_xen ###</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/30_os-prober ###</div><div style="margin:0px">### END /etc/grub.d/30_os-prober ###</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/30_uefi-firmware ###</div><div style="margin:0px">### END /etc/grub.d/30_uefi-firmware ###</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/40_custom ###</div><div style="margin:0px"># This file provides an easy way to add custom menu entries.  Simply type the</div><div style="margin:0px"># menu entries you want to add after this comment.  Be careful not to change</div><div style="margin:0px"># the 'exec tail' line above.</div><div style="margin:0px">### END /etc/grub.d/40_custom ###</div><div style="margin:0px"><br></div><div style="margin:0px">### BEGIN /etc/grub.d/41_custom ###</div><div style="margin:0px">if [ -f  ${config_directory}/custom.cfg ]; then</div><div style="margin:0px">  source ${config_directory}/custom.cfg</div><div style="margin:0px">elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then</div><div style="margin:0px">  source $prefix/custom.cfg;</div><div style="margin:0px">fi</div><div style="margin:0px">### END /etc/grub.d/41_custom ###</div><div style="margin:0px"><div style="margin:0px">*********************** END /boot/grub/grub.cfg</div><div style="margin:0px"><br></div><div style="margin:0px">-- System Information:</div><div style="margin:0px">Debian Release: 10.0</div><div style="margin:0px">  APT prefers stable</div><div style="margin:0px">  APT policy: (500, 'stable')</div><div style="margin:0px">Architecture: amd64 (x86_64)</div><div style="margin:0px"><br></div><div style="margin:0px">Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)</div><div style="margin:0px">Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)</div><div style="margin:0px">Shell: /bin/sh linked to /bin/dash</div><div style="margin:0px">Init: systemd (via /run/systemd/system)</div><div style="margin:0px">LSM: AppArmor: enabled</div><div style="margin:0px"><br></div><div style="margin:0px">Versions of packages grub-common depends on:</div><div style="margin:0px">ii  gettext-base        0.19.8.1-9</div><div style="margin:0px">ii  libc6               2.28-10</div><div style="margin:0px">ii  libdevmapper1.02.1  2:1.02.155-3</div><div style="margin:0px">ii  libefiboot1         37-2</div><div style="margin:0px">ii  libefivar1          37-2</div><div style="margin:0px">ii  libfreetype6        2.9.1-3</div><div style="margin:0px">ii  libfuse2            2.9.9-1</div><div style="margin:0px">ii  liblzma5            5.2.4-1</div><div style="margin:0px"><br></div><div style="margin:0px">Versions of packages grub-common recommends:</div><div style="margin:0px">ii  os-prober  1.77</div><div style="margin:0px"><br></div><div style="margin:0px">Versions of packages grub-common suggests:</div><div style="margin:0px">ii  console-setup  1.191</div><div style="margin:0px">pn  desktop-base   <none></div><div style="margin:0px">pn  grub-emu       <none></div><div style="margin:0px">pn  multiboot-doc  <none></div><div style="margin:0px">pn  xorriso        <none></div><div style="margin:0px"><br></div><div style="margin:0px">-- Configuration Files:</div><div style="margin:0px">/etc/grub.d/20_linux_xen changed [not included]</div></div></div></div></div></div></div></div></div></div></div></body></html>