I just made a new installation on a new partition but nothing changed: I get exactly the same error message.
During the installation paldo writes grub to /dev/sda in the MBR. After rebooting the system (and having ejected the live cd) I selected paldo in the grub menu and it started. But unfortunately paldo didn't have recognised my Debian system during installation. So every time I want to start Debian, I have to enter:
You will agree that this is very tedious. Therefore I started my Knoppix live cd for making a new grub installation:
Code | [In neuem Fenster öffnen] |
|
mkdir /tmp/debian
mount /dev/sda1 /media/debian
chroot /media/debian
grub-install /dev/sda
|
Now, I've copied following lines from paldo's menu.lst into Debian's menu.lst file :
Code | [In neuem Fenster öffnen] |
|
title paldo stable (linux 2.6.24.7-paldo1-x86)
root (hd0,1)
kernel /boot/linux-2.6.24.7-paldo1-x86 root=/dev/disk/by-uuid/ecd0f6b1-9dbd-45e5-b439-4ea1ddc72cb0 resume=/dev/disk/by-uuid/de4df1ad-788e-465b-a16a-6f187a88792a vga=0x317
initrd /boot/initramfs-2.6.24.7-paldo1-x86
|
After rebooting my computer, the paldo entry appeared in my grub menu, but I get the same error message as before:
The same error message appears when I (try) to enter this (in grub command line):
up to here all works -- no error message, but now:
I've no idea what the problem could be...