You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2011-10-18 19:03:10

hadso
Member
Registered: 2011-04-07
Posts: 12

[Solved] Error uncompress Nr 9 installing the system.

Hi everybody.
I was looking for information about my problem, but I didn't found anything.
The problem is:
When I'm installing the system, after I had formatted the HD, at the 5% it says: xz uncompress failed with error code 9
After that, it's looks, like it's downloading the system, is always stays frozen 1546/25568 and doesn't advance.
I tried twice time, but I always had the same error sad

Here an screenshot:
scaled.php?tn=0&server=863&filename=h5s.png&xsize=640&ysize=640

What can I do?
I would like to install this beautiful SO smile

Greetings!

Last edited by hadso (2011-10-20 11:51:47)

Offline

#2 2011-10-18 23:00:32

ArchVortex
Retired AB Overlord
From: Jakarta, Indonesia
Registered: 2011-04-01
Posts: 1,449

Re: [Solved] Error uncompress Nr 9 installing the system.

Hi hadso,

Which release are you using, which arch (32 or 64 bit) and which filesystem did you choose for your system? Ext 4 is recommended. Since you're unable to unsquashfs, it may also be that the data on the CD/USB is corrupted and you need to either burn a new CD/re-install the .iso on a flashdisk or download the .iso again.

You need to check for:

