LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

installations script fails upon install #829

Closed GuestSneezeOSDev closed 3 months ago

GuestSneezeOSDev commented 3 months ago

Describe the bug or feature i couldn't install it after it said Winesapos install finished reboot to make changes I rebooted then it rebooted to nothing

Issue Type

To Reproduce Steps to reproduce the behavior:

  1. install winesapos on seperate partition
  2. after install reboot

Expected behavior for it to install and boot.

Screenshots N/A

System information (please complete the following information):

Additional context I think it might be an error in the code.

LukeShortCloud commented 3 months ago

The original issue here might have been a missing partition flag for EFI.

https://github.com/LukeShortCloud/winesapOS/blob/4.1.0-beta.0/scripts/winesapos-install.sh#L125

Thinking on this more, the winesapos-install.sh script was designed to handle this exact scenario. There are two problems: (1) there are various upstream bugs in Pacman right now and (2) the winesapOS installer always uses 100% of available space.

I can add workarounds for the Pacman bugs and look into adding support for defining the root file system size.

GuestSneezeOSDev commented 3 months ago

I have only made the usb from Balena Etcher for windows might have caused the bug but using Balena Etcher for Linux it seems to have worked

LukeShortCloud commented 3 months ago

Glad to hear you got that working!