[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GRUB problem



On Tue, 24 Jun 2003 00:52:01 +1200
cr <cr@orcon.net.nz> wrote:

> ### BEGIN AUTOMAGIC KERNELS LIST
> # kopt=root=/dev/hda1 ro
> # groot=(hd0,0)
> # alternative=true
> # lockalternative=false
> # altoptions=(recovery mode) single
> # howmany=all
> title		Debian GNU/Linux, kernel 2.2.20-idepci
> root		(hd0,0)
> kernel		/vmlinuz-2.2.20-idepci root=/dev/hda1 ro
> savedefault

The kernel line is wrong.

In that line "root" tells the kernel what partition to mount as the root
filesystem. Change it to

kernel		/vmlinuz-2.2.20-idepci root=/dev/hda5 ro

and try again.

Kevin



Reply to: