public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mark Kirkwood <markir@paradise.net.nz>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] lilo and SW-RAID-boot-partition
Date: Sat, 03 Mar 2007 22:25:01 +1300	[thread overview]
Message-ID: <45E93EED.4070807@paradise.net.nz> (raw)
In-Reply-To: <45E6A6FA.6090305@xunil.at>

Stefan G. Weichinger wrote:
> Greets, gentoo-users.
> 
> I have a lilo-related problem and can't find a solution on the net, so I
> ask you for ideas.
> 
> This box should boot from SW-RAID-1, and it has also already done that.
> After editing a label inside lilo.conf I issued "lilo" and got this:
> 

> # /etc/lilo.conf
> 
> menu-scheme=Wb:kw:Wb:Wb
> lba32
> 
> boot=/dev/md1
> raid-extra-boot="/dev/hda,/dev/hdc"
> change-rules
> reset
> read-only
> default=Gentoo
> timeout=5
> 
> #image=/boot/kernel-genkernel-x86-2.6.18-gentoo-r6
> #label=2.6.18-r6
> #vga=0x314
> #initrd=/boot/initramfs-genkernel-x86-2.6.18-gentoo-r6
> 
> image=/boot/kernel-genkernel-x86-2.6.19-gentoo-r5
> label=Gentoo
> vga=0x314
> initrd=/boot/initramfs-genkernel-x86-2.6.19-gentoo-r5
> 

> # cat /etc/fstab
> 
> /dev/md1                /boot           ext2            noauto,noatime  1 2
> /dev/md3                /               ext3            noatime         0 1
> /dev/md2                none            swap            sw              0 0
> /dev/md4                /mnt/data       ext3            noatime         0 1
> /dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro       0 0
> proc                    /proc           proc            defaults        0 0
> shm                     /dev/shm        tmpfs
> nodev,nosuid,noexec     0 0
> 

I think you might need a root=/dev/md3 inside the specification for 
'Gentoo':

  image=/boot/kernel-genkernel-x86-2.6.19-gentoo-r5
  label=Gentoo
  vga=0x314
  initrd=/boot/initramfs-genkernel-x86-2.6.19-gentoo-r5
  root=/dev/md3

-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2007-03-03  9:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-01 10:12 [gentoo-user] lilo and SW-RAID-boot-partition Stefan G. Weichinger
2007-03-02 22:13 ` Stefan G. Weichinger
2007-03-03  1:28   ` Dan Farrell
2007-03-03  9:25 ` Mark Kirkwood [this message]
2007-03-03 11:52   ` Stefan G. Weichinger
2007-03-15  9:03     ` Bryan Whitehead
2007-03-15 10:39       ` [gentoo-user] lilo and SW-RAID-boot-partition [SOLVED] Stefan G. Weichinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45E93EED.4070807@paradise.net.nz \
    --to=markir@paradise.net.nz \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox