NoPaste

extlinux

von KP97

SNIPPET_TEXT:
  1. ## /boot/extlinux/extlinux.conf
  2.  
  3. DEFAULT vesamenu.c32
  4. PROMPT 0
  5. MENU BACKGROUND /boot/extlinux/debian.png
  6. MENU TITLE
  7. MENU TABMSG
  8. #MENU TABMSG Bootoptionen <TAB>
  9. MENU AUTOBOOT Systemstart in # Sekunde{,n}
  10. TIMEOUT 20
  11. KBDMAP de.ktl
  12.  
  13.  
  14. MENU color title        1;40;40         #182336 #00000000 std
  15. MENU color sel          1;40;40         #293B54 #00000000 std
  16. MENU color hotsel       1;40;40         #293B54 #00000000 std
  17. MENU color unsel        40;40           #182336 #00000000 std
  18. MENU color tabmsg       40;40           #182336 #00000000 std
  19. MENU color timeout_msg  40;40           #182336 #00000000 std
  20. MENU color timeout      40;40           #182336 #00000000 std
  21. MENU color screen       40;40           #182336 #00000000 std
  22.  
  23.  
  24. LABEL 0
  25. MENU LABEL SID
  26.                 LINUX    /boot/vmlinuz-4.4.35
  27.                 APPEND   root=/dev/sda1 ro quiet rootfstype=ext4 vga=0x0361 mce=0 acpi_enforce_resources=no selinux=0 fsck.mode=skip kdbus=0
  28.      
  29. MENU SEPARATOR
  30.  
  31.      
  32.  
  33. LABEL 1
  34. MENU LABEL Test
  35.                 LINUX    /boot/vmlinuz-4.4.35
  36.                 APPEND   root=/dev/sda5 ro quiet rootfstype=ext4 vga=0x0361 mce=0 acpi_enforce_resources=no selinux=0 fsck.mode=skip kdbus=0
  37.  
  38.  
  39. #MENU SEPARATOR    
  40.  
  41. #LABEL 2   # eigener Kernel
  42. #MENU LABEL Testx
  43. #       LINUX   /boot/vmlinuz-4.3.0
  44. #       APPEND  root=/dev/sda5 ro quiet rootfstype=ext4 vga=0x0361 mce=0 acpi_enforce_resources=no fbcon=font:SUN12x22 selinux=0 fsck.mode=skip kdbus=0      
  45.  
  46.  
  47.  
  48. # -------------------------------- Beispiele ----------------------------------- #
  49.          
  50. # Chainloading
  51.  
  52. # Erste Festplatte hd0
  53. # Dritte primäre Part  hd0 3
  54. # Zweite logische Part hd0 5
  55.  
  56. #LABEL 0
  57. #MENU LABEL Test
  58. #     COM32 chain.c32
  59. #     APPEND hd0 5
  60.          
  61.      
  62. # Direktstart
  63.  
  64. #DEFAULT SID    
  65. #PROMPT 0
  66. #TIMEOUT 1
  67.  
  68. #LABEL SID
  69. #        LINUX   /boot/vmlinuz-4.3.0-1-amd64
  70. #        APPEND  root=/dev/sda1 ro quiet vga=0x0361 mce=0 selinux=0 fastboot kdbus=0
  71. #        INITRD  /boot/initrd.img-4.3.0-1-amd64
  72.  
  73.  
  74.  

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN