/srv/irclogs.ubuntu.com/2020/03/29/#ubuntu+1.txt

lotuspsychjegood morning03:25
nonix4Any suggestions for GPUs to use with 20.04? Heard some rumors that current-gen AMD gpus (Navi) won't have proper support unless parts of 5.5 get backported in time...? As in if I'm fed up with nvidia flavored bugs and don't have igpu, are there options beyond 1: buy used hw, 2: wait until 20.04.2 hwe?07:57
lotuspsychjenonix4: the best what you can do in thise stage is help the community with your specific hardware07:59
lotuspsychjenonix4: fire up a daily, and file a !bug if one arises, so the devs can implement before final release08:00
lotuspsychjeor did you have an existing bug ID yet about this?08:00
lotuspsychjemauz555: LTS upgrade from 18.04 is not yet adviced in this stage11:19
mauz555hello  I upgraded from ubuntu 18 to 20 now my system wont boot properly -- im stuck on ubuntu loading screen cannot access to login screen11:20
lotuspsychjemauz555: the LTS way is upgrading from 18.04 to 20.04.1 around august11:20
mauz555lotuspsychje: ok my bad11:21
lotuspsychjemauz555: if you like to help testing 20.04 its adviced to install a daily iso from the topic11:21
mauz555should I reinstall 18.04LTS or 19.10 ? what will make it easier to upgrade to 20 in august ?11:23
lotuspsychjemauz555: depends what you want exactly11:24
lotuspsychjemauz555: do you want your system to be stable and LTS? or will you be help testing?11:24
mauz555I need stability now :)11:24
lotuspsychjemauz555: then its adviced to clean install 18.04 again11:24
lotuspsychje20.04 is still in development, beta & final in april, and LTS upgrade in august11:25
tomreynnonix4: i'm not sure about 20.04, but on 18.04 with HWE navis should work. you may need to place updated firmware in /lib/firmware11:27
tomreyn(18.04 support would be in #ubuntu)11:28
slingamni'm trying to install the focal server nightly but the graphics are all messed up, is there a kernel command line option to get some sort of fallback or safe mode?14:09
tomreyntry "text". which graphics chipset do you have there, which hardware?14:48
tomreynslingamn: also remove "quiet" and "splash" if those are present14:50
slingamnthanks --- it's this: https://everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.4-black-13-early-2008-penryn-specs.html15:04
slingamnso i think that's the i915 driver15:04
slingamnhmm, i tried text and removing quiet and it's still unreadable, there's a bit of purple at the very top of the screen then it turns into noise15:07
slingamngrub is totally fine, which is interesting15:09
slingamni saw a mention of `vga=normal nomodeset`, unfortunately that didn't work either15:11
tomreynslingamn: try removing "quiet" and "splash" and add "mitigations=off"15:12
slingamnsplash isn't on the command line by default, removing 'quiet' and adding 'mitigations=off' doesn't seem to change things15:14
tomreynslingamn: i think you can choose from two different kernel versions during boot, right? if so, try the other one15:18
slingamni see /install/vmlinuz in grub...any idea what the other one's called?15:20
tomreynoh you don't have a grub menu then?15:20
slingamni do15:20
slingamnthe options are: "install", "oem install", "check disk for defects", "rescue a broken system", "boot from next volume", "uefi firmware settings"15:21
tomreynso no "advanced" submenu, no "failsafe graphics", no "HWE/LTSE" options, i guess15:22
tomreyni'm afraid that's all i could think of right now.15:22
slingamnah yeah i don't see an advanced15:22
slingamnhmm15:22
TJ-slingamn: the issue is that the graphical mode grub is putting the GPU into is causing Linux problems. at the GRUB menu tap 'c' to go to command mode and enter "set linux_gfx_mode=text" then Esc (i think) should return you to the menu ... if you're lucky that might allow you to boot it in text mode 15:22
slingamninteresting15:23
TJ-slingamn: I may be wrong about the Esc key though... long time since I did that (return to menu from command shell!)15:23
slingamnesc worked --- does that translate into a kernel command line option?15:23
tomreyn"set linux_gfx_mode=text" is a grub command, just like the "linux" is one, but a different one.15:24
TJ-slingamn: no it causes GRUB to set the mode before handing over to Linux15:24
slingamnoh, interesting15:24
slingamnbut linux will just reset it presumably?15:24
TJ-slingamn: it does  "gfxmode $linux_gfx_mode" in the menuentry15:25
slingamn(i was able to do those steps but it didn't work)15:25
TJ-slingamn: OK, after returning to the menu highlight the entry press 'e' to edit it, and on the "linux ..." line add "text" (is that correct tomreyn ? )15:25
slingamntried that one already :-\15:26
slingamndoes that normally force the system to boot in console mode?15:26
TJ-slingamn: you'll need both I think... 1st tell GRUB to switch to text mode, 2nd to tell Linux not to switch out of text mode15:26
slingamnoh interesting15:26
TJ-slingamn: this may or may not work but worth a shot!15:26
TJ-slingamn: i'm not clear if grub 'remembers' the option when you set it in command shell and then exit back to the menu... that's the crux of this15:27
slingamnoh so i could add it to the commands in the edit pane15:27
TJ-slingamn: oh yes, of course, silly me! duh15:28
TJ-slingamn: all you'd need is "gfxmode text" just before the "linux ..." line15:28
slingamnare you sure just plain 'text' is the name of the kernel commandline option? i can't find that documented anywhere15:28
slingamnoh there's a 'set gfxpayload=keep' in the default menu15:29
TJ-slingamn: right which means 'keep' the graphical mode GRUB started in15:29
TJ-slingamn: so you need to force 'text' mode before linux is loaded15:29
slingamncool, i'm trying: set gfxmode=text, set gfxpayload=keep15:31
slingamnand then s/quiet/text/ on the kernel command line15:31
slingamnhmm if i were to install 18.04 or 19.10 server, would i be able to upgrade to 20.04 in place?15:32
TJ-slingamn: you could use the original text-mode installer that uses debian-installer not this ridiculous subiquity graphical monstrosity15:34
slingamnthat's a possibility with 20.04? i thought it was discontinued in 20.0415:35
TJ-slingamn: this: http://cdimage.ubuntu.com/ubuntu-server/daily/current/ I think (hope) is the debian-installer one (the other is daily-live)15:36
slingamnoh neat15:37
slingamnoh hmm, i got excited because the sha256sum was different, but it looks like the one i used before was just the march 28th nightly15:40
slingamnand this is the 29th15:41
slingamnso i'll try it but i'm not really expecting different results15:41
slingamnyeah, same stuff15:48
tomreynTJ-: i'm slightly late ;) but yes, that sounds correct.16:21
tomreynslingamn: when you said "esc worked", what were you seeing before you pressed escape, and what afterwards?16:22
tomreynslingamn: sorry, ignore this question, the later chat already explained it.16:24
tomreyni would also assume that http://cdimage.ubuntu.com/ubuntu-server/daily/current/focal-server-amd64.iso (779MB) is debian-installer (which you could try) and http://cdimage.ubuntu.com/ubuntu-server/daily-live/current/focal-live-server-amd64.iso (911M) is subiquity (the 'new' default installer you have supposedly tried so far). both were built on march 29, 2020.16:29
slingamnah, i've been trying the ones named focal-server-amd64.iso16:34
slingamni'll try the one with live in the name next16:34
slingamnalso going to try the desktop image because lol why not16:35
lotuspsychjethe new server installer is worked on for revamp16:35
lotuspsychjenot tested myself though16:36
tomreynhmm maybe the (supposedly debian-installer based) images such as "focal-server-amd64.iso" are simply unmaintained / broken now.16:37
slingamnoh i would believe that16:37
slingamni heard rumors of this16:37
slingamnhttps://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-20.04-Server-Install16:37
tomreynwe should have asked you "did you try the proper image" initially ;)16:37
slingamnheh16:38
slingamnif those other images really are desupported, they are unfortunately quite prominent / easy to google16:38
lotuspsychjecan you check this tomreyn does this look new? https://linuxconfig.org/ubuntu-20-04-server-installation16:38
tomreynthis article points to https://linuxconfig.org/ubuntu-20-04-download for downloads which in turn points to URLs which contain the word "live" in the .iso file name. so this should be the 'proper/new' subiquity installer.16:40
lotuspsychjetnx16:41
tomreynthose screenshots also show subiquity16:42
slingamndestop image booted up fine lol16:46
slingamn*desktop16:46
slingamncool yeah the live server got me all the way to the integrity check16:57
slingamn*live server image16:57
slingamnheh, i wasn't paying attention and i let the autopartitioner make me a / that's only 4 GB, out of a 2 TB drive18:52
slingamnis that normal/expected?18:52
TJ-slingamn: not sure but I'd always use LVM on something that big19:00
TJ-slingamn: then you can easily do "lvextend -L +4G --resizefs VG/LV"19:00
slingamnah cool19:00
TJ-slingamn: I never allocate all space initially, then there's room for snapshots, extending LVs as needed, experimental LVs, LVs for VMs and on and on :)19:04
slingamnany way to change the disk encryption cipher at install time?19:37
masonslingamn: Worst case, do a debootstrap install and you can tune it endlessly. Aside from that, knobs to do that don't immediately jump to mind.19:41
slingamninteresting19:44
slingamni'm not sure how to set up /boot/efi and /boot correctly in that context19:45
masonslingamn: Hold on and I'll share some notes.19:45
masonslingamn: This isn't as up-to-date as the Devuan version of the same, and it does ZFS for everything, but this shows how you might set up the ESP, mirrored or otherwise: https://bpaste.net/JNIQ19:47
slingamnawesome, thanks19:47
masonslingamn: It's not a bad model for a full debootstrap install anyway. Adapt it to whatever you need.19:47
slingamni'm not getting a clear picture from that script of how to set up /boot (as opposed to /boot/efi)20:18
slingamnactually hmm20:20
slingamni wonder if i could simply20:20
slingamntarball /boot, /boot/efi, and /etc on my installed system20:20
slingamnand then boot into a live image (the kind of environment one would use for debootstrap), and recreate the partitions as desired, and replace the files20:21
slingamnprobably have to rebuild the initrd though?20:21
extorI booted a live CD of Kali Linux, opened a shell and types usbmon but it was not installed! Any other live distros that may have usbmon?21:30
oerheksextor, check that on distrowatch?21:46
oerheksthis is Focal beta support, not the yellow pages21:47
extork21:47
quidnuncThe wiki says beta freeze is April 2 (which is Thurs), but in parenthesis it says (Monday). https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule22:35
quidnuncIs beta freeze on Monday or Thursday?22:35
quidnuncI guess this would be better in -devel22:36
oerheksi hope the timeline and release is still valid.22:37
valorieimo based on the past it means "after Monday you better have a darn good excuse for any changes -- and after Thursday, 0"22:42
valorieoh I'm wrong, it's Monday22:43
masonslingamn: The issue there is that most of those files are associated with packages. Better to rebuild if you're doing a fresh layout.22:49
masonslingamn: What you do with /boot and /boot/efi depends very much on what you want to do for them, what bootloader you're going to use, etc.22:50

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