Lilo Konfiguration

OsunSeyi

OsunSeyi

Foren As
Hi,
möchte hier sowohl Salix OS als auch Slackware 13.37 booten, Lilo wird von SL aus eingerichtet und die "lilo.conf" sieht so aus:
Code:
	LBA32
	boot = /dev/sda
	bitmap = /boot/salix.bmp
	bmp-colors = 255,20,255,20,255,20
	bmp-table = 60,6,1,16
	bmp-timer = 65,29,0,255
	prompt
	timeout = 60
	change-rules
	reset
	vga = 775

# 1. Eintrag:

	  image    = /boot/vmlinuz
	  root     = /dev/sda3
	  label    = Slackware
	  append=" vt.default_utf8=0"
	  read-only

# 2. Eintrag:

	  image    = /boot/vmlinuz
	  root     = /dev/sda2
	  label    = Salix
	  append="quiet vt.default_utf8=1 "
	  read-only

Das ganze hat mit dem 'append="quiet vt.default_utf8=1' resp. 'append=" vt.default_utf8=0"' zu tun.
Die Einträge sind 1:1 übernommen, SL will das eine, Salix das andere.
Aber die schreiben es an den Anfang (vor den eigentlichen Einträgen).

So, wie es jetzt ist, bootet SL, aber Salix kann X nicht starten.
Was ist da verkehrt?
 
Hallo,
wenn beide Systeme korrekt booten, ist mit der Bootloaderkonfiguration ja erst einmal alles in Ordnung.
Das Salix das X nicht starten kann ist dann höchstens ein Seiteneffekt.

Bitte überprüfe einmal die vga = xxx Einstellung.
Evtl. führt die 775 Einstellung dazu, dass der kernel einen framebuffer Treiber o.ä. läd, der mit deiner X Konfiguration nicht kompatibel ist.

Ansonsten würde ich unter salix eine Rekonfiguration des X servers versuchen. Das Log file des X Servers kann bei der Diagnose auch nicht schaden.

Grüße,

mts
 
Lilo, ich hätte nicht gedacht, dass das noch irgendwer verwendet. Die config zu ändern reicht übrigens nicht, du musst noch "lilo-conf" oder irgedwas in die Richtung ausführen, lilo parst die config file und schreibt dann damit erst den mbr.

Die vga=... Einstellung ist die Framebufferauflösung, das hat mit X nichts zu tun. Es wäre besser die X meldung zu posten, als die lilo config.
 
Hi marcellus!
Bei der vga Sache bist du dir sicher?
Ich erinnere mich noch blass an eine Situation, in der der X Treiber vorausgesetzt hatte, dass kein framebuffer läuft / bzw. ist er mit diesem nicht klar gekommen.
Damals musste ich die Konsole im "normal" mode belassen - dann wurde der FB nicht geladen und alles lief.

Der Aufruf war glaube ich auch ein einfaches "lilo".
Verwendet slackware das noch als Standard BM?
 
Zuletzt bearbeitet:
Ich weiß nicht, was slackware verwendet, das letzte mal, als ich lilo verwendet hab war noch zu meiner Mandrake Zeit.

Mit dem Framebuffer konntest du teilweise Probleme haben, aber morderne Grafikkarten haben keine ordentlichen Framebuffer Treiber. Das was du heutzutage üblicherweise hast ist der uvesafb, der userspace vesa framebuffer, der sich nicht spießt mit X. Bzw überhaupt kernel mode settings, die eine nette volle auflösung auf dem tty fahren können, ohne das du einen framebuffer brauchst.

Die ganze framebuffer geschichte lässt sich mit fbset auch recht flott regeln. Aber wenn X nicht läuft halt ich mich im Moment lieber an die Fehlermeldungen des X servers, statt an die lilo config mit irgendwelchen Framebuffern, die möglicherweise nichts mit dem Problem zu tun haben.
 
Du postes hier aber nicht, nur um mehr Posts zu haben, als ich oder?
 
:-D
Ne ich poste, damit devilz mich wieder lieb hat.

Ausserdem brauche ich ja gar nicht zu posten, um mehr Beiträge als du zu haben --- ich kann doch einfach ein paar von dir löschen ;-)
 
Hmmm... no comment :)


Glaube schon, daß das was mit dem 'utf8' zu tun hat:
Wenn ich die Einträge vertausche und 'lilo' ausführe (Slackware ...utf8=1 resp. Salix ...utf8=0), habe ich bei beiden Systemen bei Runlevel 3 keine Tastatureingabe und kann mich folglich nicht einloggen.

Code:
	lba32
        append=" vt.default_utf8=0"
	boot = /dev/sda
	prompt
	timeout = 60
	change-rules
	reset
	vga = normal

	  image    = /boot/vmlinuz
	  root     = /dev/sda3
	  label    = Slackware
	  read-only

	  image    = /boot/vmlinuz
	  root     = /dev/sda2
	  label    = Salix
	  read-only


...für sich allein bootet Slackware einwandfrei, Salix aber nicht
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	lba32
         append="quiet vt.default_utf8=1 "
	boot = /dev/sda
	prompt
	timeout = 60
	change-rules
	reset
	vga = normal

	  image    = /boot/vmlinuz
	  root     = /dev/sda3
	  label    = Slackware
	  read-only

	  image    = /boot/vmlinuz
	  root     = /dev/sda2
	  label    = Salix
	  read-only

...für sich alleine bootet Salix einwandfrei, SL aber nicht
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bei der aktuellen "lilo.conf" wie jetzt verwendet (siehe weiter oben) sind die Bootoptionen aber nicht mehr am Anfang, sondern im jeweiligen Eintrag extra angegeben.
Also bei Slackware "...utf8=0" und bei Salix "...utf8=1"

Die "Xorg.0.log" von Salix enthält dann folgende Zeile:
Kernel command line: BOOT_IMAGE=Salix ro root=802 quiet vt.default_utf8=1

Die "Xorg.0.log" von Slackware enthält dann folgende Zeile:
Kernel command line: BOOT_IMAGE=Slackware ro root=803 vt.default_utf8=0

Das sieht doch ok aus??

Das kann eigentlich nur etwas mit der Syntax der Einträge in der 'lilo.conf' zu tun haben!
Dh mit der Reihenfolge der Einträge. Aber nicht mit der vga-Einstellung (probiert).


Code:
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.1 Slackware Linux ProjectSlackware ...utf8=1 resp. Salix ...utf8=0
Current Operating System: Linux darkstar 2.6.37.6-smp #2 SMP Sat Apr 9 23:39:07 CDT 2011 i686
Kernel command line: BOOT_IMAGE=Salix ro root=802 quiet vt.default_utf8=1
Build Date: 26 August 2010  12:40:23PM
 
Current version of pixman: 0.16.6
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 28 11:06:48 2012
(II) Loader magic: 0x81e4c40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2992:17aa:100d rev 2, Mem @ 0xd0000000/1048576, 0xc0000000/268435456, I/O @ 0x000030e0/8
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
	Section "Device"
		Identifier	"Builtin Default intel Device 0"
		Driver	"intel"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default intel Screen 0"
		Device	"Builtin Default intel Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default vesa Device 0"
		Driver	"vesa"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default vesa Screen 0"
		Device	"Builtin Default vesa Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default fbdev Device 0"
		Driver	"fbdev"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default fbdev Screen 0"
		Device	"Builtin Default fbdev Device 0"
	EndSection
	Section "ServerLayout"
		Identifier	"Builtin Default Layout"
		Screen	"Builtin Default intel Screen 0"
		Screen	"Builtin Default vesa Screen 0"
		Screen	"Builtin Default fbdev Screen 0"
	EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
	Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/local" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AutoAddDevices.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 2.11.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
	compiled for 1.7.5, module version = 2.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"Der Eintrag in obiger "Xorg.0.log" von Salix enthält folgende Zeile:
Kernel command line: BOOT_IMAGE=Salix ro root=802 quiet vt.default_utf8=1

Der Eintrag in der "Xorg.0.log" von Slackware enthält folgende Zeile:
Kernel command line: BOOT_IMAGE=Slackware ro root=803 vt.default_utf8=0

(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for vesa
(EE) intel(0): No kernel modesetting driver detected.
(II) UnloadModule: "intel"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
zum Vergleich:
Code:
SL:
....
[    29.460] (II) VESA: driver for VESA chipsets: vesa
[    29.460] (--) using VT number 7

[    29.460] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    29.460] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    29.467] (WW) Falling back to old probe method for vesa
[    29.468] drmOpenDevice: node name is /dev/dri/card0
[    29.468] drmOpenDevice: open result is 11, (OK)
[    29.468] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    29.468] drmOpenDevice: node name is /dev/dri/card0
[    29.468] drmOpenDevice: open result is 11, (OK)
[    29.468] drmOpenByBusid: drmOpenMinor returns 11
[    29.468] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    29.468] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    29.468] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    29.468] (==) intel(0): RGB weight 888
[    29.468] (==) intel(0): Default visual is TrueColor
[    29.468] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965Q
[    29.468] (--) intel(0): Chipset: "965Q"
[    29.468] (**) intel(0): Relaxed fencing disabled
[    29.468] (**) intel(0): Framebuffer tiled
[    29.468] (**) intel(0): Pixmaps tiled
[    29.468] (**) intel(0): 3D buffers tiled
[    29.468] (**) intel(0): SwapBuffers wait enabled
[    29.468] (==) intel(0): video overlay key set to 0x101fe
[    29.529] (II) intel(0): Output VGA1 has no monitor section
[    29.596] (II) intel(0): EDID for output VGA1
[    29.596] (II) intel(0): Manufacturer: GSM  Model: 4655  Serial#: 1534
[    29.596] (II) intel(0): Year: 2001  Week: 10
[    29.596] (II) intel(0): EDID Version: 1.3
[    29.596] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    29.596] (II) intel(0): Sync:  Separate  Composite  SyncOnGreen
[    29.596] (II) intel(0): Max Image Size [cm]: horiz.: 36  vert.: 29
[    29.596] (II) intel(0): Gamma: 2.20
[    29.596] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    29.596] (II) intel(0): First detailed timing is preferred mode
[    29.596] (II) intel(0): redX: 0.633 redY: 0.340   greenX: 0.295 greenY: 0.591
[    29.596] (II) intel(0): blueX: 0.141 blueY: 0.096   whiteX: 0.312 whiteY: 0.328
[    29.596] (II) intel(0): Supported established timings:
[    29.596] (II) intel(0): 720x400@70Hz
[    29.597] (II) intel(0): 640x480@60Hz
[    29.597] (II) intel(0): 640x480@75Hz
[    29.597] (II) intel(0): 800x600@60Hz
[    29.597] (II) intel(0): 800x600@75Hz
[    29.597] (II) intel(0): 832x624@75Hz
[    29.597] (II) intel(0): 1024x768@60Hz
[    29.597] (II) intel(0): 1024x768@75Hz
[    29.597] (II) intel(0): 1280x1024@75Hz
[    29.597] (II) intel(0): 1152x864@75Hz
[    29.597] (II) intel(0): Manufacturer's mask: 0
[    29.597] (II) intel(0): Supported standard timings:
[    29.597] (II) intel(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
[    29.597] (II) intel(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
[    29.597] (II) intel(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[    29.597] (II) intel(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    29.597] (II) intel(0): Supported detailed timing:
[    29.597] (II) intel(0): clock: 108.0 MHz   Image Size:  359 x 287 mm
[    29.597] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    29.597] (II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    29.597] (II) intel(0): Ranges: V min: 56 V max: 85 Hz, H min: 30 H max: 80 kHz, PixClock max 145 MHz
[    29.597] (II) intel(0): Monitor name: FLATRON LCD
[    29.597] (II) intel(0): Monitor name: 885LE
[    29.597] (II) intel(0): EDID (in hex):
[    29.597] (II) intel(0): 	00ffffffffffff001e6d5546fe050000
[    29.597] (II) intel(0): 	0a0b01036e241d78ea0920a2574b9724
[    29.597] (II) intel(0): 	185054a56b8031594559615981800101
[    29.597] (II) intel(0): 	010101010101302a009851002a403070
[    29.597] (II) intel(0): 	1300671f1100001e000000fd0038551e
[    29.597] (II) intel(0): 	500e000a202020202020000000fc0046
[    29.597] (II) intel(0): 	4c4154524f4e204c4344200a000000fc
[    29.597] (II) intel(0): 	003838354c45200a2020202020200024
[    29.597] (II) intel(0): EDID vendor "GSM", prod id 18005
[    29.608] (II) intel(0): Using EDID range info for horizontal sync
[    29.608] (II) intel(0): Using EDID range info for vertical refresh
[    29.608] (II) intel(0): Printing DDC gathered Modelines:
[    29.608] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    29.608] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    29.608] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    29.608] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    29.608] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    29.608] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    29.608] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    29.608] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    29.608] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    29.608] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    29.608] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    29.608] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    29.608] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    29.608] (II) intel(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    29.608] (II) intel(0): Printing probed modes for output VGA1
[    29.608] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    29.608] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    29.608] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    29.608] (II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    29.608] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    29.608] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    29.608] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    29.608] (II) intel(0): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    29.608] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    29.608] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    29.608] (II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    29.608] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    29.608] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    29.608] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    29.608] (II) intel(0): Output VGA1 connected
[    29.608] (II) intel(0): Using exact sizes for initial modes
[    29.608] (II) intel(0): Output VGA1 using initial mode 1280x1024
[    29.608] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    29.608] (II) intel(0): Kernel page flipping support detected, enabling
[    29.608] (**) intel(0): Display dimensions: (360, 290) mm
[    29.608] (**) intel(0): DPI set to (90, 89)
[    29.608] (II) Loading sub module "fb"
[    29.608] (II) LoadModule: "fb"
[    29.609] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.620] (II) Module fb: vendor="X.Org Foundation"
[    29.620] 	compiled for 1.9.5, module version = 1.0.0
[    29.620] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.620] (II) Loading sub module "dri2"
[    29.620] (II) LoadModule: "dri2"
[    29.621] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[    29.621] (II) UnloadModule: "vesa"
[    29.621] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    29.621] (==) Depth 24 pixmap format is 32 bpp
[    29.621] (II) intel(0): [DRI2] Setup complete
[    29.621] (II) intel(0): [DRI2]   DRI driver: i965
[    29.621] (II) intel(0): Allocated new frame buffer 1280x1024 stride 5120, tiled
[    29.666] (II) UXA(0): Driver registered support for the following operations:
[    29.666] (II)         solid
[    29.666] (II)         copy
[    29.666] (II)         composite (RENDER acceleration)
[    29.666] (II)         put_image
[    29.666] (II)         get_image
[    29.666] (==) intel(0): Backing store disabled
[    29.666] (==) intel(0): Silken mouse enabled
[    29.684] (II) intel(0): Initializing HW Cursor
[    29.689] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    29.689] (==) intel(0): DPMS enabled
[    29.689] (==) intel(0): Intel XvMC decoder enabled
[    29.689] (II) intel(0): Set up textured video
[    29.690] (II) intel(0): Set up overlay video
[    29.690] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[    29.690] (II) intel(0): direct rendering: DRI2 Enabled
[    29.690] (==) intel(0): hotplug detection: "enabled"
[    29.690] (--) RandR disabled
[    29.690] (II) Initializing built-in extension Generic Event Extension
[    29.690] (II) Initializing built-in extension SHAPE
[    29.690] (II) Initializing built-in extension MIT-SHM
[    29.690] (II) Initializing built-in extension XInputExtension
[    29.690] (II) Initializing built-in extension XTEST
[    29.690] (II) Initializing built-in extension BIG-REQUESTS
[    29.690] (II) Initializing built-in extension SYNC
[    29.690] (II) Initializing built-in extension XKEYBOARD
[    29.690] (II) Initializing built-in extension XC-MISC
[    29.690] (II) Initializing built-in extension XINERAMA
[    29.690] (II) Initializing built-in extension XFIXES
[    29.690] (II) Initializing built-in extension RENDER
[    29.690] (II) Initializing built-in extension RANDR
[    29.690] (II) Initializing built-in extension COMPOSITE
[    29.690] (II) Initializing built-in extension DAMAGE
[    29.860] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    29.860] (II) AIGLX: enabled GLX_INTEL_swap_event
[    29.860] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    29.860] (II) AIGLX: enabled GLX_SGI_make_current_read
[    29.860] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    29.860] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
[    29.860] (II) GLX: Initialized DRI2 GL provider for screen 0
[    29.861] (II) intel(0): Setting screen physical size to 338 x 270
[    30.403] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    30.403] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.403] (**) Power Button: Applying InputClass "keyboard-all"
[    30.403] (**) Power Button: Applying InputClass "keyboard-all"
[    30.403] (II) LoadModule: "evdev"
[    30.404] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    30.427] (II) Module evdev: vendor="X.Org Foundation"
[    30.427] 	compiled for 1.9.3, module version = 2.6.0
[    30.427] 	Module class: X.Org XInput Driver
[    30.427] 	ABI class: X.Org XInput driver, version 11.0
[    30.427] (**) Power Button: always reports core events
[    30.427] (**) Power Button: Device: "/dev/input/event2"
[    30.430] (--) Power Button: Found keys
[    30.430] (II) Power Button: Configuring as keyboard
[    30.430] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    30.430] (**) Option "xkb_rules" "evdev"
[    30.430] (**) Option "xkb_model" "evdev"
[    30.430] (**) Option "xkb_layout" "de"
[    30.430] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    30.531] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    30.531] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    30.531] (**) Video Bus: Applying InputClass "keyboard-all"
[    30.531] (**) Video Bus: Applying InputClass "keyboard-all"
[    30.531] (**) Video Bus: always reports core events
[    30.531] (**) Video Bus: Device: "/dev/input/event6"
[    30.535] (--) Video Bus: Found keys
[    30.535] (II) Video Bus: Configuring as keyboard
[    30.535] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    30.535] (**) Option "xkb_rules" "evdev"
[    30.535] (**) Option "xkb_model" "evdev"
[    30.535] (**) Option "xkb_layout" "de"
[    30.535] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    30.535] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    30.535] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.535] (**) Power Button: Applying InputClass "keyboard-all"
[    30.535] (**) Power Button: Applying InputClass "keyboard-all"
[    30.535] (**) Power Button: always reports core events
[    30.535] (**) Power Button: Device: "/dev/input/event1"
[    30.539] (--) Power Button: Found keys
[    30.539] (II) Power Button: Configuring as keyboard
[    30.539] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    30.539] (**) Option "xkb_rules" "evdev"
[    30.539] (**) Option "xkb_model" "evdev"
[    30.539] (**) Option "xkb_layout" "de"
[    30.539] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    30.547] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event3)
[    30.547] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.547] (**)   USB Keyboard: Applying InputClass "keyboard-all"
[    30.547] (**)   USB Keyboard: Applying InputClass "keyboard-all"
[    30.547] (**)   USB Keyboard: always reports core events
[    30.547] (**)   USB Keyboard: Device: "/dev/input/event3"
[    30.554] (--)   USB Keyboard: Found keys
[    30.554] (II)   USB Keyboard: Configuring as keyboard
[    30.554] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD)
[    30.554] (**) Option "xkb_rules" "evdev"
[    30.554] (**) Option "xkb_model" "evdev"
[    30.554] (**) Option "xkb_layout" "de"
[    30.554] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    30.555] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event4)
[    30.555] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.555] (**)   USB Keyboard: Applying InputClass "keyboard-all"
[    30.555] (**)   USB Keyboard: Applying InputClass "keyboard-all"
[    30.555] (**)   USB Keyboard: always reports core events
[    30.555] (**)   USB Keyboard: Device: "/dev/input/event4"
[    30.562] (--)   USB Keyboard: Found keys
[    30.562] (II)   USB Keyboard: Configuring as keyboard
[    30.562] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD)
[    30.562] (**) Option "xkb_rules" "evdev"
[    30.562] (**) Option "xkb_model" "evdev"
[    30.562] (**) Option "xkb_layout" "de"
[    30.562] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    30.563] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/event5)
[    30.563] (**) PIXART USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[    30.563] (**) PIXART USB OPTICAL MOUSE: always reports core events
[    30.563] (**) PIXART USB OPTICAL MOUSE: Device: "/dev/input/event5"
[    30.570] (--) PIXART USB OPTICAL MOUSE: Found 3 mouse buttons
[    30.570] (--) PIXART USB OPTICAL MOUSE: Found scroll wheel(s)
[    30.570] (--) PIXART USB OPTICAL MOUSE: Found relative axes
[    30.570] (--) PIXART USB OPTICAL MOUSE: Found x and y relative axes
[    30.570] (II) PIXART USB OPTICAL MOUSE: Configuring as mouse
[    30.570] (II) PIXART USB OPTICAL MOUSE: Adding scrollwheel support
[    30.570] (**) PIXART USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[    30.570] (**) PIXART USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.570] (II) XINPUT: Adding extended input device "PIXART USB OPTICAL MOUSE" (type: MOUSE)
[    30.570] (**) PIXART USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[    30.570] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration profile 0
[    30.570] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[    30.570] (**) PIXART USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[    30.570] (II) PIXART USB OPTICAL MOUSE: initialized for relative axes.
[    30.570] (II) config/udev: Adding input device PIXART USB OPTICAL MOUSE (/dev/input/mouse0)
[    30.570] (II) No input driver/identifier specified (ignoring)
[    30.581] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[    30.581] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[    30.581] (**) Speakup: Applying InputClass "keyboard-all"
[    30.581] (**) Speakup: Applying InputClass "keyboard-all"
[    30.581] (**) Speakup: always reports core events
[    30.581] (**) Speakup: Device: "/dev/input/event0"
[    30.586] (--) Speakup: Found keys
[    30.586] (II) Speakup: Configuring as keyboard
[    30.586] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD)
[    30.586] (**) Option "xkb_rules" "evdev"
[    30.586] (**) Option "xkb_model" "evdev"
[    30.586] (**) Option "xkb_layout" "de"
[    30.586] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    38.476] (II) intel(0): EDID vendor "GSM", prod id 18005
[    38.476] (II) intel(0): Using hsync ranges from config file
[    38.476] (II) intel(0): Using vrefresh ranges from config file
[    38.476] (II) intel(0): Printing DDC gathered Modelines:
[    38.476] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    38.476] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    38.476] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    38.476] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    38.476] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    38.476] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    38.476] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    38.476] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    38.478] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    38.478] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    38.478] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    38.478] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    38.478] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    38.478] (II) intel(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[    38.544] (II) intel(0): EDID vendor "GSM", prod id 18005
[    38.544] (II) intel(0): Using hsync ranges from config file
[    38.544] (II) intel(0): Using vrefresh ranges from config file
[    38.544] (II) intel(0): Printing DDC gathered Modelines:
[    38.544] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[    38.544] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    38.544] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    38.544] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    38.544] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    38.544] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[    38.544] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    38.544] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    38.545] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    38.545] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    38.545] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[    38.545] (II) intel(0): Modeline "640x480"x0.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
[    38.545] (II) intel(0): Modeline "800x600"x0.0   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
[    38.545] (II) intel(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
[  1828.527] (EE) intel(0): [DRI2] DRI2SwapComplete: bad drawable
Übrigens könnte die Darstellung am Monitor schärfer sein (anderes Thema)
 
Zuletzt bearbeitet:
Hi,

also lilo hab ich seit Ewigkeiten nicht mehr verwendet. Mir ist folgender Artikel aufgefallen:

http://www.troubleshooters.com/linux/lilo.htm

Etwas weiter unten steht darin, dass die image= Pfade nicht als relativ zum jeweiligen root device zu verstehen sind.
Das heisst:

- Du musst unter Slackware:
- Deine Salix Partition mit dem kernel mounten
- unter Image dann den vollen Pfad zu deinem kernel image angeben.
- Ansonsten die append zeilen jeweils NACH dem image befehl ausführen.

Oder verwendest du für beide Distributionen das gleiche Kernel image?

Grüße,

mts
 
Wenn ich Dich richtig verstehe:

Code:
# 1. Eintrag:

	  image    = /boot/vmlinuz
	  root     = /dev/sda3
	  label    = Slackware
	  append=" vt.default_utf8=0"
	  read-only

# 2. Eintrag:

	  image    = /mnt/hd/sda2/boot/vmlinuz
#	  image    = /boot/vmlinuz (nicht!)
	  root     = /dev/sda2
	  label    = Salix
	  append="quiet vt.default_utf8=1 "
	  read-only

But it's dead wrong!!! The image= lines must be modified so they point to legitimate mounts of their respective distro kernels.
???
Werd's probieren!
Also habe ich immer den Slackware-Kernel verwendet (aber dann mit der falschen bootoption)??
JUPP :) :) :) ..das war's!

Code:
#@@@@@@@@@@@@@@@ L I L O   C O N F I G @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

	lba32					# eigentlich obsolet
	boot = /dev/sda				# die Festplatte

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# GRAPHIK:

	bitmap = /boot/salix.bmp		# Bitmap im BMP-Format: 640x480x8


	bmp-colors = 255,20,255,20,255,20	# Menuefarben
						# (Vordergrund, Hintergrund, Schatten und dasselbe hervorgehoben)

	bmp-table = 60,6,1,16			# Position der Bootoptionen-Tabelle
						# (x-Position, y-Position, Anzahl Spalten, Zeilen pro Spalte)

	bmp-timer = 65,29,0,255			# Position des Timers
						# (x-Position, y-Position, Vordergrund, Hintergrund, Schatten)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# TIMEOUT

	prompt					# Warte den timeout ab und boote dann
	timeout = 60				# Wartezeit in zehntel Sekunden

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WICHTIG

	change-rules				# Ueberschreibe gefaehrliche Standardeinstellungen,
	reset					# welche die Partitionstabelle aendern!

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# VGA-KONSOLE

#	vga = normal				# sicherer und evtl ein bisschen schneller
	vga = 775				# 1280x1024x256 mit *zwei* netten Tuxis...

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1. SLACKWARE
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	  image    = /boot/vmlinuz
	  root     = /dev/sda3
	  label    = Slackware
	  append=" vt.default_utf8=0"
	  read-only
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2. SALIX
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	  image    = /mnt/hd/sda2/boot/vmlinuz
	  root     = /dev/sda2
	  label    = Salix
	  append="quiet vt.default_utf8=1 "
	  read-only

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3. PUPPY
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	  image    = /mnt/hd/sda4/PUPPY/vmlinuz
	  initrd   = /mnt/hd/sda4/PUPPY/initrd.gz
	  root     = /dev/sda4
	  label    = Puppy

#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FIN@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 
Zuletzt bearbeitet:

Ähnliche Themen

Rollei Mini Wifi Camcorder

X not starting anymore since filesystem was full

Problem beim booten von nicht BIOS Festplatte

grub 2 + Windows

Crux - Kernel panic - unable to mount root fs

Zurück
Oben