|
[Unattended] Why do we do the whole edd-writing thing?!: msg#00023windows.unattended.general
Hi I have another methode to deal with the edd-sata problem.. I still use edd to determine the number of heads, but I modify windows after the installation.. Basically, I change the 26. byte ("Number of Heads") of the install partition and the same byte of /mnt/sda1/$win_nt$.~bt/bootsect.dat to its "true" value. After that, the setup can finish properly.. :-) I set 0xf0 (240d) for thinkpads and 0xff (255d) for the other systems. (based on the information from edd) I use dd with its notrunc option to modify this "files". eg. echo -e -n "\xff" |dd of=/dev/sda1 bs=1 seek=26 conv=notrunc eg. echo -e -n "\xff" |dd of=/mnt/sda1/\$win_nt\$.~bt/bootsect.dat \ bs=1 seek=26 conv=notrunc It is easy to handle and I encounterd no "strange exceptions" so far.. Any feedback would be appreciated.. cheers christian ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [Unattended] Just to let you know about deploy.cab: 00023, Lynn Chris (NHQ-AC) |
|---|---|
| Next by Date: | Re: [Unattended] installation speed > ".ignore-error 194": 00023, Artturi Kyrömies |
| Previous by Thread: | [Unattended] Just to let you know about deploy.cabi: 00023, Lynn Chris (NHQ-AC) |
| Next by Thread: | Re: [Unattended] installation speed > ".ignore-error 194": 00023, Artturi Kyrömies |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |