| Autor | 
    Nachricht | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: 2 Festplatten 
             Verfasst am: 14.04.2007, 18:52 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 23. Jun 2005 
            Beiträge: 371 
            Wohnort: El Coronil (Sevilla) 
            
            
           | 
         
       
     | 
    
      
        
          Hallo!
 
Vielleicht kann mir einer helfen.
 
Habe 2 Festplatten.
 
Auf der ersten Kanotix, auf der zweiten Knoppix.
 
Finde einfach keine Einstellung im Grub.
 
Was muss ich in Grub schreiben.
 
Habe schon vieles probiert.
 
Wie muss die boot/grub aussehen
 
Momentan startet Knoppix als Erste.
 
Kanotix nicht.
 
Kanotix soll meine Hauptanwendung sein, die Anderen zum Experementieren
 
Gruss P.S | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: 2 HDD 
             Verfasst am: 14.04.2007, 19:29 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
            
  
            Anmeldung: 22. Jun 2004 
            Beiträge: 463 
            Wohnort: Wegberg 
            
            
           | 
         
       
     | 
    
      
        
          Hallo
 
 
Dann poste doch mal deine /etc/fstab und deine  /boot/grub/menu.lst
 
 
Sowie die kernelnamen von kanotix und Knoppix und ev. initrd.img
 
 
mfg
 
schwedenmann | 
         
        
          
          
            
          
             _________________ Linux,DOS,Windows
 
The Good, the bad, the ugly
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel:  
             Verfasst am: 14.04.2007, 19:34 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 11. Jul 2006 
            Beiträge: 164 
            Wohnort: westerwald 
            
            
           | 
         
       
     | 
    
      
        
          | 
 Code: 
 
 
title kanotix 
 
kernel (hd0,1)/boot/vmlinuz-2.6.18-kanotix-1 root=/dev/hda2 quiet vga=791
 
initrd (hd0,1)/boot/initrd.img-2.6.18-kanotix-1
 
 
title sidux
 
kernel (hd1,1)/boot/vmlinuz root=/dev/hdb2 quiet vga=791
 
initrd (hd1,1)/boot/initrd.img
 
 
 
 
 
sidux müßtes du durch knoppix austauschen.
 
kanotix ist in diesem falle auf hda und sidux auf hdb, je auf partition 2, da partition 1 bei mir swap ist. | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: 2 HDD 
             Verfasst am: 14.04.2007, 19:35 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 25. Mar 2005 
            Beiträge: 2133 
             
            
            
           | 
         
       
     | 
    
      
        
          | Am besten noch die Ausgabe von 
 Code: 
su
 
fdisk -l
 
dazunehmen, damit man die Partitionen sehen kann. | 
         
        
          
          
            
          
             _________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: 2 HDD 
             Verfasst am: 14.04.2007, 21:10 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 23. Jun 2005 
            Beiträge: 371 
            Wohnort: El Coronil (Sevilla) 
            
            
           | 
         
       
     | 
    
      
        
          Hallo!
 
Problem gelöst.
 
Title		kanotix 
 
root		(hd0,0)
 
kernel		/boot/vmlinuz-2.6.18-kanotix-1 root=/dev/hda1 ro ramdisk_size=100000 lang=de apm=power-off nomce vga=0x317 
 
initrd		/boot/initrd.img-2.6.18-kanotix-1
 
savedefault
 
 
boot
 
title		Debian GNU/Linux, kernel 2.6.19 Default 
 
root		(hd1,0)
 
kernel		/boot/vmlinuz root=/dev/hdb1 rw ramdisk_size=100000 init=/etc/init lang=de apm=power-off nomce loglevel=0 quiet iso_loop_hack=/ISO-Images/KNOPPIX_V5.1.1CD-2007-01-04-DE.iso vga=791 
 
initrd		/boot/initrd.img
 
savedefault
 
boot
 
 
title		Debian GNU/Linux, kernel 2.6.19 
 
root		(hd1,0)
 
kernel		/boot/vmlinuz-2.6.19 root=/dev/hdb1 rw ramdisk_size=100000 init=/etc/init lang=de apm=power-off nomce loglevel=0 quiet iso_loop_hack=/ISO-Images/KNOPPIX_V5.1.1CD-2007-01-04-DE.iso vga=791 
 
initrd		/boot/initrd.img-2.6.19
 
savedefault
 
boot
 
 
### END DEBIAN AUTOMAGIC KERNELS LIST
 
title Windows 95/98/ME 
 
root (hda0,0)
 
makeactive
 
chainloader +1
 
 
Danke für Antworten
 
Gruss P.S | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
  
    | 
      
     |