Hi > I don't know if 10.04 has TXT/tboot support compiled in or not.
I saw the tboot need kernel>=2.6.33, but original 10.04 didn't fit, so I changed the kernel to 2.6.35-19. However, it still didn't work. I'm wondering if tboot not only depends on the kernel but also depends on the upper configuration of Ubuntu? Meanwhile, I download the 2.6.35-19, and compiled it with default configuration, is it possible that I must change some config on this kernel? and where? > You don't need to change bootloaders--tboot will work with grub2, but you > need to duplicate the module names. > This looks like an error with either the 'root=' command line param or with > module support in the initrd. Can you paste your entire grub.conf file? The config in menu.lst is like this (my computer is left in lab, I can paste the entire menu.lst on Monday, however I still remember the configuration the tboot entry ): title tboot kernel /boot/tboot.gz logging=serial,vga,memory module /boot/vmlinuz-2.6.35.19 ro root=UUID=.............#(can't remember) module /boot/initrd-2.6.35.19.img module /boot/sinit.bin I've already tested the menu.lst in grub, as in the previous mail: >> 1. remove the sinit module in menu.lst >> the kernel was launched successfully, which shows begin_launch() and >> launch_kernel(false) works. But it didn't enter into post_launch(), >> which means it was not a measured launch. It seems the root= or initd works both fine, or it will not success in booting kernel if "module /boot/sinit.bin" is removed. Thank you for your letter! -- 黄文超 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ tboot-devel mailing list tboot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tboot-devel