Skip to content

ikyp/laptop-700

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Laptop-700


Intro

All stuff about my Laptop-700 (Ver1.0)

Hardware

  • 8GB SSD & 500GB HDD

    The SSD is a firmware part of HDD

  • 4GB RAM
  • i5-6300-HQ CPU

Linux install

Back to Arch

Arch Install Guide

UEFI

EFI System Partition

Partitioning

Attention:

  1. BIOS
    • Disable Secure Boot
    • Enable UEFI Boot
  2. 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

After Install

Login in system, need do something to let system work as normal.

  1. Enable Network
    • use systemctrl enable dhcpcd & NetworkManager service.
  2. Enable Dispaly Manager
    • use systemctrl enable Lxdm (I use this)
  3. Use pacman update package database and upgrade.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published