[SOLVED] Boot sector of installed Vector Linux doesn't have a boot signature
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: slackware 12.0, Vector Linux STD 6.0 and 5.8, ZenWalk 4.6.1, OpenBSD 3.9
Posts: 387
Rep:
Boot sector of installed Vector Linux doesn't have a boot signature
upon adding the installed VL on the existing LILO.. (btw i have not installed its LILO on the installation setup) since i know that i will just add it to the "existing" LILO
the error above arises upon doing the lilo run command..
$adding Vector6.0 etc.... FATAL : Boot sector of /dev/hdc13 doesn't have a boot signature
1. i have tagged the /dev/hdc13 bootable via CFDISK. but same problem arises..
Since you are chainloading Slackware and Zenwalk I'll assume you want to chainload Vector as well. You should have at least this in the Vector Linux lilo.conf:
Code:
boot = /dev/hdc13
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
prompt
timeout = 1200
# Vector6.0
image = /vmlinuz # path to Vector Linux kernel from its root filesystem
label = Vector6.0
initrd = /initrd.gz # if needed
Then run lilo from Vector Linux, or run lilo -r /mnt/hdc13 from your main distro. Then you should be able to rerun lilo from your main distro without error.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.