Messages in this thread Patch in this message |  | | Date | Fri, 13 Sep 2002 23:37:36 +0200 | From | Gregoire Favre <> | Subject | Re: 2.5.34 unable to mount root fs on 09:00 (smp,raid1,devfs,scsi ) |
| |
Hello,
Maybe what you suggest could be right ;-)
Martin Fahr send me that:
--- C34/fs/partitions/check.c Mon Sep 9 20:39:52 2002 +++ /tmp/check.c Tue Sep 10 09:39:47 2002 @@ -327,7 +327,7 @@ devfs_auto_unregister(dev->disk_de, slave); if (!(dev->flags & GENHD_FL_DEVFS)) devfs_auto_unregister (slave, dir); - for (part = 1, p++; part < max_p; part++, p++) + for (part = 1; part < max_p; part++, p++) if (p->nr_sects) devfs_register_partition(dev, part); #endif Which I applied, and compiled and magically, I can now boot 2.5.34!!! He also explained me that it could be because the fs is on the last partition (which is my case)...
Hope it could be of some helps for other too ;-)
Grégoire ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |