PartialVolume
PartialVolume
You don't mention whether you built ShredOS from source yourself. I've committed the changes to the source but not published a release yet, so no new .iso / .img files....
>Is the shredos_exclude_boot_disc=yes option implemented in it? Yes. >Is this a good configuration file? Not quite, you seem to have a second `shredos_exclude_boot_disc` inside the nwipe_options. That should be removed....
> I tested the solution. Everything works perfectly, thank you. Excellent, thanks for letting me know.
Hi, for what it's worth both HP raid controller drivers hpsa and smartpqi are installed in ShredOS. >Ive had some issues with the latest version of shredos detecting the drives...
>I've tried setting each drive to raid 0, or deleting the raid configuration entirely to ensure its in a HBA type mode, the controller is a Smart Array P408i-a which...
This is the spec sheet, it looks like it should operate in HBA or mixed mode. [HPE Smart Array SR Gen10 Controllers for HPE ProLiant DL, ML and Apollo Servers-a00047736enw.pdf](https://github.com/PartialVolume/shredos.x86_64/files/13715699/HPE.Smart.Array.SR.Gen10.Controllers.for.HPE.ProLiant.DL.ML.and.Apollo.Servers-a00047736enw.pdf)
> I tried both setting raid 0 on each drive individually and also clearing the configuration entirely. After each attempt, the drives wouldn't show up in Shredos I'm not sure...
If you get a chance can you post the output of `lspci`. I want have a more accurate record of problematic hardware. Thanks.
I would edit the two grub files on the USB stick and add noapic and/or nomodeset. Try each in turn starting with nomodeset
The older (v2021.08.2_21_x86-64_0.32.023) release does not include drm drivers so adding nomodeset to the kernel command line in both grub.cfg files will disable DRM and use frame buffer mode in...