Sie sind nicht angemeldet.

1

26.11.2007, 08:09

Bootloader

Also ich habe mir Gestern den kernel im sidux auf 2.6.23.9-rc1-slh-smp-1 geuppgradet. So jetzt habe ich in menem bootloader von mandriver die menülist wie folgeng geändert aber es geht immer noch net!!!!!!! Kann mir jemand sagen woran das liegt? Hier die listen:timeout 10color black/cyan yellow/cyangfxmenu (hd0,2)/boot/gfxmenudefault 0title linuxkernel (hd0,2)/boot/vmlinuz-desktop586 BOOT_IMAGE=linux root=/dev/hda3 splash=silent vga=788initrd (hd0,2)/boot/initrd-desktop586.imgtitle linux-nonfbkernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/hda3 splash=silentinitrd (hd0,2)/boot/initrd.imgtitle failsafekernel (hd0,2)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hda3 failsafeinitrd (hd0,2)/boot/initrd.imgtitle siduxkernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=sidux root=/dev/hda1 splash=silent vga=791initrd (hd0,0)/boot/initrd.imgGez Louis

2

26.11.2007, 08:47

Moin!

es waere schoen, wenn du beabsichtigst, Hilfe zu bekommen, "ein wenig" mehr Struktur in ein Post bringen koennest und die menu.lst (oder jede andere Ausgabe/Config) mit ZEILENUMBRUECHEN schickst.
Denn das macht das Lesen und die anschliessende Analyse ein klein wenig einfacher.

Aber gut nun zu deinem Problem:

Die neue Konfiguration geht nicht oder alle anderen ebenfalls nicht?
Welcher Eintrag davon ist jetzt der neue Kernel? -> ich geh mal davon aus, dass es der "linuxkernel" ist.

Was sagt denn dein System? Welche Fehlermeldung kannst du lesen, wenn er versucht den Kernel zu laden?

Es sollte auch so sein, dass die LEDs von deiner Tastatur anfangen zu blinken. Dieser Code ist der einzige Versuch, den der Kernel starten kann, um dir gewisse Informationen zu geben, wenn das System nicht startet.
Je nach Fehler gibt es andere Blink Kombinationen.

hier noch mal (der besseren Lesbarkeit halber) deine /boot/grub/menu.lst, die ungefaehr so aussehen sollte:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
timeout 10
color black/cyan yellow/cyang
fxmenu (hd0,2)/boot/gfxmenudefault 0

title linuxkernel 
	(hd0,2)/boot/vmlinuz-desktop586 BOOT_IMAGE=linux root=/dev/hda3 splash=silent vga=788 initrd 
	(hd0,2)/boot/initrd-desktop586.img

title linux-nonfbkernel 
	(hd0,2)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/hda3 splash=silent initrd 
	(hd0,2)/boot/initrd.img

title failsafekernel
	(hd0,2)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hda3 failsafe initrd
	(hd0,2)/boot/initrd.img

title siduxkernel
	(hd0,0)/boot/vmlinuz BOOT_IMAGE=sidux root=/dev/hda1 splash=silent vga=791 initrd
	(hd0,0)/boot/initrd.img

Kannst du mir auch verraten, warum du 2 verschiedene VGA angaben hast?
einmal vga=788 (-> linuxkernel) und das andere mal vga=791 (-> siduxkernel).
for Windows problems: reboot
for Linux problems: be root

3

26.11.2007, 12:00

wenn du die letzte Zeile noch editierst, sollte dein System auch starten...

streiche:

title siduxkernel
(hd0,0)/boot/vmlinuz BOOT_IMAGE=sidux root=/dev/hda1 splash=silent vga=791 initrd
(hd0,0)/boot/initrd.img

setze:

title siduxkernel
(hd0,0)/boot/vmlinuz BOOT_IMAGE=sidux root=/dev/hda3 splash=silent vga=791 initrd
(hd0,0)/boot/initrd.img
for Windows problems: reboot
for Linux problems: be root

Thema bewerten