14 Dec
2005
14 Dec
'05
18:35
Do I do this from the rescue prompt or do I boot to the installed system and mount / and /var rw manually? On 12/14/05, Olaf Hering <olh@suse.de> wrote:
On Wed, Dec 14, Brian Loe wrote:
The only thing this doesn't show is mount points, sda/b3 are md0 which is / - the other two raid partitions are /var and /home. sdb2 is /tmp.
Please run these commands and create a /etc/lilo.conf as shown below:
parted /dev/sda rm 1 parted /dev/sda rm 2 parted /dev/sda mkpart primary 0M 16M parted /dev/sda set 1 type 0x41
/etc/lilo.conf:
boot=/dev/sda activate default=linux timeout=123 image=/boot/vmlinux label=linux initrd=/boot/initrd append="root=/dev/md"