My machine seems ok, because it boot correctly on puppy.(on an USB
drive)
The mbr seems ok, I can boot windows or linux until Kernel panic ...
I use: the package debian linux-image-2.6.24-etchnhalf.1-486 an the
bootloader lilo.
/boot/initrd.img-2.6.24-etchnhalf.1-486
/boot/vmlinuz-2.6.24-etchnhalf.1-486
Can someone gives me a clue to solve the problem otherwise that
to reinstall etch entirely on my box.
Thanks in advance.
--
Gérard
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Device (3, 2) sounds like an IDE device, /dev/hda.
> Please append a correct "root=" boot ....
> Kernel panic ....
>
> My machine seems ok, because it boot correctly on puppy.(on an USB
> drive)
> The mbr seems ok, I can boot windows or linux until Kernel panic ...
>
> I use: the package debian linux-image-2.6.24-etchnhalf.1-486 an the
> bootloader lilo.
>
> /boot/initrd.img-2.6.24-etchnhalf.1-486
> /boot/vmlinuz-2.6.24-etchnhalf.1-486
>
> Can someone gives me a clue to solve the problem otherwise that
> to reinstall etch entirely on my box.
>
> Thanks in advance.
"Modern" Debian kernels use libata to drive both SATA and IDE disks.
Disks that have been taken over by libata will appear as /dev/sd? , so I
think you need to set your root partition to /dev/sda.
Others will instruct you on how to use UUID in Debian.
I would try a Knoppix CD and see what's out there.
Hugo
I had bootted with knoppix and,
lilo.conf is ok
/boot/initrd.img-2.6.24-etchnhalf.1-486 seems ok
/boot/vmlinuz-2.6.24-etchnhalf.1-486 seems ok
I have copied lilo.conf on my usb stick and I did:
lilo -C /media/sda2/lilo.conf -M /dev/hda
backup copy of /dev/hda in /boot/boot.0300
The Master Boot Record of /dev/hda has been updated
But now, my box boot only on windows. linux disappearded ...
What did I do wrong ?
--
Gérard
My box runs fine now.
If this can be useful for others I did:
I bootted on knoppix V 5.3
In a terminal, as root: mount -o rw /dev/hda2 /media/hda2
/dev/hda2 is the partition / (which must contain the directories /boot and /etc)
then cd /media/hda2
finally: lilo -C etc/lilo.conf -r /media/hda2
did the trick.
However it is not normal that my mbr was altered when I installed some
packages.