HELP!!!!!!!!!!!!!
I am terribly confused, I've read through the GNU GRUB manual, three different magazine tutorials (Linux Journal, Linux Format, Linux Magazine {i think it was}), an article titled: GRUB in Debian HOWTO (linuxorbit.com), and lastly,
www.linuxgazette.com/issue64.
Darn, I'm still confused, so I'll ask for help here.
This is a new machine with just being brought up:
Tyan S2468UGN m/b, 2@ AMD Athlon 2400+ MP, 1gig registered ram, 5@ Quantum Atlas III 18.2g scsi hd's, etc....
Hard drives appear (Linux) as: sda-sde
Just installed Debian 3.0r1 on sde. Partition table for sde:
sde1 /boot: sde2 /: sde5 /home: sde6 /usr: sde7 /var: sde8 swap: sde4 swap.
lilo installed into sde1 (boot) which of course means that I need to use a floppy to boot, which I made at install. Yes it boots just fine (X is a royal mess but that will be sorted later , when I compile a kernel with smp etc..). Okay so far, so I setup APT and install aptitude and do the apt-get install grub.
My confusion is as to how to proceed to install grub into the MBR of the first (sda) hard drive and still use my /boot partition (sde1) to boot from. I am thinking that grub-install (hd0,0) will get it on the MBR, but I need to somehow tell grub that sde1 (hd4,0)=/boot and that root of the Linux installation is sde2 (hd4,1). I think that is what needs to be done. Am I correct or muddled as I fear?
If that is correct what commands do I use. Also, I notice that the GRUB Manual seems to indicate the the grub-install command is not to be trusted, so I assume that installing from the grub command prompt is the preferred method? Sorry this is so wordy. tia, matt