All stuff about my Laptop-700 (Ver1.0)
- 8GB SSD & 500GB HDD
The SSD is a firmware part of HDD
- 4GB RAM
- i5-6300-HQ CPU
Back to Arch
UEFI
Attention:
- BIOS
- Disable Secure Boot
- Enable UEFI Boot
- Partition
- HardDisk use GPT ( GUID partiton table ) format
- Must has a FAT32 block mount to /boot/efi and set FLAG to esp
In my laptop, i set 8GB with that
Because the SSD has 8GB
My laptop mount is /(50G), /boot/efi(8G), /home(300G), /usr/local(100)
efibootmgr
efitolls
efivar
dosfstool
os-prober
Above package must be installed.
GRUB
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck grub-mkconfig -o /boot/grub/grub.cfg
Login in system, need do something to let system work as normal.
- Enable Network
- use
systemctrl
enable dhcpcd & NetworkManager service.
- use
- Enable Dispaly Manager
- use
systemctrl
enable Lxdm (I use this)
- use
- Use
pacman
update package database and upgrade.