티스토리 뷰

2019-09-03 업데이트

해결책이 제시 되었습니다. LG그램 17인치의 BIOS 셋팅 중 ThunderBolt 설정에 문제가 있었다고 합니다. 

아래 내용을 알려주신 우분투 한국 사용자 모임의 최태영님께 감사드립니다. 

 

1. 부팅 시작될 때 F2를 눌러서 바이오스 진입

2. ctrl + alt + F7을 눌러서 고급 모드 진입(advanced mode)

3. Advanced 탭으로 이동 (방향키 오른쪽)

4. 맨 아래 Intel Advanced Menu 선택

5. Thunderbolt (TM) Configuration 선택

6. 맨 아래 Discrete Thunderbolt (TM) Configuration 선택

7. 맨 아래 Thunderbolt (TM) OS Select 선택

8. Windows 10 Thunderbolt support를 Enabled나 Disabled로 바꾸면 됩니다. 기본값은 Enable + RTD3입니다.

전 Enabled로 바꾸었는데 갑자기 먹통이 되더니 자동으로 재시작되었습니다. 원래 5초 정도 멈춘다고 합니ㅏㄷ. 

9. 자동 재시작이 안된 분은 F10을 눌러서 Save and Exit 하시면 됩니다. 

 

 

Solve! LG gram 17 linux boot infinite acpi error for kernel 4.18 over

I found a workaround for acpi infinite error in LG Gram 17 inch kernel 4.18 and above. I just tested it and successfully booted ubuntu 19.04 kernel 5.0.

I looked at all the settings for the 14-inch grams of 2018 that were before 17 inches and found the differences to find the cause. The workaround is as follows:

  1. At boot time, press F2 to enter bios.
  2. Press ctrl + alt + F7 to switch to advanced mode.
  3. Select the advanced tab.
  4. Select Intel Advanced Menu.
  5. Select Thunderbolt (TM) Configuration.
  6. Select Discrete Thunderbolt (TM) Configuration.
  7. Select Thunderbolt (TM) OS Select.
  8. Set Windows 10 Thunderbolt support to Enabled(without RTD3 or "Disabled"). After a delay of about 5 seconds after setting, the confirmation message for saving the setting changes appears.
  9. Save the changed settings and reboot.
  10. Now you can boot normally(without having to set "pci=nommconf" in grub) with the latest kernel!

enjoy linux!

I got a hint and the link is https://github.com/dhedlund/kernel-patch-lg-gram-17 and I found that it seems to be a problem with Thunderbolt.

Thank you.

 

출처: https://github.com/crazyluv/solve-lg-gram-17-linux-boot-error

 

=============================

 

우분투 18.04LTS를 설치하면 설치가 됩니다. 하지만 18.04.02 또는 18.10, 19.04를 설치하려고 하면 

ACPI Error "storm" on LG Gram 17 ("No handler or method for GPE...")

가 무한히 발생합니다. 

이는 kernel 4.18부터 발생하는 문제로 보입니다.

 

LG 그램 17인치(17ZD990-VX70K)에 우분투 19.04 설치하였습니다. 구글에서 검색해서 적용한 방법은 다음과 같습니다. 
boot 옵션에 pci=nommconf 를 적용
이것 때문에 어떤 문제가 발생하는지는 모르겠습니다만, 어제 설치하여 오늘까지 써본 바로는 큰 문제는 없는 듯 합니다. 
우분투 설치 USB를 만들어서 부팅하면 installing ubuntu 옵션에 커서를 올린 후 e 버튼을 누르면 부팅 옵션을 조절할 수 있습니다. 
부팅 옵션이 쭉 나오고 마지막에 ---이 나오는데 그거 앞에 pci=nommconf ---로 변경해줬습니다. 그러면 정상적으로 설치가 진행됩니다. 설치가 완료된 후 다시 부팅되면 똑같이 ubuntu 부팅 옵션에서 e 버튼을 눌러서 pci=nommconf를 넣어줍니다. 
부팅 후에는 
sudo vi /etc/default/grub
에서 부팅 옵션에서 pci=nommconf를 넣어준 후
sudo update-grub
해주시면 다음부터 해당 부팅 옵션이 계속 적용됩니다. 
원출저는 다음입니다. 
https://bugzilla.kernel.org/show_bug.cgi?id=203617

댓글