Fwd: Blad podczas instalacji.

Paweł Boguszewski pawel w multix.futuro.net.pl
Wto, 2 Mar 2004, 15:53:30 CET


----------  Przekazana wiadomość  ----------

Subject: Blad podczas instalacji.
Date: Tuesday 02 March 2004 15:35
From: "Marcin \"Zenek\"" Jaskólski <zenek w moo.pl>
To: Pawelb <pawelb w pld-linux.org>

Witaj Pawle,

	Postaram Ci sie po kolei opisac, co robilem. Zwroc uwage na blad w
logach jadra na samym dole.

	Odpalilem Rescue, zalozylem nastepujace partycje:

	/dev/hda1 30 MB ext2 na /boot
	/dev/hda2 5 GB vfat dla Windows 98
	/dev/hda3 5 GB ext2 na /
	/dev/hda4 okolo 360 MB na swap

	Dla hda1 i hda3 utworzylem mkfs'em systemy plikow. Reboot i wrzucenie
bootkietek sciagnietych z ftp'a wczoraj. Operacje na Rescue przebiegly
bez zadnych problemow (sic!), wszystko sie ladnie pozakladalo i smigalo.
	Po uruchomieniu z bootkietki IDE ustawilem Standardowe UI i
Prekonfiguracje systemu, nastepnie wybralem opcje Zaladuj i uruchom
fdisk (chcialem sprawdzic czy dziala). Efekt:

Unable to read /dev/hda

	Wiec reboot, ponowne uruchomienie z bootkietki, konfiguracja (tak samo
jak poprzednio), Uruchom proces instalacji i ten sam efekt.
	Wygenerowalem tego log'a bug.txt.

	Teraz: PLD Rescue, Knoppix w wersji 3.2 EN i Mandrake 9.1 widza ten
dysk doskonale i nie ma z nimi zadnych problemow. Mandrake sie
zainstalowal (musialem zdradzic PLD). W PLD ten blad wystepuje zarowno
dla Ac jak i Ra, co oznacza, ze blad jest gdzies w instalatorze, nie zas
w jadrze.

	Teraz o kompie: to maszyna Celeron albo PII z 64 RAM z plyta Intela. Co
ciekawe, BIOS nie ma Virus Protection. Byc moze to ma znaczenie. Grafika
i810. Dysk SAMSUNG SV1022D na /dev/hda, CD-ROM na /dev/hdb. Niby
standard, a jednak cos nie tak.

	Mam nadzieje ze wpadniesz na jakis pomysl, pozdrawiam i przepraszam ze
zawracam Ci glowe.
--

INTER-DIALOG
Marcin "Zenek" Jaskólski
<zenek w moo.pl>

-------------------------------------------------------


-- 
Paweł [pawelb] Boguszewski
mailto: pawelb w pld-linux.org
gg# 4588981 || jabber# pawelb w jabberpl.org
-------------- następna część ---------
BUG: ----------------------------------------------------------------------
BUG: Please write your bug report here (i.e. what happened, that you think
BUG: is a bug).
BUG: Lines starting with BUG: are automatically removed from the message.
BUG: In order to leave this editor (you'll be asked if you want to save
BUG: the file) press Ctrl-X.
BUG: ----------------------------------------------------------------------


Instalator nie moze czytac dysku!


BUG: Don't forget to write your email somewhere here, in case we'll
BUG: have to contact you!


BUG: ----------------------------------------------------------------------
BUG: Below is contest of few configuration files, log files and output
BUG: of few commands. Please check if they doesn't contain confidential
BUG: information. OTOH: this files will probably help us diagnose your
BUG: problem.
BUG: ----------------------------------------------------------------------




=================================================================
=== /etc/installer.conf
=================================================================
## 
## Generated automatically by ui at Tue Mar  2 11:16:01 UTC 2004
##

