[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#704779: marked as done (installation-reports: Wheezy installation issues with UEFI and Intel RST Raid (Fake-Raid))



Your message dated Sat, 13 May 2017 09:46:00 +0000
with message-id <fd6c92ab-5b3c-c888-1e85-e3eb35820090@a4nancy.net.eu.org>
and subject line Closing obsolete bug report
has caused the Debian Bug report #704779,
regarding installation-reports: Wheezy installation issues with UEFI and Intel RST Raid (Fake-Raid)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
704779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704779
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: normal
Tags: d-i

Dear Maintainer,

yesterday I installed Debian testing on a new PC.  I tried some "new"
technologies (I did not use them until now...):
 - UEFI only install (without CSM enabled)
 - SATA-RAID mode using Intel RST (Matrix-Raid/Fake-Raid)
 - with two 250G disks I configured a RAID-1 volume (~60G) and a
   RAID-0 volume (~350G)

I used the weekly snapshot 2013-04-01 of the AMD64-netinst ISO on an
USB-stick.  I used the expert install mode.

Most installation steps were successful, only disc partitioning and the
boot loader installation had problems --- see below.

Also - since this was not my first attempt on that pc - I already knew some
caveats and fixed/circumvented them on-the-fly on the 2nd console.  Also see below.


-- Package-specific info:

Boot method: USB-Stick
Image version: Wheezy weekly snapshot 2013-04-01 netinst
   http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso
   (2013-04-01 09:34  221M)
Date: 04.04.2013

Machine: Fujitsu Esprimo P910 (Tower PC)
Partitions: 
root@dtest:~# sgdisk -p /dev/md126
Disk /dev/md126: 122880000 sectors, 58.6 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): EF1BB1D3-E76C-4718-8F1E-AB8545933BB7
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 122879966
Partitions will be aligned on 2048-sector boundaries
Total free space is 4029 sectors (2.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048          258047   125.0 MiB   EF00  efi system part
   2          258048          765951   248.0 MiB   0700  linux boot
   3          765952       122877951   58.2 GiB    0700

root@dtest:~# dmsetup table
vgcr1-rootlv: 0 29294592 linear 253:0 2048
vgcr1-lvhome: 0 39059456 linear 253:0 64448512
vgcr1-swaplv: 0 35151872 linear 253:0 29296640
md126p3_crypt: 0 122107904 crypt aes-cbc-essiv:sha256 0000000000000000000000000000000000000000000000000000000000000000 0 259:2 4096

root@dtest:~# pvs
  PV         VG    Fmt  Attr PSize  PFree
  /dev/dm-0  vgcr1 lvm2 a--  58.22g 8.87g

root@dtest:~# vgs
  VG    #PV #LV #SN Attr   VSize  VFree
  vgcr1   1   3   0 wz--n- 58.22g 8.87g

root@dtest:~# lvs
  LV     VG    Attr     LSize  Pool Origin Data%  Move Log Copy%  Convert
  lvhome vgcr1 -wi-ao-- 18.62g                                           
  rootlv vgcr1 -wi-ao-- 13.97g                                           
  swaplv vgcr1 -wi-ao-- 16.76g                                           



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [O]
Detect CD:              [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Detect hard drives:     [O]
Partition hard drives:  [E]
Install base system:    [O]
Install tasks:          [O]
Install boot loader:    [E]
Overall install:        [O]

Comments/Problems:

Load installer modules:
I loaded the cfdisk udeb


Partition hard drives:
After selection "Partition hard drives" the efivars kernel module is loaded
and mdadm detects the Intel ISM Raid with my two volumes.  However, the
guided partitioning only shows me the raw devices sda and sdb.  Using
/dev/md126 (the RAID-1 volume) is not possible.
I chose "manual partitioning" - but I could not create a partition table
using the installer:  Nothing happened when hitting <enter> on the
RAID-device.

On the 2nd console I used cfdisk to create a small partition.
After that I did "Partition hard drives" again.  That time it detected
the partitioned md device an I could create a new empty gpt partition
table by hitting <enter> on the md device.  Then I created three partitions:
EFI boot, /boot, and a partition for a crypto disk.
All that worked fine (including partition names in the gpt).
After that I configured dmcrypt and lvm for my needs - sucessfully


Install boot loader:
The boot loader installation failed: BIG red screen telling me that
something like "grub-install dummy" failed.

I did a "chroot /target /bin/bash" on the 2nd console.   The file
/boot/grub/devixe.map did contain only the two physical disks and the USB
stick, all by-uuid or by-path - cannot remember.
I corrected it manually to that one line:
(hd0)   /dev/md126

After that I could redo the "Install boot loader" and it succeeded ---
actually it was telling me that.  However, it did not set the UEFI boot
variable in NVRAM.  I verified that by using "efibootmanager -v".  Only
two entries - PXE and the installer USB Stick - did exist.


Before rebooting I added efivars to /etc/initramfs-tools/modules and
updated the initramfs (update-initramfs -u)
In UEFI-mode the efivars module is needed for mdadm to be able to detect
the Intel RST configuration and to bring up the md devices - therefore
it must be present in the initrd.  Otherwise all partitions/file systems
will be detected on the physical discs (sda or sdb)...



After finishing the installation and reboot I booted grub from the
installer USB stick and activated the grub command line:
- I examined the disks using tab completion
  - looked like hd0 is the USB stick
  - hd1 the ISM RAID-1 volume
  - hd2 the ISM RAID-0 volume
- I did "configfile (hd1,gpt2)/grub/grub.cgf"
So, finally I got the boot menu and booted into my freshly installed debian
It detected the Intel RST raid, I unlocked the crypto volume, it detected
the lvm volumes and finally booted successfully to the login prompt.

After that I tried grub-install manually - but it does not set the UEFI boot
variable.  Running

  efibootmgr -c -d /dev/md126 -p 1 -w -L "Debian Linux" -l "\EFI\debian\grubx64.efi"

manually dit the trick for me.  That set the UEFI boot variable and I can
now boot from the (raid!) harddisk.
Please find a log of "grub-install --debug" and the efibootmanager call
attached in file bootmanager-log.tar.gz

I also attached install-logfiles.tar.gz which contains all the log files
from the installer.


I'm very glad that most of the installation process works that fine -
except the decribed issues - thank you for that great work!


Let me tell you some additional whishlist items:

1) By default cfdisk is installed - unfortunately that is not useable for
gpt partitioned disks.  When using gpt partitions the package gdisk should
be installed automatically too. 

2) It would be nice to have also a cgdisk udeb so one can do fancy
gpt partitioning and renumber gpt partitions from the install image.

3) on UEFI installations the efivars kernel module should be included
in the final initramfs (see above, it is needed for mdadm to detect
the iRST (fake) raid)


4) in the daily spashot
 (http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso)
the efivars module cannot be loaded due to a missing kernel symbol
efi_enabled_facility.  This should be fixed.



Regards,
Andreas Weigand


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20130401-00:16"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux dtest 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller [8086:0150] (rev 09)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d7]
lspci -knn: 	Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0152] (rev 09)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d7]
lspci -knn: 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 	Kernel driver in use: xhci_hcd
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d9]
lspci -knn: 	Kernel driver in use: e1000e
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d8]
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a4)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation Q77 Express Chipset LPC Controller [8086:1e47] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA Controller [RAID mode] [8086:2822] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
lspci -knn: 00:1f.6 Signal processing controller [1180]: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller [8086:1e24] (rev 04)
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11d6]
usb-list: 
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 02: EHCI Host Controller [8087:0024]
usb-list:    Level 01 Parent 01 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 04: USB Keyboard [04d9:1603]
usb-list:    Level 02 Parent 02 Port 03  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer:  
usb-list:    Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:    Interface 01: Class 03(HID  ) Subclass 00 Protocol 00 Driver usbhid
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 02: EHCI Host Controller [8087:0024]
usb-list:    Level 01 Parent 01 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 03: Flash Disk       [0204:6025]
usb-list:    Level 02 Parent 02 Port 04  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: CBM1180 
usb-list:    Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage
usb-list: 
usb-list: Bus 03 Device 01: xHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 01
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: xHCI Host Controller [1d6b:0003]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 03
usb-list:    Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: hfsplus                71616  0 
lsmod: hfs                    45877  0 
lsmod: minix                  27623  0 
lsmod: msdos                  17077  0 
lsmod: fuse                   62020  0 
lsmod: ufs                    58774  0 
lsmod: qnx4                   13184  0 
lsmod: ntfs                  163882  0 
lsmod: reiserfs              192132  0 
lsmod: battery                13146  0 
lsmod: power_supply           13475  1 battery
lsmod: nls_cp437              16553  1 
lsmod: cbc                    12754  4 
lsmod: sha256_generic         16797  2 
lsmod: aes_generic            33026  8 
lsmod: dm_crypt               22586  1 
lsmod: dm_mod                 63645  12 dm_crypt
lsmod: raid0                  12904  1 
lsmod: raid1                  30714  1 
lsmod: md_mod                 87742  6 raid1,raid0
lsmod: xfs                   594991  0 
lsmod: jfs                   137196  0 
lsmod: ext4                  350602  1 
lsmod: crc16                  12343  1 ext4
lsmod: jbd2                   62065  1 ext4
lsmod: ext3                  161867  0 
lsmod: jbd                    56902  1 ext3
lsmod: btrfs                 505528  2 
lsmod: crc32c                 12656  1 
lsmod: libcrc32c              12426  1 btrfs
lsmod: zlib_deflate           25638  1 btrfs
lsmod: vfat                   17316  1 
lsmod: fat                    45642  2 msdos,vfat
lsmod: ext2                   59231  0 
lsmod: mbcache                13114  3 ext2,ext3,ext4
lsmod: efivars                17969  0 
lsmod: e1000e                124918  0 
lsmod: nls_utf8               12456  1 
lsmod: isofs                  35171  0 
lsmod: vga16fb                17378  0 
lsmod: vgastate               12617  1 vga16fb
lsmod: sg                     25874  0 
lsmod: sd_mod                 36136  2 
lsmod: sr_mod                 21899  0 
lsmod: crc_t10dif             12348  1 sd_mod
lsmod: cdrom                  35401  1 sr_mod
lsmod: usb_storage            43870  0 
lsmod: usbhid                 36418  0 
lsmod: hid                    81328  1 usbhid
lsmod: fan                    12674  0 
lsmod: thermal                17383  0 
lsmod: thermal_sys            18040  2 thermal,fan
lsmod: ahci                   24997  8 
lsmod: libahci                22860  1 ahci
lsmod: libata                140630  2 libahci,ahci
lsmod: parport_pc             22364  0 
lsmod: parport                31858  1 parport_pc
lsmod: xhci_hcd               73434  0 
lsmod: ehci_hcd               40215  0 
lsmod: scsi_mod              162269  5 libata,usb_storage,sr_mod,sd_mod,sg
lsmod: usbcore               128741  5 ehci_hcd,xhci_hcd,usbhid,usb_storage
lsmod: usb_common             12354  1 usbcore
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: none                    804688        64    804624   0% /run
df: tmpfs                  4023440         0   4023440   0% /dev
df: /dev/mapper/vgcr1-rootlv
df:                       14647296    604632  11998168   5% /target
df: /dev/md126p2            245937     29787    203453  13% /target/boot
df: /dev/md126p1            126988       118    126870   0% /target/boot/efi
df: /dev/mapper/vgcr1-lvhome
df:                       19529728       120  17403840   0% /target/home
df: /dev/mapper/vgcr1-rootlv
df:                       14647296    604632  11998168   5% /dev/.static/dev
df: tmpfs                  4023440         0   4023440   0% /target/dev
free:              total         used         free       shared      buffers
free: Mem:       8046880      1653160      6393720            0         6348
free: -/+ buffers:            1646812      6400068
free: Swap:     17575932            0     17575932
/proc/cmdline: BOOT_IMAGE=/install.amd/vmlinuz priority=low vga=788 --
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 58
/proc/cpuinfo: model name	: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
/proc/cpuinfo: stepping	: 9
/proc/cpuinfo: microcode	: 0x15
/proc/cpuinfo: cpu MHz		: 3192.567
/proc/cpuinfo: cache size	: 6144 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 4
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 4
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 13
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips	: 6385.13
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 1
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 58
/proc/cpuinfo: model name	: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
/proc/cpuinfo: stepping	: 9
/proc/cpuinfo: microcode	: 0x15
/proc/cpuinfo: cpu MHz		: 3192.567
/proc/cpuinfo: cache size	: 6144 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 4
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 4
/proc/cpuinfo: apicid		: 2
/proc/cpuinfo: initial apicid	: 2
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 13
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips	: 6385.18
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 2
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 58
/proc/cpuinfo: model name	: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
/proc/cpuinfo: stepping	: 9
/proc/cpuinfo: microcode	: 0x15
/proc/cpuinfo: cpu MHz		: 3192.567
/proc/cpuinfo: cache size	: 6144 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 4
/proc/cpuinfo: core id		: 2
/proc/cpuinfo: cpu cores	: 4
/proc/cpuinfo: apicid		: 4
/proc/cpuinfo: initial apicid	: 4
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 13
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips	: 6385.19
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo: 
/proc/cpuinfo: processor	: 3
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 58
/proc/cpuinfo: model name	: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
/proc/cpuinfo: stepping	: 9
/proc/cpuinfo: microcode	: 0x15
/proc/cpuinfo: cpu MHz		: 3192.567
/proc/cpuinfo: cache size	: 6144 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 4
/proc/cpuinfo: core id		: 3
/proc/cpuinfo: cpu cores	: 4
/proc/cpuinfo: apicid		: 6
/proc/cpuinfo: initial apicid	: 6
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 13
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips	: 6385.19
/proc/cpuinfo: clflush size	: 64
/proc/cpuinfo: cache_alignment	: 64
/proc/cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo: 
/proc/ioports: 0000-0cf7 : PCI Bus 0000:00
/proc/ioports:   0000-001f : dma1
/proc/ioports:   0020-0021 : pic1
/proc/ioports:   0040-0043 : timer0
/proc/ioports:   0050-0053 : timer1
/proc/ioports:   0060-0060 : keyboard
/proc/ioports:   0064-0064 : keyboard
/proc/ioports:   0070-0077 : rtc0
/proc/ioports:   0080-008f : dma page reg
/proc/ioports:   00a0-00a1 : pic2
/proc/ioports:   00c0-00df : dma2
/proc/ioports:   00f0-00ff : fpu
/proc/ioports:   0378-037a : parport0
/proc/ioports:   03f8-03ff : serial
/proc/ioports:   0400-0453 : pnp 00:04
/proc/ioports:     0400-0403 : ACPI PM1a_EVT_BLK
/proc/ioports:     0404-0405 : ACPI PM1a_CNT_BLK
/proc/ioports:     0408-040b : ACPI PM_TMR
/proc/ioports:     0420-042f : ACPI GPE0_BLK
/proc/ioports:     0450-0450 : ACPI PM2_CNT_BLK
/proc/ioports:   0454-0457 : pnp 00:06
/proc/ioports:   0458-047f : pnp 00:04
/proc/ioports:   04d0-04d1 : pnp 00:0a
/proc/ioports:   0500-057f : pnp 00:04
/proc/ioports:   0600-063f : pnp 00:07
/proc/ioports:   0640-064f : pnp 00:07
/proc/ioports:   0680-069f : pnp 00:04
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 0d00-ffff : PCI Bus 0000:00
/proc/ioports:   1000-100f : pnp 00:04
/proc/ioports:   164e-164f : pnp 00:04
/proc/ioports:   f000-f03f : 0000:00:02.0
/proc/ioports:   f040-f05f : 0000:00:1f.3
/proc/ioports:   f060-f07f : 0000:00:1f.2
/proc/ioports:     f060-f07f : ahci
/proc/ioports:   f080-f09f : 0000:00:19.0
/proc/ioports:   f0a0-f0a3 : 0000:00:1f.2
/proc/ioports:     f0a0-f0a3 : ahci
/proc/ioports:   f0b0-f0b7 : 0000:00:1f.2
/proc/ioports:     f0b0-f0b7 : ahci
/proc/ioports:   f0c0-f0c3 : 0000:00:1f.2
/proc/ioports:     f0c0-f0c3 : ahci
/proc/ioports:   f0d0-f0d7 : 0000:00:1f.2
/proc/ioports:     f0d0-f0d7 : ahci
/proc/ioports:   ffff-ffff : pnp 00:04
/proc/ioports:     ffff-ffff : pnp 00:04
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0009dfff : System RAM
/proc/iomem: 0009e000-0009ffff : reserved
/proc/iomem: 000a0000-000bffff : PCI Bus 0000:00
/proc/iomem: 000c0000-000c3fff : PCI Bus 0000:00
/proc/iomem: 000c4000-000c7fff : PCI Bus 0000:00
/proc/iomem: 000c8000-000cbfff : PCI Bus 0000:00
/proc/iomem: 000cc000-000cffff : PCI Bus 0000:00
/proc/iomem: 000d0000-000d3fff : PCI Bus 0000:00
/proc/iomem: 000d4000-000d7fff : PCI Bus 0000:00
/proc/iomem: 000d8000-000dbfff : PCI Bus 0000:00
/proc/iomem: 000dc000-000dffff : PCI Bus 0000:00
/proc/iomem: 000e0000-000e0fff : reserved
/proc/iomem: 000f0000-000fffff : System ROM
/proc/iomem: 00100000-1fffffff : System RAM
/proc/iomem:   01000000-01357265 : Kernel code
/proc/iomem:   01357266-01694bff : Kernel data
/proc/iomem:   01729000-01806fff : Kernel bss
/proc/iomem: 20000000-201fffff : reserved
/proc/iomem:   20000000-201fffff : pnp 00:0e
/proc/iomem: 20200000-40003fff : System RAM
/proc/iomem: 40004000-40004fff : reserved
/proc/iomem:   40004000-40004fff : pnp 00:0e
/proc/iomem: 40005000-d7d8afff : System RAM
/proc/iomem: d7d8b000-d8863fff : reserved
/proc/iomem: d8864000-d8873fff : ACPI Tables
/proc/iomem: d8874000-d8992fff : ACPI Non-volatile Storage
/proc/iomem: d8993000-da2bafff : reserved
/proc/iomem: da2bb000-da2bbfff : System RAM
/proc/iomem: da2bc000-da2fefff : ACPI Non-volatile Storage
/proc/iomem: da2ff000-dad8bfff : System RAM
/proc/iomem: dad8c000-dafeefff : reserved
/proc/iomem: dafef000-daffffff : System RAM
/proc/iomem: db000000-db7fffff : RAM buffer
/proc/iomem: db800000-df9fffff : reserved
/proc/iomem: dfa00000-feafffff : PCI Bus 0000:00
/proc/iomem:   dfa00000-dfa00fff : pnp 00:0d
/proc/iomem:   e0000000-efffffff : 0000:00:02.0
/proc/iomem:     e0000000-e01dffff : efifb
/proc/iomem:   f7800000-f7bfffff : 0000:00:02.0
/proc/iomem:   f7c00000-f7c1ffff : 0000:00:19.0
/proc/iomem:     f7c00000-f7c1ffff : e1000e
/proc/iomem:   f7c20000-f7c2ffff : 0000:00:14.0
/proc/iomem:     f7c20000-f7c2ffff : xhci_hcd
/proc/iomem:   f7c30000-f7c33fff : 0000:00:1b.0
/proc/iomem:   f7c34000-f7c34fff : 0000:00:1f.6
/proc/iomem:   f7c35000-f7c350ff : 0000:00:1f.3
/proc/iomem:   f7c36000-f7c367ff : 0000:00:1f.2
/proc/iomem:     f7c36000-f7c367ff : ahci
/proc/iomem:   f7c37000-f7c373ff : 0000:00:1d.0
/proc/iomem:     f7c37000-f7c373ff : ehci_hcd
/proc/iomem:   f7c38000-f7c383ff : 0000:00:1a.0
/proc/iomem:     f7c38000-f7c383ff : ehci_hcd
/proc/iomem:   f7c39000-f7c39fff : 0000:00:19.0
/proc/iomem:     f7c39000-f7c39fff : e1000e
/proc/iomem:   f7c3c000-f7c3c00f : 0000:00:16.0
/proc/iomem:   f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
/proc/iomem:     f8000000-fbffffff : reserved
/proc/iomem:       f8000000-fbffffff : pnp 00:0d
/proc/iomem: fec00000-fec00fff : reserved
/proc/iomem:   fec00000-fec003ff : IOAPIC 0
/proc/iomem: fed00000-fed03fff : reserved
/proc/iomem:   fed00000-fed003ff : HPET 0
/proc/iomem: fed10000-fed17fff : pnp 00:0d
/proc/iomem: fed18000-fed18fff : pnp 00:0d
/proc/iomem: fed19000-fed19fff : pnp 00:0d
/proc/iomem: fed1c000-fed1ffff : reserved
/proc/iomem:   fed1c000-fed1ffff : pnp 00:0d
/proc/iomem: fed20000-fed3ffff : pnp 00:0d
/proc/iomem: fed45000-fed8ffff : pnp 00:0d
/proc/iomem: fed90000-fed93fff : pnp 00:0d
/proc/iomem: fee00000-fee00fff : Local APIC
/proc/iomem:   fee00000-fee00fff : reserved
/proc/iomem: ff000000-ffffffff : reserved
/proc/iomem:   ff000000-ffffffff : pnp 00:0d
/proc/iomem: 100000000-21e5fffff : System RAM
/proc/iomem: 21e600000-21fffffff : RAM buffer
/proc/interrupts:            CPU0       CPU1       CPU2       CPU3       
/proc/interrupts:   0:         70          0          0          0  IR-IO-APIC-edge      timer
/proc/interrupts:   1:          3          0          0          0  IR-IO-APIC-edge      i8042
/proc/interrupts:   8:         99          0          0          0  IR-IO-APIC-edge      rtc0
/proc/interrupts:   9:          0          0          0          0  IR-IO-APIC-fasteoi   acpi
/proc/interrupts:  12:          3          0          0          0  IR-IO-APIC-edge      i8042
/proc/interrupts:  16:       4347          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb1
/proc/interrupts:  23:      18997          0          0          0  IR-IO-APIC-fasteoi   ehci_hcd:usb2
/proc/interrupts:  40:          0          0          0          0  DMAR_MSI-edge      dmar0
/proc/interrupts:  41:          0          0          0          0  DMAR_MSI-edge      dmar1
/proc/interrupts:  42:          0          0          0          0  IR-PCI-MSI-edge      xhci_hcd
/proc/interrupts:  43:    2105103          0          0          0  IR-PCI-MSI-edge      ahci
/proc/interrupts:  44:      67876          0          0          0  IR-PCI-MSI-edge      eth0
/proc/interrupts: NMI:        144         68         79         65   Non-maskable interrupts
/proc/interrupts: LOC:     133592      87461      88442      97812   Local timer interrupts
/proc/interrupts: SPU:          0          0          0          0   Spurious interrupts
/proc/interrupts: PMI:        144         68         79         65   Performance monitoring interrupts
/proc/interrupts: IWI:          0          0          0          0   IRQ work interrupts
/proc/interrupts: RES:     123818     369665     642666     457008   Rescheduling interrupts
/proc/interrupts: CAL:        521        775        727        727   Function call interrupts
/proc/interrupts: TLB:       9812       8958       8420       8411   TLB shootdowns
/proc/interrupts: TRM:          0          0          0          0   Thermal event interrupts
/proc/interrupts: THR:          0          0          0          0   Threshold APIC interrupts
/proc/interrupts: MCE:          0          0          0          0   Machine check exceptions
/proc/interrupts: MCP:         23         23         23         23   Machine check polls
/proc/interrupts: ERR:          0
/proc/interrupts: MIS:          0
/proc/meminfo: MemTotal:        8046880 kB
/proc/meminfo: MemFree:         6393720 kB
/proc/meminfo: Buffers:            6348 kB
/proc/meminfo: Cached:          1459844 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           529904 kB
/proc/meminfo: Inactive:         956464 kB
/proc/meminfo: Active(anon):      24164 kB
/proc/meminfo: Inactive(anon):       16 kB
/proc/meminfo: Active(file):     505740 kB
/proc/meminfo: Inactive(file):   956448 kB
/proc/meminfo: Unevictable:       12392 kB
/proc/meminfo: Mlocked:           10632 kB
/proc/meminfo: SwapTotal:      17575932 kB
/proc/meminfo: SwapFree:       17575932 kB
/proc/meminfo: Dirty:              4464 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         32600 kB
/proc/meminfo: Mapped:             4044 kB
/proc/meminfo: Shmem:                64 kB
/proc/meminfo: Slab:             105684 kB
/proc/meminfo: SReclaimable:      91156 kB
/proc/meminfo: SUnreclaim:        14528 kB
/proc/meminfo: KernelStack:        1064 kB
/proc/meminfo: PageTables:         1048 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:    21599372 kB
/proc/meminfo: Committed_AS:      38680 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      188684 kB
/proc/meminfo: VmallocChunk:   34359545900 kB
/proc/meminfo: HardwareCorrupted:     0 kB
/proc/meminfo: AnonHugePages:         0 kB
/proc/meminfo: HugePages_Total:       0
/proc/meminfo: HugePages_Free:        0
/proc/meminfo: HugePages_Rsvd:        0
/proc/meminfo: HugePages_Surp:        0
/proc/meminfo: Hugepagesize:       2048 kB
/proc/meminfo: DirectMap4k:      155648 kB
/proc/meminfo: DirectMap2M:     8192000 kB
/proc/bus/input/devices: I: Bus=0003 Vendor=04d9 Product=1603 Version=0110
/proc/bus/input/devices: N: Name="  USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:1a.0-1.4/input0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input2
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=sysrq kbd 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=04d9 Product=1603 Version=0110
/proc/bus/input/devices: N: Name="  USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:1a.0-1.4/input1
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/input/input3
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=13
/proc/bus/input/devices: B: KEY=2000000 39fad941d001 1e000000000000 0
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: 

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Attachment: bootmanager-log.tar.gz
Description: GNU Zip compressed data

Attachment: installer-logfiles.tar.gz
Description: GNU Zip compressed data


--- End Message ---
--- Begin Message ---
Thanks for having taken the time to report this issue with UEFI in
Debian 7 ("Wheezy").

During last years, UEFI support has improved and we believe this bug is
likely to be solved in the current stable version of Debian 8 ("Jessie")
or in the upcoming Debian Stretch.

I'm thus closing this bug report. If you can reproduce this issue with
Debian 8 installer[1] or better with the release candidate installer for
the upcoming Debian Stretch[2], please file a new bug report.

Thanks again for your contribution!

1. https://www.debian.org/distrib/
2. https://www.debian.org/devel/debian-installer/

--- End Message ---

Reply to: