--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: installation-reports: No separated /boot filesystem
- From: Gabor Kiss <kissg@ssg.ki.iif.hu>
- Date: Wed, 06 Aug 2014 17:23:55 +0200
- Message-id: <20140806152355.5126.60713.reportbug@time5.niif.hu>
Package: installation-reports
Severity: normal
Dear Maintainer,
This week I installed two similar wheezy system.
I have two RAID1 arrays. A small 300 MB md0 for /boot and
a 80 GB md1 for LVM with usual filesystems (root, usr, var and so on).
I both cases I marked /dev/md0 as ext4 /boot. However the installer
forgot it after mkfs. It was not mounted during install as well as
it was missing from fstab. The kernel and grub files silently
went to root filesystem.
I had to copy content of /boot to the manually mounted /dev/md0
and to fix fstab.
Gabor
-- Package-specific info:
Boot method: CD
Image version: Debian GNU/Linux 7.1.0 "Wheezy" - Official i386 NETINST Binary-1 20130615-21:53
Date: <Date and time of the install>
Machine: General server with Tomcat I7210 motherboard
Partitions: <df -Tl will do; the raw partition table is preferred>
# df -Tl
Filesystem Type 1K-blocks Used Available Use% Mounted on
rootfs rootfs 494912 145064 349848 30% /
udev devtmpfs 10240 0 10240 0% /dev
tmpfs tmpfs 51436 260 51176 1% /run
/dev/mapper/vgt5-root xfs 494912 145064 349848 30% /
tmpfs tmpfs 5120 0 5120 0% /run/lock
tmpfs tmpfs 102860 0 102860 0% /run/shm
/dev/mapper/vgt5-home xfs 1939456 32956 1906500 2% /home
/dev/mapper/vgt5-tmp xfs 1939456 32952 1906504 2% /tmp
/dev/mapper/vgt5-usr xfs 3893248 510124 3383124 14% /usr
/dev/mapper/vgt5-usrlocal xfs 1939456 40044 1899412 3% /usr/local
/dev/mapper/vgt5-var xfs 3893248 232252 3660996 6% /var
/dev/md0 ext4 282279 27586 240117 11% /boot
# fdisk /dev/sda
[...]
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders, total 160836480 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00078ee1
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 585727 291840 fd Linux raid autodetect
/dev/sda2 585728 160835583 80124928 fd Linux raid autodetect
# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sda2[0] sdb2[1]
80059264 blocks super 1.2 [2/2] [UU]
md0 : active raid1 sda1[0] sdb1[1]
291520 blocks super 1.2 [2/2] [UU]
unused devices: <none>
#
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: [O]
Overall install: [O]
Comments/Problems:
<Description of the install, in prose, and any thoughts, comments
and ideas you had during the initial install.>
--
==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7 (wheezy) - installer build 20130613"
X_INSTALLATION_MEDIUM=cdrom
==============================================
Installer hardware-summary:
==============================================
uname -a: Linux time5 3.2.0-4-486 #1 Debian 3.2.46-1 i686 GNU/Linux
lsmod: Module Size Used by
lsmod: fuse 51989 0
lsmod: ufs 57656 0
lsmod: qnx4 12992 0
lsmod: ntfs 161748 0
lsmod: reiserfs 167423 0
lsmod: raid0 12776 0
lsmod: efivars 17787 0
lsmod: dm_mod 57438 21
lsmod: raid1 26262 2
lsmod: md_mod 81567 3 raid0,raid1
lsmod: xfs 506920 6
lsmod: jfs 131002 0
lsmod: ext4 298331 0
lsmod: crc16 12327 1 ext4
lsmod: jbd2 51626 1 ext4
lsmod: ext3 133894 0
lsmod: jbd 42496 1 ext3
lsmod: btrfs 471646 0
lsmod: crc32c 12576 1
lsmod: libcrc32c 12394 1 btrfs
lsmod: zlib_deflate 21318 1 btrfs
lsmod: vfat 17117 0
lsmod: fat 40358 1 vfat
lsmod: ext2 49804 0
lsmod: mbcache 12938 3 ext2,ext3,ext4
lsmod: e1000 76491 0
lsmod: nls_utf8 12416 0
lsmod: isofs 30544 0
lsmod: usb_storage 35245 0
lsmod: sg 21589 0
lsmod: sd_mod 35425 6
lsmod: usbhid 31704 0
lsmod: crc_t10dif 12332 1 sd_mod
lsmod: sr_mod 17468 0
lsmod: cdrom 34813 1 sr_mod
lsmod: hid 60152 1 usbhid
lsmod: ata_generic 12439 0
lsmod: ata_piix 25392 4
lsmod: sata_sil 12788 0
lsmod: libata 121252 3 sata_sil,ata_piix,ata_generic
lsmod: uhci_hcd 22506 0
lsmod: floppy 48182 0
lsmod: thermal 13103 0
lsmod: ehci_hcd 35684 0
lsmod: fan 12594 0
lsmod: thermal_sys 17752 2 fan,thermal
lsmod: usbcore 104793 5 ehci_hcd,uhci_hcd,usbhid,usb_storage
lsmod: scsi_mod 135542 5 libata,sr_mod,sd_mod,sg,usb_storage
lsmod: usb_common 12338 1 usbcore
df: Filesystem 1K-blocks Used Available Use% Mounted on
df: none 51480 60 51420 0% /run
df: tmpfs 257400 0 257400 0% /dev
df: /dev/mapper/vgt5-root
df: 494912 162208 332704 33% /target
df: /dev/mapper/vgt5-home
df: 1939456 32940 1906516 2% /target/home
df: /dev/mapper/vgt5-tmp 1939456 32928 1906528 2% /target/tmp
df: /dev/mapper/vgt5-usr 3893248 373912 3519336 10% /target/usr
df: /dev/mapper/vgt5-usrlocal
df: 1939456 32976 1906480 2% /target/usr/local
df: /dev/mapper/vgt5-var 3893248 143052 3750196 4% /target/var
df: /dev/mapper/vgt5-root
df: 494912 162208 332704 33% /dev/.static/dev
df: tmpfs 257400 0 257400 0% /target/dev
free: total used free shared buffers
free: Mem: 514800 429004 85796 0 10384
free: -/+ buffers: 418620 96180
free: Swap: 974844 164 974680
/proc/cmdline: vga=788 initrd=/install.386/initrd.gz -- quiet BOOT_IMAGE=/install.386/vmlinuz
-- System Information:
Debian Release: 7.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
--- End Message ---