=== genii is now known as genii-core [08:27] * alkisg started installing MATE in his main PC, and also started reporting issues... [08:27] https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951674 [08:27] Launchpad bug 1951674 in ubiquity (Ubuntu) "Incorrectly warns 'No EFI System Partition was found' on BIOS/MBR" [Undecided, New] [08:29] cool alkisg great journey for you! [08:30] guiverc can sometimes advice on install bugs aswell^ [08:31] feel free to join us at #ubuntu-bugs-announce alkisg where we got a small pre filter team [08:31] and #ubuntu-quality [08:34] Thanks! Second issue, https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1892014 [08:34] Launchpad bug 1892014 in ubiquity (Ubuntu) "18.04.14.7 regression: no alt_shift_toggle in XKBOPTIONS" [Undecided, Confirmed] [08:36] Ouch, and now an ubiquity crash terminated the installation :/ [08:42] https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951676 [08:42] Launchpad bug 1951676 in ubiquity (Ubuntu) "Ubiquity crash while installing Jammy MATE" [Undecided, New] [09:45] ah gunnarJ nice fella alkisg [09:51] Eh, launchpad didn't manage to show me the duplicate even though I uploaded the whole apport information :D [09:51] I had to workaround it by patching the python script for now [09:51] I hope I didn't miss anything by removing aptsetup there... :D [09:54] lotuspsychje: could you please run this? cat /etc/apt/sources.list | nc termbin.com 9999 [09:55] sure [09:55] I think that skipping the aptsetup call, left me with a minimal sources.list [09:55] So I'd like to get yours :D [09:55] https://termbin.com/8q0z5 [09:55] Oh yeah, I only got 4 lines :D [09:55] Thanks, retrieving... [09:56] \o/ [09:58] lotuspsychje: do you happen to have the old jammy cd where you installed from? I'd like to see inside it, if its /etc/apt/sources.list is just 3 lines, or many, like in your paste [09:58] In the new CD, only 3 lines appear, and I think that's the root of the problem [09:59] maybe i got an early usb jammy [09:59] can you pull it from there too? [10:03] Yes, mount -o loop iso /mnt [10:03] then mount -o loop /mnt/casper/fileystem.squashfs /mnt [10:03] then cat /mnt/etc/apt/sources.list [10:03] then double umount /mnt [10:07] its a burned iso on stick alkisg [10:07] Then just the second mount, without the first that mounts the iso [10:07] dont got the original iso left [10:10] alkisg, lubuntu install media works (using calamares & not ubiquity; Eickmeyer suggested issue could be python3 version change) [10:10] mount: /mnt: failed to setup loop device for /mnt/casper/fileystem.squashfs. [10:10] ^ talking about install issues; 1951399 [10:11] guiverc: thanks; I suspect the problem is in a script that generates /etc/apt/sources.list in a new format (3 lines only) [10:11] :) (I've not really looked so have no idea) [10:12] lotuspsychje: is there a /casper/filesystem.squashfs file in the stick? [10:15] yep [10:15] sudo mount -o ro, loop /path/to/casper/filesystem.squashfs /mnt [10:15] cat /mnt/etc/apt/sources.list [10:15] (see if it's 3 lines or more) [10:15] sudo umount /mnt [10:18] mount: /media/lotuspsychje/Ubuntu 22.04 LTS amd64/casper/filesystem.squashfs: apparaat loop bestaat niet [10:18] (I put an extra space inside ro, loop) [10:19] You might need quoting if the directory has spaces [10:21] lotuspsychje@R00TB00K:/media/lotuspsychje/Ubuntu 22.04 LTS amd64/casper$ sudo mount -o ro loop filesystem.squashfs /mnt [10:21] mount: bad usage [10:22] It needs a comma there, not a space [10:22] -o ro,loop [10:23] deb http://archive.ubuntu.com/ubuntu/ jammy main restricted [10:23] deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted [10:23] deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted [10:24] Thanks, then my hypothesis is wrong :) [10:24] alkisg, i've booted a lubuntu jammy; 4 total source lines; 1 being CD; 1 main rest uni muilti, 1 jammy-security, 1 jammy-updates only [10:24] guiverc: thanks, although if it's using calamares then it would use a completely different code path, and it might not be affected by the issue at all... [10:25] like what lotuspsychje had pasted; but universe given lubuntu [10:25] yep. lubuntu isn't impacted (nor ubuntu-studio who also use..) [10:25] Anyway I manged to work around it by editing the python file and removing the aptsetup call; I'm transferring the installation (that was done in a VM) to my main pc currently [10:27] The good thing with UEFI is that I don't need a live USB to switch between 2 installations even if they are on the same partition :D [10:27] Back after reboot... [10:28] \o/ [10:41] And that's the beauty of Linux... by "clean installing" and then just copying /home, you continue from right where you where :D [10:42] yay