posted 22 years ago
Hi - thought I'd update this with my own subsequent experiences, this may be of interest to others at some time ......
I had my nephew burn the 7.3 install CD's and mail them to me.
I installed over the top of an existing multi-boot system (98, XP, RH 7.1 with lilo on /dev/hdb1 - this is not my primary Linux system, so nothing really to lose).
I did:
-custom install
-use disk druid to reformat the existing Linux partitions as ext3
-install grub, not to MBR but to /boot on /dev/hdb1 (I have never used grub before)
-loaded all packages except jikes (I have a fair amount of HD space).
-created boot floppy
-booted with it, used 'dd if=....' to create a bootsect.lnx file (just as I would with lilo), and copied it back over to the XP C:\
-booted, get normal NTLDR screen, select linux, get grub splash screen, and the basic linux OS boots fine. Not sure what my nehpew's problems is here.
I typically use custom kernels, so I immediately ran a kernel build, without changing any parameters.
-the 'make install' updates /boot with the compressed kernel image and system map as expected.
-interestingly, it also updated /boot/grub/grub.conf for me.
-I shutdown (forgetting to create a new 'bootsect.lnx').
-Reboot, select linux from NTLDR, and get the grub splash screen again. Surprise, the new custom kernel is there, and it boots fine.
So ..... I like it, but am now not sure under what circumstances one must use 'dd' to create a new bootsect file for XP. Perhaps that only has to be done once with the grub boot loader.
Hope this helps someone .....
Regards, Guy