bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] grub and ext3 fs


From: Jason Thomas
Subject: Re: [Bug-grub] grub and ext3 fs
Date: Mon, 17 Dec 2001 14:41:57 +1100
User-agent: Mutt/1.3.24i

On Sun, Dec 16, 2001 at 08:26:48PM -0700, Collins Richey wrote:
> Does grub work at all with ext3 fs?

yes!

> boot=/dev/hdc
> install=/boot/boot.b
> menu-scheme=wb:wm:wb:wb
> lba32
> prompt
> timeout=50
> default=win98
> # current on hdd7/8
> image=/boot/bzImage-2.4.17-pre8
>         label=R6K17-8
>         read-only
>         root=/dev/hdd8
>         append="hda=ide-scsi hdb-ide-scsi"
                                  ^
                                  here

> # new on hdc7/8/9
> image=/mnt/hdc9/boot/bzImage-2.4.17-pre8
>         label=N6K17-8
>         read-only
>         root=/dev/hdc9
>         append="hda=ide-scsi hdb-ide-scsi"
                                  ^
                                  here
> other=/dev/hdc1
>         label=win98
>         table=/dev/hdc
> 
> db-ide-scsi"
  ^
  what



> timeout 10
> default 0
> title Win98
> root (hd0,0)
> makeactive
> chainloader +1

you can have blank lines so its more readable

> title R6K17-8
> root=(hd1,6)
      ^
      I don't think you want equals signs

> kernel=/bzImage-2.4.17-pre8
> hda=ide-scsi hdb=ide-scsi root=/dev/hdd8

should this be one line and what about read-only:
kernel /bzImage-2.4.17-pre8 hda=ide-scsi hdb=ide-scsi root=/dev/hdd8 ro
      ^                                                              ^
      and no eqauls sign here?                               read-only

> title N6K17-8
> root=(hd0,7)
> kernel=/bzImage-2.4.17-pre8
> hda=ide-scsi hdb=ide-scsi ro root=/dev/hdc9

Attachment: pgptJ6rpKaJ3B.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]