You are not logged in.
Pages: 1
Hello, I'm trying to install Arch on a free partition on a PC that already has Windows installed, I've installed Debian once and it worked. Now the partition I was using for Debian is free, but when i boot the Arch installer, the only disk that appears when i use lsblk, cfdisk or fdisk, is the pendrive which the installer is installed.
I don't know what to do, the PC is configured for dual boot, so I don't know what the problem is.
Offline
Please post the full output of dmesg to a pastebin then post the link to that.
Offline
Please post the full output of dmesg to a pastebin then post the link to that.
Offline
[ 0.666454] ata1: DUMMY
[ 0.666456] ata2: DUMMY
[ 0.666456] ata3: DUMMY
[ 0.666457] ata4: DUMMY
[ 0.982616] ata7: SATA link down (SStatus 4 SControl 300)
[ 0.982641] ata6: SATA link down (SStatus 4 SControl 300)
[ 0.982660] ata8: SATA link down (SStatus 4 SControl 300)
[ 0.982680] ata5: SATA link down (SStatus 4 SControl 300)
[ 0.992648] ata9: SATA link down (SStatus 0 SControl 300)
[ 1.305351] ata10: SATA link down (SStatus 0 SControl 300)
[ 1.615986] ata11: SATA link down (SStatus 0 SControl 300)
[ 1.925922] ata12: SATA link down (SStatus 0 SControl 300)Dummy or down.
https://bugs.launchpad.net/ubuntu/+sour … ug/2063229 is alderlake, you're on the successor raptorlake, but not sure whether that's relevant here.
Secureboot is off?
Does it make a difference whether you're booting in UEFI or BIOS mode?
Cables? Does the disk show up in the UEFI?
Can you boot windows? Did you disable windows fast-start, 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Offline
[ 0.666454] ata1: DUMMY [ 0.666456] ata2: DUMMY [ 0.666456] ata3: DUMMY [ 0.666457] ata4: DUMMY [ 0.982616] ata7: SATA link down (SStatus 4 SControl 300) [ 0.982641] ata6: SATA link down (SStatus 4 SControl 300) [ 0.982660] ata8: SATA link down (SStatus 4 SControl 300) [ 0.982680] ata5: SATA link down (SStatus 4 SControl 300) [ 0.992648] ata9: SATA link down (SStatus 0 SControl 300) [ 1.305351] ata10: SATA link down (SStatus 0 SControl 300) [ 1.615986] ata11: SATA link down (SStatus 0 SControl 300) [ 1.925922] ata12: SATA link down (SStatus 0 SControl 300)Dummy or down.
https://bugs.launchpad.net/ubuntu/+sour … ug/2063229 is alderlake, you're on the successor raptorlake, but not sure whether that's relevant here.Secureboot is off?
Does it make a difference whether you're booting in UEFI or BIOS mode?
Cables? Does the disk show up in the UEFI?
Can you boot windows? Did you disable windows fast-start, 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Secureboot is off, I can't tell if booting in UEFI or BIOS mode makes a difference, but I probably tried without knowing. The disk shows up in the UEFI and I can boot windows, and i disabled windows fast-start. The PC had a Debian dual-boot, and the partitions were showing up without any problem when i've installed it.
Offline
but I probably tried without knowing
That's hardly possible.
The PC had a Debian dual-boot, and the partitions were showing up without any problem
Do they show up when booting eg. https://grml.org/ ?
Offline
Can you enter your BIOS and see if your BIOS lists any drives (e.g. BOOT section/category)?
Offline
Could this problem related to a kernel issue?
https://bbs.archlinux.org/viewtopic.php … 6#p2089356
Offline
https://git.kernel.org/pub/scm/linux/ke … bfe5bbcab8
https://wiki.archlinux.org/title/Power_ … Management
Try to add "libata.force=nolpm" to the kernel parameters - if it works use the udev hook to enforce medium_power
Offline
Pages: 1