mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 15:45:53 +03:00
[GH-ISSUE #235] Add an easy way to check RAM and HDD/SDD/Flash for errors #105
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abitrolly on GitHub (Apr 6, 2018).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/235
There is no easy way to check local storage and RAM for errors before installing operating system. There is memtest, but I couldn't run last time due to some 64bit/UEFI problems, and for storage it is not clear what command to run at all. Ubuntu SO lists several alternatives, but Googling for them and trying is not easy.
Maybe there is a minimal bootable Live Linux image with very simple user interface, which contains all necessary drivers to load and check both memory and hardware, which could be included as an easy option into
netboot.xyz?@gmiranda commented on GitHub (Mar 11, 2019):
I'd recommend google's stressapptest (https://github.com/stressapptest/stressapptest). As far as I know, there's no live distro that includes it by default, but it's easily installed in Debian, Mint, Ubuntu and others.
As for storage, Gnome disk utility works just fine and it's already loaded by default in most distros.
@thelamer commented on GitHub (Dec 5, 2019):
Base general purpose live CDs are coming in our next version :
https://s3.amazonaws.com/dev.boot.netboot.xyz/999a90aa2875f9cfb51c76a7db6d94299e933322/index.html
With this range of Live CDs particularly Debian/Ubuntu you should be able to install and run any test suite you choose.
@abitrolly commented on GitHub (Dec 5, 2019):
@thelamer is there a specific option you can recommend for those coming to this ticket to solve the particular problems of checking
3 ssd/hdd
@thelamer commented on GitHub (Dec 6, 2019):
@abitrolly this is not really my area of expertise, you need to understand we as an organization concentrate on being able to boot existing Distributions off the internet. If you find something and it looks like a tool we should add to the menus and has a relatively low bar to getting it to boot off the internet please open a new issue.
As a non expert though:
https://wiki.ubuntu.com/PhoronixTestSuite (the best in open source for benchmarking and generating reports for all branches of stuff including IO)
https://wiki.archlinux.org/index.php/Stress_testing (some info from the folks at arch on running tools to test CPU/mem)
If you are looking for something that boots runs a series of tests then gives you a green status page, I can tell you that does not exist, you would need to build it.
@abitrolly commented on GitHub (Dec 8, 2019):
That's exactly what I am looking for. RAM and HDD/SDD/Flash tests to be exact.