Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck on 100%, GUI won’t open #246

Open
cudeata opened this issue Apr 21, 2024 · 16 comments
Open

Stuck on 100%, GUI won’t open #246

cudeata opened this issue Apr 21, 2024 · 16 comments

Comments

@cudeata
Copy link

cudeata commented Apr 21, 2024

The UEFI has no legacy and i’m booting from a USB created using Rufus with the 64 bit .img file from the shredOS github, I’ve disabled secureboot as well and the UEFI is updated.
The PC does boot shredOS from the flash drive but stays stuck on a loading screen at 100%, the GUI never shows up, the “_” at the top left does not blink either.
The line at the top of the screen is as follows (without the quotation marks of course): “ [ shredos 218.11MiB 100% 48.81MiB/s ] “

Computer is an HP Omen 30L desktop GT13, Intel Core i7-10700k with 16gb of memory.

@PartialVolume
Copy link
Owner

Does adding nomodeset or noapic to the kernel command line solve the problem?

@PartialVolume
Copy link
Owner

This motherboard may have Intel integrated graphics on the motherboard, if it has a graphics card as well, try removing the graphics card and boot using the intel integrated graphics.

@Mazolei
Copy link

Mazolei commented May 2, 2024

I seem to be having this same issue, on an omen 40L GT21 desktop. This board doesn't have integrated graphics, and adding nomodeset and noapic to the command line doesn't seem to have helped, assuming I did it correctly (I will admit that my knowledge of linux is limited, so I may very well have done it wrong)

@PartialVolume
Copy link
Owner

I seem to be having this same issue, on an omen 40L GT21 desktop. This board doesn't have integrated graphics, and adding nomodeset and noapic to the command line doesn't seem to have helped, assuming I did it correctly (I will admit that my knowledge of linux is limited, so I may very well have done it wrong)

Feel free to post a photo of grub.cfg and I'll check it's correct.

@Mazolei
Copy link

Mazolei commented May 2, 2024

Feel free to post a photo of grub.cfg and I'll check it's correct.

This is how I've got it now, and I've changed grub.cfg in both locations
Screenshot 2024-05-02 155256

@PartialVolume
Copy link
Owner

Feel free to post a photo of grub.cfg and I'll check it's correct.

This is how I've got it now, and I've changed grub.cfg in both locations Screenshot 2024-05-02 155256

No, you have the two commands in the wrong place. It should look like this:

set default="0"
set timeout="0"

menuentry "shredos" {
	linux /boot/shredos console=tty3 loglevel=3 nomodeset noapic
}

@Mazolei
Copy link

Mazolei commented May 2, 2024

No, you have the two commands in the wrong place. It should look like this:

set default="0"
set timeout="0"

menuentry "shredos" {
	linux /boot/shredos console=tty3 loglevel=3 nomodeset noapic
}

Haha, gotcha, that was my first instinct, I should have went with it. I'll try that and let you know how it goes

@PartialVolume
Copy link
Owner

If it doesn't work with both then try it with one then the other:

set default="0"
set timeout="0"

menuentry "shredos" {
	linux /boot/shredos console=tty3 loglevel=3 nomodeset
}

or

set default="0"
set timeout="0"

menuentry "shredos" {
	linux /boot/shredos console=tty3 loglevel=3 noapic
}

@Mazolei
Copy link

Mazolei commented May 2, 2024

Running with both seems to have worked! I got some error about a qla2xxx trace instance, but the GUI loads and it seems functional

@PartialVolume
Copy link
Owner

That's great. Don't worry about the qla2xxx trace instance, it's a benign error related to a fibre driver that's not needed.

I just had a quick look at the spec and it looks like you have a display port and HDMI output on that system. There is some issue sometimes with display port so if it hadn't worked I was going to ask you to try HDMI but maybe you are already using that to connect to the monitor.

Glad it's all working 👍

@Mazolei
Copy link

Mazolei commented May 2, 2024

That's great. Don't worry about the qla2xxx trace instance, it's a benign error related to a fibre driver that's not needed.

I just had a quick look at the spec and it looks like you have a display port and HDMI output on that system. There is some issue sometimes with display port so if it hadn't worked I was going to ask you to try HDMI but maybe you are already using that to connect to the monitor.

Glad it's all working 👍

Well, I seem to have run into some other issue; The GUI boots, but the drive I'm trying to clear doesn't appear, and the UI doesn't respond to any of my inputs. I was using a display port before, but swapping to my HDMI monitor alone doesn't seem to have helped.

@PartialVolume
Copy link
Owner

Do you have noapic on the Kernel command line? If you do try removing it so you've just got nomodeset.

@Mazolei
Copy link

Mazolei commented May 2, 2024

Do you have noapic on the Kernel command line? If you do try removing it so you've just got nomodeset.

That seems to have done it for real this time! Thank you very much for the help

@PartialVolume
Copy link
Owner

Do you have noapic on the Kernel command line? If you do try removing it so you've just got nomodeset.

That seems to have done it for real this time! Thank you very much for the help

No problem, hopefully with the updated graphics drivers in the next release, adding nomodeset won't be necessary with some of these systems.

@PartialVolume
Copy link
Owner

@Mazolei If you get a chance, can you do me a favour and type ALT F1 to switch to the second virtual terminal and type the command lspci and post a photo of the output. This will display details of the graphics card being used. Thanks.

ALT F1 to switch back to the nwipe screen.

@boruto79
Copy link

boruto79 commented Jul 23, 2024

I'm having the same issue but it is not working with Dell Precision 3490 laptop. i tried all 3 methods. it works fine with the older laptop Dell Latitude 5440. I wonder if it needs to be a newer kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants