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 · 2 comments
Open

ShredOS wipes hang, System Rescue distro works? #292

funk0id opened this issue Oct 1, 2024 · 2 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.

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

2 participants