Anyway, try this for now, direct download from my dropbox, download and seed too if you can; http://dl.dropbox.com/u/84584106/linuxmint-13-mate-dvd-32win.iso
Cinnamon soon (promise)



breaker wrote:Well, my torrent box went down while I was away, it runs Linux Mint 9, and it crashed.
Anyway, try this for now, direct download from my dropbox, download and seed too if you can; http://dl.dropbox.com/u/84584106/linuxmint-13-mate-dvd-32win.iso
Cinnamon soon (promise)
chmod u+x cinn32.shsudo ./cinn32.shsudo chown yourusername:yourusername linuxmint-13-cinnamon-dvd-32win.isoIN="linuxmint-13-cinnamon-dvd-32bit.iso" #isoname
OUT="linuxmint-13-cinnamon-dvd-32win.iso" #new iso name
MD="913fd6c76730dac0aff87d565cbdb737" #expected md5sum
clear
if [ -z `ls $IN` ]
then
echo "$IN is not here, exiting..."
exit
fi
echo "Checking md5sum of $IN"
MD5=`md5sum $IN`
MD5=`echo $MD5 | cut -c -32`
if [ "$MD5" = "$MD" ]
then
echo "md5sum good!"
fi
if [ "$MD5" != "$MD" ]
then
echo "md5sum bad!"
exit
fi
if [ -z `apt version genisoimage` ]
then
echo "genisoimage will be installed"
aptitude install genisoimage
fi
echo "genisoimage package version" `apt version genisoimage`
echo "Please wait while iso is remastered"
ORIGDIR=`pwd`
mkdir livecdtmp && mv $IN livecdtmp
cd livecdtmp
mkdir mnt
mount -o loop $IN mnt
mkdir extract-cd
rsync -a mnt/ extract-cd # copy cd contents to extract-cd dir
mkdir initrdtmp
rsync -a extract-cd/casper/initrd.lz .
cd initrdtmp
gunzip -dc -S .lz ../initrd.lz | cpio -imd --no-absolute-filenames
rsync -a bin/ntfs-3g sbin/mount.ntfs
rsync -a bin/ntfs-3g sbin/mount.ntfs-3g
find . | cpio -o -H newc | gzip -9 > ../initrd.lz
mv -f ../initrd.lz ../extract-cd/casper/
cd $ORIGDIR/livecdtmp/extract-cd
rm md5sum.txt
find -type f -print0 | xargs -0 md5sum | grep -v isolinux/boot.cat | tee md5sum.txt
genisoimage -D -r -V "Linux Mint 13 MATE 32-win" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $ORIGDIR/$OUT .
echo "cleaning up..."
umount $ORIGDIR/livecdtmp/mnt
mv $ORIGDIR/livecdtmp/$IN $ORIGDIR
cd $ORIGDIR
rm -rf livecdtmp
echo "new iso md5sum" `md5sum $OUT`IN="linuxmint-13-mate-dvd-32bit.iso" #isoname
OUT="linuxmint-13-mate-dvd-32win.iso" #new iso name
MD="43ca0be4501b9d1a46fea25ec2cd556e" #expected md5sum
clear
if [ -z `ls $IN` ]
then
echo "$IN is not here, exiting..."
exit
fi
echo "Checking md5sum of $IN"
MD5=`md5sum $IN`
MD5=`echo $MD5 | cut -c -32`
if [ "$MD5" = "$MD" ]
then
echo "md5sum good!"
fi
if [ "$MD5" != "$MD" ]
then
echo "md5sum bad!"
exit
fi
if [ -z `apt version genisoimage` ]
then
echo "genisoimage will be installed"
aptitude install genisoimage
fi
echo "genisoimage package version" `apt version genisoimage`
echo "Please wait while iso is remastered"
ORIGDIR=`pwd`
mkdir livecdtmp && mv $IN livecdtmp
cd livecdtmp
mkdir mnt
mount -o loop $IN mnt
mkdir extract-cd
rsync -a mnt/ extract-cd # copy cd contents to extract-cd dir
mkdir initrdtmp
rsync -a extract-cd/casper/initrd.lz .
cd initrdtmp
gunzip -dc -S .lz ../initrd.lz | cpio -imd --no-absolute-filenames
rsync -a bin/ntfs-3g sbin/mount.ntfs
rsync -a bin/ntfs-3g sbin/mount.ntfs-3g
find . | cpio -o -H newc | gzip -9 > ../initrd.lz
mv -f ../initrd.lz ../extract-cd/casper/
cd $ORIGDIR/livecdtmp/extract-cd
rm md5sum.txt
find -type f -print0 | xargs -0 md5sum | grep -v isolinux/boot.cat | tee md5sum.txt
genisoimage -D -r -V "Linux Mint 13 MATE 32-win" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o $ORIGDIR/$OUT .
echo "cleaning up..."
umount $ORIGDIR/livecdtmp/mnt
mv $ORIGDIR/livecdtmp/$IN $ORIGDIR
cd $ORIGDIR
rm -rf livecdtmp
echo "new iso md5sum" `md5sum $OUT`


amaro wrote:breaker -
I've read your post but I am still a newbie and not quite sure I understood everything right so I have a question:
Following this procedure will make iso which will ensure installation like with Julia/automatically inside win7 or like with Maya/through live session?
And one request:
If you have the time, could you, please, seed your linuxmint-13-mate-dvd-32win.iso!
10x!

IN="linuxmint-13-kde-dvd-32bit.iso" #isoname
OUT="linuxmint-13-kde-dvd-32win.iso" #new iso name
MD="ec735ea0345c07b9b28ea471eef70dcd" #expected md5sum
IN="linuxmint-13-xfce-dvd-32bit.iso" #isoname
OUT="linuxmint-13-xfce-dvd-32win.iso" #new iso name
MD="721036768e95793ade27935038499e82" #expected md5sum 




title 5 Mint 13 KDE fixed (breaker ... -32win.iso)
find --set-root --ignore-floppies /linuxmint-13-kde-dvd-32win.iso
map --heads=0 --sectors-per-track=0 /linuxmint-13-kde-dvd-32win.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)
Users browsing this forum: No registered users and 27 guests