I mainly use Mac, but I want to use Linux soon I bought a Thinkpad X230 at Mercari. I'm going to put Ubuntu on this machine, so I'll leave a memorandum
--USB memory (it seems to be 2GB or more) --Macbook (for boot USB creation) --Thinkpad (machine to put Ubuntu)
--Disk Utility
In Macbook, it seems that the USB memory is initialized and reformatted with an application called "Disk Utility".
MS-DOS (FAT) seems to work on windows
Reference: https://pc-karuma.net/mac-format-usb-flash-drive/
https://ubuntu.com/download/desktop Download the Ubuntu file here If it is LTS, it should be stable, so it's good. This time I downloaded ʻUbuntu 20.04.1 LTS`. It has a capacity of about 2.6GB, so it may be longer in some cases ...
If there is a file "ubuntu-20.04.1-desktop-amd64.iso" in ~ / Downloads /
, it's okay!
It seems that you can easily create a boot USB using an application called Etcher. Moreover, this app seems to be cross-platform. There seems to be an opportunity to use it not only on Mac but also on other OS ~
https://www.balena.io/etcher/
.iso
installed earlier with Flash from file
.You will be asked for your password and a pop-up will come up, but if you wait as it is told, it should be completed safely This completes the boot USB
When the boot USB is completed, it says "This disk can't be read well", but let's ignore it.
Reference: http://terufusa.blog.jp/archives/24477397.html
By the way, it seems that windows uses an application called rufus.
Launch terminal
diskutil list
Examine the boot USB hierarchy
If it is in / dev / disk2
diskutil unMountDisk /dev/disk2
Unmount of all volumes on disk2 was successful
Success if this is displayed
diskutil eraseDisk FAT32 *** /dev/disk2
Enter the name of the new USB memory in ***
FAT32 is a format. This time I chose FAT32 in consideration of using it on windows, but if you use it only on mac, you can use the HFS +
format.
Finished erase on disk2
If you see this, you're done
Turn off the machine you want to put Ubuntu in and reboot Enter the BIOS (how to enter each machine is googled) This time it is Thinkpad X230, so press F1 on the boot screen to enter the BIOS Keep Secure Boot off Save Insert the created boot USB and reboot Hit F12 repeatedly on the boot screen to enter the Boot Menu Select the boot USB you created ubuntu installation starts
I have successfully installed Ubuntu and started it up.
This completes the Ubuntu installation. It was surprisingly smooth ~~ Next, let's do various things such as Ubuntu settings and application installation. Bruise!
Recommended Posts