Difference between revisions of "Talk:PreDesktop Area"

From ThinkWiki
Jump to: navigation, search
m (whitespace)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Use the HPA for GNU/Linux?==
 
More interesting than removing the HPA (which includes a.o. Acces IBM Predesktop Area, some other tools and a backup of the pre-installed OS) would be to use this area for GNU/Linux too. At least, removing the HPA only saves 3,5 GB on my 60 GB hard disk. It would be worth a try to see whether the backup of the pre-installed OS on the largest PSA could be replaced by a backup of your favourite GNU/Linux distribution.
 
  
Elaborating on my ideas a few days later, I'd guess the following could be tried:
 
* see whether GRUB can be made to boot the Access IBM Predekstop Area (I guess by "chainloading" the bootsector of its PSA). Right now GRUB refuses to load sectors outside the partioned area. I've got absolutely no idea if it's possible to write a hack to overcome that restriction. Need to contact the GRUB people about that ...
 
* write a HPA or SPA driver. That driver should provide something like "/dev/hpa", "/dev/hpa0", etc or "/dev/spa", "/dev/spa0", whatever. The idea here is that it allows you to simply mount (ro!) the Hidden Protected Area (given the correct BIOS settings). Probably just an addaption of the current drivers for (IDE?) harddisks. (This might mean "/dev/hda" and "/dev/hpa" overlap: dangerous?) That would probably need - way - more coding skills than I have ...
 
* write some userspace tools for the HPA/the SPAs (things like: dumpbeer, printDoS).
 
 
It should be clear these are basically random ideas. Still feedback would be appreciated ...
 
----
 
Hei,
 
 
interesting ideas, but i'd only see a point in it if one could keep Win and Linux rescue stuff in the HPA. That means it would need to be expandable or fit the stuff for both systems.
 
[[User:Wyrfel|Wyrfel]] 20:03, 15 Mar 2005 (CET)
 
----
 
Thanks.
 
 
Short answer: that should be possible.
 
 
Long answer: I see little in the specs (as I understand them now) to stop one from adding (say) an extra 3 GB GNU/Linux-rescue PSA or something like that. We might try to do that first by changing the BEER and DoS manually. (Not sure whether Phoenix added some proprietary stuff to keep you from booting it. The PSA should always be accesable with the proper BIOS setting.) It might be mandatory to put it on a FAT filesystem. The hard part probably is to have it show up in the Access IBM Predesktop Area. (My guess is you need to regenerate the FirstSight "graphical shell". If that's correct we probably only can use the FirstWare tools "hidden" on their little PSA. That's no fun. Well it might a little fun if we try FreeDOS).
 
 
[[User:Pebolle|Paul Bolle (not logged in)]]
 
----
 
Update: a trivial patch to grub allows it to also work outside the partioned area:
 
 
--- /var/tmp/rpm/BUILD/grub-0.95/stage2/disk_io.c.oud  2004-05-23 18:35:24.000000000 +0200
 
+++ /var/tmp/rpm/BUILD/grub-0.95/stage2/disk_io.c      2005-03-18 22:38:30.050907408 +0100
 
@@ -297,8 +297,8 @@
 
    *  Check partition boundaries
 
    */
 
    if (sector < 0
 
-      || ((sector + ((byte_offset + byte_len - 1) >> SECTOR_BITS))
 
-        >= part_length))
 
