From: Marcel S. <m.s...@si...> - 2010-08-05 08:24:08
|
Hi Ariel, > This is part of why I'm so confused: that's my grub.conf, which I can > clearly see from the grub shell in /grub/grub.conf. But I am still stuck > in the shell. I don't get any TrustedGRUB menu at all. So this means, that TrustedGRUB does not load "grub.conf"... hmmm... Do you have a symlink pointing from "menu.lst" to "grub.conf"? And can you actually "cat" the grub.conf within the TrustedGRUB shell? If so, than it is not a filesystem issue. Could you send me the output of # fdisk -l /dev/sda If you - for instance - have a dedicated boot-partition, then maybe a symlink is missing pointing from "/" to "boot". For Example: My hdd-layout looks similar to this /dev/sda1 * 63 224909 112423+ 83 Linux --> boot /dev/sda2 224910 17012834 8393962+ 83 Linux --> tmp /dev/sda3 17012835 100920329 41953747+ 83 Linux --> root The boot partition is mounted under /boot, such that the grub.conf is in /boot/grub/grub.conf during installation. However at boot time in TrustedGRUB it is located at (hd0,0)/grub/grub.conf If you create a symlink from "." to "boot", then it is also possible to load (hd0,0)/boot/grub/grub.conf # mount /dev/sda1 /boot # cd /boot # ln -s . boot Maybe it is just that. Marcel -- Sirrix AG security technologies -- http://www.sirrix.com Dipl.-Ing. Marcel Selhorst eMail: m.s...@si... Tel: +49 (234) 610071-126 Fax: +49 (234) 610071-526 Tel: +49 (681) 95986-126 Fax: +49 (681) 95986-526 Get my public key from keyserver, KeyId: 0x7C9821CC Fingerprint 4138 E617 E62E 79D3 E663 BE5A 14E7 1CD8 7C98 21CC Vorstand: Ammar Alkassar (Vors.), Christian Stueble Vorsitzender des Aufsichtsrates: Prof. Dr. Kai Rannenberg Sitz der Gesellschaft: Homburg/Saar, HRB 3857 Amtsgericht Saarbruecken This message may contain confidential and/or privileged information. If you are not the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. |