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

Bug#630736: Installation was mostly successfully



Package: installation-reports

Boot method: CD
Image version: Self-made Boot-CD with daily build of Wheezy installer
Date: 2011-06-16

Machine: Self-made Desktop PC
Processor: VIA C3 Nehemia
Memory: 256MB
Partitions:

> Dateisystem   Typ    1K‐Blöcke   Benutzt Verfügbar Ben% Eingehängt auf
> /dev/sda5    btrfs     9764864   2634736   6352688  30% /
> tmpfs        tmpfs        5120         0      5120   0% /lib/init/rw
> tmpfs        tmpfs       23876       224     23652   1% /run
> tmpfs        tmpfs        5120         0      5120   0% /run/lock
> tmpfs        tmpfs       47748         8     47740   1% /tmp
> udev         tmpfs      114328         0    114328   0% /dev
> tmpfs        tmpfs       47748         0     47748   0% /run/shm
> /dev/sda1     ext4      960504     33508    878204   4% /boot
> /dev/sda7    btrfs   105804800     36544 103643728   1% /home

Output of lspci -knn:

> 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8623 [Apollo CLE266] [1106:3123]
> 	Subsystem: VIA Technologies, Inc. Device [1106:aa01]
> 	Kernel driver in use: agpgart-via
> 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP] [1106:b091]
> 00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev 80)
> 	Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038]
> 	Kernel driver in use: uhci_hcd
> 00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev 80)
> 	Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038]
> 	Kernel driver in use: uhci_hcd
> 00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev 80)
> 	Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038]
> 	Kernel driver in use: uhci_hcd
> 00:10.3 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 82)
> 	Subsystem: VIA Technologies, Inc. USB 2.0 [1106:3104]
> 	Kernel driver in use: ehci_hcd
> 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8235 ISA Bridge [1106:3177]
> 	Subsystem: VIA Technologies, Inc. Device [1106:aa01]
> 00:11.1 IDE interface [0101]: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
> 	Subsystem: VIA Technologies, Inc. Device [1106:aa01]
> 	Kernel driver in use: pata_via
> 00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 50)
> 	Subsystem: VIA Technologies, Inc. Device [1106:aa01]
> 	Kernel driver in use: VIA 82xx Audio
> 00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 [Rhine-II] [1106:3065] (rev 74)
> 	Subsystem: VIA Technologies, Inc. VT6102 [Rhine II] Embeded Ethernet Controller on VT8235 [1106:0102]
> 	Kernel driver in use: via-rhine
> 00:14.0 Ethernet controller [0200]: D-Link System Inc DWL-510 / DWL-610 802.11b [Realtek RTL8180L] [1186:3300] (rev 20)
> 	Subsystem: D-Link System Inc DWL-510 Wireless PCI Adapter [1186:3301]
> 	Kernel driver in use: rtl8180
> 01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock graphics [1106:3122] (rev 03)
> 	Subsystem: VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock graphics [1106:3122]

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

Comments/Problems:

I'm using a completely automatic installation via preseed-files.
At partitioning, i detected a small issue with the mount options.
Attached, there is my recipe file for partitioning (desktop_scheme.recipe).
The mount options for / and /home are not overtaken in etc/fstab (attached).

I looked in the manual for the recipe file.
At the chapter for mount options, there is the following:

> It is also possible to specify mount options. For example, to specify
> "nodev,ro" for a partition, add the following lines for that partition:
> 	options/nodev{ nodev }
> 	options/ro{ ro }

In my recipe file, there is:

> options/compress=zlib{ compress=zlib }

This mount option is not overtaken.

Please have a look, if this is a misbehaviour.
Thank you.

Best regards
Bernhard
partman-auto/text/desktop_scheme ::

1000 1000 1000 ext4
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /boot } .

10000 10000 10000 btrfs
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ btrfs }
	mountpoint{ / }
	options/compress=zlib{ compress=zlib } .

300% 300% 300% linux-swap
	method{ swap }
	format{ } .

10000 30000 1000000 btrfs
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ btrfs }
	mountpoint{ /home }
	options/compress=zlib{ compress=zlib } .

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda5 during installation
UUID=bec569ce-a7d1-4444-a6f3-100618403ba1 /               btrfs   defaults        0       1
# /boot was on /dev/sda1 during installation
UUID=9ddba42f-8df8-46e3-88dc-f10f9df43a30 /boot           ext4    defaults        0       2
# /home was on /dev/sda7 during installation
UUID=5857a6ce-33e5-4822-9f96-4fa80cc17fb4 /home           btrfs   defaults        0       2
# swap was on /dev/sda6 during installation
UUID=96da5bf3-07aa-4c4d-bde5-e19ec8990308 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0

Reply to: