Help to install bootloader on dual boot (windows 10/endeavouros)

Delete sda5 and leave it unallocated.
And now I shall choose the partition to shrink in the installer sda3 (where windows is)
119GB - how much should i take for EOS? half?

20G is minimum, 30G plenty, I guess. Depending on your needs…

Okay. Now this is what I went with this time. Deleted sda5 and merged sda3 with that allocated space. Installed ā€˜alongside’ and chose the partition I needed to shrink and did 50/50 and started. But now the installer will not shrink the hd

https://0x0.st/H8Hy.txt

but now there is a log file :sweat_smile:

The shrinking of the existing Windows partition must be done in Windows, prior to the installation of Linux.

1 Like

Okay I’ll try that then, though it seems like what I have done before, and that didn’t work. But I’ll give it a try

You need to reboot Windows, after shrinking it’s partition, before trying to install Linux.

1 Like

I guess this was a bad idea. Installation stops at ā€˜installing bootloader’ - system freeze so no log files to see. I really suspect the machine to be the problem…maybe I’ll try again tomorow.

It was installed ā€˜alongside’ first option in the installer. Used the partition next to the one windows is on.

It must be something with the system/machine that don’t allow two bootloaders or something. strange.

something is going terribly wrong there :slightly_frowning_face:

if it would be my task I would go back to the very first beginning and
restore windows to its default.
Then next try to let install EOS ā€œalongsideā€ by the installer itself.
If there is no problem with the machine, this should work successfully.
(Only my opinion without guarantee)

1 Like

You should test your RAM with Memtest86 or similar to see if you have a memory card going bad.

1 Like

do you use bitlocker or similar thing on windows?

can you reset your bios and check?

also a handy checklist to follow:

https://wiki.archlinux.org/title/Dual_boot_with_Windows

1 Like

Updated the BIOS to the latest version, and tried again. Ram is good also.

Still bad luck. Same issue - system freezes on bootloader install.

Found a video on youtube where somebody try to install another linux distro on the same kind of computer ACER Es1-533 and same problem for him. His did find a sollution where he kind of renamed the bootloader to something that the acer/windows locked system allowed. But then when updating his linux - things were broken again.

So I think that this Acer Es1-533 don’t deserve another try - I might just boot it from an usb iso and use it that way. Then I don’t have to look at windows anymore! But thanks everybody :+1:t3:

1 Like

I don’t have the windows files, since I bought the computer used…so guess I can’t restore

So reduce your Windows partition to the minumum needed, if needed at all, or delete it completely, and try installing another distro, perhaps a Debian based one like MX, or 'Buntu just to see if it works?

Yes might try that

ERROR: Installation failed: ā€œThe installation program can’t be faulty on partition /dev/sda3 on disk ā€˜KINGSTON RBUSC180DS37256GH’.ā€
… - message: ā€œThe installation program can’t do anything else on partition /dev/sda3 on disk ā€˜KINGSTON RBUSC180DS37256GH’.ā€
… details:
Shrink partition ā€˜/dev/sda3’ from 237.23 GiB to 118.62 GiB

Job: Check file system on partition ā€˜/dev/sda3’

Command: ntfsresize --no-progress-bar --info --force --verbose /dev/sda3

Checking partition ā€˜/dev/sda3’ before resize/move failed.

1 Like

on windows 10 it should be possible by the system native tools:
start-preferences-update&safety-restoring

@j_c
I would boot into Windows and use the disc management tool under storage to shrink Windows C: drive to create an unallocated space to install EndeavourOS. Then try using the installer and you can select replace partition or use manual partitioning. If it doesn’t happen to see the unallocated space you could also use Windows and just create a new partition on the unallocated space formatted with ntfs first also before running the installer.

I already tried that further up the thread…didn’t work. I think it should be done in a way that we tried in the beginning of the thread where I install without booloader. That will work but then the next problem will be how to boot the installed EOS. I found this

reddit
or this
install linux on acer

so I guess it is something with ( --no-nvram option of grub-install) or systemd if thats better

but it might be too complicated for me

I think i would try install EndeavourOS without the boot loader. Then you’ll have to boot again on the live ISO and arch-chroot to be able to install the boot loader.

I would follow the EndeavourOS wiki to arch-chroot. Once you do that then install the boot loader.

https://discovery.endeavouros.com/system-rescue/arch-chroot/2022/12/

grub-install --no-nvram

Then run the grub update command

grub-mkconfig -o /boot/grub/grub.cfg

Then exit the arch-chroot and reboot.

Not sure this will work but worth a try.

Not sure if this would work if OP is going to be installing Grub and set it up from scratch.
This will only install the bootloader to ESP but will not create an EFI boot entry in NVRAM.
I think the system will be unbootable if done so.
I might be wrong though :wink: