Ubuntu Desktop upgrade from18.0.4(?) to 20.04.1 (focal)

기억을 바탕으로 메모(다른 사람을 위해 쓰지 않았다).

2020-09-21 시점에서 upgrade는 단점 밖에 없다

원래, upgrade 할 수 있다고 통지가 오지 않기 때문에, 막히는 곳은 안정도 하고 있지 않을 것이다. (ver 18 은 2028 year까지 서포트인것 같고, 그러면 hardware 쪽이 먼저 쓰레기가 되어 그렇고.)

사전에 install해서 좋은hardaware지 알아내는 것이 좋습니다.



훌륭하게 xps13 만 나열됩니다. xps15에서 움직이는 것이 기적 이었습니까?

결국 Timeshift에서 18.04로 롤백했다.

env


  • XPS15 9560 (Dell 2017 정도)

  • changes


  • bluetooh가 disable이면 재부팅해도 disable로 남아 있습니다.
  • Kernel: 4.15.0-117 => 5.4.0-48
  • Wayland를 사용할 수 없게 되었습니다. gmd3에서 login 화면을 낼 때까지는 좋다. gnome-shell는 달린다.
  • 해상도는 자동으로 인식되지 않게 되어, xrandr 에서도 설정할 수 없다./etc/default/grub 로 GRUB_GFXMODE=1280x960
  • lsusb 로 확인할 수 있는 지문 인증 디바이스이지만, 드라이버가 없기 때문에 사용할 수 없다dell ubuntu focal validity sensor "138a:0091"


  • ↑ 최근 XPS13이라면 장치가 Goodix 제조로 갈 수 있습니다.
  • python3 is the default version of python. python-is-python3/focal,focal,now 3.8.2-4 all [installed] symlinks /usr/bin/python to python3

  • 절차



    서버 버전이 아니기 때문에do-release-upgrade -d 어떻게 해서는 안 되는가? -m desktop 일부 18.0.4에 대한 것이 남아 몇 번 apt-get dist-upgrade 했다.
    upgrade 도중 yes/no 깨지거나 하는 장면은 이다. 도중에 화면이 멈춘 것 같지만 전원 버튼으로 전원을 끄고,do-release-upgrade -d 를 반복한 것
  • Nvidia driver는 넣고 나서 default를 인텔 선택하면 좋을 것 같지만,
    그렇게 할 정도라면 넣을 필요는 없다. 체감, CPU 사용률이 오르기 때문에
  • 
    apt-get remove --purge nvidia-*
    apt-get purge nvidia* bumblebee primus bbswitch-dkms
    

    systemd



    systemd 의 service가 몇개의 absolute path 지정하고 있지 않기 때문에 기동할 수 없는 문제가 있었으므로,
    고치다
    245.4-4ubuntu3.2
    어쩌면 다음
    -/lib/systemd/system/upower.service
    コメントアウトしたかも
    #SystemCallArchitectures=native
    #SystemCallFilter=@system-service
    #SystemCallFilter=ioprio_get
    
    
  • systemd-udevd.service
  • systemd-udev-trigger.service
  •  systemctl --failed
      UNIT LOAD ACTIVE SUB DESCRIPTION
    0 loaded units listed.
    
    ~# systemctl  --version
    systemd 245 (245.4-4ubuntu3.2)
    +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid
    
    

    익숙한, 수면이나 hibernate로부터의 복귀를 할 수 없는 건(화면의 휘도 조정도 할 수 없다)


    apt install pm-utils hibernate 그리고 약간 개선이지만,
    아래의 log가 수상한 느낌으로 아직 해소하지 않았다. systemd (245.4-4ubuntu3.2)가 이상합니다.

    ref. htps : // 푸시시 s. rg/ぃぬ x/sys md/src/우세 rdb/우세 r을 rk. c
     New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"....?????....","service":"io.systemd.DynamicUser"},"more":true}
    
     Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters"
    
    
    /lib/systemd/system/systemd-hibernate.service
    /lib/systemd/systemd-sleep hibernate
    

    /run/systemd/userdb/io.systemd.DynamicUser # socket
  • Not all service is installed on 20.04 of Ubuntu
    htps : // 아스쿠부츠. 코 m / 쿠에 s Chion s / 1230911 / Kan-I-Use-sys md Home d-U-th-20-04

  • htps : // 아스쿠부츠. 코 m / 쿠에 s 치온 s / 1240123 / HO W-E-Ena B ぇ- 히베 r 테테 - 오 치 온 - ン - 우분 - 20-04 에 따라 hibernate 시키려고 해도, shutdown 되어 버린다.

    grub


    #; 'nomodeset' means disabling GPU.
    GRUB_CMDLINE_LINUX_DEFAULT="debug nosplash pci=noaer nomodeset acpi_backlight=vendor"

    하는 것이 최선인 것 같다. 움직이지 않지만.

    vendor일 때는


    
    # ls /sys/class/backlight/
    dell_backlight
    # ls -ltr /sys/class/backlight/
    
    # lsmod  |grep -i video
    uvcvideo               98304  0
    videobuf2_vmalloc      20480  1 uvcvideo
    videobuf2_memops       20480  1 videobuf2_vmalloc
    videobuf2_v4l2         24576  1 uvcvideo
    videobuf2_common       49152  2 videobuf2_v4l2,uvcvideo
    videodev              225280  3 videobuf2_v4l2,uvcvideo,videobuf2_common
    mc                     53248  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
    video                  49152  3 dell_wmi,dell_laptop,i915
    # lspci |egrep -i 'vga|nvidia'
    00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
    01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
    
    
    

    휘도 조절용 메뉴 바는 나오고 keybord로 조절하고 있는 표시가 나오지만 휘도는 변하지 않는다.

    video일 때는



    /sys/class/backlight/
    하늘
      lshw -c video
      *-display UNCLAIMED       
           description: 3D controller
           product: GP107M [GeForce GTX 1050 Mobile]
           vendor: NVIDIA Corporation
           physical id: 0
           bus info: pci@0000:01:00.0
           version: a1
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list
           configuration: latency=0
           resources: memory:ec000000-ecffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:ed000000-ed07ffff
      *-display UNCLAIMED
           description: VGA compatible controller
           product: HD Graphics 630
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 04
           width: 64 bits
           clock: 33MHz
           capabilities: pciexpress msi pm vga_controller bus_master cap_list
           configuration: latency=0
           resources: memory:eb000000-ebffffff memory:80000000-8fffffff ioport:f000(size=64) memory:c0000-dffff
    

    memo


  • apt-file이 손상되었습니다
  • # apt-file list varlink-go
    Searching for contents of the packages ...E: LZ4F: /var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_focal-updates_Contents-amd64.lz4 Unexpected end of file
    E: LZ4F: /var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_focal-updates_Contents-amd64.lz4 Read error (18446744073709551615: ERROR_GENERIC)
    Command xargs -0r /usr/lib/apt/apt-helper cat-file exited with code 123 at /usr/bin/apt-file line 279.
    
    
  • oem kernel을 넣어도 module build로 실패
    htps : // 우우키. 어쩌면. 코 m / 케 r 네 l / 네 M 케 r 네 l
  • $ linux-oem-20.04
    

    좋은 웹페이지 즐겨찾기