| fpd  
 
 
 
 
 Group: Members
 Posts: 9
 Joined: July 2005
 | 
|  | Posted: July 21 2005,00:13 |  |  I had a similar error ( missing /proc/partitions ).  I thought it was probably caused by something incorrect in the dsl-hdinstall script.  For the curious: Try viewing the script, and find where the errors occur.  If you do not know where the script is, run the find command:
 
 $sudo find / -name dsl-hdinstall -print
 
 I solved my problem by adding anything the script reported missing... After partitioning, and while su, I did mkdir /proc/partitions.  When other errors for missing directories showed up, I added them, too.  I don't know if I fixed the installation, or just allowed DSL to limp home.  After rebooting, DSL on HDD worked.
 
   |