SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-22-2008, 11:35 AM
casm
 
Posts: n/a
Default How to bootloader my OS kernel with grub

hello, all:

I am writing a kernel(Just a very little one). I didn't want to write
the bootloader by myself, I want to

use the GRUB. but I don't know how to do.

who have done the things like this or could give me some articles
about that.

many thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-22-2008, 11:35 AM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: How to bootloader my OS kernel with grub

casm wrote:
> hello, all:
>
> I am writing a kernel(Just a very little one). I didn't want to write
> the bootloader by myself, I want to
>
> use the GRUB. but I don't know how to do.
>
> who have done the things like this or could give me some articles
> about that.
>
> many thanks!


What distribution are you using? RHEL, CentOS, Debian, Ubuntu? They have slightly different tools built in to load up the kernel for you into grub.conf, usually using the "grubby" tool behind the scenes. Do be sure to give your kernel a unique name, and run "man grubby", and you should have some tools ready.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-22-2008, 11:35 AM
fetag
 
Posts: n/a
Default Re: How to bootloader my OS kernel with grub

On 20 Jan, 17:11, Nico Kadel-Garcia <[email protected]> wrote:
> casm wrote:
> > hello, all:

>
> > I am writing a kernel(Just a very little one). I didn't want to write
> > the bootloader by myself, I want to

>
> > use the GRUB. but I don't know how to do.

>
> > who have done the things like this or could give me some articles
> > about that.

>
> > many thanks!

>
> What distribution are you using? RHEL, CentOS, Debian, Ubuntu? They have slightly different tools built in to load up the kernel for you into grub.conf, usually using the "grubby" tool behind the scenes. Do be sure to give your kernel a unique name, and run "man grubby", and you should have some tools ready.


sorry, maybe I didn't say clearly. the kernel is written by myself, My
OS is debian. I test the kernel in a virtual PC. And I just want to
know how to load the kernel by grub.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-22-2008, 11:35 AM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: How to bootloader my OS kernel with grub

fetag wrote:
> On 20 Jan, 17:11, Nico Kadel-Garcia <[email protected]> wrote:
>> casm wrote:
>>> hello, all:
>>> I am writing a kernel(Just a very little one). I didn't want to write
>>> the bootloader by myself, I want to
>>> use the GRUB. but I don't know how to do.
>>> who have done the things like this or could give me some articles
>>> about that.
>>> many thanks!

>> What distribution are you using? RHEL, CentOS, Debian, Ubuntu? They have slightly different tools built in to load up the kernel for you into grub.conf, usually using the "grubby" tool behind the scenes. Do be sure to give your kernel a unique name, and run "man grubby", and you should