NavigationUser loginWho's onlineThere are currently 1 user and 31 guests online.
Online users
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtOUT TO LUNCH -- If not back at five, OUT TO DINNER! Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
MBR_messed_up by failed schillix installationpc with 2 HD and many linux systems, debian etch multi-boot menu. other linux systems are installed on hda2 and hdc2, 3 ... debian menu.lst is configured to multi-boot those systems. --- my issue to date is: When the pc boots, instead of going direct to my debian menu and Only F1 allows me to get to debian multi-boot menu which only gets me to debian only. Although I can boot debian, I'd like to boot the other systems as well, and more importantly I would like to I've found how to delete the mbr, but having not found how to rewrite it I don't want to take that road. Hoping that someone will find the proper way to get rid off that schillix menu, if not I intend 2 install another debian and modify its menu.lst to get to my current debian /root partition. |
MBR_messed_up by failed
Do NOT touch the MBR; that contains partition information - the actual boot code is only a very small part of the MBR.
There is a 'magic number' in the MBR which indicates that the boot code is in the MBR; if it is not there, the BIOS will attempt to boot from a partition marked as 'bootable'. Since you've obviously put your bootloader in a partition rather than the MBR, just check with 'fdisk' to see if the partition is bootable (fdisk -l /dev/hda) and if it is, run the program 'mbr' to restore the MBR to a dos-compatible type (you may also be able to use 'ms-sys').
In the worst case you can install another bootloader to the MBR which just chains to your Debian loader without asking questions.
do not touch the MBR
reply to Pinniped
thank you so much for your answer, so quickly.
fdisk -l /dev/hda1 shows that my /dev/hda1 /boot is bootable, that's why I can boot debian.
I will look for running mbr, but I know nothing about it.
I only have linux on those 2 drives. and I may have to install another boot loader as I don't know anything about ms-sys or running mbr.
I'll have a look again on the internet
thanks again.