Skip to Content.
Sympa Menu

baslinux - Re: [BL] BL3 Sleeping Forever on Boot Problem

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: dv5o-ndbq AT dea.spamcon.org
  • Cc: BasicLinux List <baslinux AT lists.ibiblio.org>
  • Subject: Re: [BL] BL3 Sleeping Forever on Boot Problem
  • Date: Sat, 27 Nov 2004 09:49:25 +1300

Les Myer @ Hotmail wrote:
>
> When I execute "lilo-v", the following appears:
> -------------------------------------
> Reading boot sector from current root.
> Merging with /boot/boot.b
> Boot image: /boot/zimage
> Added BL3 *
> Writing boot sector
> -----------------------------------

It looks like lilo is installing OK.

> > > Here is the content of my /etc/lilo.conf:
> > > ----------------------------------------------------------
> > > # boot=/dev/hda ### puts lilo in MBR of primary harddrive
> > > image=/boot/zimage
> > > label=BL3
> > > root=CURRENT
> > > read-write
> > > ----------------------------------------------------------

Since read-write is specified in your lilo.conf, it should
be booting read-write.

> > > "VFS: Mounted root (ext2 filesystem) readonly".

But clearly it isn't read-write. Something weird is going on.

> I did make new partitions "linux native" (hda1) and
> "linux swap" (hda2)
> I did subsequently perform "mke2fs /dev/hda1"

OK, try this in your /etc/lilo.conf
------------------
boot=/dev/hda
image=/boot/zimage
label=BL3
root=/dev/hda1
read-write
------------------
Then execute: lilo -v


Cheers,
Steven

___________________________
http://www.basiclinux.com.ru




Archive powered by MHonArc 2.6.24.

Top of Page