Done!
I don't know why i had so much trouble with ext3, though. I would get something like this:
root:# fsck /dev/sda1
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
/dev/sda1 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inode 7 has illegal block(s). Clear<y>? yes
Illegal block #262156 (1163153230) in inode 7. CLEARED.
Illegal block #262157 (1750343713) in inode 7. CLEARED.
Illegal block #262158 (1346838629) in inode 7. CLEARED.
Illegal block #262159 (1700929612) in inode 7. CLEARED.
Illegal block #262160 (544698220) in inode 7. CLEARED.
Illegal block #262161 (1663071081) in inode 7. CLEARED.
Illegal block #262162 (1920561263) in inode 7. CLEARED.
Illegal block #262163 (1952999273) in inode 7. CLEARED.
Illegal block #262164 (1646290021) in inode 7. CLEARED.
Illegal block #262165 (1752440953) in inode 7. CLEARED.
Illegal block #262166 (1917198437) in inode 7. CLEARED.
Too many illegal blocks in inode 7.
Clear inode<y>? yes
Inode 8 has illegal block(s). Clear<y>? yes
. . . and it would go on forever. Like the file system just gets corrupted for no reason. Then i gave up and just did it with vfat, which gave me no trouble.
Summary:
- Copy both, the live CD and the installer into the same partition ( /dev/sda1 )
- Move isolinux.cfg to syslinux.cfg
- Merge whatever that has to be merged ( isolinux.cfg, F1, and so on )
- Check and change any paths that have to be changed ( kernel, initrd, and so on )
- Do syslinux /dev/sda1 ( or extlinux, if that works for you )
- You may or may not have to do lilo -M /dev/sda
I think that's it. . .
- Boot and enjoy.
Gus