Hi
I've grub as bootloader booting 3 Linux OS including Vector. Able to load other 2 Linux fine, however Vector doesn't work. Keeps throwing root partition is not enabled for write, VFS syncing, (don't remember exact error messages and their sequence).
Disk partitions look like this -
Device Boot Start End Blocks Id System
/dev/sda1 * 1 7056 56670208 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 7057 11087 32371889+ 5 Extended
Partition 2 does not end on cylinder boundary.
/dev/sda3 11088 12161 8626905 83 Linux (VECTOR IS INSTALLED HERE)
/dev/sda5 7057 7504 3590968+ 82 Linux swap / Solaris
/dev/sda6 7504 10691 25605688+ 83 Linux
/dev/sda7 10691 11087 3175168+ 82 Linux swap / Solaris
and grub looks like this -
title Vector
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 resume=/dev/sda7 vga=791
initrd (hd0,2)/boot/initrd
Can anyone please guide me in pointing the issue why Vector isn't booting properly.