Why developers still not add new kernel by default? :(
Please, give us any realise with newest kernel at dom0.Maybe it will solve half of problems.
--
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...@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/3337da62-b883-4059-bcfc-10d43b1779ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ps: you shouldn't be able to copy a file to your dom0 from a live cd... you did use full disk encryption didn't you? you'll need to do something else, there are workarounds on the documentation page, or you could try Rudd-O's ansible-qubes 'bombshell'.=DDownload the rpm for f24 first, extract it, find the .config or whatever the hell they ship it with, then compare it with what you get from dom0 zcat /proc/config.gz -- make sure it has all the fancy XEN options enabled like dom0 does. (I don't know if that is the default or not, I don't normally use Fedora, but check)Ultimately it's still just a Linux box, give it a shot. I likewise will be patching my kernel up pretty soon. I expect it'll be an adventure that is well worth the learning experience, cheers,
That's what you really need first, beyond that there might be some libvirt stuff to look into but that'll be pretty apparent when you boot if virtual machines won't start.
> Can anyone els comment on Daniels remark about needing to check .config (and what the file is called in Fedora) and libvirt please? Anything els needed to be checked /tweaked? Couldnt find anything in any guide on this.
I have the problem with the old graphic drivers in dom0. I go to the qubes devel and read the issue about updating dom0 to the new fedora. It can not be done quickly, because current Qubes software like Qubes Manager and old KDE windows decoration plugin does not support new KDE5 in the new Fedora.
If you will update dom0, then decoration plugin will not work and you will see the system without colors&tags at all VM windows. Maybe some other issues also will be there and "Qubes" will not work. You will get only Xen with virtual machines. If I'm understand correctly the situation.
You can track how it is going here: https://github.com/QubesOS/qubes-issues/issues/1807
They also want to make new Qubes system architecture and add GUI domain (X graphic system will be places at GUI domain). I hope they will concentrate all efforts on this to move X system to new GUI domain. It will give possibility to easier update dom0 and GUI.
-
https://groups.google.com/forum/#!topic/qubes-users/JmIc9jvmFRk
https://groups.google.com/forum/#!topic/qubes-users/J0w7nKGn6ac
Please, write shott tutorial about how to update it if you could do it.
How exactly do that? Now, I'm trying with default [updates] [updates-debuginfo] need to change it to [updates24] ?
Now, I only replaced "20" -> "24" everywhere.
As a result I got by qubes-updates "kernel* already installeted and latest version"
ps. Does not work for me. (interesting, why?)
qvm-run -a fedora-23 'cat
/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-24-primary' | sudo tee
/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-24-primary
Maybe it will helps to somebody. Instead of above I use:
qvm-run --pass-io fedora-23 'cat
/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-24-primary' > ~/RPM-GPG-KEY-fedora-24-primary
sudo cp ~/RPM-GPG-KEY-fedora-24-primary /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-24-primary
Of course, I added 'includepkgs = kernel*' to each section of 2 files (but seems it's can be added to only [updates24] section, because all other section have "enable=0". So, seems sources and debug-info disabled.
Did you get this working in the end? Alternative is to spare myself the headache & keep running Mint until the next release.
My problem exactly. Had Qubes running well on an old Lenovo & would love to run it on this more capable Zenbook.
Did you get this working in the end? Alternative is to spare myself the headache & keep running Mint until the next release.
--
--For me the thing is I want the touchpad and wifi to work from the start to keep my laptop usb free.
I'm not sure how new I will need to go to to get more support for the Intel 630 integrated graphics. It only provides a single resolution of 1024x768.
Also if I'm going to go thru the trouble of updating prior to the next release I'm concerned about having the essential config options required for xen / qubes. Might as well taylor the option to my hardware, but don't want to overdo that and render the new kernel unbootable.