Lenovo thinkpad x1 yoga
Hello i did everything right, i get past select os light blue screen, then i get black screen forever
I upgraded from 4.1 to 4.2, done the pre boot option all right, reboot and then the issue happens, need help or I’ll have to reinstall 4.1 again
Did you make sure that there were no error/fail messages in the command output?
You can try to edit GRUB menu entry and remove the quiet
option to see if it’ll give you any error messages.
You can edit GRUB menu entry like this:
The following instructions are valid for Qubes OS R4.0 legacy mode and Qubes OS R4.1 legacy and UEFI modes. For Qubes OS R4.0 in UEFI mode, there is no GRUB, so manual boot from another operating system is needed. In several cases, there is a need to...
1 Like
I do get the choose os of qubes os, it’s just that when i press enter to get to the pass textbox it’s just blackscreen
Remove the quiet
option from kernel command line to see if there will be some log messages instead of black screen.
I’m currently burning 4.2 into usb, I’ll see if it installs, if it doesn’t I’ll get 4.1 then in place upgrade and follow your suggestion and get back at you
I’ve just burnt 4.2, tested in regular vm on windows, the iso is fine, plugged it in then install and same issue, black screen any suggestions?
Tried the test feature too, same exact issue, seems like this is only happening with 4.2 and not 4.1
What’s your hardware?
What thinkpad x1 yoga model do you have?
Stuck at "xen_acpi_processor: uploading Xen processor PM info
Now stuck in thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblockee
acpi=off fixed previous issues, I’m now in the language selection section of the installer and can’t use touchpad nor keyboard
Check my latest commend, thank you
Currently installing with acpi= off and didn’t modify anything else in grub, it’s installing but existing hardware doesn’t aka aka mouse keyboard, i had to use external as a getaround, I’ll need to acpi on again, and hope i can boot afterwards, even then I’d also have to check if real my mouse + keyboard work
Failed to set new efi boot target, pressed continue to see possible outcome
This message is not an error, are there any more relevant messages?
What’s your hardware? What is your CPU/GPU?
What thinkpad x1 yoga model do you have?
Seems like you have the AMD CPU, you can search the forum for your CPU model and check the possible workarounds.
This one looks similar:
I have been trying to get Qubes installed on a ThinkPad T16 Gen 1 with AMD CPU for a while. The latest try with Qubes 4.2.0-rc4 was relatively successful, however ACPI needs to be disabled and the onboard keyboard and touchpad do not work. This seems similar to the issues reported at My adventures with Qubes 4.1.1 on a Lenovo T14 Gen 3 - #21 by Scumbag
hcl-report output:
Qubes release 4.2.0-rc4
Brand: LENOVO
Model: 21CHCTO1WW
BIOS: R23ET70W (1.40 )
Xen: 4.17.2
Kernel: 6…
Also did you try to boot Qubes OS installer with kernel-latest option?
@apparatus my disk is gone from boot menu after finished installation
Check the topic that I linked:
To install, I booted the installer with kernel parameter acpi=off
. The installer gives an error about not being able to create the boot entry, but this can be fixed manually with a live CD as mentioned on UEFI troubleshooting | Qubes OS
You need to boot from some LiveCD or from Qubes OS installer in Rescue mode and add the EFI entry using efibootmgr:
If you use uefi :
get a qubes os media installation.
boot to qubes os rescue mode.
skip to shell.
[shell] : efibootmgr -v -c -u -L "Qubes OS" -l /EFI/qubes/grubx64.efi -d /dev/nvme0n1 -p 1
reboot
change -d <which drive?> and -p <which efi partition?>.
if you want you can make sure first by issuing efibootmgr -v in dom0
Closed at the OP’s request.
Re-opened to allow the conservation to continue. (Sorry about the confusion, I shouldn’t have closed the topic in the first place.)
@namer123 The idea is that even though you got the answers you were looking for (or somehow found a solution to the problem you were facing), other in the future may find useful to follow your steps and maybe ask for clarification. In that sense, even solved tooics are useful context for future questions.