- Returning items you bought from Microsoft Store for exchange or refund
- Returns and exchanges
- Refunds
- Unexpected or inaccurate charges
- More help
- Установка rEFInd Boot Manager
- Installing refind from Windows 10
- What our goals are
- What our goals aren’t
- What you’ll need
- Before we get started
- Getting started
- Microsoft Windows’ Boot Environment
- Replacing Windows Boot Manager
- Installing refind
- Renaming the Microsoft folder
- Troubleshooting
- I messed things up and now I can’t boot my computer
- Refind shows up without any option (hangs)
Returning items you bought from Microsoft Store for exchange or refund
If you purchased a product from Microsoft or Microsoft Store, you can request a return. You’ll then find out if your product is eligible for a return. If you purchased a product from another organization and have changed your mind, you may contact that organization to inquire about returns or refunds (subject to their refund policy). You can check your Order history to verify what you’ve ordered from Microsoft.
Note: If you want to cancel a Microsoft subscription or free trial subscription, including Xbox Live and Microsoft 365, see Cancel or turn off recurring billing on a Microsoft subscription. If you see a charge after turning off recurring billing, you may have turned it off after the expiration date. Subscription recurrence dates and billing dates are different (learn more).
Returns and exchanges
You can manage returns, exchanges, and more on the Order history page.
To request a return or exchange:
Sign in to Order history, and then select Request a return. If you don’t see Request a return, your item may not be eligible for a return. For detailed info about the return and refund policy, see Microsoft Terms of Sale.
Items that may be eligible for return, refund, or exchange include physical goods like a Surface, Xbox controller, virtual reality headset, or packaged software. Digital gift cards and service/subscription cardsmay also be eligible for return (see Microsoft gift card terms and conditions). Digital goods like apps, games, add-on content, subscriptions, movies, TV shows, and books aren’t returnable unless the offer or applicable law states that you’re eligible for a refund.
Note: In Australia this return information does not affect any remedy you may have under the Australian Consumer Law. Please refer to https://aka.ms/acl for details of your rights under the Australian Consumer Law.
Follow the instructions on the screen to get a prepaid shipping label for the return. If you can’t get a prepaid shipping label for the return, contact support.
When we receive your item and find it eligible for a return, we’ll either ship you a replacement or issue you a refund.
You can see the status of your return or exchange on the Order history page (learn more).
Refunds
When you make a qualifying return, we’ll credit the full amount, less the original shipping and handling charges. Refunds are generally processed within 3–5 business days after we receive your item and find it eligible for a return. Refunds are applied to the original payment option.
You can see the status of your refund on the Order history page (learn more).
Unexpected or inaccurate charges
To address unexpected charges, first see What to do about unexpected charges from Microsoft. If you don’t see the cause for your unexpected charge, you can select the Contact us link at the top of the page, or you can contact Microsoft Store support.
More help
See the resources below for more help with Microsoft products and services.
See more topics related to Microsoft subscriptions at My subscriptions.
Visit Microsoft Support for help with products such as Windows 10, Xbox, Office, and more.
Установка rEFInd Boot Manager
Меняем внешний вид Диспетчера загрузки Windows, не ради забавы, а токмо пользы для. Пример с моим ноутбуком UEFI.
Для того чтобы загрузиться с флешки, мне нужно во время перезагрузки нажать клавишу F9 и попав в boot menu, выбрать приоритет загрузки с загрузочного USB-устройства.
После установки Linux, мне нужно заходить в UEFI-BIOS (клавиша F10) и в менеджере загрузок перемещать строку Ubuntu выше Windows. Сохранять настройки и снова делать перезагрузку. Только после этих манипуляций, смогу увидеть загрузчик Grub и спокойно загрузиться в Linux. Но загружаться в Windows, снова приходится сначала козьими тропами, потом волчьими дорогами:).
Всё это порядком надоедает, когда у тебя несколько разных операционных систем и различные загрузочные внешние накопители.
Предлагаю установить более современный и гибкий rEFInd Boot Manager, где в одном окне соберётся весь «Цыганский табор»: http://www.rodsbooks.com/refind/index.html
Темы rEFInd: http://www.rodsbooks.com/refind/themes.html
Путь к архиву rEFInd —> на гланой странице (ссылка выше) переходим в Contents —> Getting rEFInd—Links to download rEFInd —> A binary zip file—Download или сразу по этой ссылке: https://sourceforge.net/projects/refind/files/0.11.4/refind-bin-0.11.4.zip/download
Далее нужно придерживаться чётких правил. Открываем архив и в корень диска с операционной системой извлекаем не все файлы, а только папку refind (кликай по картинке):
Корень диска с системой:
Теперь файлы rEFInd нужно перенести на скрытый, системный, загрузочный раздел EFI (инструкция для UEFI, хотя в BIOS еще легче).
От имени администратора открываем интерпретатор командной строки (cmd) и пишем следующие команды:
mountvol S: /S
cd..
cd..
xcopy /E refind S:\EFI\refind\
S:
cd EFI\refind\
rename refind.conf-sample refind.conf
bcdedit /set «
bcdedit /set «
bcdedit
exit
Измените refind_x64.efi для refind_ia32.efi, если вы на 32-битной версии. Напоминаю, refind должна лежать в корне диска (С:).
Некоторые UEFI другие директории не видят. Поэтому небольшой work around для таких систем существует. В папку BOOT, переносим refind_x64.efi и refind.conf. В папке BOOT файл bootx64.efi переименуем в bootx642.efi. Файл refind_x64.efi переименуем в bootx64.efi. Как это сделать используя cmd от имени администратора:
mountvol S: /S
cd..
cd..
xcopy 1\*.* S:\EFI\Boot (В корне диска (C:) создать папку 1. Положить файлы refind_x64.efi и refind.conf)
S:
cd EFI\Boot\
rename BOOTx64.efi BOOTx642.efi
rename refind_x64.efi BOOTx64.efi
Что получаем визуально:
Далее в моём случае нужно сделать перезагрузку (у вас возможно всё будет по другому) и зайти в UEFI-BIOS (клавиша F10) —> System Configuration —> Boot Options —> OS Boot Manager —> «Подымаю» rEFInd выше других записей.
После этого сохранив настройки уходим на перезагрузку. Радуемся новому Boot Manager, где в одном окне и загрузочная флешка и Linux и Windows и жена со сковородкой и любимая тёща с заумными советами:)
Ролик для закрепления материала прилагается:
Помните, всё, что Вы делаете, только на свой страх и риск. Блог не несёт ответственность за действия пользователя.
Есть второй способ : Установка rEFInd Boot Manager из памяти компьютера.
Этим способом легче и команд на порядок меньше:
Кажется, что всё трудно, долго, не понятно. на самом деле если хорошо вникнуть — легкотня. Зато потом рай в выборе операционных систем и загрузочных дисков.
Installing refind from Windows 10
In this blog post I’ll be covering the process of installing and troubleshooting refind bootloader from a machine running Windows 10 1903 (although I hope this will survive any updates from Microsoft).
At first, I tried following the official documentation and replacing the
So, I’ll be describing here the steps I had to take in order to make everything work as expected, and some guide to troubleshoot any error that you stumble on. Here’s a screenshot of the final result:
What our goals are
- Install and theme refind from a Windows 10 machine
- Make refind the default bootloader
- Prevent Windows from setting itself as the bootloader after every boot
What our goals aren’t
- Cover the details of installing refind from any other Operating System (if you’re not on Windows 10 and wants to install refind, take a look here)
- Make Secure Boot happy (I may or may not make a blog post about this in the future. If you want to use Secure Boot — which I recommend -, you can start by taking a look at the official documentation on this topic)
What you’ll need
- refind (duh)
- Explorer++ or some other file explorer that can be launched as Administrator (I’ll assume that you have one, but it is not required at all. If you feel confortable, you can do all the file moving/editing from your command prompt)
- A Windows 10 bootable USB stick (or DVD if you live in a cave)¹
¹NOTE: The Windows 10 bootable is not required, but is recommended in case you mess things up.
Before we get started
⚠️ UPDATE: Before you proceed, I recommend trying the steps on the official documentation and using this only as last resort. If you do have to follow this path, I recommend you backup your refind installation folder after the installation is complete. When you are installing some OSes (e.g. Linux), they will overwrite refind’s files and prevent you from booting into refind (but booting into the fresh installed OS will work). If this happens, all you have to do is login into the OS you just installed and restore your refind backup.
First of all, go ahead and disable UEFI’s Secure Boot. I won’t go into details on how to do it, since it changes from system to system. If you don’t know how to do it just search around. Pay attention not to disable UEFI, just Secure Boot.
Getting started
In ordet to get started, we’ll need access to the Windows’ FAT32 EFI partition. To do that, we’ll have to mount it. From an elevated command prompt, issue the following command (where B: is the letter you want to assign to the partition):
After this, you should have your partition mounted at B: (or whatever letter you specified). In order to access it, you’ll have to launch Explorer++ as Administrator (see the note below). If you open it up you should see the following structure:
NOTE: The old trick of killing explorer.exe and launching it from an elevated command prompt doesn’t seem to be working anymore. The B: drive shows up but is not accessible. I prefer not to mess around with this drive’s permissions, so I’m using this alternative method.
Microsoft Windows’ Boot Environment
Microsoft’s folder intuitively contains files used to boot Windows. I’ll summarize what I think is important about the boot process, but if you want to know more, I suggest you start here (this link is where I’m getting all the info below).
NOTE: I’m not an expert, so I may say something that is not 100% accurate. If you find something that you think is incorrect, please drop me a line.
With just Windows installed, this is what the boot flow looks like:
UEFI Firmware: Performs CPU and Chipset initialization, load drivers, etc.
UEFI Boot Manager: Loads UEFI device drivers and loads boot application
Windows Boot Manager ( EFI\Microsoft\Boot\bootmgfw.efi ): Is responsible for loading the Windows Loader ( C:\Windows\System32\winload.efi ) chosen by the user (in case there’s more than one Windows installed).
Replacing Windows Boot Manager
Our goal here is to replace Windows Boot Manager with refind (but, of course, allowing refind to call the Windows Boot Manager later if that’s what the user wants).
In order to do that, we’ll use the EFI fallback file. Here’s a quick definition, but if you want to know more, take a look here and here.
The firmware will look through each EFI system partition on the disk in the order they exist on the disk. Within the ESP, it will look for a file with a specific name and location. On an x86-64 PC, it will look for the file \EFI\BOOT\BOOTx64.EFI.
So… let’s recap: we know that the firmware looks for Windows Boot Manager on EFI\Microsoft\Boot\bootmgfw.efi and we know that, if it doesn’t find it, it’ll look for whatever file is at EFI\Boot\bootx64.efi . Hmm…
You probably realized where we are going here, but in case you dind’t: our plan is to set refind as the EFI fallback file and move Windows Boot Loader to some place where the firmware can’t find it. Then, we can create an entry in refind pointing to the place where we moved Windows’ files.
This is actually quite simple, but will require a few hacks. Lets begin.
Installing refind
First of all, rename the existing EFI\Boot folder to something like EFI\Boot.old , so that you have a backup in case you need it. With this out of the way, create a new EFI\Boot folder and copy refind’s files there. Rename refind_x64.efi to bootx64.efi .
One more thing, add the following entry to your refind.conf file (this is important, trust me), replacing
After this step, refind is properly set up as the EFI fallback. All we have to do now is make Windows Boot Loader unfindable by the UEFI firmware.
Renaming the Microsoft folder
This should’n need a dedicated section, but is not as straightforward as it seems. The EFI\Windows folder cannot be renamed from Windows (since it is kept in use).
So, you’ll need to get a command prompt at boot. In order to do that I usually use the Windows bootable (just press Shift + F10 on menu), but there are other ways to do it in case you didn’t set up your bootable media.
At the boot command prompt, mount the EFI partition and navigate to the EFI folder:
At this point, if you explore this folder, you should have your Boot folder with refind’s files and Microsoft folder with Windows’ ones. All you have to do is rename the Microsoft folder to the same name you used on your refind’s menuentry .
⚠️Remember to replace
And that’s it. Close the command prompt and restart your computer. Next time you boot your firmware should not find Windows Boot Manager and fallback to refind. Since we manually added the Windows entry to refind, you should be able to boot into Windows from there.
Troubleshooting
I messed things up and now I can’t boot my computer
Keep calm. This probably happened to me a few dozen times in the process of trying to install refind.
All you have to do is fix your EFI partition. I usually just format the partition and ask Windows to rebuild it, this way you should have a fresh start. Note that this will only work if Windows is the only operating system installed in this partition.
To format and rebuild the partition, boot into your Windows 10 media (I hope you have one), launch a command prompt and execute the following:
This should rebuild your EFI partition and you should be able to boot into Windows now.
Refind shows up without any option (hangs)
This happened to me. In my case it was an issue with the NTFS driver, so all I had to do was remove the ntfs_x64.efi file from the EFI\Boot\drivers_x64 folder.
NOTE: You don’t need the NTFS driver to boot into Windows, since the EFI partition is using FAT. For more info, take a look here
If it isn’t a drive issue for you, see if any of the below helps. This is a quote from refind’s author Roderick W. Smith:
This sort of problem normally indicates a filesystem issue – rEFInd is getting stuck in an infinite loop attempting to read one of the filesystems on the disk. I recommend you try the following:
1. If you have any external disks attached to the computer, try unplugging them. Such disks sometimes cause problems. If this fixes the problem but you need to use the external disk on a regular basis, you may need to further debug the problem as below; but if it’s just a USB flash drive that you don’t need to leave permanently attached, then this should be the end of it.
2. Remove (or move) all the EFI filesystem drivers from the “drivers”, “drivers_x64”, and “drivers_ia32” subdirectories of the rEFInd installation directory. (Normally there’ll be only one drivers subdirectory; just remove all those driver files.) Reboot. 3. If rEFInd hangs even with no EFI filesystem drivers installed, then the problem is likely with the ESP or some other FAT filesystem. You can try doing a filesystem check on such partition(s) with dosfsck in Linux, CHKDSK in Windows, or similar utilities. In an extreme case, you could try backing up the ESP (and/or other FAT partitions), creating a fresh filesystem, and restoring the data.
4. If rEFInd comes up and shows a menu after removing the filesystem drivers, even if the menu options are incomplete, then this is good; it indicates that there’s a problem with one of the filesystems or their drivers. You can then begin restoring the driver(s) that you need. Normally this will be just one, for whatever filesystem holds your Linux kernels. (You do NOT need the NTFS driver to boot Windows.)
5. If rEFInd works at this point, then you’re done – the problem was in some superfluous driver(s) that you weren’t using. 6. If rEFInd hangs, then you can try booting in some other way and using a filesystem check utility like fsck on the filesystem(s) that can be read with the driver(s) you restored. With any luck this will fix the problem.
7. If the problem persists at this point, you have a number of options:
a) Remove the offending filesystem driver, install GRUB, and use it to boot the Linux kernel. GRUB uses a different filesystem driver and so may not be affected.
b) If you don’t already use one, create a small (
1GiB) partition to use as /boot, using a different filesystem than your main Linux partition. You can then install the EFI driver for the /boot partition, copy the contents of /boot to it, and adjust /etc/fstab to mount this partition at /boot. The ext4fs, Btrfs, and ReiserFS EFI drivers are the fastest ones.
c) Do as in option b, but use FAT, which requires no special driver. This works better with some distributions than others, though. Debian-based distributions often use symbolic links, which aren’t supported on FAT, in /boot, for instance. Some Arch Linux users like to use FAT on /boot (or mount the ESP at /boot), by contrast.
d) Completely wipe and re-install the offending partition(s). It’s possible that the EFI driver is flaking out because of leftover data that wasn’t completely erased when you created the partition. If you opt to do this, I recommend completely zeroing the partition (with “dd if=/dev/zero of=/dev/
e) Try a different EFI filesystem driver. The efifs project (http://efi.akeo.ie/) offers a large number of EFI filesystem drivers, and its variant of the rEFInd driver might work better on your system.
There may be some other options and potential causes I’m forgetting.