GRUB Install

Timothy Murphy tim at birdsnest.maths.tcd.ie
Sat May 7 15:24:47 UTC 2005


azeem ahmad wrote:

>> > i have a new hard disk without any OS or Bootloader. i want to install
>>GRUB
>> > bootloader on this new harddisk. but i only want GRUB (bootloader) to
>> > be installed on this harddisk. i dont want an operating system with
>> > GRUB. how i can make it
>>
>>As the name bootloader implies it is meant to start some operating
>>system at boot time. What is the reason for this question?

> i m doing it for just studying purpose. i got your point but the question
> is how to store/install GRUB on this harddisk. is it like an rpm or i have
> to get some software and to compile it.

grub consists of several parts - the actual boot-loader,
and one or two files that this points to,
which need not be on the same disk.

Assuming you are running Linux, you could say
"grub-install /dev/hdb" (substituting the disk you are using for hdb).

Then you could look at what you have created with
        dd if=/dev/hdb of=myboot bs=512 count=1



-- 
Timothy Murphy  
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland




More information about the fedora-list mailing list