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" run '/sbin/lilo' now, it should convert sda1 from 0x41 'PPC PReP Boot' to 0x6 FAT and set the OpenFirmware 'boot-device' variable. Verify this by running 'fdisk -l /dev/sda' and 'nvsetenv' -- short story of a lazy sysadmin: alias appserv=wotan