반응형
#Reference : https://jeroen.pro/2019/05/how-to-install-ubuntu-on-your-asus-zenbook-pro/
#Part1. Enabling dual-boot support
This part is just for someone who wants to install Ubuntu with Windows. The key point is you have to make sure SATA configuration is AHCI mode. NOT Intel RST.
- Press the Windows button to open the start menu
- Start typing “cmd”, right-click on the item and execute as Administrator
- Type this command and press ENTER: bcdedit /set {current} safeboot minimal
- If this command does not work for you, try bcdedit /set safeboot minimal
- Restart the computer and enter BIOS Setup (hold F2 on boot to get into BIOS, you can also enter BIOS from Windows by using advanced startup options)
- [important] On the Advanced tab, Change the SATA Configuration > SATA Mode Selection to AHCI from Intel RST
- Go to “Save & Exit” tab and Save changes and exit Setup and Windows will automatically boot to Safe Mode
- Open command prompt again: Start typing “cmd”, right-click on the item and execute as Administrator
- Type this command and press ENTER: bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also: bcdedit /deletevalue safeboot
- Reboot once more and Windows will automatically start with AHCI drivers enabled.
#Part2. Installing Ubuntu
- Download Ubuntu
- Create a bootable USB from the downloaded ISO
- Attach the USB stick to your laptop
- Reboot the laptop
- Enter the BIOS by holding F2 during boot, if that doesn’t work you can also enter BIOS from Windows by using advanced startup options
- On the “Save & Exit” tab, override the boot option, select the USB that you created
- Then, Ubuntu installation screen is open
- Choose your country and language
- If you want to install media player etc..., choose normal install. But I recommend minimal install and third party option.
- Choose Something Else.
- Select free space that is the space you want to install Ubuntu. And push '+' button.
- 512MB, Primary, Beginning of this space, EFI system partition.
- All memory, Primary, Beginning of this space, Ext4 journaling file system, Mount point = /
- And then keep going installation.
반응형
'리눅스환경' 카테고리의 다른 글
[Ubuntu18.04]ibus-setup: ModuleNotFoundError: No module named 'gi' 해결 (0) | 2020.02.12 |
---|---|
[SOLVED]ASUS Zenbook 15 intel No wifi adapter not found (0) | 2019.12.13 |
[Ubuntu 18.04] 부팅 시 x window로 안들어가질 때 해결 / chrome keyring 제거 방법 (0) | 2019.09.30 |
git / git-hub 관련 도움을 준 블로그들 (0) | 2019.06.26 |
[Ubuntu 18.04] conda 가상환경에서 tensorflow-gpu / keras / jupyter notebook 설치 (2) | 2019.04.19 |