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

Bug#588670: marked as done (installation-reports: generated grub.cfg has off-by-one error in --fs-uuid index in the search command)



Your message dated Sat, 30 Oct 2021 18:30:54 +0200
with message-id <[🔎] 20211030183054.906cb9aac22395d0f32a6a86@mailbox.org>
and subject line Mass-closing old grub-installer bugs
has caused the Debian Bug report #588670,
regarding installation-reports: generated grub.cfg has off-by-one error in --fs-uuid index in the search command
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.)


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



-- Package-specific info:

Boot method: CD
Image version: debian-testing-amd64-netinst.iso downloaded on 2010-07-05 with size of 177694720
Date: <Date and time of the install>
Just after I downloaded, probably late 2010-07-05 or early 2010-07-06


Machine: Intel core duo desktop (amd64)
Partitions: <df -Tl will do; the raw partition table is preferred>
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/mapper/raven-squeeze_root
              ext3    45413424   7428228  35678332  18% /
tmpfs        tmpfs     1025720         0   1025720   0% /lib/init/rw
udev         tmpfs     1020608       208   1020400   1% /dev
tmpfs        tmpfs     1025720         0   1025720   0% /dev/shm
/dev/mapper/raven-backup
              ext3   111469344  50681712  55125324  48% /backup
/dev/mapper/raven-home
              ext3   309637120 194335144 102719064  66% /home
/dev/sda1     ext3      241116    106107    122561  47% /lenny_boot
/dev/mapper/raven-root
              ext3     6890048   6349176    190872  98% /lenny_root

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]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [ ]
Install boot loader:    [O]
Overall install:        [O]

Comments/Problems:

Perhaps I should have put an asterisk for the bootloader above to draw
your attention to a problem for it even though that install and
subsequent boot went fine.  The issue was the actual grub.cfg was
misconfigured for detection of the other OS on my disk (Debian Lenny)
so I could not dual-boot to Debian Lenny until I worked around that
misconfiguration issue.

Here are the details of one relevant stanza of /boot/grub/grub.cfg with
the misconfiguration:

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/mapper/raven-root.
menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/mapper/raven-root)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set 8d562f48-1631-4f09-b17d-07a31de23576
        linux /vmlinuz-2.6.26-2-amd64 root=/dev/mapper/raven-root ro quiet 
        initrd /initrd.img-2.6.26-2-amd64
}

That 8d562f48-1631-4f09-b17d-07a31de23576 is for the wrong disk!  It
should have referred to /lenny_boot above which is located at /dev/sda1.

Instead, we have the following results:

irwin@raven> ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 Jul  7 10:55 01e04e6e-4c6e-4106-81a6-4d9ed72ab74a -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jul  7 10:55 75107d16-1966-46d7-9cba-054336a129f9 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jul  7 10:55 8d562f48-1631-4f09-b17d-07a31de23576 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jul  7 10:55 d5668fa2-cce0-4466-a24e-871572af4d6d -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul  7 10:55 e0151002-5ae3-4095-b9e4-9400233ebbf7 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jul  7 10:55 fec85ff4-5e79-43d3-a523-7c12b6608e9b -> ../../dm-4

So the index was off by one (as I said on the subject line) and the
disk should have been referred to as
d5668fa2-cce0-4466-a24e-871572af4d6d (which refers to /dev/sda1) instead of
8d562f48-1631-4f09-b17d-07a31de23576 (which refers to /dev/dm-1).

Instead of bothering with changing the value assigned with the --set
option, I didn't have cut and paste at the time so I simply commented
out the entire search line, and as I hoped (I don't understand grub2
syntax that well) from then on I could dual boot to either the old
Debian Lenny or the new Debian Squeeze without issues.

<Description of the install, in prose, and any thoughts, comments
      and ideas you had during the initial install.>
      
This was a very minimal install of Debian squeeze because I don't like
the mix of packages that are installed as a result of running tasksel.
Instead, I skip the task part altogether, and after the resultingminimal system
boots, I do the rest of the install with judiciously chosen apt-get
install commands when I run into a package that I need.

