Kubuntu auf EFI-Rechner

21.05.2016 - Lesezeit: ~1 Minute

"Das Paket "grub-efi-amd64-signed" konnte nicht in /target/ installiert werden. Ohne den GRUB-Bootloader wird das installierte System nicht booten."

Tags: Linux-Hardware Grub2 EFI

Mit Grub2 PC-BSD im Dualbootmodus

17.03.2013 - Lesezeit: ~1 Minute

Edit /etc/grub.d/40_custom

#!/bin/sh  
exec tail -n +3 $0  
# This file provides an easy way to add custom menu entries.  Simply type the  
# menu entries you want to add after this comment.  Be careful not to change  
# the 'exec tail' line above.  
menuentry "PC-BSD 9.1 /dev/sdb3" {   
  insmod ntfs   
  set root=(hd1,3)   
  chainloader +1   
}  
Tags: grub Grub2

Dualboot Kubuntu 12.04 LTS und openSUSE 12.2 mit Grub2

23.12.2012 - Lesezeit: ~1 Minute

Unter openSUSE Grub2 einrichten:

> sudo /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg  
grub.cfg wird erstellt …  
Thema gefunden: /boot/grub2/themes/openSUSE/theme.txt  
Linux-Abbild gefunden: /boot/vmlinuz-3.4.11-2.16-desktop  
initrd-Abbild gefunden: /boot/initrd-3.4.11-2.16-desktop  
  No volume groups found  
Ubuntu 12.04.1 LTS (12.04) auf /dev/sda1 gefunden  
erledigt  
> sudo /usr/sbin/grub2-install /dev/sda  
installation beendet. Keine Fehler aufgetreten.  

Zum Vergleich die Befehle unter Kubuntu 12.04 LTS

$ sudo update-grub  
Generating grub.cfg ...  
Found linux image: /boot/vmlinuz-3.2.0-35-generic  
Found initrd image: /boot/initrd.img-3.2.0-35-generic  
Found memtest86+ image: /boot/memtest86+.bin  
Found openSUSE 12.2 (x86_64) on /dev/sdb2  
done  
$ sudo grub-setup /dev/sda  
Tags: grub Suse Grub2