So Hällochen Leute,
erstmal vielen Dank das ihr euch das hier antut xD
Fangen wir mal an
Ich wollte auf meinen neuen Notebook Es1-533 Ubuntu 16.04 installieren,
vorher war noch Win10 drauf das hatte ich aber nicht installiert da ich das nicht brauch.
Mein Problem ist Folgendes Win10 kann jetzt nicht mehr installiert werden.
Und das installations Programm von Ubuntu bleibt immer bei der installation von dem Bootloader hängen.
Näturlich habe ich schon folgendes Probiert.
(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.
Also 2ter Versuch
Im Uefi Auf
Security Dann den
Supervisor Password vergeben
Dann auf den Reiter
Select an UEFI file as trusted for executing:
(Das Problem den Reiter gibts nicht) :-(
Meine Idee das Uefi zu downgraden aber natürtürlich kein Betriebssystem nur ne Live Ubuntu.
Das Problem das Uefi zum downgraden gibts nur für Win10. :-()
Langsam bin ich mit dem Latein am Ende. XD
Nun zu dem Gerät: Aspire ES1-533-P86B; Uefi Version: 1.08; KEIN aktuelles Betriebssystem
VIELEN DANK FÜR DIE HILFE!!