# source is one of:
#  - net - ftp, http. source_filesystem has to be net
#  - nfs - nfs server. source_filesystem has to be nfs
#  - cdrom
#  - disk
# source_filesystem: ex: iso9660, ext2
# source_device: either /dev/XXX for mount, or machine name for nfs, or
#   server name with optional protocol for net, ftp:// is the default.
# source_dir: exact directory where installation files 
#   (RPMS and installer directory) reside
# source_additional: space separated, additional sources for package 
#   installation. You need to specify http://, ftp:// or file://.
source="cdrom"
source_device="auto"
source_filesystem="iso9660"
source_dir="/"
source_additional=""

# net_device: example: eth0
# net_device_module: examples: ne2k-pci, auto
# net_device_options: ex: io=0x300
# net_ipaddr: ex: 192.168.1.1
# net_prefix: ex: 24
# net_gateway: ex: 192.168.1.254, or "" when none
# net_dns: space separated list of (up to 3) IP's of DNS'es
# net_v6: yes, no or auto : whatever to use IPv6 for interfaces 
#         configuration. If auto it is determined based upon 
#         net_ipaddr.
# net_proxy: http/ftp proxy to be used during installation. It is an
#            an URL. Examples: "http://squid.foobar.com:3128/",
#            "http://user:pass@squid.foobar.com:3128/"
#            NOTE: it is used only if it's set to something else then 
#            "" or "none". snarf is used for all file transfers then
#            (even rpms for poldek).
net_device="eth0"
net_device_module="auto"
net_device_module_options=""
net_ipaddr=""
net_prefix=""
net_gateway=""
net_dns=""
net_v6=""
net_proxy=""

# space delimited SCSI hostadapters (can be auto, for PCI SCSI card)
# hardware raid modules don't need to be listed here
scsi_hostadapters="auto"

# PCMCIA controller (can be auto)
pcmcia_controller="auto"


# dest_devices: space delimited list of target devices 
#   (like '/dev/hda /dev/sdb')
# dest_devices_actions: space delimited list, one of items below per device:
#  - make_new
#  - use_existing
#
# dest_partID_VAL: ID is positive integer, VAL is one of
# device: ex: /dev/hda7 (for use_existing), /dev/hda (for make_new)
# size: ex: 177 (177 megabytes), 50% of all, 100% of free
# filesystem: swap, ext2, reiserfs, jfs, ext3, xfs, md
# format_partition: yes or no
# mnt_point: ex: '/var/spool', '/', '' allowed for swaps
# options: options for fstab (ex: 'noexec')
# format_options: options for mkfs
#
# it's not allowed to have gaps in partition numbering, i.e.
# to have dest_part1_device, dest_part2_device and dest_part4_device
# set (while no dest_part3_device).
# Numeration starts at 1.
dest_devices="/dev/hda"
dest_devices_actions="use_existing"

#
# partition 1
#
dest_part1_device="/dev/hda1"
dest_part1_size="30"
dest_part1_filesystem="ext2"
dest_part1_format_partition="no"
dest_part1_mnt_point="/boot"
dest_part1_options="defaults"
dest_part1_format_options=""


#
# partition 2
#
dest_part2_device="/dev/hda3"
dest_part2_size="100% of free"
dest_part2_filesystem="ext2"
dest_part2_format_partition="no"
dest_part2_mnt_point="/"
dest_part2_options="defaults"
dest_part2_format_options=""


#
# partition 3
#
dest_part3_device="/dev/hda4"
dest_part3_size="100% of free"
dest_part3_filesystem="swap"
dest_part3_format_partition="no"
dest_part3_mnt_point="swap"
dest_part3_options="defaults"
dest_part3_format_options=""


# Section: packages installation
# pkgs_installer: one of poldek, wuch, apt. Only poldek 
#                 supported at the very moment
# pkgs_install_docs: yes or no. Whatever to install documentation for
#                    packages.
# pkgs_install_langs: %_install_langs rpm macro (all, pl:pl_PL:en:en_US)
# pkgs_cpus: number or "auto". Number of CPUs in installed system. If more
#            then one -- install kernel-smp instead of normal. In future
#            we might do some configuration tweaks for SMP.
pkgs_installer="poldek"
pkgs_install_docs="yes"
pkgs_install_langs="all"
pkgs_cpus="auto"

