Skip to content

BootMed

The BootMed Live CD is an Ubuntu Remix for those new to Linux.

It's main goal is to help the average Windows user to recover a computer that will not boot.

Besides troubleshooting boot problems, there are many other things that BootMed can guide you through.

BootMed x86

Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/bootmed/i386/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/bootmed/i386/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/bootmed/i386/casper/

BootMed x64

Copy initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/bootmed/x86_64/vmlinuz
cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/bootmed/x86_64/initrd.lz
cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/bootmed/x86_64/casper/