Differences
This shows you the differences between two versions of the page.
| en:guides:uefi-frugal [2018/05/10 22:10] – created ceel | en:guides:uefi-frugal [2018/05/12 17:01] (current) – linea | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| \\ | \\ | ||
| Arun Prakash Jana has [[http:// | Arun Prakash Jana has [[http:// | ||
| - | IMHO, the ESP partition should be reserved | + | IMHO, the ESP partition should be reserved |
| < | < | ||
| All along this tutorial, | All along this tutorial, | ||
| Line 18: | Line 18: | ||
| * Select (C:) and create a new directory at root; say '' | * Select (C:) and create a new directory at root; say '' | ||
| - | * Open '' | + | * Open '' |
| - | * Plug your EFI LiveUSB and copy the files '' | + | * Plug your EFI LiveUSB and copy the files '' |
| - | * Copy the boot loader - '' | + | * Copy the boot loader - '' |
| < | < | ||
| - | If you don't copy files from your EFI LiveUSB but extract | + | If you didn't copy files from your EFI LiveUSB but extracted |
| - | No matter that characters are uppercase or lowercase in NTFS or FAT partitions. But it'll be more consistent if you rename files with their exact name and extension, | + | It doesn' |
| </ | </ | ||
| \\ | \\ | ||
| Line 32: | Line 32: | ||
| \\ | \\ | ||
| The boot loader must be installed in (ESP); this partition is not mounted at boot and is hidden.\\ | The boot loader must be installed in (ESP); this partition is not mounted at boot and is hidden.\\ | ||
| - | Mount (ESP) : from Windows 8/10, right-click on the **Home button** in the bottom left corner of the screen. In the context menu that opens, select **Windows PowerShell (admin)**. The //User Account Control// will warn you that Windows PowerShell wants to modify the system; confirm clicking [ YES ].\\ | + | Mount (ESP) : from Windows 8/10, right-click on the **Home button** in the bottom left corner of the screen. In the context menu that opens, select **Windows PowerShell (admin)**. The //User Account Control// will warn you that Windows PowerShell wants to modify the system; confirm |
| < | < | ||
| Note that Windows | Note that Windows | ||
| Line 53: | Line 53: | ||
| mkdir s: | mkdir s: | ||
| </ | </ | ||
| - | Copy the boot loader | + | Copy the boot loader |
| * For a 32bit EFI computer, type: | * For a 32bit EFI computer, type: | ||
| < | < | ||
| Line 62: | Line 62: | ||
| move \slitaz\next\bootx64.efi s: | move \slitaz\next\bootx64.efi s: | ||
| </ | </ | ||
| - | Note we have renamed the file; this is not a necessity but it'll help you to remind that SliTaz is launched with GRUB 2. | + | Note we have renamed the file; this is not a necessity but it'll help to you remind that SliTaz is launched with GRUB 2. |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 80: | Line 80: | ||
| # | # | ||
| - | # Comment the line if you want SliTaz | + | # Comment the line if you want SliTaz |
| # change the value to define the time (seconds) to wait before booting. | # change the value to define the time (seconds) to wait before booting. | ||
| set TIMEOUT=-1 | set TIMEOUT=-1 | ||
| Line 91: | Line 91: | ||
| } | } | ||
| </ | </ | ||
| - | This config file considers (C:) is '' | + | This config file considers (C:) is '' |
| \\ | \\ | ||
| {{: | {{: | ||
| Line 104: | Line 104: | ||
| <note warning> | <note warning> | ||
| - | **Remember: you MUSN'T access | + | **Remember: you MUSN'T access (C:) as long as you haven' |
| </ | </ | ||
| Check if the fast startup is enabled (default); in the admin terminal, type '' | Check if the fast startup is enabled (default); in the admin terminal, type '' | ||
| Line 114: | Line 114: | ||
| //(Sorry for french screens; feel free to replace them with english version. Thanks.)// | //(Sorry for french screens; feel free to replace them with english version. Thanks.)// | ||
| \\ | \\ | ||
| - | To disable the fast startup, type '' | + | To disable the fast startup, type '' |
| \\ | \\ | ||
| {{: | {{: | ||
| Line 120: | Line 120: | ||
| \\ | \\ | ||
| The fast startup is __disabled__.\\ | The fast startup is __disabled__.\\ | ||
| - | You didn't think it was possible but yes, now Windows will boot even more slowly than before... | + | You didn't think it was possible but now yes, Windows will boot even more slowly than before... |
| \\ | \\ | ||
| \\ | \\ | ||
| =====6. Configuring the computer (Setup)===== | =====6. Configuring the computer (Setup)===== | ||
| \\ | \\ | ||
| - | You don't have anything else to do than to disable the '' | + | You don't have anything else to do than to disable the '' |
| If you came directly to this tutorial without doing an EFI LiveUSB, see step 5 of [[http:// | If you came directly to this tutorial without doing an EFI LiveUSB, see step 5 of [[http:// | ||
| \\ | \\ | ||
| Line 131: | Line 131: | ||
| =====7. Run SliTaz===== | =====7. Run SliTaz===== | ||
| \\ | \\ | ||
| - | Reboot the computer and access | + | Reboot the computer and access the Multiboot mode. On the //**hp**// Laptop 17-bs032, press the **[F9]** key immediately after you've powered on the computer until the '' |
| \\ | \\ | ||
| {{: | {{: | ||
| Line 140: | Line 140: | ||
| {{: | {{: | ||
| \\ | \\ | ||
| - | < | + | < |
| </ | </ | ||
| Congratulations and Welcome to SliTaz Next! | Congratulations and Welcome to SliTaz Next! | ||
| \\ | \\ | ||
| <note tip> | <note tip> | ||
| - | **Want to test the last ISOs of SliTaz without to have changes to do in (ESP)?**\\ | + | **Want to test the latest |
| Add a generic entry in your grub.cfg; ie: | Add a generic entry in your grub.cfg; ie: | ||
| - | < | + | < |
| # Menu 1: boot Slitaz from ISO file | # Menu 1: boot Slitaz from ISO file | ||
| menuentry " | menuentry " | ||
| Line 155: | Line 155: | ||
| } | } | ||
| </ | </ | ||
| - | Download the ISO to test in c: | + | Download the ISO to test in c: |
| </ | </ | ||
| \\ | \\ | ||
| - | We know enough to proceed | + | We now know enough to proceed |
| \\ | \\ | ||
| \\ | \\ | ||