-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISO boot issues #8
Comments
Well, the thing is that i can't test the UEFI on real hardware and in I will see what to do with the I will add the tarball option, i might think how (well i need to do a But I want to ask you a question, have you booted well the kiss-kde-live? I mean, mine boots, i see kde splash after login, the wallpaper + cursor, aaaaand that's all, I can't move the cursor, keyboard don't respond, I didn't know if it's freezed or it's working without input devices. |
I don't have qemu setup and I'm not terribly interested in learning how to do so but I'd be more than happy to try!
I'll explore the UEFI requirements further and see what I can find! |
So I mounted the iso to a loopback device and... It's empty? There's nothing there. But it's 252MB in size, so there's something in it... |
I'm dumb, I tried to launch some apps when I start X, like The iso file is empty? No 'boot' or 'pkgs' dir inside? That's weird. |
Unsure what bizarre mistakes were made on my end but after fixing up my kernel and rebooting, the ISO looks like it contains most of the right stuff (comparing to Arch's ISO)... As for your issues, there could be a few reasons... Most of them lost to the sands of time (I haven't had a full freeze like that since the first time I tried to launch KDE). I will work on getting qemu setup on my machine today and test there to see what's up. |
Launched qemu through the |
@ucodelukas that screenshot is from the |
that is the iso you provide in Releases |
That issue is opened about the 'kde branch'. |
is firmware and a properly configured kernel there? |
can someone post the recent kde iso? also, efi works, some tests go on tho |
@dilyn-corner I made some changes, and now the livecd it's EFI-bootable (tested on real hardware), and made some changes to work with your tarball. I guess that would be sufficient. I'm testing now. |
Sorry I've been AWOL, other projects caught my eye and I've been tearing my hair out solving the problems that arose. I'll give your new work a test this week and report back. Y'all are great <3 |
Testing the kde branch 👍🏻
Command executed was
sudo ./kiss-live -d -k
. Seemed to run successfully, I have a built ISO image (and the sha1sum matches). Looking over everything that goes into the creation of this ISO, I should be able to use it on a UEFI system, yes? The usual ways I would go about making a UEFI bootable usb (cat kiss-live-2020.9-2.iso /dev/sda
ordd
) do not render a bootable USB device; my list of options is blank (this method works fine with an Arch ISO, for comparison). Have you had success usingkiss-live
with a UEFI system? I have no experience creating ISOs, so I'm not sure where to check on this problem.Another issue (here) was resolved by installing
file
on the host. I'd add a check for this when you also check for the other required packages (or find a different way to set $kernver; could justcat repo/linux/version
if you don't need all the information given byfile
).Outside of that, there isn't a whole lot else I see as being wrong with the kde work you've incorporated here. A few recommendations would be to use the
kiss-kde
tarball I provide so users don't have to build the entire kde_pkgs list every time they want an ISO; I might have missed the option (you could probably do this through build.cfg?) but using a local tarball instead of starting from scratch would be great in case of failures or incremental updates to the image.The text was updated successfully, but these errors were encountered: