Changing kernel and initrd references?
-
Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda2 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Red Hat Enterprise Linux Server (2.6.18-53.el5) root (hd0,0) kernel /vmlinuz-2.6.18-53.el5 ro root=LABEL=/ rhgb initrd /initrd-2.6.18-53.el5.img ^^^^^ this is the grub after bringing it up am trying to refer the kernel and initrd to another folder but i really don't knw how to put it in grub terms i have the place i want to refer it to in another directory, so how do i refer it to the directory .
-
Answer:
The bootloader can only point to files in its root partition. Since you installed it to the /boot partition, it can only read files under the /boot partition. You can point it to, say, /boot/kernels/custom/vmlinuz-2.6.18, but not to /home/user/kernel/vmlinuz.
jaykid59 at Yahoo! Answers Visit the source
Related Q & A:
- How to do references in Java work?Best solution by stackoverflow.com
- How to list references for interview?Best solution by jobinterviewtools.com
- How to write references in AP style?Best solution by eHow old
- What do I put for references in a resume if it's my first job?Best solution by snagajob.com
- Professional References for Interviewing?Best solution by Answerbag.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.