hello,
I got a question. I'm using LILO to let my dualboot (vector and win7) working. Vector works but Win7 doesn't. It says that boot MBR is missing. I've tried some things but so far nothing worked. Any Ideas? Or would it be better to use grub?
default = VectorLinux
image = /boot/vmlinuz
root = /dev/sda3
label = "VectorLinux"
append = "splash=silent"
initrd = /boot/initrd
read-only
optional
other = /dev/sda2
label = "Win7"
I've also noticed that when I change things in this code that i doesn't have an effect on my lilo-screen. Is this normal?