You are not logged in.
Pages: 1

Right I have added a Sata drive to my system
Bios boots it first
Added lilo
boot=/dev/sda
default=Arch
timeout=50
lba32
prompt
image=/boot/vmlinuz26
        label=Arch
        vga=791
        root=/dev/sda3
        initrd=/boot/initrd26-full.img
        read-onlyNow its dropping out at reduced shell
errr
/dev/sda1 /boot
/dev/sda2  /var
/dev/sda3 /root
/dev/sda4 /homemaybe I need to add something to get /boot & / mounted ??
Mr Green
Offline

Bump
I am trying to get system to boot via my other drive but adding sats to lilo.conf
only Its complaining
Fatal: Illegal 'root=' specification: /dev/sda3/did not think setting up sata would be much different to ide ... only now I think of if .... added sata support in mkinitrd.conf (ran mkinird auto!) still get same error
#
# /etc/lilo.conf
#
boot=/dev/hda
# This line often fixes L40 errors on bootup
# disk=/dev/discs/disc0/disc bios=0x80
default=Arch
timeout=50
lba32
prompt
image=/boot/vmlinuz26
        label=Arch
        vga=791
        root=/dev/hda1
        initrd=/boot/initrd26.img
        read-only
image=/mnt/sda1/boot/vmlinuz26
        label=Arch
        vga=791
        root=/dev/sda3/
        initrd=/mnt/sda1/boot/initrd26.img
        read-onlywondered if udev mounting partition (thinks they are pendrives!!!) would cause a problem
:?
Mr Green
Offline

Try removing the last backslash in the root line:
root=/dev/sda3
Offline

:oops: doh!
Dude I was like too much in a hurry to get it working ....
had to take out /boot/ as well as /boot is on sda1 ....
fingers crossed
thanks man!
Mr Green
Offline
Pages: 1