curaga
Group: Members
Posts: 2163
Joined: Feb. 2007 |
|
Posted: April 05 2007,05:48 |
|
Your HD is too big for the bios, it can't boot above 1024 cylinders. You need a separate boot partition to the start of the HD, where you move the kernel and the grub files (the /boot directory).
I'd recommend you to start from DSL livecd in text mode, then delete the first partition, create the first (boot) maybe 10mb, and then the rest of the current hda1 for DSL hd install. Then Quote | mke2fs -m0 /dev/hda1 | And install to hd. While still using the livecd, move the /boot dir to hda1, and change menu.lst accordingly:
Quote | default 0
title DSL root (hd0,0) kernel /boot/linux24 root=/dev/hda2
|
You also had a typo in menu.lst, root (hd0,0) should be before the kernel, otherwise grub won't know which disk/partition to use. And boot line is not needed.
edit: your error might also be caused because the error in menu.lst. Try changing that first
-------------- There's no such thing as life. Those mean little jocks invented it ;) - Windows is not a virus. A virus does something!
|