Installation stuck at 9% in dell g15

while i try to install manjaro in my dell g15 my screen freezes at 9% of installation everytime i tried 4 times but its same everytime and dosent continue i have to force restart everytime

I don’t do nVidia, sorry - but some quick ideas that I found in a search:

  1. Disable NVIDIA driver: nouveau.modeset=0
  2. Common Dell-specific parameters: nouveau.modeset=0 acpi_rev_override=1
  3. Comprehensive parameters: nouveau.modeset=0 nogpumanager acpi_osi=! acpi_osi='Windows 2009'

To apply these parameters:

  1. Boot from the USB drive.
  2. At the GRUB menu, highlight the desired boot option and press the e key to edit.
  3. Find the line starting with linux and locate the word quiet .
  4. Add the desired parameters after quiet .
  5. Press F10 to boot with the modified parameters.

After a successful installation, these parameters can be added to the GRUB configuration in the new system.

1 Like

I’m afraid more information is needed if you hope for anyone to help you.

Usually, we need system information as described (below) and formatted according to forum guidelines.

This is obviously not easy to provide currently.

However, some other details might be useful in the meantime…

  • How did you create the Manjaro installer?
  • Did you download the current ISO and also verify it against the checksum file available from the Download page?
  • Was it a full or minimal ISO?
  • Did you select the free or proprietary drivers before booting?
  • Are you multi-booting with Windows?
  • (If multi-booting) is Fast Startup disabled in Windows?
    (powercfg /h off from an elevated CMD/PowerShell prompt will disable Fast Startup)
  • Is Secure Boot disabled in BIOS? (Manjaro does not support Secure Boot, and will not boot if it is enabled).

Regards.


What follows is from a standard template.

Welcome to the Manjaro community

As a new or infrequent forum user, please take some time to familiarise yourself with forum requirements, and the many ways to use the forum to your benefit.

Note: By virtue of using the Manjaro forum you acknowledge and agree to follow Rules and Guidelines outlined; so, you really should read them:

Required Reading
Highly Recommended

Work with us, not against us

Be prepared to provide output from commands when asked. It is equally important to provide as much actionable information as possible in your first post, rather than simply indicating there is a problem.

Simply waiting for others to ask you questions can be counter-productive – typically, nobody has a :crystal_ball: at their disposal – instead, please help others to make informed suggestions based on information you provide.


System Information

While information from *-fetch type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly; :eyes:

Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:

Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)
inxi man pages (manual)
If running `inxi` within a `chroot` environment
  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0
Your privacy is respected

Update Announcements


Technical Resources



Recommended USB solution:

A little more information would be good.

inxi -zv8
for system information.

Are you sure that the install medium is good?
How did you create it?
How did you check it?

The ISO can be booted with open source drivers or with proprietary drivers.
Did you try the other option?

1 Like

It is impossible to deduce anything meaningful - so this is a general advise for dual-gpu systems.

If the device is a dual-gpu system and the dGPU is Nvidia - do not boot the installer using the proprietary driver option as it is - in most cases - unnecessary.

When you have a working system with the iGPU - then you can proceed to install the Nvidia prime combo driver.

You should check if the CPU is undervolted as this may cause freezes.

2 Likes