I had a dual-boot system on one hard drive. Before my escapades, my partitions were in this order:
NTFS | FAT32 | ext3 | swap | ext2
The ext3 partition had / and the ext2 partition had /home. I need more room in linux, so I decided to use Partition Magic to shrink the FAT32 partition and make the newly allocated space into another ext2 partition. I thought about merging and rearranging the partitions, but I decided against it
just to be safe.
Unfortunately, Partition Magic threw an error during the process - it was something about an unsupported version of the filesystem. Currently windows boots fine. The FAT32 drive is smaller and all its data is intact. However, linux won't boot. I get this error message:
Code:
ext3: No journal on filesystem on ide 0 (3,6)
mount: error 22 mounting ext3 flags Freeing unused kernel memory: 144k freed
kernel panic: No init found. Try passing init= option to kernel
What does this mean? Is any data retrievable? What would Partition Magic have done to the ext3 partition that I didn't want it to touch?