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

Bug#513624: Installation report



Package: installation-reports

Boot method: CD
Image version: Self-made installation CD
Date: 2009-01-30

Machine: ASUS Notebook M6Ne
Processor: Pentium M 1,6GHz
Memory: 512MB
Partitions: <df -Tl will do; the raw partition table is preferred>

> Dateisystem   Typ    1K‐Blöcke   Benutzt Verfügbar Ben% Eingehängt auf
> /dev/hda1     ext3    13013724   3704116   8648536  30% /
> tmpfs        tmpfs      257796         0    257796   0% /lib/init/rw
> udev         tmpfs       10240        84     10156   1% /dev
> tmpfs        tmpfs      257796         0    257796   0% /dev/shm
> /dev/hda6     ext3    43319028    189828  40928700   1% /home

Output of lspci -knn (or lspci -nn):

> 00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 21)
> 	Kernel driver in use: agpgart-intel
> 	Kernel modules: intel-agp
> 00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 21)
> 	Kernel modules: shpchp
> 00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 03)
> 	Kernel driver in use: uhci_hcd
> 	Kernel modules: uhci-hcd
> 00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 03)
> 	Kernel driver in use: uhci_hcd
> 	Kernel modules: uhci-hcd
> 00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 03)
> 	Kernel driver in use: uhci_hcd
> 	Kernel modules: uhci-hcd
> 00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 03)
> 	Kernel driver in use: ehci_hcd
> 	Kernel modules: ehci-hcd
> 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 83)
> 	Kernel modules: shpchp
> 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 03)
> 	Kernel modules: intel-rng, iTCO_wdt
> 00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 03)
> 	Kernel driver in use: PIIX_IDE
> 	Kernel modules: piix
> 00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 03)
> 	Kernel driver in use: i801_smbus
> 	Kernel modules: i2c-i801
> 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 03)
> 	Kernel driver in use: Intel ICH
> 	Kernel modules: snd-intel8x0
> 00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 03)
> 	Kernel driver in use: Intel ICH Modem
> 	Kernel modules: snd-intel8x0m
> 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] [1002:4e50]
> 	Kernel modules: radeonfb
> 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet [14e4:169c] (rev 03)
> 	Kernel driver in use: tg3
> 	Kernel modules: tg3
> 02:01.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev ac)
> 	Kernel driver in use: yenta_cardbus
> 	Kernel modules: yenta_socket
> 02:01.1 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev ac)
> 	Kernel driver in use: yenta_cardbus
> 	Kernel modules: yenta_socket
> 02:01.2 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C552 IEEE 1394 Controller [1180:0552] (rev 04)
> 	Kernel driver in use: ohci1394
> 	Kernel modules: ohci1394
> 02:02.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
> 	Kernel driver in use: ipw2200
> 	Kernel modules: ipw2200

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 use a fully automated installation with preseed.
The partitioning shows as follows:

> d-i partman-auto/method             string regular
> d-i partman-auto/expert_recipe_file string /cdrom/preseed/partman_lenny/desktop_scheme.recipe
> 
> d-i partman/choose_partition select  finish
> d-i partman/confirm          boolean true

The corresponding recipe file:

> partman-auto/text/desktop_scheme ::
> 
> 5000 10000 20000 ext3
> 	method{ format }
> 	format{ }
> 	use_filesystem{ }
> 	filesystem{ ext3 }
> 	mountpoint{ / } .
> 
> 512 1024 300% linux-swap
> 	method{ swap }
> 	format{ } .
> 
> 10000 30000 1000000 ext3
> 	method{ format }
> 	format{ }
> 	use_filesystem{ }
> 	filesystem{ ext3 }
> 	mountpoint{ /home } .

The problem is:
The root partition was created as a primary partition.
The swap partition and the home-partition was created as logical partition.
I want to create all partitions as logical partitions.

I don't know, if this is a bug or a feature.

If you need more informations, please let me know.

Regards
Bernhard



Reply to: