Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jhelwig

Pages: [1]
1
Installation issues / Re: How to get the Quick install DVD
« on: September 25, 2007, 02:51:55 am »
Code: [Select]
jhelwig@vfb-9:~$ sudo dd if=/dev/scd0 of=lmce.iso
jhelwig@vfb-9:~$ split -b 1024m lmce.iso lmce.iso.
jhelwig@vfb-9:~$ cat lmce.iso.a* > lmce.iso.joined
jhelwig@vfb-9:~$ md5sum lmce.iso*
4ea553952c35f7db5f14ae5b54caab73  lmce.iso
e1248a2d6f1e9b44e0cfd8da09246fe5  lmce.iso.aa
50c695e617187d64c107aad23b29a1cb  lmce.iso.ab
89e90f2b27e28d6d60d9745842adce12  lmce.iso.ac
5781f038cf1c3b6005faa3f8ac5d761a  lmce.iso.ad
4ea553952c35f7db5f14ae5b54caab73  lmce.iso.joined

That's the output I get when I read in the working DVD I had burned from the official torrent.  The split command you had works.  Not sure what was causing the corruption with your parts.

2
Installation issues / Re: How to get the Quick install DVD
« on: September 21, 2007, 06:19:32 pm »
man split

You definitely want the -b flag, and possibly -a 1 .  I just checked and it should be on most Dreamhost servers.

3
Installation issues / Re: How to get the Quick install DVD
« on: September 12, 2007, 02:54:17 am »
matsjo, mbgm8ndb:

I'm getting the same problem as both of you.  My MD5's match yours matsjo, even when I download from my shell account with Dreamhost.

Here's the MD5 I get for the final iso, when I cat them together, and when I use dd:
b7d36253bcd026acfd4c4275dc24be32  LinuxMCE_0704_Quick_Install_DVD.iso

One of the parts has to be corrupt.

dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part1 of=lmce.iso
dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part2 of=lmce.iso conv=notrunc oflag=append
dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part3 of=lmce.iso conv=notrunc oflag=append
dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part4 of=lmce.iso conv=notrunc oflag=append

Pages: [1]