Results 1 to 8 of 8
i installed the 2.6.3 kernel and grub as bootloader but grub doesnt load the kernel so that i have to config the kernel and boot manually.
Code:
dafault 0
timeout ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-15-2004 #1
grub doesnt load kernel
i installed the 2.6.3 kernel and grub as bootloader but grub doesnt load the kernel so that i have to config the kernel and boot manually.
did i forgot something??Code:dafault 0 timeout 30 root (hd0,4) kernel (hd0,0)/kernel-2.6.3 root=/dev/hde5
make install not love
Registered Linux user number 369245
- 02-15-2004 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
change it with
butCode:dafault 0 timeout 30 root (hd0,0) kernel (hd0,0)/kernel-2.6.3 root=/dev/hda5
Originally Posted by kernel.org Have a nice day
- 02-15-2004 #3
Or this:
Code:dafault 0 timeout 30 root (hd0,0) kernel /boot/kernel-2.6.3 root=/dev/hda5
Stable kernels are overrated, anyways.
Originally Posted by mesbaba8
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 02-15-2004 #4
does it need an initrd?
If so add an initrd /boot/initrdname.img line
have fun
Nerderello
Use Suse 10.1 and occasionally play with Kubuntu
Also have Windows 98SE and BeOS
- 02-16-2004 #5
i tried all of xour tips but nothing works
i have no hda drive, only hdemake install not love
Registered Linux user number 369245
- 02-16-2004 #6Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
then
will work, i think.Code:root (hd4,0)
Have a nice day
- 02-16-2004 #7
hd0 means that grub searches the kernel on the first hd, and i only have one hd installed on SATA. the only prob is that grub doesnt load the kernel automatically.
i have to define the kernel on every boot
than i can boot the kernelCode:kernel (hd0)/kernel-2.6.3
so hd0 is correctly
but I'll try this anyway
make install not love
Registered Linux user number 369245
- 02-16-2004 #8
I'm unsure where your kernel lives. Do you have a separate /boot partition?
If not, then your root and the (hd0,0) on your kernel should be the same.
have fun
Nerderello
Use Suse 10.1 and occasionally play with Kubuntu
Also have Windows 98SE and BeOS


Reply With Quote
