os:dualboot

DualBoot Win & Linux

BIOS:

## Disable legacy support

Windows 10:

## download windows 10
$ wget https://software-download.microsoft.com/pr/Win10_2004_English_x64.iso?t=a2628187-b439-4b0c-869d-8bc47ac5a3f2&e=1592869183&h=afa3be67e6b018702413e3fd784fc324
## install WoeUSB
$ git clone https://github.com/slacka/WoeUSB.git
$ sudo apt-get install devscripts equivs gdebi-core
$ ./setup-development-environment.bash
$ autoreconf --force --install
$ ./configure
$ make
$ sudo make install
$ sudo dpkg-buildpackage -uc -b
$ sudo gdebi *.deb
$ sudo mv /usr/local/bin/woeusb* /usr/bin
  FileSystem > NTFS

Linux:

## UEFI partition table
## https://wiki.archlinux.org/index.php/Partitioning#UEFI/GPT_layout_example
mountpoint  flag      size    system type
/boot       esp,boot  200MB   fat32
/                     22GB
/home                 100GB
$ mkpart primary fat32 START END
## "/amd-ucode.img" error
$ sudo mount xxxx temp
$ cd temp
$ sudo nano refind_linux.conf
# initrd=/amd-ucode.img
initrd=\amd-ucode.img
  • os/dualboot.txt
  • Last modified: 2023/07/02 17:40
  • by hli