Broken DVD-ISO c?

Hello. I wanted to try out Solaris. So I downloadet the files:

sol-10-u3-ga-x86-dvd-iso-a.zip

sol-10-u3-ga-x86-dvd-iso-b.zip

sol-10-u3-ga-x86-dvd-iso-c.zip

sol-10-u3-ga-x86-dvd-iso-d.zip

sol-10-u3-ga-x86-dvd-iso-e.zip

I've extracted it and as you can see, the sol-10-u3-ga-x86-dvd-iso-c-Iso file is broken. But why? I already load it 3 times. When I want to start the Isos, I only get a Boot-Error from Grub.

Here's the picture:

http://img251.imageshack.us/my.php?image=bildschirmfoto12pc2.png

btw: Yes, I'm using Linux. Debian Linux.

[603 byte] By [squall34a] at [2007-11-26 22:17:49]
# 1
Each piece is just a segment of the full ISO image. Does the md5sum match after you combined all the segments? See: http://www.sun.com/software/solaris/download_instruction.xml-- Alan
alansta at 2007-7-10 11:12:10 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2

There are individual MD5 sums that you can use to verify the 5 individual download segments, for integrity of each.

After combining the 5 segment there is another MD5 sum to check the DVD's integrity.

If all the 5 individual checksums were correct, there is still a chance that you have done the combination of the 5 together IN THE WRONG SEGMENT ORDER.

These are what I can suggest.

uncleyapa at 2007-7-10 11:12:10 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
As I tried to download the md5 file there comes only a blank site.What now? Can you post the md5sum?Thanks
squall34a at 2007-7-10 11:12:10 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4

Okay. I checked the integrity with md5sum. It returned

308f19269b250bf03b7a597d85d471cd

And it match with:

308f19269b250bf03b7a597d85d471cd sol-10-u3-ga-x86-dvd.iso

So it seems to be correct.

When I want to start the iso (on qemu) Grub returns this message:

...................... Booting 'Solaris '

kernel /boot/multiboot kernel/unix -B install_media=cdrom

[Multiboot-elf, <0x1000000:0x13ab3:0x1290d>, shtab=0x1027258, entry=0x1000000]

module /boot/x86.miniroot

Error 28: Selected item cannot fit into memory

Press any key to continue...

So, what's wrong now?

squall34a at 2007-7-10 11:12:10 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
I found the reason why it didn't work. Qemu emulate 128 MB Ram. I changed the option to 256 and now it works well! :D
squall34a at 2007-7-10 11:12:10 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...