Linux:Kernel

Aus Alexander's Wiki

Wiederherstellung des Bootmenüs

Booten von einem Livesystem und chroot

  mount /dev/sda1 /mnt
  mount -o bind /dev /mnt/dev 
  mount -o bind /sys /mnt/sys
  mount -t proc /proc /mnt/proc
  chroot /mnt /bin/bash

Installation des Kernels

  apt-get install linux-generic

Grub anpassen und installieren

  grub-install /dev/sda
  update-grub