roktimsardar123 commited on
Commit
8d611df
·
verified ·
1 Parent(s): 41ff3a6

Create man.txt

Browse files
Files changed (1) hide show
  1. man.txt +23 -0
man.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Download this file and save it in the Downloads folder.
2
+
3
+ Save your Home Path in /tmp/home.txt:
4
+
5
+ echo "$HOME" > /tmp/home.txt
6
+ Export variable HOMEOLD:
7
+
8
+ export HOMEOLD=$(cat /tmp/home.txt)
9
+ Copy .tar.gz file to EFI directory:
10
+
11
+ sudo cp $HOMEOLD/Downloads/WindowsBoot.tar.gz /boot/efi/EFI
12
+ Enter the EFI directory:
13
+
14
+ cd /boot/efi/EFI
15
+ Decompress .tar.gz file:
16
+
17
+ sudo tar -xzf WindowsBoot.tar.gz
18
+ Delete .tar.gz file:
19
+
20
+ sudo rm WindowsBoot.tar.gz
21
+ Reboot and voilà!
22
+
23
+ sudo reboot