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

ShredOS wipes hang, System Rescue distro works? #292

Open
funk0id opened this issue Oct 1, 2024 · 4 comments
Open

ShredOS wipes hang, System Rescue distro works? #292

funk0id opened this issue Oct 1, 2024 · 4 comments

Comments

@funk0id
Copy link

funk0id commented Oct 1, 2024

I've had persistent issues with various systems freezing when running nwipe via the current ShredOS download.

Weirdly, on the same machines, with the same parameters, things run through without issues using the System Recovery live image which currently has nwipe-0.37?

It's a workaround for now, but ideally I want a workflow that boots, formats and uploads the output pdf to a common location.

@PartialVolume
Copy link
Owner

Have you tried adding nomodeset to the kernel command line in both grub.cfg files on the USB drive? This disables the DRM video drivers and uses framebuffer mode rather than the video drivers.

If it works without freezing then the video driver is the problem. Please let me know whether it solves the problem or not.

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

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

@PartialVolume
Copy link
Owner

Can you also post the output of lspci -k so I can see what hardware and drivers are in use. Thanks.

@NMExact
Copy link

NMExact commented Nov 22, 2024

Have you tried adding nomodeset to the kernel command line in both grub.cfg files on the USB drive? This disables the DRM video drivers and uses framebuffer mode rather than the video drivers.

If it works without freezing then the video driver is the problem. Please let me know whether it solves the problem or not.

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

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

Tried this but doesn't seem to work I am trying to boot form a HP server however it gets stuck on 100% and just stays on that screen and nothing happens.

@PartialVolume
Copy link
Owner

PartialVolume commented Nov 23, 2024

Have you tried adding nomodeset to the kernel command line in both grub.cfg files on the USB drive? This disables the DRM video drivers and uses framebuffer mode rather than the video drivers.
If it works without freezing then the video driver is the problem. Please let me know whether it solves the problem or not.

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

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

Tried this but doesn't seem to work I am trying to boot form a HP server however it gets stuck on 100% and just stays on that screen and nothing happens.

Assuming you are booting from a usb stick or if not, plug any old usb stick in, does dmesg.txt get written to the USB stick? If it does can you post it's content. Thanks. If the dmesg.txt file exists it means ShredOS is running and it's a display issue. The content of dmesg.txt may give a clue as to why the graphics is not working.

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

3 participants