On Thu, 26 Dec 2002, Oliver König wrote:

> I cannot get Grub to load Linux:
> 
> ---/boot/grub/grub.conf----
> default=0
> timeout=10
> splashimage=(hd1,0)/grub/splash.xpm.gz
> 
> # section to load Windows 2000
> title windows
>         rootnoverify (hd0,0)
>         chainloader +1
> 
> # section to load linux
> title Red Hat Linux (2.4.18-14)
>         root (hd1,0)
>         kernel /vmlinuz-2.4.18-14 root=/dev/hdc1
>         initrd /boot/initrd-2.4.18-14.img
> ---EOF---

> I have the following hard drives and partitions on my system:
> 
> Device        Start        End    Size    Type        Mountpoint
> /dev/hda
>         hda1    1              2097    16449    ntfs      ?
>         hda2    2098        2480    3004      fat        ?
> 
> /dev/hdc
>         hdc1    1               10        78        ext3     /boot      
>         hdc2    11              75       510      linux-swap
>         hdc3    76              784    5562     ext3    /
>        

but according to your disk partitioning, /dev/hdc1 is /boot, not
your root filesystem.  your grub file claims that "root=/dev/hdc1",
which doesn't seem to agree.  it looks like your grub.conf should
say "root=/dev/hdc3" instead.

or am i misreading something?

rday



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to