# Section: boot loader
# boot loader to install, possible values:
#  - lilo - generate /etc/lilo.conf, and run lilo
#  - rc-boot - generate configs for rc-boot, you need to select one of
#    lilo or grub packages to actually have some bootloader (otherwise
#    poldek will do it for you, randomly :^)
#  - none (or empty) - don't install bootloader
boot_loader="rc-boot"

# Device to install bootloader on. If it is set to "auto", then device part
# (i.e. without partition number) of /boot (or / if no /boot) partition is 
# taken.
boot_loader_device="auto"

# other systems on this box, space delimited list of entries
#  - bsd:LABEL:ROOT_DEVICE - bsd, bootloader installed on ROOT_DEVICE
#  - dos:LABEL:ROOT_DEVICE - same, for dos
#  - linux:LABEL:KERNEL:[INITRD:]ROOT_DEVICE - KERNEL is sth like 
#    /boot/vmlinuz-2.4.13-debian
# example: "bsd:obsd:/dev/hdb3 dos:winda:/dev/hda2 
#           linux:debian:/boot/vmlinuz-debian:/dev/hda3 
#           linux:old-pld:/boot/initrd-pld-old:/boot/vmlinuz-pld-old:/dev/hdc3"
boot_loader_other="dos:Windows:/dev/hda2"

# The end.
=== EOF /etc/installer.conf




=================================================================
=== /etc/installer.sysconf
=================================================================
# language to be used on installed system (ex: pl_PL, en_US, '')
lang="pl_PL"

# timezone to be set (ex: Europe/Warsaw, America/Vancuver)
timezone="Europe/Warsaw"

# system clock is in UTC? ("yes" or "no")
clock_utc="no"

# network configuration
net_config="dhcp"
net_hostname="pldmachine"
net_domainname="localdomain"
# superuser password
root_pass="root"

# user to be added.
user_realname=""
user_name=""
user_pass=""

=== EOF /etc/installer.sysconf




=================================================================
=== /etc/installer.pkgs
=================================================================
FHS
MAKEDEV
SysVinit
basesystem
bash
bdflush
bind-utils
bzip2
chkconfig
cpio
cracklib
cracklib-dicts
dev
file
findutils
fix-info-dir
ftp
geninitrd
genromfs
gettext
glibc
grep
gzip
hexedit
info
iproute2
iputils-ping
issue
kbd
kernel
less
login
logrotate
losetup
lsof
ltrace
lynx
mailx
man
man-pages
mawk
mc
mingetty
mktemp
modutils
mount
nc
net-tools
openssh
openssh-clients
openssh-server
pam
pciutils
pcregrep
pdksh
perl
pinfo
pldbug
poldek
procmail
procps
psmisc
rc-scripts
rpm
rpm-utils
sed
setserial
setup
shadow
sharutils
slocate
strace
tar
tcp_wrappers
tcpdump
telnet
terminfo
time
unace
unarj
unrar
unzip
utempter
util-linux
vim
vim-rt
vim-static
wget
which
iputils
localedb-src
mutt
ncompress
nmap
pine
quota
rsync
targa
zsh
apmd
dhcpcd
lilo
syslog-ng
unzip
vixie-cron
zip
=== EOF /etc/installer.pkgs




