Kernel Update

roxxer

New Member
Hi ich wollte mein Kernel updaten wenn ich mir den gleichen backe mit anderen einstellungen funkzt kein problem aber wenn ich einen neueer Kernel version nehme die alte config mit nehme startet der Kernel nicht :(

er bleibt immer bei hängen:
Code:
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE-MCP51: IDE controller at PCI slot 0000:00:0d.0
NFORCE-MCP51: chipset revision 241
NFORCE-MCP51: not 100% native mode: will probe irqs later
NFORCE-MCP51: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE-MCP51: 0000:00:0d.0 (rev f1) UDMA133 controller
    ide0: BM-DMA at 0x8c00-0x8c07, BIOS settings: hda:pio, hdb:pio
SCSI subsystem initialized
md: raid1 personality registered for level 1
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
Begin: Loading MD modules ...
Success: loaded module raid1.
Done.
Begin: Assembling all MD arrays ...
mdadm: No devices listed in conf file were found.
Failure: failed to assemble all arrays.
Done.
Done.
Begin: Waiting for root file system... ...

/bin/sh: NFORCE-MCP51:: not found
(initramfs) NFORCE-MCP51: 0000:00:0d.0 (rev f1) UDMA133 controller
/bin/sh: Syntax error: "(" unexpected
(initramfs)     ide0: BM-DMA at 0x8c00-0x8c07, BIOS settings: hda:pio, hdb:pio
/bin/sh: ide0:: not found
(initramfs) SCSI subsystem initialized
/bin/sh: SCSI: not found
(initramfs) md: raid1 personality registered for level 1
/bin/sh: md:: not found
(initramfs) Done.
/bin/sh: Done.: not found
(initramfs) Begin: Running /scripts/init-premount ...
/bin/sh: Begin:: not found
(initramfs) Done.
/bin/sh: Done.: not found
(initramfs) Begin: Mounting root file system... ...
/bin/sh: Begin:: not found
(initramfs) Begin: Running /scripts/local-top ...
/bin/sh: Begin:: not found
(initramfs) Begin: Loading MD modules ...
/bin/sh: Begin:: not found
(initramfs) Success: loaded module raid1.
/bin/sh: Success:: not found
(initramfs) Done.
/bin/sh: Done.: not found
(initramfs) Begin: Assembling all MD arrays ...
/bin/sh: Begin:: not found
(initramfs) mdadm: No devices listed in conf file were found.
/bin/sh: mdadm:: not found
(initramfs) Failure: failed to assemble all arrays.
/bin/sh: Failure:: not found
(initramfs) Done.
/bin/sh: Done.: not found
(initramfs) Done.
/bin/sh: Done.: not found
(initramfs) Begin: Waiting for root file system... ...
/bin/sh: Begin:: not found
(initramfs)
ich hoffe jemand kann mir helfen ;D
 
Last edited by a moderator:
Zusatz °°°°°°°

Also ich hab herausgefunden, das beim Kernel backen nicht die mdadm konfigurationsdatei mit in die initrd.img übernommen wird....


So meine Frage ist jetzt wie bekomme ich die darein ????
 
Von was für einem Kernel reden wir hier? (Vorher und nachher)

2.6er Kernel bauen RAIDs anhand der Device-Signaturen in den Superblocks zusammen und benötigen dafür keine Konfigurationsdatei.
 
auf was für Partitionstyp sind die Festplatten eingestellt?

Damit der Kernel beim Booten Dein Raidverbund erkennen kann muss der Partitionstyp auf "Linux raid autodetect" gesetzt werden.

Dann braucht man keine Konfigurationsdatei - Kernel wird Raid automatisch konfigurieren und starten.
 
Back
Top