archcraft-os / archcraft

// Source : ISO
https://archcraft.io
GNU General Public License v3.0
3.04k stars 104 forks source link

ISO Installer Freezes on load #23

Closed TylerAldrich814 closed 4 years ago

TylerAldrich814 commented 4 years ago

The Login screen works just fine. But once i sign in with liveuser as the password. For a few seconds, I can use my mouse. But As soon as the background loads up. The whole system freezes.. I've tried waiting 10 or so minutes(just in case if the files were loading in the background) I even tried installing with the awesome and openbox versions, hoping it was just the original installer that had this bug. But unfortunately they to froze up my system before the background even loaded. Laptop in use: Lenovo L340 Gaming

Maybe I'll try again in a month or so..

adi1090x commented 4 years ago

it's because of Nvidia, maybe...

jortiz98 commented 4 years ago

Yep, same problem the custom iso had before archcraft. Only rebuilding the custom iso with nvidia instead of intel solved this problem. Maybe integrate that as a feature into archcraft?

atidyshirt commented 4 years ago

Yep, same problem the custom iso had before archcraft. Only rebuilding the custom iso with nvidia instead of intel solved this problem. Maybe integrate that as a feature into archcraft?

Can you detail how you achieved this (I havent built a custom ISO before)

HelifeWasTaken commented 4 years ago

The steps should be :

  1. sudo pacman -Sy bison archiso mikinitcpio mkinitcpio-archiso edk2-shell
  2. Clone the repo (ONLY IF YOU USE NVIDIA ) 3. Go in iso/packages.x86_64 and add your drivers packages as you would download them with arch
  3. launch setup.sh
  4. sudo su
  5. Launch build.sh with verbose (located in the iso folder) -> ./build.sh -v You should be done the iso would be builted in the out folder
atidyshirt commented 4 years ago

The steps should be :

  1. sudo pacman -Sy bison archiso mikinitcpio mkinitcpio-archiso edk2-shell
  2. Clone the repo (ONLY IF YOU USE NVIDIA ) 3. Go in iso/packages.x86_64 and add your drivers packages as you would download them with arch
  3. launch setup.sh
  4. sudo su
  5. Launch build.sh with verbose (located in the iso folder) -> ./build.sh -v You should be done the iso would be builted in the out folder

So I do need a previous arch install to do this, right I see, thanks a heap, I'll get onto it :).

adi1090x commented 4 years ago

Follow the guide on the website and rebuild the iso with nvidia gpu instead of intel.