(http://paste.ubuntu.com/p/6P8bhRK5Gr/)
I am working on a Acer Aspire ES17 which previously had windows 10 installed. I want to remove windows 10 completely and use Ubuntu.
Using Rufus i made a bootable Ubuntu USB, Booted it and tried to install Ubuntu. The screen freezes at "Installing Grub 2" and Boot-repair freezes with "Reinstalling Grub 2". I left in on for a whole night yesterday and it was still frozen. Also tried boot-repair bootable usb. same thing.
I already tried to make an 1mb partition with bios_grub flag. Boot-repair returns with make a EFI partition and flag it as boot.
In BIOS i have EUFI, i cannot choose anything different like Legacy. Secure boot is turn OFF.
I have set Secure boot ON and set a password to enable Trust and add a file to the EFI. However i never see the option to add a trusted file.
Right now i am trying boot-repair again it comes with. "Please enable a repository containing the [grub-efi-amd64-signed] packages in the software sources of Ubuntu 18.04.1 LTS (sda2). Then try again." I don't know what to do? And if it will fix my issue.
Hopefully someone can help. Thank you in advance.
Update: ls/boot/efi shows: EFI FSCK0001.REC FSCK0003.REC FSCK0005.REC FSCK0000.REC FSCK0002.REC FSCK0004.REC boot. What are those files??? i used this page:https://www.rodsbooks.com/refind/installing.html#linux On the following line: On a UEFI-based system, type efibootmgr -c -l \EFI\refind\refind_x64.efi -L rEFInd to add rEFInd to your EFI's list of available boot loaders, which it stores in NVRAM. My pc crashed.... So everytime grub2 or anything else tries to add or adjust efi files it crashes. Is NVRAM broken? something must be broken? i can't find any other threads with a similar problem.
Update2: I recreated all partitions and did refind-install, PC froze but recovered after 10min. Showed internal error Title : systemd-logind crashed with SIGABRT in epoll_wait(). PC booted showing "no bootable device", no trust settings, tried installing ubuntu again it failed with unable to install efi. Tried boot-repair again, pc crashes when "Installing for x86_64-efi platform.
Update 3 and last: Took the laptop to a expert. Not possible to install Ubuntu due to some security on the BIOS/UEFI.
I tried the whole setup from this link: https://askubuntu.com/questions/743095/how-to-prepare-a-disk-on-an-efi-based-pc-for-ubuntu/743098#743098 With internet connected and again screen freezes at "installing the 'grub2'package..."
– savda Feb 06 '19 at 18:58sudo dosfsck -t -a -w /dev/sda1
The -a seems to help in clearing dirty bit – oldfred Feb 06 '19 at 19:44