Dr.U wrote:Well, I've found the problem: the new e2fsprogs creates 256-byte inodes which the legacy grub that I use cannot read/recognize. I must go to work now, but will try to make the appropriate correction (as described here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.linuxplanet.com/linuxplanet/tutorials/6480/1/"
linktext was:"http://www.linuxplanet.com/linuxplanet/ ... ls/6480/1/"
====================================
when I return. I will then let you know how it worked.
Well, the short answer is: it didn't work
__{{emoticon}}__
What I did was to run
(as described on page 2 of the referenced article to create 128-byte inodes, which legacy grub can use). This works just fine. Unfortunately, the antiX install script reformats the partition and runs the command
(that is the same command as above but without the -I 128 option) which, using the e2fsprogs program supplied, creates 256-byte inodes (which legacy grub cannot read).
__{{emoticon}}__
Can I make a backup copy of my current legacy grub menu.lst file, install the (new) grub provided with antiX in the master boot area, then replace the new menu.lst file with the backup (adding, of course, the antiX entry to it) and still access my current partitions, as well as boot antiX when I wish to run it
__{{emoticon}}__
This is the only solution I can imagine and it seems to be a variation on what is suggested in the third page of the referenced article.
Thanks in advance,
-- Dr. U