Archiv > Development

Test MLD-4 ISO

<< < (67/89) > >>

gkd-berlin:
Hallo Delaney,

es gibt im gesamten System keine isolinux.cfg.

Die Original /boot/syslinux.cfg sieht so aus:

--- Code: ---DEFAULT loadconfig

LABEL loadconfig
  CONFIG /syslinux/isolinux.cfg
  APPEND /syslinux/
--- End code ---

Das ist in /boot/syslinux:

--- Code: ---MLD> cd /boot/syslinux
MLD> ls
extlinux.conf  logo.jpg       style.cfg      vesamenu.c32
MLD>
--- End code ---

Gruß Gerhard

Delaney:
Sind wohl die redundanten Reste vom USB-Stick (hab i.M. nur nen rpi am laufen zum nachschauen)
Dann nimm bitte mal
/boot/syslinux/extlinux.conf

gkd-berlin:
Hallo Carsten,

Inhalt /boot/syslinux/extlinux.conf:

--- Code: ---include style.cfg

label quiet
        menu default
        kernel /boot/kernel
        append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off nodialog hpet=disable

label normal
        kernel /boot/kernel
        append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable

label verbose
        kernel /boot/kernel
        append root=/dev/sda1 rootwait vga=0x314 splash=verbose apm=off nobg hpet=disable

label snapshots
        kernel /boot/kernel
        append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable QUIET=1 snap
shot=select
--- End code ---

Gruß Gerhard

Delaney:
Ich habs sicherheitshalber mal beim zweiten Eintrag (normal) angehängt, dann startets zumindest nicht unbemerkt.
Also nur bei manueller Bootauswahl


--- Code: ---include style.cfg
label quiet
        menu default
        kernel /boot/kernel
        append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off nodialog hpet=disable

label normal
        kernel /boot/kernel
        append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable acpi_enforce_resources=lax

--- End code ---

gkd-berlin:
Hallo Carsten der Große,

in der modules ist noch coretemp eingetragen. Sensors bringt:

--- Code: ---MLD> sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +33.0°C  (high = +76.0°C, crit = +100.0°C)
Core 1:       +31.0°C  (high = +76.0°C, crit = +100.0°C)

w83627dhg-isa-0290
Adapter: ISA adapter
Vcore:        +1.22 V  (min =  +0.00 V, max =  +1.74 V)
in1:          +1.82 V  (min =  +1.70 V, max =  +0.55 V)  ALARM
AVCC:         +3.36 V  (min =  +0.11 V, max =  +0.42 V)  ALARM
+3.3V:        +3.36 V  (min =  +3.47 V, max =  +1.82 V)  ALARM
in4:          +1.19 V  (min =  +0.82 V, max =  +0.25 V)  ALARM
in5:          +1.62 V  (min =  +0.51 V, max =  +0.53 V)  ALARM
in6:          +1.04 V  (min =  +0.74 V, max =  +1.82 V)
3VSB:         +3.42 V  (min =  +3.25 V, max =  +2.85 V)  ALARM
Vbat:         +3.36 V  (min =  +1.58 V, max =  +2.19 V)  ALARM
fan1:        2518 RPM  (min = 1406 RPM, div = 4)
fan2:           466 RPM  (min = 1875 RPM, div = 16)  ALARM
fan3:           0 RPM  (min = 21093 RPM, div = 8)  ALARM
fan4:           0 RPM  (min = 8231 RPM, div = 4)  ALARM
fan5:           0 RPM  (min = 67500 RPM, div = 4)  ALARM
temp1:        +39.0°C  (high = +121.0°C, hyst = -13.0°C)  sensor = thermistor
temp2:        +31.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = CPU diode
temp3:        +21.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = CPU diode
cpu0_vid:    +0.000 V
intrusion0:  OK
--- End code ---
nun ist alles wieder da.

modprobe ....... w83627ehf.ko ist ohne Fehler.
Die Fehlermeldung:

--- Code: ---(kernel/drivers/hwmon/w83627ehf.ko): Device or resource busy
--- End code ---
ist weg.

Der sche... atk0110 wird nicht mehr gestartet.

In der Sysinit erscheint als einzige Fehlermeldung:

--- Code: ---Mar  8 15:09:24 (MLD) user.err kernel: asus_atk0110: Resources not safely usable due to acpi_enforce_resources kernel parameter
--- End code ---

Ich werde das so lassen und einen Langzeittest machen.

Gruß Gerhard

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version