
그래서 방금 친구로부터 오래된 노트북을 받았고 현재 노트북에 Ubuntu 16.04 LTS를 설치하려고 합니다. 노트북 사양은 이렇습니다.
브랜드: ASUS 메모리: 2.8 GiB 프로세서: Intel Pentium(R) CPU P6200 @ 2.13 GHz 그래픽: Intel Ironlake Mobile OS 유형: 64비트 디스크: 1.5 GB
제가 가지고 있는 데스크톱 컴퓨터에 지금 사용하고 있는 것과 동일한 USB를 사용하여 Ubuntu 14.04 LTS를 설치했지만 계속해서 업데이트하려면 대신 16.04 LTS를 설치했습니다. 랩톱에 Windows 7이 사전 설치되어 제공되었으며 계속해서 Ubuntu로 지워졌습니다.
설치하려고 할 때 몇 가지 문제가 발생했습니다.
1) 어떤 이유로 지금 노트북을 "사용"할 수 있는 유일한 방법은 BIOS 화면에서 UEFI 모드로 라이브 USB를 부팅하는 것입니다. 어떤 이유로 "비" UEFI 모드로 부팅하려고 하면 GRUB 화면이 표시되는데 여기서 무엇을 해야 할지 모르겠습니다. UEFI 모드에서 설치할 때 "UEFI 설치를 강제로"하는 옵션이 제공됩니다. 이 옵션은 기본적으로 더 이상 BIOS 화면에서 부팅할 수 없게 합니다. 그것이 제가 하는 유일한 방법이기 때문에 조금 걱정됩니다. 과거에 해본 적이 있어요.
2) UEFI 설치를 강제하지 않고 계속하면 Ubuntu가 완벽하게 설치되지만 홈 화면에 도달하면 마우스 패드가 전혀 인식되지 않습니다. 이 때문에 Wi-Fi를 클릭하여 연결하려는 Wi-Fi를 선택할 수 없기 때문에 Wi-Fi를 활성화할 수 없습니다. 또한 터미널을 통해 물건을 설치할 수 없습니다.
lsusb 및 lspci에 대해 얻은 내용은 다음과 같습니다.
ubuntu@ubuntu:~$ lsusb
Bus 002 Device 003: ID 154b:009f PNY
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 04f2:b1e5 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation HM55 Chipset LPC Interface Controller (rev 06)
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 80)
04:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 80)
04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 80)
04:00.4 System peripheral: JMicron Technology Corp. xD Host Controller (rev 80)
04:00.5 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller (rev 03)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 05)
ubuntu@ubuntu:~$