[qubes-users] Re: 3.2 Install: Error unpacking qubes-template-fedora-23

2017-01-16 Thread mark
On Thursday, December 29, 2016 at 3:04:53 PM UTC+11, ma...@ibiblio.org wrote:
> My freezes for me are pretty random on dozens of different places during the 
> Legacy and UEFI installs, something more than one RPM is broken. I'm blaming 
> my Gigabyte Z97X Gaming mobo, F7 BIOS. I've ordered an ASRock Z97 Extreme6 
> mobo as that is known to work. I think it's the Gigabyte BIOS that isn't so 
> hot.

Update: I tried installing Qubes 3.2 on my newly installed ASRock Extreme6 this 
morning, using a physical DVD ISO. It froze again during the Anaconda process, 
similar to what occurred on the Gigabyte board. The ISO passed md5sum checking 
so it's very odd. I'll check BIOS revs and try again.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/1d6078d3-3101-41e1-b2cb-f8b3abfb500b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: 3.2 Install: Error unpacking qubes-template-fedora-23

2016-12-28 Thread mark
My freezes for me are pretty random on dozens of different places during the 
Legacy and UEFI installs, something more than one RPM is broken. I'm blaming my 
Gigabyte Z97X Gaming mobo, F7 BIOS. I've ordered an ASRock Z97 Extreme6 mobo as 
that is known to work. I think it's the Gigabyte BIOS that isn't so hot.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/756d0f87-0871-4e28-bd40-4e10b85626fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: 3.2 Install: Error unpacking qubes-template-fedora-23

2016-12-28 Thread plobbes
I found the same problem on a fresh 3.2 install.  One data point of something 
that looked odd to me is that the sha1/sha256 sums are different between the 
RPM that's distributed as part of the installer and the supposedly same RPM 
available via the repo online...

The Qubes 3.2 installer iso has:

 .../Qubes-R3.2-x86_64/Packages/q
$ sha256sum qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm 
c070ecb75b2580aec594d67afc833579c52ccb20e4acf5bc1797bbc93cefde26  
qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm
$ sha1sum qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm 
cef6ddb660d0c9cb3fbee54230899ddeb2df64a6  
qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm

Trying to install this fails.

But the package I downloaded (from 
https://yum.qubes-os.org/r3.2/templates-itl/rpm/) has:

$ sha256sum qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm 
0b751ae1c94747f026b33767437b25f5bf0d09857430bd7c080992b61a9ca244  
qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm
$ sha1sum qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm 
5e1186e6fcd08e5b99432418655d49fa7fadf796  
qubes-template-fedora-23-3.0.6-201608081228.noarch.rpm

I haven't yet tried to install this one so I'm not sure that explains anything 
yet, but it may be indicative of some problem.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/2f3f3e9b-df72-4d3f-bb84-463d0c27a4ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: 3.2 Install: Error unpacking qubes-template-fedora-23

2016-12-19 Thread mark

> About halfway through the progress bar, the status reads:
> "Installing qubes-template-fedora-23.noarch (800/930)"
> 
> Switching to tty-1 with ctrl-alt-f1 shows the error message:
> "Error unpacking rpm package qubes-fedora-23-3.0.6-201608081228.noarch"

+1, getting the same issue installing the 3.2 ISO. My system is locked up and 
unresponsive so debugging doesn't appear possible.

It's installing using UEFI, will try a legacy boot instead.

I did try to md5sum /dev/ to verify the (checked) ISO on the USB I'd 
just written, it didn't match but I wasn't sure if it was meant to as new 
partitions seemed to be created by the ISO dd.

host:/var/tmp/qubes root# md5sum -c Qubes-R3.2-x86_64.iso.DIGESTS
Qubes-R3.2-x86_64.iso: OK
md5sum: WARNING: 23 lines are improperly formatted

host:/var/tmp/qubes root# lsblk
NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda   8:01  14.9G  0 disk 
└─sda18:11  14.9G  0 part 

host:/var/tmp/qubes root# dd if=Qubes-R3.2-x86_64.iso of=/dev/sda
8294400+0 records in
8294400+0 records out
4246732800 bytes (4.2 GB) copied, 1095.08 s, 3.9 MB/s

host:/var/tmp/qubes root# md5sum /dev/sda
3c3669f4f633bf1adb9f9fe9142fb15d  /dev/sda

host:/var/tmp/qubes root# lsblk
NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda   8:01  14.9G  0 disk 
├─sda18:11 4G  0 part 
└─sda28:21  30.8M  0 part 

The USB key did have the original SanDisk vendor default "tools" on it, I'll 
try deleting all data first as well.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/41ba9b6c-cee7-4711-97ed-7420b32ce403%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.