Actions
Bug #484
openBug #465: Issues with the development version
doudou-installer: internal disks can have PCI as bus value
Start date:
12/10/2011
Due date:
02/20/2012 (over 12 years late)
% Done:
0%
Estimated time:
1:00 h
Description
When looking for internal disks, the filter is using IDE and SCSI but not PCI. On Squeeze it appears that PCI can also be used, leading to undetected internal HD's. Maybe other DDL tools are concerned, investigations are needed.
The solution is simply to search for the word scsi and change the following:
("ide", "scsi")
into:
("ide", "scsi", "pci")
Updated by Jean-Michel Philippe about 13 years ago
This bug is also preventing the persistence tool to work in some cases.
Updated by Jean-Michel Philippe over 12 years ago
More information is available on our forum to manually fix this issue in case it is needed:
http://forum.linuxcareer.com/threads/521-Installing-doudoulinux-on-hard-drive
Actions