Änderungen

Zur Navigation springen Zur Suche springen
657 Bytes hinzugefügt ,  18:54, 16. Sep. 2013
Zeile 230: Zeile 230:     
===== GRUB2 =====
 
===== GRUB2 =====
 +
 +
====== Allgemeines ======
    
* [https://wiki.archlinux.org/index.php/GRUB2#UEFI_systems_2 GRUB2 auf UEFI] unter [[ArchLinux]]
 
* [https://wiki.archlinux.org/index.php/GRUB2#UEFI_systems_2 GRUB2 auf UEFI] unter [[ArchLinux]]
 
* [http://thinkpad-forum.de/threads/123262-EFI-Grub2-Multiboot-HowTo EFI-Grub2-Multiboot]
 
* [http://thinkpad-forum.de/threads/123262-EFI-Grub2-Multiboot-HowTo EFI-Grub2-Multiboot]
 
* [http://en.gentoo-wiki.com/wiki/Grub2 EFI-Grub2 mit Gentoo]
 
* [http://en.gentoo-wiki.com/wiki/Grub2 EFI-Grub2 mit Gentoo]
 +
 +
 +
====== Installation ======
 +
 +
Aus einem mit EFI gestarteten System lassen sich mit
 +
 +
  sudo efibootmgr
 +
 +
die zu bootenden Loader anzeigen und die Bootreihenfolge mit
 +
 +
  sudo efibootmgr -o A,2,3
 +
 +
ändern.
 +
 +
Wenn man in <code>/etc/default/grub</code>
 +
  GRUB_DISTRIBUTOR=dhubuntu
 +
gesetzt hat und mit
 +
  sudo grub-install
 +
den GRUB-Bootloader erneut installiert hat, kann man ihn mit
 +
  sudo efibootmgr -c --bootnum 000A -d /dev/sda -p 1 -L "dhUbuntuEFI" -l \\EFI\\dhubuntu\\grubx64.efi
 +
aktivieren.<ref>Siehe [http://wiki.ubuntuusers.de/EFI_Nachbearbeitung#Eintrag-NVRAM-erstellen ubuntuusers]</ref>
 +
====== Chainloading Windows ======
 
* Chainloading von EFI-[[Windows]]-Bootloader funktioniert durch folgenden Eintrag in grub.cfg<ref>Siehe http://www.rodsbooks.com/efi-bootloaders/grub2.html; für GRUB Legacy siehe http://www.denraf.be/content/efi-dualboot-windows-7-and-fedora-16 oder http://www.rodsbooks.com/efi-bootloaders/grub_legacy.html</ref> bzw. /etc/grub.d/08_windows
 
* Chainloading von EFI-[[Windows]]-Bootloader funktioniert durch folgenden Eintrag in grub.cfg<ref>Siehe http://www.rodsbooks.com/efi-bootloaders/grub2.html; für GRUB Legacy siehe http://www.denraf.be/content/efi-dualboot-windows-7-and-fedora-16 oder http://www.rodsbooks.com/efi-bootloaders/grub_legacy.html</ref> bzw. /etc/grub.d/08_windows
 
   menuentry "Windows 7" {
 
   menuentry "Windows 7" {

Navigationsmenü