bad media (solution: try burning the iso image to a new disc)
bad memory modules (solution: use memtest86+ to check your memory)
a corrupted iso image (solution: run an md5 checksum, and if they don't match, download the iso image again)


GUI's?? We don't need no stinkin' GUI's!!!

Offline

#3 2011-10-19 02:45:40

pablokal
Administrator
From: Nijmegen, Holland
Registered: 2010-10-12
Posts: 2,662
Website

Re: [Solved] Error uncompress Nr 9 installing the system.

Last answer is as good as a wiki page; I suggest making one about this.


Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/

Offline

#4 2011-10-19 11:25:16

hadso
Member
Registered: 2011-04-07
Posts: 12

Re: [Solved] Error uncompress Nr 9 installing the system.

archvortex wrote:

Hi hadso,

Which release are you using, which arch (32 or 64 bit) and which filesystem did you choose for your system? Ext 4 is recommended. Since you're unable to unsquashfs, it may also be that the data on the CD/USB is corrupted and you need to either burn a new CD/re-install the .iso on a flashdisk or download the .iso again.

You need to check for:

bad media (solution: try burning the iso image to a new disc)
bad memory modules (solution: use memtest86+ to check your memory)
a corrupted iso image (solution: run an md5 checksum, and if they don't match, download the iso image again)

I'm using 32 bit, and formatted on Ext4.
I have checked the ISO by MD5SUM, and it was OK.
I'm downloading the ISO again, and I'll burn in an USB one more time.

Thanks a lot!!

Greetings!

Offline

#5 2011-10-19 17:46:13

hadso
Member
Registered: 2011-04-07
Posts: 12

Re: [Solved] Error uncompress Nr 9 installing the system.

I have checked the ISO by MD5SUM, and it was OK.
I burnt it in a Pendrive and I tried to install the SO, but I have the same problem. This time, at %22.
Why? What can I do?
Thanks!

Offline

#6 2011-10-19 17:55:02

oliver
Administrator
Registered: 2010-11-04
Posts: 1,544

Re: [Solved] Error uncompress Nr 9 installing the system.

can you run fdisk on the destination disk?

# fdisk -l /dev/sda

(if sda is the correct disk)


Hasta manana, monsieur
Were the only words that I knew for sure

Offline

#7 2011-10-19 18:08:59

hadso
Member
Registered: 2011-04-07
Posts: 12

Re: [Solved] Error uncompress Nr 9 installing the system.

oliver wrote:

can you run fdisk on the destination disk?

# fdisk -l /dev/sda

(if sda is the correct disk)

Yes I can. It's shows me the partitions made by Archbang when I tried to install it.

Offline

#8 2011-10-20 00:13:32

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,892

Re: [Solved] Error uncompress Nr 9 installing the system.

So Archbang is on usb device where are you trying to install to?

Are you setting up custom partition table or allowing archbang to auto prepare?

Can you give output from fdisk [using code tags please] while running Archbang live?

Online

#9 2011-10-20 02:49:41

pablokal
Administrator
From: Nijmegen, Holland
Registered: 2010-10-12
Posts: 2,662
Website

Re: [Solved] Error uncompress Nr 9 installing the system.

I would with a live CD start up gparted and partition the destination drive again and try to reinstall.
Be careful that during partitioning your swap partition is not used by the live CD and if so select the swap partition and swap off.


Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/

Offline

#10 2011-10-20 11:51:15

hadso
Member
Registered: 2011-04-07
Posts: 12

Re: [Solved] Error uncompress Nr 9 installing the system.

Finally I burned the ISO in the PENDRIVE with Unetbootin, from Lubuntu, and It works!
Thanks a lot!!!
Greetings

Offline

#11 2011-10-20 12:21:11

ArchVortex
Retired AB Overlord
From: Jakarta, Indonesia
Registered: 2011-04-01
Posts: 1,449

Re: [Solved] Error uncompress Nr 9 installing the system.

Excellent to hear! I have yet to have success installing Arch or ArchBang from unetbootin ever. I always get errors and dd if=archlinux.iso of=/dev/sd[x]  is the only way for me to install onto and install from a usb


GUI's?? We don't need no stinkin' GUI's!!!

Offline

#12 2011-10-20 12:41:16

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,892

Re: [Solved] Error uncompress Nr 9 installing the system.

unetbootin only seems to work with the 'buntu distros. dd is the quickest and easiest [providing you get the right drive]

But anyway glad you got it working that is the main thing

Online

#13 2012-01-25 22:37:05

archerix
New member
Registered: 2012-01-24
Posts: 6

Re: [Solved] Error uncompress Nr 9 installing the system.

Is this the only solution??

Burn the ISO using Unetbootin? What?

I am commenting from AB but I got the same error on installing the system:

xz uncompress failed with error code 9

So now I have to reboot, burn the ISO image using Unetbootin?

Offline

#14 2012-01-25 22:45:15

hadso
Member
Registered: 2011-04-07
Posts: 12

Re: [Solved] Error uncompress Nr 9 installing the system.

Try:

$ dd if=archlinux.iso of=/dev/sd[x]

Offline

#15 2012-01-25 23:16:02

archerix
New member
Registered: 2012-01-24
Posts: 6

Re: [Solved] Error uncompress Nr 9 installing the system.

That what was I used before..

Now my Netbook can't boot any Linux Live USB anymore..
It gave error like : cpu1 not responding
And then it shutdown by itself.. -.-

I am trying to boot Windows 7 right now..I don't know what to do when none of this works for me..

Offline

#16 2012-01-25 23:18:40

archerix
New member
Registered: 2012-01-24
Posts: 6

Re: [Solved] Error uncompress Nr 9 installing the system.

No Linux distro can boot into it except boot-repair-disk and Gparted.. ~_~

Offline

#17 2012-05-02 07:15:15

turBOT
New member
Registered: 2012-05-02
Posts: 8

Re: [Solved] Error uncompress Nr 9 installing the system.

I'm getting the same error when bootin an USB stick made by:

dd if=archlinux.iso of=/dev/sd[x]

Burning the ISO with Unetbootin didn't worked for me, Archbang seems not to be willing to boot this way for me.

Any other solution?

Offline

#18 2012-05-02 09:42:31

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,892

Re: [Solved] Error uncompress Nr 9 installing the system.

You may have more luck with

sudo dd if=archbang.iso of=/dev/sdX bs=8M

Online

#19 2012-05-02 10:48:12

turBOT
New member
Registered: 2012-05-02
Posts: 8

Re: [Solved] Error uncompress Nr 9 installing the system.

Mr Green wrote:

You may have more luck with

sudo dd if=archbang.iso of=/dev/sdX bs=8M

Tried this one before, but with the same effect. Repeated the whole process - downloading the image, checking it with md5sum, creating an USB stick with several commands/programms, bootin (in most cases succesfully) and trying to install Archbang - now about 5 times. Everytime without any success.

And I thought installing Archbang would be easier than installing Arch itself (which worked for me in the past).

Any ideas?

Edit: By adding

bs=8m

the dd progress is only speed up a bit, isn't it?

And sure, I've chosen the right image. I've only copied the code-snippet from a post above. big_smile

Last edited by turBOT (2012-05-02 10:53:52)

Offline

#20 2012-05-02 11:06:37

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,892

Re: [Solved] Error uncompress Nr 9 installing the system.

Well the iso name might be different, if you are in the directory the image is then tab completion should sort that.

Make sure usb drive is not mounted.

Also check in /dev the drive name ie /dev/sd<x>

Make sure you have the right drive letter!!

Online

#21 2012-05-02 11:23:47

oliver
Administrator
Registered: 2010-11-04
Posts: 1,544

Re: [Solved] Error uncompress Nr 9 installing the system.

turBOT wrote:

[ By adding

bs=8m

the dd progress is only speed up a bit, isn't it?

Without wanting to state the obvious, bs = block size.  There's a calculation you can do to get the optimum size (something based on heads divided by sectors multiplied by something or other - I forget)

Can you confirm the error message you get when trying to boot up?


Hasta manana, monsieur
Were the only words that I knew for sure

Offline

#22 2012-05-02 11:28:19

turBOT
New member
Registered: 2012-05-02
Posts: 8

Re: [Solved] Error uncompress Nr 9 installing the system.

Mr Green wrote:

Well the iso name might be different, if you are in the directory the image is then tab completion should sort that.

Make sure usb drive is not mounted.

Also check in /dev the drive name ie /dev/sd<x>

Make sure you have the right drive letter!!

Thanks for the tipps. Will test it again following your tipps and will test it again with unetbootin - an update just came in, maybe the solution of my problem, but improbably.

Offline

#23 2012-05-03 01:34:17

turBOT
New member
Registered: 2012-05-02
Posts: 8

Re: [Solved] Error uncompress Nr 9 installing the system.

turBOT wrote:
Mr Green wrote:

Well the iso name might be different, if you are in the directory the image is then tab completion should sort that.

Make sure usb drive is not mounted.

Also check in /dev the drive name ie /dev/sd<x>

Make sure you have the right drive letter!!

Thanks for the tipps. Will test it again following your tipps and will test it again with unetbootin - an update just came in, maybe the solution of my problem, but improbably.

I solved this problem by booting from an external DVD-drive. Now installation process stops at 9% with this kernel panic:

Kernel panic during phase 3; minor annoyance with cfdisk [solved]

Additionally this kernel panic was also showing up when booting from HDD into my old buggy archlinux system. hmm

Offline

Board footer

Powered by FluxBB