=================================================================
=== /var/log/installer
=================================================================
[ui-pkgs 11:16:26 1] Przygotowuję pliki tymczasowe
[ui-pkgs 11:16:26 1] Wyszukuję zaznaczone grupy
[ui-pkgs 11:16:30 1] Zapisuję zestaw pakietów do pliku /etc/installer.pkgs
[installer-prep 11:16:34 2] Ładuję moduł cdrom
Using /lib/modules/2.4.20/cdrom.o
[installer-prep 11:16:34 2] Ładuję moduł zlib_inflate
Using /lib/modules/2.4.20/zlib_inflate.o
[installer-prep 11:16:34 2] Ładuję moduł isofs
Using /lib/modules/2.4.20/isofs.o
[installer-prep 11:16:34 2] Ładuję moduł ide-mod
Using /lib/modules/2.4.20/ide-mod.o
[installer-prep 11:16:34 2] Ładuję moduł ide-probe-mod
Using /lib/modules/2.4.20/ide-probe-mod.o
[installer-prep 11:16:37 2] Ładuję moduł ide-cd
Using /lib/modules/2.4.20/ide-cd.o
[installer-prep 11:16:37 2] Montuję /dev/hdb na /src typu iso9660
[installer-prep 11:16:43 2] Ładuję ide-mod
[installer-prep 11:16:43 2] Ładuję moduł ide-disk
Using /lib/modules/2.4.20/ide-disk.o
[installer-prep 11:16:43 2] Ładuję parted-pkg
[installer-prep 11:16:43 2] Ładuję ext2-pkg
[installer-dest 11:16:44 3] Sprawdzam istniejące partycje
[installer-dest 11:16:44 4] parted has problems with your disk
=== EOF /var/log/installer




=================================================================
=== /var/log/messages
=================================================================
=== EOF /var/log/messages




=================================================================
=== `dmesg`
=================================================================
Linux version 2.4.20 (builder w averne) (gcc version 3.3.2 (PLD Linux)) #1 nie lis 30 20:37:54 CET 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000003ec0000 (usable)
 BIOS-e820: 0000000003ec0000 - 0000000003ef8000 (ACPI data)
 BIOS-e820: 0000000003ef8000 - 0000000003f00000 (ACPI NVS)
 BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
62MB LOWMEM available.
On node 0 totalpages: 16064
zone(0): 4096 pages.
zone(1): 11968 pages.
zone(2): 0 pages.
Kernel command line: initrd=initrd.gz root=/dev/ram0 init=/bin/init-wrapper BOOT_IMAGE=vmlinuz 
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
Detected 498.398 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 992.87 BogoMIPS
Memory: 60812k/64256k available (884k kernel code, 3056k reserved, -1128k data, 72k init, 0k highmem)
Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 0183fbff 00000000 00000000 00000000
CPU:             Common caps: 0183fbff 00000000 00000000 00000000
CPU: Intel Celeron (Mendocino) stepping 05
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 498.3826 MHz.
..... host bus clock speed is 66.4508 MHz.
cpu: 0, clocks: 664508, slice: 332254
CPU0<T0:664496,T1:332240,D:2,S:332254,C:664508>
PCI: PCI BIOS revision 2.10 entry at 0xfda95, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Transparent bridge - Intel Corp. 82801AA PCI Bridge
PCI: Using IRQ router PIIX [8086/2410] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
kinoded started
VFS: Disk quotas vdquot_6.5.1
devfs: v1.12c (20020818) Richard Gooch (rgooch w atnf.csiro.au)
devfs: boot_options: 0x0
pty: 512 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS03 at 0x02e8 (irq = 3) is a 16550A
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994
Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" Kasprzak.
IEEE 802.2 LLC for Linux 2.1 (c) 1996 Tim Alpaerts
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 8192)
Linux IP multicast router 0.06 plus PIM-SM
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 725k freed
VFS: Mounted root (romfs filesystem) readonly.
Freeing unused kernel memory: 72k freed
inserting floppy driver for 2.4.20
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH: IDE controller on PCI bus 00 dev f9
ICH: chipset revision 2
ICH: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hda: SAMSUNG SV1022D, ATA DISK drive
hdb: SAMSUNG CD-ROM SC-148F, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
cdrom: : unknown mrw mode page
hdb: ATAPI 48X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x04 { DriveStatusError }
hda: 1 sectors (0 MB) w/480KiB Cache, CHS=16383/16/63
Partition check:
 /dev/ide/host0/bus0/target0/lun0:hda : bad access: block=0, count=2
end_request: I/O error, cmd 0 dev 03:00 (hda), sector 0
hda : bad access: block=0, count=2
end_request: I/O error, cmd 0 dev 03:00 (hda), sector 0
 unable to read partition table
=== EOF `dmesg`


Więcej informacji o liście dyskusyjnej pld-installer