Änderungen

Zur Navigation springen Zur Suche springen
10 Bytes hinzugefügt ,  06:55, 13. Okt. 2017
Zeile 200: Zeile 200:  
===== Weiteres Beispiel für einen Menüeintrag =====
 
===== Weiteres Beispiel für einen Menüeintrag =====
   −
 
+
<pre>
 
   menuentry 'UbuntuLinux Generic Current auf Platte mit Bezeichnung Ubun10LTS' --class ubuntu --class gnu-linux --class gnu --class os {
 
   menuentry 'UbuntuLinux Generic Current auf Platte mit Bezeichnung Ubun10LTS' --class ubuntu --class gnu-linux --class gnu --class os {
 
recordfail
 
recordfail
 
insmod ext2
 
insmod ext2
search --no-floppy --label Ubun10LTS --set root
+
search --no-floppy --label --set root Ubun10LTS
 
linux /vmlinuz root=LABEL=Ubun10LTS ro  quiet splash
 
linux /vmlinuz root=LABEL=Ubun10LTS ro  quiet splash
 
initrd /initrd.img
 
initrd /initrd.img
   }  
+
   }
 
+
</pre>
    
===== /boot/grub.cfg aktualisieren =====
 
===== /boot/grub.cfg aktualisieren =====

Navigationsmenü