Zitat:
	
	
		
			
				
					Zitat von  SP4C3
					 
				 
				4h fürn kernel? dafür brauch ich aufm laptop höchstens 15min...    
			
		 | 
	
	
 wow, so'n notebook hätt'ich auch gerne 

lokal in ner VM (VirtualBox auf nem i5 mit 8GB Ram hat es über 2 Std. gebraucht, lief dann aber auch.
	Zitat:
	
	
		
			
				
					Zitat von  SP4C3
					 
				 
				Was für ne Kernelconfig? 
			
		 | 
	
	
 hab das mal angehängt. siehe unten
	Zitat:
	
	
		
			
				
					Zitat von  SP4C3
					 
				 
				Welcher Bootloader? 
			
		 | 
	
	
 Grub.
inhalt der /boot/grub/menu.lst:
---------------------
default 0
timeout 5
title=Gentoo Linux
  root (hd0,0)
  kernel /boot/kernel root=/dev/ram0 init=/sbin/init real_root=/dev/md1 rootfstype=ext3 acpi=off
  initrd /boot/initramfs
---------------------
	Zitat:
	
	
		
			
				
					Zitat von  SP4C3
					 
				 
				Welche Partition also BOotpartition? 
			
		 | 
	
	
 2 Platten a 2 TB, identisch partitioniert:
sd[ab]1: 500 MB /boot  ext2
sd[ab]2: 16 GB   ---      swap
sd[ab]3: 80 GB /          ext3   Raid1
sd[ab]4: 1.9 TB nicht gemounted, soll später ein LVM werden
gebootet wird von sda1. Diese habe ich als backup mit "dd if=sda1 of=sdb1" gespiegelt
Sytemroot / ist /dev/md1 , das sich aus sda3 und sdb3 als Raid1 zusammensetzt (wobei ich mir nicht sicher bin, ob das beim booten auch erkannt wird)
	Zitat:
	
	
		
			
				
					Zitat von  SP4C3
					 
				 
				Welche Dateisysteme fürn Bootloader?? 
			
		 | 
	
	
 siehe oben