JOIN OUR RANKS
Sign up for an Acer ID and get exclusive access to deals and the Predator Den community, where you can ask and answer questions about gaming and gear.
(Natürlich im Uefi Secur Boot aussgestellt)
The problem can be solved as follows:
1) Boot Ubuntu Live DVD/USB in testing mode and open terminal
2) Run installation process without installing bootloader by:
sudo ubiquity -b
3) Press Continue testing after installation is over.
4) Mount newly installed file system into /mnt:
sudo mount /dev/sda2 /mnt sudo mkdir /mnt/boot/efi sudo mount /dev/sda1 /mnt/boot/efi for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
(where sda2 is the root partition and sda1 is the efi partition)
5) Load efivars by:
sudo modprobe efivars
6) Reinstall grub-install for a 64bit version
sudo apt-get install --reinstall grub-efi-amd64 sudo grub-install —no-nvram —root-directory=/mnt
7) Change root to /mnt and update grub
sudo chroot /mnt sudo update-grub
8) Move and rename the installed bootloader
cd /boot/efi/EFI sudo cp -R ubuntu BOOT cd BOOT sudo cp grubx64.efi bootx64.efi
9) Reboot the system.
Jetzt liegt folgendes Vor: Der letzte Befehl sudo cp grubx64.efi bootx64.efi funktioniert nicht. Und Ubuntu wird nicht gestartet geschweige denn als Boot Option gezeigt.sudo mount /dev/sda1 /mnt(müsste sda1 sein. Sieht man sonst mit fdisk -l)
sudo nautilusÖffne mit Nautilus den Ordner /mnt/EFI/ im Systemverzeichnis.
So, welche Regeln gibt es hier? Alle Regeln finden sich in der Acer Community Endbenutzer Vereinbarung. Besuche unsere Willkommensseite für eine kleine Einleitung mit den am häufigsten gestellten Fragen und vieles mehr. Informieren Dich sich über das Acer ACE-Programm und bleibe auf dem Laufenden, was es Neues in unserem Blog gibt.
Häufig Gestellte Fragen und Antworten
der erste Versuch sieht schon ganz gut aus.
Lass mal Punkt 8 weg und versuch als letzen Punkt folgendes.
Mounte die EFI Partiton.
(müsste sda1 sein. Sieht man sonst mit fdisk -l)
Öffne dann Nautilus als root
Öffne mit Nautilus den Ordner /mnt/EFI/ im Systemverzeichnis.
Bennen den Ordner ubunut in BOOT um.
Bennen die Datei grubx64.ef in bootx64.efi um.
Jetzt starte bitte einmal neu.
Hoffe es klappt
Gruß,
MP
Es hat wunderbar funktioniert!
Hier nochmal die Commands für alle noch mal zusammengefasst denen das interessiert.
Punkt (8)
Denkt dran Secure Boot auszuschalten.
Gruß zurück xD