I really need help installing qubes os from 1 flash drive (32 gb) to another (128 gb), but, I keep on running into issues after booting into either the USB BIOS (Windows boot setup) or Legacy (Original operating system setup). Specifically, I keep on getting the following errors:
A) Not asking for VNC because we dont have a network
B) Fatal IO Error 11 resource (temporarily unavailable) on X server :1
C) Pane is dead (RIP pane)
I am using a Red Silver Pentium HP laptop da0xxx intel UHD 600 graphics card (A Qubes tester said it wasn’t recommended due to missing VT-d/IOMMU feature) on windows 10
I have gone through ALOT of troubleshooting today and need help with installing Qubes, next steps, or what to note
In addition to me needing help in installation Qubes, i have a few questions:
I originally had a “Fatal error 2” that, seemingly through the day’s troubleshooting, is gone. Is it gone as my computer is now pointing towards error 11 rather than 2?
Do you think, from the description of my hardware and issue, that I will need to install Qubes using another laptop? Should i worry about the missing “VT-d/IOMMU” feature, whatever that is?
I did fix error 2, i enabled virtualization, legacy boot, many other things…
Looking at the guide, how do I enter “GRUB”? Do i type that? And where do i do that (after hitting install qubes 4.1.1)? I am new to this and really need help!
Ill press e as soon as I reach the menu on both the legacy and uefi!
But, for typing lspci | grep -i vga, are those 2 or 3 diff commands (how should I type it? With the dash and space bar, for example com1: lspic, com2: grep -i vga?)
is just 1 line, where the output from the first command (lspci) is redirected/piped (|) as input to the second command (grep -i vga).
Since /tmp/X.log is a file, it can be cat’ed to the screen, by typing:
cat /tmp/X.log
– I expect it to have a lot of lines, so many lines will just scroll off the screen … but the important part should be at the end of the file - so still on the screen, when the command finish.
If you want to read all of them, you can use:
less /tmp/X.log
– where you can scroll with the arrow keys and quit by pressing q
I need help with the GRUB again (I got on boot menu, hit e while selecting the “install qubes 4.1.1,” hit F2 for command lines, got GRUB, pressed tab, which gave me command options, and
then tried to code in kernel= (see pic))
Here, I pressed F2 to go to command lines where I found GRUB:
Then, I failed to code it in (Am i supposed to write kernel=, hit space then put in the full
nouveau.modeset=0 rd.driver.blacklist=nouveau or do I break it down, is that 1 command or 2?):