Also, for this install I used expert text mode to skip all
partitioning other than to name mount points (one of those being for
an empty large file system suitable for the new / mountpoint for
Debian squeeze) because this was a production box with much personal
and Debian lenny data to avoid clobbering.

-- 

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="6.0 (squeeze) - installer build 20100705-00:06"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux raven 2.6.32-5-amd64 #1 SMP Tue Jun 1 04:34:03 UTC 2010 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8276]
lspci -knn: 	Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c2] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8276]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation 82G33/G31 Express Integrated Graphics Controller [8086:29c3] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8276]
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:829f]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 02)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 02)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:1c.5 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 [8086:294a] (rev 02)
lspci -knn: 	Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller [8086:2921] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: ata_piix
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 00:1f.5 IDE interface [0101]: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller [8086:2926] (rev 02)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8277]
lspci -knn: 	Kernel driver in use: ata_piix
lspci -knn: 01:00.0 Ethernet controller [0200]: Atheros Communications L1 Gigabit Ethernet [1969:1048] (rev b0)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:8226]
lspci -knn: 	Kernel driver in use: atl1
lspci -knn: 02:00.0 SATA controller [0106]: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller [197b:2363] (rev 03)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:824f]
lspci -knn: 	Kernel driver in use: ahci
lspci -knn: 02:00.1 IDE interface [0101]: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller [197b:2363] (rev 03)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:824f]
lspci -knn: 	Kernel driver in use: pata_jmicron
lspci -knn: 04:00.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11)
lspci -knn: 	Subsystem: Hauppauge computer works Inc. Device [0070:13eb]
lspci -knn: 04:00.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11)
lspci -knn: 	Subsystem: Hauppauge computer works Inc. Device [0070:13eb]
lspci -knn: 04:02.0 Ethernet controller [0200]: VIA Technologies, Inc. VT86C100A [Rhine] [1106:3043] (rev 06)
lspci -knn: 	Subsystem: D-Link System Inc Device [1186:1400]
lspci -knn: 	Kernel driver in use: via-rhine
lspci -knn: 04:03.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller [1106:3044] (rev c0)
lspci -knn: 	Subsystem: ASUSTeK Computer Inc. Device [1043:81fe]
lspci -knn: 	Kernel driver in use: firewire_ohci
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 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
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 2.6.32-5-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 03 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 05 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 08 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: ufs                    56474  0 
lsmod: qnx4                    6194  0 
lsmod: ntfs                  162796  0 
lsmod: reiserfs              194124  0 
lsmod: dm_mod                 53754  15 
lsmod: md_mod                 73664  0 
lsmod: xfs                   436861  0 
lsmod: exportfs                3170  1 xfs
lsmod: jfs                   140147  0 
lsmod: ext4                  285611  0 
lsmod: jbd2                   66919  1 ext4
lsmod: crc16                   1319  1 ext4
lsmod: ext3                  106518  5 
lsmod: jbd                    37085  1 ext3
lsmod: vfat                    7884  0 
lsmod: fat                    40038  1 vfat
lsmod: ext2                   52969  0 
lsmod: mbcache                 5050  3 ext4,ext3,ext2
lsmod: atl1                   26034  0 
lsmod: via_rhine              17371  0 
lsmod: mii                     3210  2 atl1,via_rhine
lsmod: nls_utf8                1208  0 
lsmod: isofs                  27480  0 
lsmod: firewire_sbp2          11514  0 
lsmod: usb_storage            39449  0 
lsmod: fan                     3346  0 
lsmod: sg                     18744  0 
lsmod: sr_mod                 12602  0 
lsmod: cdrom                  29415  1 sr_mod
lsmod: sd_mod                 29777  3 
lsmod: crc_t10dif              1276  1 sd_mod
lsmod: uhci_hcd               18521  0 
lsmod: ahci                   32358  0 
lsmod: firewire_ohci          19468  0 
lsmod: firewire_core          36736  2 firewire_sbp2,firewire_ohci
lsmod: crc_itu_t               1307  1 firewire_core
lsmod: thermal                11674  0 
lsmod: thermal_sys            11942  2 fan,thermal
lsmod: pata_jmicron            2280  0 
lsmod: ata_piix               21012  2 
lsmod: libata                133520  3 ahci,pata_jmicron,ata_piix
lsmod: scsi_mod              122117  6 firewire_sbp2,usb_storage,sg,sr_mod,sd_mod,libata
lsmod: ehci_hcd               31039  0 
lsmod: usbcore               121959  4 usb_storage,uhci_hcd,ehci_hcd
lsmod: nls_base                6361  7 ntfs,jfs,vfat,fat,nls_utf8,isofs,usbcore
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: tmpfs                  1025720        32   1025688   0% /dev
df: /dev/mapper/raven-squeeze_root
df:                       45413424    565308  42541252   1% /target
df: /dev/mapper/raven-backup
df:                      111469344  50681712  55125324  48% /target/backup
df: /dev/mapper/raven-home
df:                      309637120 189381444 107672764  64% /target/home
df: /dev/sda1               241116    106107    122561  46% /target/lenny_boot
df: /dev/mapper/raven-root
df:                        6890048   6464804     75244  99% /target/lenny_root
df: /dev/mapper/raven-squeeze_root
df:                       45413424    565308  42541252   1% /dev/.static/dev
df: tmpfs                  1025720        32   1025688   0% /target/dev
free:               total         used         free       shared      buffers
free:   Mem:      2051440       539200      1512240            0        53072
free:  Swap:      6164472            0      6164472
free: Total:      8215912       539200      7676712
/proc/cmdline: priority=low vga=788 initrd=/install.amd/initrd.gz --  BOOT_IMAGE=/install.amd/vmlinuz 
/proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: GenuineIntel
/proc/cpuinfo: cpu family	: 6
/proc/cpuinfo: model		: 15
/proc/cpuinfo: model name	: Intel(R) Core(TM)2 Duo CPU     E6550  @ 2.33GHz
/proc/cpuinfo: stepping	: 11
/proc/cpuinfo: cpu MHz		: 2337.893
/proc/cpuinfo: cache size	: 4096 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 2
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 2
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 10
/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 lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
/proc/cpuinfo: bogomips	: 4675.78
/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		: 15
/proc/cpuinfo: model name	: Intel(R) Core(TM)2 Duo CPU     E6550  @ 2.33GHz
/proc/cpuinfo: stepping	: 11
/proc/cpuinfo: cpu MHz		: 2337.893
/proc/cpuinfo: cache size	: 4096 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 2
/proc/cpuinfo: core id		: 1
/proc/cpuinfo: cpu cores	: 2
/proc/cpuinfo: apicid		: 1
/proc/cpuinfo: initial apicid	: 1
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 10
/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 lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority
/proc/cpuinfo: bogomips	: 4675.32
/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-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-0071 : 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: 0290-0297 : pnp 00:06
/proc/ioports: 03c0-03df : vesafb
/proc/ioports: 03f8-03ff : serial
/proc/ioports: 0400-041f : 0000:00:1f.3
/proc/ioports: 0480-04bf : 0000:00:1f.0
/proc/ioports:   0480-04bf : pnp 00:07
/proc/ioports: 04d0-04d1 : pnp 00:07
/proc/ioports: 0800-087f : 0000:00:1f.0
/proc/ioports:   0800-087f : pnp 00:07
/proc/ioports:     0800-0803 : ACPI PM1a_EVT_BLK
/proc/ioports:     0804-0805 : ACPI PM1a_CNT_BLK
/proc/ioports:     0808-080b : ACPI PM_TMR
/proc/ioports:     0820-082f : ACPI GPE0_BLK
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 1000-1fff : PCI Bus 0000:03
/proc/ioports: 2000-2fff : PCI Bus 0000:01
/proc/ioports: a080-a08f : 0000:00:1f.2
/proc/ioports:   a080-a08f : ata_piix
/proc/ioports: a400-a40f : 0000:00:1f.2
/proc/ioports:   a400-a40f : ata_piix
/proc/ioports: a480-a483 : 0000:00:1f.2
/proc/ioports:   a480-a483 : ata_piix
/proc/ioports: a800-a807 : 0000:00:1f.2
/proc/ioports:   a800-a807 : ata_piix
/proc/ioports: a880-a883 : 0000:00:1f.2
/proc/ioports:   a880-a883 : ata_piix
/proc/ioports: ac00-ac07 : 0000:00:1f.2
/proc/ioports:   ac00-ac07 : ata_piix
/proc/ioports: b080-b08f : 0000:00:1f.5
/proc/ioports:   b080-b08f : ata_piix
/proc/ioports: b400-b40f : 0000:00:1f.5
/proc/ioports:   b400-b40f : ata_piix
/proc/ioports: b480-b483 : 0000:00:1f.5
/proc/ioports:   b480-b483 : ata_piix
/proc/ioports: b800-b807 : 0000:00:1f.5
/proc/ioports:   b800-b807 : ata_piix
/proc/ioports: b880-b883 : 0000:00:1f.5
/proc/ioports:   b880-b883 : ata_piix
/proc/ioports: bc00-bc07 : 0000:00:1f.5
/proc/ioports:   bc00-bc07 : ata_piix
/proc/ioports: c000-c01f : 0000:00:1d.0
/proc/ioports:   c000-c01f : uhci_hcd
/proc/ioports: c080-c09f : 0000:00:1d.1
/proc/ioports:   c080-c09f : uhci_hcd
/proc/ioports: c400-c41f : 0000:00:1d.2
/proc/ioports:   c400-c41f : uhci_hcd
/proc/ioports: c480-c49f : 0000:00:1a.0
/proc/ioports:   c480-c49f : uhci_hcd
/proc/ioports: c800-c81f : 0000:00:1a.1
/proc/ioports:   c800-c81f : uhci_hcd
/proc/ioports: c880-c89f : 0000:00:1a.2
/proc/ioports:   c880-c89f : uhci_hcd
/proc/ioports: cc00-cc07 : 0000:00:02.0
/proc/ioports: d000-dfff : PCI Bus 0000:02
/proc/ioports:   d400-d40f : 0000:02:00.1
/proc/ioports:     d400-d40f : pata_jmicron
/proc/ioports:   d480-d483 : 0000:02:00.1
/proc/ioports:     d480-d483 : pata_jmicron
/proc/ioports:   d800-d807 : 0000:02:00.1
/proc/ioports:     d800-d807 : pata_jmicron
/proc/ioports:   d880-d883 : 0000:02:00.1
/proc/ioports:     d880-d883 : pata_jmicron
/proc/ioports:   dc00-dc07 : 0000:02:00.1
/proc/ioports:     dc00-dc07 : pata_jmicron
/proc/ioports: e000-efff : PCI Bus 0000:04
/proc/ioports:   e880-e8ff : 0000:04:03.0
/proc/ioports:   ec00-ec7f : 0000:04:02.0
/proc/ioports:     ec00-ec7f : via-rhine
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0009fbff : System RAM
/proc/iomem: 0009fc00-0009ffff : reserved
/proc/iomem: 000c0000-000cffff : pnp 00:0d
/proc/iomem: 000e4000-000fffff : reserved
/proc/iomem: 00100000-7f67ffff : System RAM
/proc/iomem:   01000000-012fd138 : Kernel code
/proc/iomem:   012fd139-014d48df : Kernel data
/proc/iomem:   01571000-01680313 : Kernel bss
/proc/iomem: 7f680000-7f68dfff : ACPI Tables
/proc/iomem: 7f68e000-7f6dffff : ACPI Non-volatile Storage
/proc/iomem: 7f6e0000-7f6fffff : reserved
/proc/iomem: 7f700000-7fffffff : RAM buffer
/proc/iomem: 80000000-803fffff : PCI Bus 0000:03
/proc/iomem: 80400000-805fffff : PCI Bus 0000:02
/proc/iomem: 80600000-807fffff : PCI Bus 0000:01
/proc/iomem: 80800000-80800fff : Intel Flush Page
/proc/iomem: d0000000-dfffffff : 0000:00:02.0
/proc/iomem:   d0000000-d07effff : vesafb
/proc/iomem: e0000000-efffffff : PCI MMCONFIG 0 [00-ff]
/proc/iomem:   e0000000-efffffff : pnp 00:0c
/proc/iomem: fde00000-fdefffff : PCI Bus 0000:03
/proc/iomem: fdf00000-fdffffff : PCI Bus 0000:04
/proc/iomem:   fdf00000-fdf0ffff : 0000:04:02.0
/proc/iomem:   fdffe000-fdffefff : 0000:04:00.0
/proc/iomem:   fdfff000-fdffffff : 0000:04:00.1
/proc/iomem: fe6f4000-fe6f7fff : 0000:00:1b.0
/proc/iomem: fe6fb400-fe6fb4ff : 0000:00:1f.3
/proc/iomem: fe6fb800-fe6fbbff : 0000:00:1d.7
/proc/iomem:   fe6fb800-fe6fbbff : ehci_hcd
/proc/iomem: fe6fbc00-fe6fbfff : 0000:00:1a.7
/proc/iomem:   fe6fbc00-fe6fbfff : ehci_hcd
/proc/iomem: fe700000-fe7fffff : 0000:00:02.0
/proc/iomem: fe800000-fe87ffff : 0000:00:02.0
/proc/iomem: fe880000-fe8fffff : 0000:00:02.1
/proc/iomem: fe900000-fe9fffff : PCI Bus 0000:01
/proc/iomem:   fe9a0000-fe9bffff : 0000:01:00.0
/proc/iomem:   fe9c0000-fe9fffff : 0000:01:00.0
/proc/iomem:     fe9c0000-fe9fffff : atl1
/proc/iomem: fea00000-feafffff : PCI Bus 0000:02
/proc/iomem:   feae0000-feaeffff : 0000:02:00.0
/proc/iomem:   feafe000-feafffff : 0000:02:00.0
/proc/iomem:     feafe000-feafffff : ahci
/proc/iomem: feb00000-febfffff : PCI Bus 0000:04
/proc/iomem:   febff000-febff7ff : 0000:04:03.0
/proc/iomem:     febff000-febff7ff : firewire_ohci
/proc/iomem:   febffc00-febffc7f : 0000:04:02.0
/proc/iomem:     febffc00-febffc7f : via-rhine
/proc/iomem: fec00000-fec00fff : IOAPIC 0
/proc/iomem: fed00000-fed003ff : HPET 0
/proc/iomem: fed14000-fed19fff : pnp 00:01
/proc/iomem: fed1c000-fed1ffff : pnp 00:07
/proc/iomem: fed20000-fed3ffff : pnp 00:07
/proc/iomem: fed50000-fed8ffff : pnp 00:07
/proc/iomem: fee00000-fee00fff : Local APIC
/proc/iomem:   fee00000-fee00fff : reserved
/proc/iomem:     fee00000-fee00fff : pnp 00:0a
/proc/iomem: ffa00000-ffafffff : pnp 00:07
/proc/iomem: ffb00000-ffbfffff : pnp 00:07
/proc/iomem: ffe00000-ffefffff : pnp 00:07
/proc/iomem: fff00000-ffffffff : reserved
/proc/iomem:   fff00000-fffffffe : pnp 00:07
/proc/interrupts:            CPU0       CPU1       
/proc/interrupts:   0:         44          5   IO-APIC-edge      timer
/proc/interrupts:   1:        557        553   IO-APIC-edge      i8042
/proc/interrupts:   8:          0          1   IO-APIC-edge      rtc0
/proc/interrupts:   9:          0          0   IO-APIC-fasteoi   acpi
/proc/interrupts:  16:         13         17   IO-APIC-fasteoi   firewire_ohci, uhci_hcd:usb3, ahci
/proc/interrupts:  17:          0          0   IO-APIC-fasteoi   pata_jmicron
/proc/interrupts:  18:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb5, uhci_hcd:usb8, eth0
/proc/interrupts:  19:          0          0   IO-APIC-fasteoi   uhci_hcd:usb7
/proc/interrupts:  21:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4
/proc/interrupts:  22:      20979      20976   IO-APIC-fasteoi   ata_piix, ata_piix
/proc/interrupts:  23:          0          0   IO-APIC-fasteoi   ehci_hcd:usb2, uhci_hcd:usb6
/proc/interrupts: NMI:          0          0   Non-maskable interrupts
/proc/interrupts: LOC:      40691      36058   Local timer interrupts
/proc/interrupts: SPU:          0          0   Spurious interrupts
/proc/interrupts: PMI:          0          0   Performance monitoring interrupts
/proc/interrupts: PND:          0          0   Performance pending work
/proc/interrupts: RES:       2821       1674   Rescheduling interrupts
/proc/interrupts: CAL:         80       6477   Function call interrupts
/proc/interrupts: TLB:       8357       9258   TLB shootdowns
/proc/interrupts: TRM:          0          0   Thermal event interrupts
/proc/interrupts: THR:          0          0   Threshold APIC interrupts
/proc/interrupts: MCE:          0          0   Machine check exceptions
/proc/interrupts: MCP:          7          7   Machine check polls
/proc/interrupts: ERR:          1
/proc/interrupts: MIS:          0
/proc/meminfo: MemTotal:        2051440 kB
/proc/meminfo: MemFree:         1511952 kB
/proc/meminfo: Buffers:           53072 kB
/proc/meminfo: Cached:           407716 kB
/proc/meminfo: SwapCached:            0 kB
/proc/meminfo: Active:           209684 kB
/proc/meminfo: Inactive:         253928 kB
/proc/meminfo: Active(anon):       5152 kB
/proc/meminfo: Inactive(anon):        0 kB
/proc/meminfo: Active(file):     204532 kB
/proc/meminfo: Inactive(file):   253928 kB
/proc/meminfo: Unevictable:        2296 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:       6164472 kB
/proc/meminfo: SwapFree:        6164472 kB
/proc/meminfo: Dirty:               900 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:          5176 kB
/proc/meminfo: Mapped:             2448 kB
/proc/meminfo: Shmem:                32 kB
/proc/meminfo: Slab:              48548 kB
/proc/meminfo: SReclaimable:      41536 kB
/proc/meminfo: SUnreclaim:         7012 kB
/proc/meminfo: KernelStack:        1016 kB
/proc/meminfo: PageTables:          700 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:     7190192 kB
/proc/meminfo: Committed_AS:       9192 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:      285864 kB
/proc/meminfo: VmallocChunk:   34359445524 kB
/proc/meminfo: HardwareCorrupted:     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:        8704 kB
/proc/meminfo: DirectMap2M:     2078720 kB
/proc/bus/input/devices: I: Bus=0017 Vendor=0001 Product=0001 Version=0100
/proc/bus/input/devices: N: Name="Macintosh mouse button emulation"
/proc/bus/input/devices: P: Phys=
/proc/bus/input/devices: S: Sysfs=/devices/virtual/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 
/proc/bus/input/devices: B: EV=7
/proc/bus/input/devices: B: KEY=70000 0 0 0 0
/proc/bus/input/devices: B: REL=3
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
/proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard"
/proc/bus/input/devices: P: Phys=isa0060/serio0/input0
/proc/bus/input/devices: S: Sysfs=/devices/platform/i8042/serio0/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Hi,

similar to the installation-reports bugs, I'm closing the grub-installer reports 
below.

These are reports for Debian 4 / 6 / 7 / 9 where grub-installer fails (for 
various reasons).


There have been numerous changes/improvements on this topics in the past, and 
also because of the age of the reports we should consider these problems as 
being fixed (or it is even reported in the bugs that they are fixed).
They are most likely of no use anymore for recent releases.

If you know, that the issue you reported (and gets closed here) is still 
existing in recent installation images, please file a new report for that with 
up-to-date details!

Thank you for filing these bug reports, they have been very useful at the time 
they were filed!


https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785149
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489005
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610116
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611713
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612420
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621923
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647267
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659116
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665856
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666552
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668923
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686955
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690515
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690592
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702731
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729411
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771467
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780115
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806164
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806849
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416986
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252009
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292513
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310798
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391489
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489006
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578338
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582367
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229128
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463842
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497168
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500079
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516392
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520361
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544949
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549703
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557242
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580461
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587699
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588670
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596877
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612025
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618498
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639713
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666559
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699456
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703901
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707604
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711330
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609939
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498831


Cheers
Holger


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

--- End Message ---

Reply to: