본문 바로가기

컴퓨터

Ubuntu 17.10 BIOS파괴 버그 수정된 17.10.1 출시(?)

반응형

우분투 17.10이 일부 PC의 BIOS를 파괴시키는 버그로 한동안 난리(?)였다

그래서인지 17.10 부터 Unity를 버리고 Gnome 환경으로 되돌아간 변화도 묻혀 버렸다(개인적으로 대 환영)


핵심은 이 문제를 해결한 17.10.1 ISO가 나왔다


17.10을 설치하는 경우 일부PC에서 BIOS가 쓰기금지가 되어 버려 BIOS세틴도 펌웨어 업데이트로 불가능한 상태가 되어 버린다


문제가 되는기종은

Lenovo B40-70

CPU : Intel Core i3 4030U (Haswell)

Lenovo B50-70

CPU : Intel Core i5 4210U (Haswell)

Lenovo B50-80

CPU : Intel Core i7 5500U (Broadwell)

Lenovo Flex 3 (1120)

CPU : Intel Pentium N3540 (Silvermont)

Lenovo IdeaPad Flex 10

CPU : Intel Celeron N2810 (Silvermont)

Lenovo G40-30

CPU : Intel Celeron N2840 (Silvermont)

Lenovo G50-30

CPU : Intel Celeron N2830 (Silvermont)

Lenovo G50-70

CPU : Intel Core i3 5005U (Broadwell)

Lenovo G50-80

CPU : Intel Core i5 5200U (Broadwell)

Lenovo S20-30

CPU : Intel Celeron N2830 (Silvermont)

Lenovo U31-70

CPU : Intel Core i5 5200U (Broadwell)

Lenovo Y50-70

CPU : Intel Core i7 4710HQ (Haswell)

Lenovo Y70-70

CPU : Intel Core i7 4710HQ (Haswell)

Lenovo Thinkpad Yoga (20C0)

CPU : Intel Core i5 4200U (Haswell)

CPU : Intel Core i7 4600U (Haswell)

Lenovo Yoga 2 11 "- 20332

CPU : Intel Pentium N3520 (Silvermont)

Lenovo Z50-70

CPU : Intel Core i7 4510U (Haswell)

Lenovo Z51-70

CPU : Intel Core i7 5500U (Broadwell)

Lenovo ideapad 100-15IBY

CPU : Intel Pentium N3540 (Silvermont)

Acer Aspire E5-771G

CPU : Intel Core i5 4210U (Haswell)

Acer Aspire ES1-111M-C1LE

CPU : Intel Celeron N2840 (Silvermont)

Acer Aspire E3-111

CPU : Intel Celeron N2830 (Silvermont)

Acer TravelMate B113

CPU : Intel Celeron 1017U (Ivy Bridge)

Toshiba Satellite S55T-B5233

CPU : Intel Core i7 4710HQ (Haswell)

Toshiba Satellite L50-B-1R7

CPU : Intel Core i5 4210U (Haswell)

Toshiba Satellite S50-B-13G

CPU : Intel Core i5 4210U (Haswell)

Dell Inspiron 15-3531

CPU : Intel Celeron N2830 (Silvermont)

Mediacom Smartbook 14 Ultra M-SB14UC

CPU : Intel Atom Processor Z8300 (Cherry Trail)


이라고 하는데 추가로 더 있을 가능성이 있다


문제는 BIOS를 다시 살리는 방법이 없다는 것이다 

일부 정보에 따르면 커널 4.14.9를 설치하면 해결이 되었다는 보고들이 일부 있다(확실히 된다는 보장은 없음)

https://askubuntu.com/questions/984043/unable-to-make-changes-in-bios-after-17-10-installation/989771#989771


sudo apt-add-repository -y ppa:teejee2008/ppa

sudo apt-get update

sudo apt-get install ukuu


ukuu(Ubuntu Kernel Update Utility)를 설치한 후 ukuu를 실행한 후 

커널 Linux 4.14.9 를 설치하고 "Linux 4.14.9-generic" 으로 부팅을 하면 해결이 된다는 이야기가 있다(장담은 못함)

반응형