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

Asus laptop HDD not recognized #260

Open
Aljs52 opened this issue Jul 8, 2024 · 14 comments
Open

Asus laptop HDD not recognized #260

Aljs52 opened this issue Jul 8, 2024 · 14 comments

Comments

@Aljs52
Copy link

Aljs52 commented Jul 8, 2024

Hello. I'm currently trying to wipe my laptop's main HDD using schredos in a ventoy USB. However, It only shows the usb stick which I used to boot and not the other drive.

Laptop is an Asus Rog Gl753VD with lastest bios version and I'm also using schredos lastest version (v2024.02.2_26.0_x86-64_0.37). I tried dissabling fast startup and secure boot and making sure AHCI is enabled. I'm I missing something? Thanks.

Edit: Typo

@PartialVolume
Copy link
Owner

In shredos, can you ALT F2 and run lspci and post the output so I can see what PCI hardware is installed. Does sound like a BIOS setting, but you've enabled AHCI which is often the cause.

@Aljs52
Copy link
Author

Aljs52 commented Jul 8, 2024

lspci returns the following output.

IMG_20240708_215415

Also, AHCI is actually the only SATA config I can select in BIOS. Is this expected in a laptop?

@PartialVolume
Copy link
Owner

Apologies, can you rerun the command as follows: lspci -nn -k This will show me the device IDs and which drivers are loaded. Thanks

@Aljs52
Copy link
Author

Aljs52 commented Jul 9, 2024

Sure thing.

IMG_20240709_090814_1

@PartialVolume
Copy link
Owner

Interesting I would have expected the HM170/QM170 to be bound to the ahci driver, unfortunately it doesn't appear to be bound to any driver.
lspci_crop_Screenshot_20240709_120213

Can you try binding the ahci driver to the HM170 device with the following command
echo 0000:00:17.0 > /sys/bus/pci/drivers/ahci/bind

Run fdisk -l. Does fdisk now see the missing drive? Alternatively ALT F1 back to nwipe, do a control C to abort, at the prompt, press spacebar to restart nwipe. Does the drive appear? Don't reboot ShredOS as the bind command isn't saved across reboots, at least I don't think it is, but I don't know that for certain.

@PartialVolume
Copy link
Owner

Also can you post the output of dmesg.txt that you should find on the ventoy flash drive. That may hopefully show an attempt to bind the ahci driver to the SATA controller.

@Aljs52
Copy link
Author

Aljs52 commented Jul 9, 2024

The echo command returns write error: Transport endpoint is not connected and no extra driver is recognized afterwards.

@PartialVolume
Copy link
Owner

Does dmesg.txt also contain this error? Do any live distros like ubuntu see the disk? What's the history of this laptop, I'm just wondering if it's a hardware fault or a buggy driver with this specific hardware? Was this running Windows or Linux before? Is the disc recognised in the bios?

@PartialVolume
Copy link
Owner

Can you also confirm what storage you have, the specs say a 1TB HDD and a 128 or 256GB SSD M.2/AHCI, is that correct?

@Aljs52
Copy link
Author

Aljs52 commented Jul 9, 2024

The 1TB HDD is recognized by the bios and when live booting ubuntu 24.04. Right now it has a windows 10 system installed with the usual partitions. However, I do not have any SSD installed, although the motherboard has one slot for it.

I'll post the dmesg.txt file so you can have a look into it. I believe there is information related to the command at the end of it, but I'm not tech savvy enough to know what's relevant.

dmesg.txt

@PartialVolume
Copy link
Owner

PartialVolume commented Jul 9, 2024

Thanks. I'm wondering if this could be a bug in the 6.6.x kernel, does either of the previous two ShredOS releases (with kernels 6.4.16 and 5.13.19 detect the drive?

@Aljs52
Copy link
Author

Aljs52 commented Jul 9, 2024

I tried with shredos 0.35 and 0.34 and remains the same.

@Aljs52
Copy link
Author

Aljs52 commented Jul 10, 2024

When booting schredos 0.34 the following prompt is given.

IMG_20240710_142625

@PartialVolume
Copy link
Owner

Good to know that Ubuntu live detects the drive. Can you boot Ubuntu live again and run lspci -nn -k and also uname -a

I can then see if I should include some extra drivers, like the Intel management driver.

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