/srv/irclogs.ubuntu.com/2020/10/08/#lubuntu-devel.txt

lubot<Leokolb> @wxl [<wxl> @leokolb re bug 1898936 do you have similar issues with ubiquity?], Yes see bug https://bugs.launchpad.net/ubuntu-cdimage/+bug/1886148 - now testing new build Ubuntu06:01
lubot<Leokolb> @wxl [<wxl> @leokolb re bug 1898936 do you have similar issues with ubiquity?], also only on Lenovo V series boxes as far as i can see06:07
lubot<Leokolb> @wxl [<wxl> @leokolb re bug 1898936 do you have similar issues with ubiquity?], stab in the dark - but think it is related to the Lenovo BIOS?06:24
-queuebot:#lubuntu-devel- Unapproved: accepted lubuntu-default-settings [source] (groovy-proposed) [20.10.1]07:32
wxl@leokolb might be. if you know anywhere that you can check what the latest bios version is, that might be helpful. if you're behind, that could potentially resolve the issue.17:30
wxl@leokolb the fact that the issue exists with ubiquity images tells me one thing, though: the issue is not with the installer, so calamares is not to blame. instead, it should be filed against the cd images as with the other bug. however, at that point, then, it's obviously a duplicate. i'll refile it as such.17:31
wxl@leokolb errr hold on a minute. the issue in ubiquity is that it doesn't *BOOT*, correct? but the issue wrt the cala bug is that it doesn't *INSTALL*? those would certainly be different. also i see most recently on the ubiquity bug you tested on the same machine with the same conditions, except i'm not sure if that's a persistent drive or a clone.17:36
lubot<Leokolb> @wxl [<wxl> @leokolb might be. if you know anywhere that you can check what the latest …], I have the latest bios installed19:46
lubot<Leokolb> @wxl [<wxl> @leokolb might be. if you know anywhere that you can check what the latest …], I think you are correct re duplicate ..we are testing these issues now19:48
lubot<Leokolb> @wxl [<wxl> @leokolb might be. if you know anywhere that you can check what the latest …], on the Lenovo V14 all success is with persistent -clones fail in UEFI19:49
wxl@leokolb so it may be an issue that we still have an install issue once we have the boot issue fixed. i presume that no other machine you're testing with has issues with installing with clones and uefi±secure boot?19:52
lubot<Leokolb> @wxl [<wxl> @leokolb so it may be an issue that we still have an install issue once we …], That is correct ..it is only the L V1419:53
lubot<Leokolb> @wxl [<wxl> @leokolb so it may be an issue that we still have an install issue once we …], further - also just did a manual update on the same box after installing 20.04 with success19:54
lubot<Leokolb> @wxl [<wxl> @leokolb so it may be an issue that we still have an install issue once we …], that is upgrade from 20.04 to 20.1019:55
wxl@leokolb that really puts my mind at ease. at worst, we may be dealing with an issue that affects only one particular model or series. i find it hard to imagine that these two issues (boot and install) aren't somehow intertwined.19:55
lubot<Leokolb> @wxl [<wxl> @leokolb that really puts my mind at ease. at worst, we may be dealing wit …], exactly my thoughts re BIOS on Lenovo19:56
wxl@leokolb i don't know if i asked this or if you already said it but do you have problems with the install with a persistent drive and uefi+secure boot?19:56
wxl@leokolb how old is that computer? do you know when the last bios update was?19:58
lubot<Leokolb> @wxl [<wxl> @leokolb i don't know if i asked this or if you already said it but do you …], no problems with persistent if created with mkusb - media created with"startup disk creator /rufus etc fail19:58
wxl@leokolb personally i have limited trust of rufus but i also see that some have reported failures with `dd` which has always been a tried and true method for me. i understand why the persistent option works because it's essentially modifying the image19:59
lubot<Leokolb> @wxl [<wxl> @leokolb how old is that computer? do you know when the last bios update w …], new computer Intel 10th gen BIOS last updated in Sept. (if i rember correctly)19:59
lubot<Leokolb> I do not use rufus just tested it after this came up -all media i use from Ubuntu/Lubuntu20:00
lubot<Leokolb> @wxl [<wxl> @leokolb how old is that computer? do you know when the last bios update w …], dd fail as well20:00
wxl@leokolb and that to me suggests that either something is wrong/different about the computer's requirements that we have yet to anticipate. that explains vorlon's shotgun approach20:00
wxl@leokolb yeah that's what i mean.. seeing `dd` fail is really problematic as ultimately that is the core of every linux tool out there20:01
lubot<Leokolb> @wxl [<wxl> @leokolb and that to me suggests that either something is wrong/different …], Right on ..there is a suggestion that he ctc Lenovo for more info..on BIOS ..I think it is related to some Microsoft requirements ..keys etc20:02
wxlso i think for now i'm just going to sit back and see what happens. i'm glad that both you and nio have the right machines as you're both great testers and vorlon is the right person to have involved in getting this fixed. 20:03
lubot<Leokolb> @wxl [<wxl> so i think for now i'm just going to sit back and see what happens. i'm gl …], tks..20:04
wxl@leokolb if i haven't said this recently, thank you very much for all your help. it's invaluable!20:04
lubot<Leokolb> @wxl [<wxl> @leokolb if i haven't said this recently, thank you very much for all your …], great to be a part of the team!20:05
wxl@leokolb one more thing… regarding that little test iso that thomas/steve/nio have been talking about, that's something you should be able to generate on your own. i imagine it would be pretty small.20:06
wxl@leokolb i just booted a live system in a vm and it made an 11M iso. i did have to install xorriso as well as mtools and the packages thomas mentioned20:10
wxlso for clearer instructions:20:10
wxl 1. get dependencies: `sudo apt upgrade && sudo apt install grub-common grub-pc-bin grub-efi-amd64-bin mtools xorriso`20:11
wxl 2. make the iso: `mkdir minimal && touch minimal/empty-file.txt && grub-mkrescue -o output.iso minimal`20:12
wxl 3. clone the resulting output.iso (in $PWD) to your drive and try to boot it.20:12
wxlthe expect resulted is the `grub>` prompt20:12
wxlso if it does not boot, then we know the issue is in the EFI partition. if not, we're back to grasping at straws20:14
lubot<Leokolb> @wxl [<wxl> @leokolb one more thing… regarding that little test iso that thomas/steve/ …], tks will check it out20:15
lubot<Leokolb> @wxl [<wxl> @leokolb one more thing… regarding that little test iso that thomas/steve/ …], Tested -no boot on Lenovo -nothing no usb drive listed-Acer machine boots to grub prompt20:54
wxl@leokolb if you turn off secure boot, will it boot?21:01
lubot<Leokolb> @wxl [<wxl> @leokolb if you turn off secure boot, will it boot?], no and not in BIOS mode either —not even recognized by BIOS21:02
wxl@leokolb THAT is bizarre21:02
lubot<Leokolb> @wxl [<wxl> @leokolb THAT is bizarre], the weird thing is the persistent media created by mkusb works21:04
lubot<Leokolb> @wxl [<wxl> @leokolb THAT is bizarre], I have 5 other older Lenovo boxes -no problems just the new box21:05
wxlrex tsai who is involved with canonical commercial stuff is involved now. that's good news.21:11
lubot<Leokolb> @wxl [<wxl> rex tsai who is involved with canonical commercial stuff is involved now. …], saw that ...I am off to sleep soon..:)21:13
wxli have to head out anyways21:13
wxlthanks for the help21:13
lubot<Leokolb> tks to you as well21:14

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!