2 Mar 2005 11:28
Re: [parisc-linux] Upgrading from 2.4 to 2.6
cbeerse <at> gmail.com <cbeerse <at> gmail.com>
2005-03-02 10:28:04 GMT
2005-03-02 10:28:04 GMT
Harry Cochran wrote: > Thanks for your input. Could it really be true that the "stable" version of > 2.6 (2.6.8-2-32-smp) can't recognize an ext3 root partition? The only way I > know to "load a new kernel" since I can only boot fromt he install cd is to > blow away what I have spent a lot of time building. Seems like I'm missing > something. Yes, that is true. IF the ext3 filesystem is not built into the kernel (but compiled as a module) then the system cannot use that as the root filesystem. Its a kind of chicken and egg problem: the kernel needs to know the filesystem to access the modules. You donnot need to put away a lot: If ext2 is buld-in and ext3 is not, just update (downdate...) /etc/fstab to indicate that root is in ext2. I expect ext3 is readable as ext2 too. If needed you might need to downgrade the root to ext2 (with `tune2fs`, remove the journalling stuff). An other idea is to use an other machine to put a kernel on the boot-partition that can read ext3. Then, you can also try to load the ext3 module (or any other module) from an other medium like tape, cdrom or network, if the kernel can use that. Success CBee > > -----Original Message-----(Continue reading)
RSS Feed