Results 1 to 4 of 4
on lilo, there it is enough to write where the kernel image is,
but grub has an extra initrd parameter.
i use grub now, am i have to set initrd? ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2004 #1Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
Grub - lilo
on lilo, there it is enough to write where the kernel image is,
but grub has an extra initrd parameter.
i use grub now, am i have to set initrd? if yes how?Have a nice day
- 01-25-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
That's not a GRUB thing. It's only if you want to use an initrd. LILO has the same thing - you can specify an initrd image with the initrd= paramter in lilo.conf. If you don't want an initrd, just leave it out.
- 01-25-2004 #3Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
in default grub.conf (generated in installation)
it is like this
kernel /vmlinuz.bla.bla ro root=LABEL=/
i add another one in the same way (without initrd)
kernel /bzImage ro root=LABEL=/
it didnt boot, i deleted root=LABEL=/
then it worked.
i did not understand whyHave a nice day
- 01-25-2004 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Those disk labels always mess stuff up. Don't use them at all is my suggestion.


Reply With Quote
