diff --git a/14.html b/14.html
index 45e1805..8adb2ac 100644
--- a/14.html
+++ b/14.html
@@ -192,7 +192,7 @@ $ make menuconfig
/etc/default/grub -> Anpassungen
+ /etc/grub.d/ -> scripts die boot.cfg generieren
+
+
+ /boot/grub/grub.cfg -> nicht bearbeiten!
+
+ /etc/default/grub
+ nach Änderung: # Das dauert jetzt....
-# ca 90min auf einem core i3 mit 2.4 MhZ
+# ca 90min auf einem Core i3 @2.4MHz
# -j 4 -> Nutze 4 Kerne
~$ make -j4 deb-pkg
@@ -216,8 +216,65 @@ $ make menuconfig
+ ~$ lsblk
+NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
+sda 8:0 0 223,6G 0 disk
+├─sda1 8:1 0 245M 0 part /boot/efi
+├─sda2 8:2 0 511M 0 part /boot
+└─sda3 8:3 0 222,9G 0 part
+ └─sda3_crypt 253:0 0 222,8G 0 crypt
+ ├─xubuntu--vg-root 253:1 0 215,1G 0 lvm /
+ └─xubuntu--vg-swap_1 253:2 0 7,7G 0 lvm
+
+
+ 00_header*
+05_debian_theme*
+10_linux*
+20_linux_xen*
+20_memtest86+*
+30_os-prober*
+30_uefi-firmware*
+40_custom*
+41_custom*
+
+Aussehen verändern
+
+GRUB_DEFAULT=0
+GRUB_HIDDEN_TIMEOUT=0
+GRUB_HIDDEN_TIMEOUT_QUIET=true
+GRUB_TIMEOUT=10
+GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
+GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
+GRUB_CMDLINE_LINUX=""
+
+GRUB_BACKGROUND="/usr/share/images/grub/050817-N-3488C-028.tga"
+
+
+ sudo update-grub