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

Re: Short feedback about the ``Debian Installer etch beta 2''



On Sun, Jun 04, 2006 at 07:12:27AM -0400, I wrote:
> The installation went flawlessly then!  :-)

The first reboot also did.  But then I `apt-get upgrade'd and rebooted
again.  Booting stops with ``Waiting for root file system...'', dropping
into a shell after some time.  There I run `insmod ide-disk', followed by
`vgchange -ay vg0' (my root file system is on LVM) and exit the shell to
successfully boot the system.

Installed are
  - initramfs-tools 0.60
  - udev 0.085-1
  - linux-image-2.6.15-1-486 2.6.15-8
  - linux-image-2.6.15-1-686 2.6.15-8

I tried with both kernel images.

As a workaround, I put ``ide-disk'' into the otherwise-empty
/etc/mkinitramfs/modules and rebuilt the initrd.


#v+
$ udevinfo -p /block/hda -a

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

  looking at device '/block/hda':
    KERNEL=="hda"
    SUBSYSTEM=="block"
    SYSFS{stat}=="    8509     3228   172539   142600     9313    55845   130510 10044878        0   176880 10254428"
    SYSFS{size}=="4224150"
    SYSFS{removable}=="0"
    SYSFS{range}=="64"
    SYSFS{dev}=="3:0"

  looking at device '/devices/pci0000:00/0000:00:07.1/ide0/0.0':
    ID=="0.0"
    BUS=="ide"
    DRIVER=="ide-disk"

  looking at device '/devices/pci0000:00/0000:00:07.1/ide0':
    ID=="ide0"
    BUS==""
    DRIVER==""

  looking at device '/devices/pci0000:00/0000:00:07.1':
    ID=="0000:00:07.1"
    BUS=="pci"
    DRIVER=="PIIX_IDE"
    SYSFS{modalias}=="pci:v00008086d00007111sv00000000sd00000000bc01sc01i80"
    SYSFS{local_cpus}=="1"
    SYSFS{irq}=="0"
    SYSFS{class}=="0x010180"
    SYSFS{subsystem_device}=="0x0000"
    SYSFS{subsystem_vendor}=="0x0000"
    SYSFS{device}=="0x7111"
    SYSFS{vendor}=="0x8086"

  looking at device '/devices/pci0000:00':
    ID=="pci0000:00"
    BUS==""
    DRIVER==""

#v-


#v+
$ lspci -v
0000:00:00.0 Host bridge: Intel Corporation 440LX/EX - 82443LX/EX Host bridge (rev 03)
        Flags: bus master, medium devsel, latency 64
        Memory at e0000000 (32-bit, prefetchable) [size=64M]
        Capabilities: <available only to root>

0000:00:01.0 PCI bridge: Intel Corporation 440LX/EX - 82443LX/EX AGP bridge (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, medium devsel, latency 64
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: e4000000-e7ffffff
        Prefetchable memory behind bridge: e8000000-e8ffffff

0000:00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 01)
        Flags: bus master, medium devsel, latency 0

0000:00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
        Flags: bus master, medium devsel, latency 64
        I/O ports at f000 [size=16]

0000:00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
        Flags: bus master, medium devsel, latency 64, IRQ 10
        I/O ports at e000 [size=32]

0000:00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)
        Flags: medium devsel, IRQ 9

0000:00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 24)
        Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100
        Flags: bus master, medium devsel, latency 64, IRQ 12
        I/O ports at e400 [size=128]
        Memory at ea000000 (32-bit, non-prefetchable) [size=128]
        Expansion ROM at e9000000 [disabled] [size=128K]
        Capabilities: <available only to root>

0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 01) (prog-if 00 [VGA])
        Subsystem: Matrox Graphics, Inc. Millennium G200 AGP
        Flags: bus master, medium devsel, latency 64, IRQ 11
        Memory at e8000000 (32-bit, prefetchable) [size=16M]
        Memory at e4000000 (32-bit, non-prefetchable) [size=16K]
        Memory at e5000000 (32-bit, non-prefetchable) [size=8M]
        Expansion ROM at e4010000 [disabled] [size=64K]
        Capabilities: <available only to root>

#v-


Regards,
 Thomas



Reply to: