> So somebody could try the R52/R60 with this AHCI and the ISO from > http://ubertechnique.com/unattended/NTLDRNotFound, please? > > In this situation /proc/ide/hda/settings must exist and I wonder > what parted now does with the partition table or, where unattended > then fails. We already tried this. Not working on an R60 or R52.
The situation: If you use the compt. mode there is no /proc/ide/hda dir. So "if (-e $settings)" is false. An print in the else tree proves this. So no entry in the $settings is written. If you use AHCI "my $hda = readlink ('/dev/dsk') points to /dev/sda and "my $settings_file" points to an non existent directory. So in this case the else tree is used. A print also proves this. So in both cases you are in the else tree where nothing is written in $settings_file. I hope this helps a little to fix the problem. Peter _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel