Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
I've installed Debian testing, kernel 2.6.something, with the rc2 installer. (VERY nice installer!) I successfully created a RAID 1 pair, installed EXT3 file system on md0, and the box boots nicely with / on the RAID. I even have the excess space on the larger disk available via /mnt/noraid.
My question is: If I recall all of that install stuff correctly, GRUB was installed on hd0. What will happen if hd0 fails? Won't the box fail to boot because there's no bootloader on hd1? And how would I go about putting a second copy of GRUB on the box without messing the thing up? If it matters, the 2 hard disks are on the primary IDE controller -- the CD is on the other.
since you bumped it .....you have to take extra opiniions.
raid is bloody hopeless except as a hard drive failure process.
I have no raid as I prefer backups thru cdr and partimage.
(2) its easy to install grub to any mbr once you have linux up
commands in terminal as per my tut are
su
grub
root (hdX,Y)
setup (hd0)
su
grub
root (hdX,Y)
setup (hd1)
where hdX,Y defines the /boot partition or / partitiion if /boot is a subfolder
(3) depending on your bios.....when hd0 fails either bios will see only one drive or 2 if it sees only one it will be the (second) one the one that works but if if fails.....you will have grub flashing on your screen and you then follow my troubleshoooter from my signature to see what to do next
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.