+      /*|| ((sector + ((byte_offset + byte_len - 1) >> SECTOR_BITS))
 
+        >= part_length)*/)
 
      {
 
        errnum = ERR_OUTSIDE_PART;
 
        return 0;
 
 
I made a grub CD with a grub patched with the above. Now I can "cat" the bootsector of the Predesktop Area from the grub shell (when booting of that grub CD). But I haven't yet managed to boot the Predesktop Area (dangerous stuff!) To be continued ...
 
 
[[User:Pebolle|Paul Bolle]] Fri Mar 18 22:42:43 CET 2005
 
 
----
 
 
 
I've been playing around with the predesktop area tonight.  I was simply trying to just leave the diagnostics stuff and remove the windows part.  I wrote some programs to read/write the BEER data and stuff, but I wasn't able to get the system to boot it, it kept erroring "Authentication of System Services failed" (or something along those lines).  I will play around with this some more later
 
 
 
[[User:Invisi|Tim Nordell]]
 
----
 
 
 
A quick look with a hexeditor gave me two instances of "Application authentication has failed!" in the FirstSight application. Does that sound familair?
 
 
[[User:Pebolle|Paul Bolle]] Fri Apr 1 19:35:30 CEST 2005
 
 
----
 
 
 
Actually it wasn't that.  I did a search of that too, the message itself was not in the predesktop area at all.  What also is interesting is the fw*.exe utilities for manipulating the predesktop area, contains the string "MD5" which makes me wonder if there is an md5 hash of each "predesktop" partition.  I know on the IBM whitepaper it states there being a signature so that non-signed applications can not be run.  Could a simple "md5" be the signature?
 
 
[[User:Invisi|Tim Nordell]] 12:01, 3 Apr 2005 (CEST)
 
 
----
 
 
 
*What is it that you were trying to do (what did trigger the error you saw)?
 
 
*About ten of the fw*.exe utilities contain the phrase "MD5 Checksums do not match". So they could very well be using MD5 sums for some sort of validation. But they could use the MD5 sums in a lot of ways actually, so I won't yet speculate ...
 
 
[[User:Pebolle|Paul Bolle]] Sun Apr  3 15:11:10 CEST 2005
 
 
== Predesktop Area ==
 
 
I made a program that takes the BEER record at the end, parses it out to a ".cfg" file, lets you modify it, recalibrate the start spots for the records, and write it out to disk again.  It doesn't directly access hda, 'cept for reading the original beer record.  It makes a script file to go with the files you have, to read in the HPA data, and to write it out again with the new record.
 
 
Anyways, I tried simply removing the last record from the BEER, which is the windows recovery partition.  It didn't like that.
 
 
----
 
 
 
Did you update the two's complement checksum at the end of the BEER?
 
 
[[user:Pebolle|Paul Bolle]]
 
 
== Linux kernel support ==
 
{{Todo|research and add to article}}
 
* Add a section on dmesg and hdparm -I output:
 
(...)
 
Commands/features:
 
        Enabled Supported:
 
(...)
 
          *    Host Protected Area feature set
 
(...)
 
                SET MAX security extension
 
                Address Offset Reserved Area Boot
 
(...)
 
 
* Check boot parameters: is hda=stroke still valid?
 
Kernel command line: ro root=LABEL=/ acpi=off hda=stroke
 
ide_setup: hda=stroke -- BAD OPTION
 
 
* Recent (2.6.10 and up?) kernels disable HPAs automatically (in drivers/ide/ide-disk.c). Dmesg example:
 
 
hda: Host Protected Area detected.
 
        current capacity is 110194034 sectors (56419 MB)
 
        native  capacity is 117210240 sectors (60011 MB)
 
hda: Host Protected Area disabled.
 
 
This should be (further researched and) added to this section (maybe with some pointers to the unexpected consequences of this new approach ...)
 
 
[[User:Pebolle|Paul Bolle]] 22:06, 6 Sep 2005 (CEST)
 
 
* SRCMOS24.EXE
 
 
In the PSA used by the Predesktop Area I found a "hidden" executable: SRCMOS24.EXE (it is not mentioned in the FAT). This executable can capture and update CMOS data. It might only be used by the FirstSight program to display (part of) the BIOS info. It might be nice to see what it can do and if similar things are possible under GNU/Linux.
 
 
[[User:Pebolle|Paul Bolle]] 22:01, 7 Sep 2005 (CEST)
 
 
== Two's Complement ==
 
 
Yep, I updated that.  If I don't update that, it doesn't even say that failed message.  I also made a seperate program to update the checksum so you can also modify the beer record by hand with a hex editor and have valid checksums.
 
 
== Newer thinkpads don't use Phoenix Firstware? ==
 
 
On my T42 that arrived yesterday, the predesktop area looks a lot like MS Windows. The widget set, the fonts, even the boot sequence looks exactly like Windows 2000. Debian-installer indentified it as "Microsoft Windows NT/2000/XP", while it identified my XP partition as "Microsoft Windows XP Professional"
 
 
Has Lenovo/IBM changed their system, or is this Phoenix stuff really just Windows?
 
 
-- [[Evan.Heidtmann]]
 
 
Evan,
 
 
Could it be that you're talking about the preinstalled version of Windows here? As far as I know (using information to be found on the internet, not personal research) the preinstalled OS will reformat its partition from FAT32 to NTFS at first boot. That could explain the difference in the identification by the Debian installer (which I never really used).
 
 
Moreover the Predesktop Area is part of the HPA and the HPA is not an partition. It seems unlikely that the Debain installer notices the HPA. As far as I know there are at present no GNU/Linux tools with a (useful) support of HPAs.
 
 
[[User:Pebolle|Paul Bolle]] 15:43, 4 Aug 2005 (CEST)
 
 
My T42P (model 2373HSG) is using a cut-down version of Windows XP as the pre-desktop area.  I'm not sure whether it's a special IBM thing or just a [http://www.microsoft.com/licensing/programs/sa/benefits/winpe.mspx Windows PE] (preinstallation environment) setup.  It includes Java and Python, which are used by some of the IBM tools, and the Opera web browser.
 
 
It's no longer an HPA but a 487MB hidden FAT32 called IBM_SERVICE located at the end of the disk.
 
 
--[[User:Korourke|Korourke]]
 
 
== Rescue and Recovery via grub? ==
 
 
Did anyone get the Rescue and Recovery partition to boot via grub on recent models? On a T43 with
 
rootnoverify (hd0,1)
 
chainloader +1
 
the Rescue and Recovery partition starts booting nicely and then, a few seconds in the R&R loading sequence, chokes with a
 
STOP: c000021a {Fatal System Error}
 
The Session Manager Initialization system process terminated unexpectedly with a status of 0xc000003a (0x00000000 0x00000000).
 
The system has been shut down.
 
The problem started right after installing grub into the MBR (I couldn't get the preinstalled MBR to boot grub from an active primary partition). It seems oblivious to the Predesktop BIOS setting.
 
 
The same problem has been reported by others with other models (for example [http://forums.fedoraforum.org/archive/index.php/t-19433.html here] for a T42).
 
 
[[User:Thinker|Thinker]] 11:35, 30 Sep 2005 (CEST)
 
 
Your "Rescue and Recovery partition" seems not to be a HPA (which isn't a partition). Maybe we should open a new page for that system.
 
 
[[User:Pebolle|Paul Bolle]] 21:54, 30 Sep 2005 (CEST)
 
 
It may very well not be an HPA , but the BIOS stil calls it a "Predesktop Area". Anyway, the partition is actually a VFAT partition (even though it has type 0x12, "Compaq Diagnostics"). It seems to boot into PC-DOS (using {{path|NTDETECT.EXE}} so it looks like Windows startup) and then its {{path|AUTOEXEC.BAT}} runs a fancy GUI.
 
--[[User:Thinker|Thinker]] 23:31, 30 Sep 2005 (CEST)
 
----
 
Right, there has been a lot of confusion about this, we should have a separate page. Introduced an edit link (called Rescue and Recovery) on the [[ThinkPad Technologies]] page for that purpose.
 

Latest revision as of 12:32, 13 November 2005