How to USB Boot from an ext2 partitionForum: DSL Tips and Tricks Topic: How to USB Boot from an ext2 partition started by: Juanito Posted by Juanito on May 07 2007,11:22
After trashing my backup.tar.gz file whilst messing around with extensions [sigh], I thought I'd try something different for a USB boot...I saw in another post that the later versions of syslinux include extlinux - a utility that can be used to boot from an ext2 partition. Strangely this did not compile when I made the syslinux-mssys extension but it did compile this time. Together with the Windows ext2 drivers from < here > I can now boot DSL from a USB stick using an ext2 partition and read/write files to it in Windows. This may help those people with large USB sticks (>512MB) who cannot boot DSL/DSL-N from a single FAT/FAT32 partition. Assuming you have a working FAT/FAT32 USB boot, copy all of the files somewhere safe, then:
This will leave the following in the root directory of the USB stick: /lost+found [empty directory] extlinux.sys Next: 1. Copy all of your original FAT/FAT32 USB stick files to the newly formatted ext2 USB stick except ldlinux.sys. Note - you may need to rename /knoppix/knoppix to /KNOPPIX/KNOPPIX since ext2 cares about case. 2. Rename syslinux.cfg to extlinux.conf Once this is done, you should be able to boot from the ext2 USB stick. |