• Like a flash drive in hp pavilion bios. Reinstalling Windows on an HP laptop. What to do if the flash drive is not detected in the BIOS

    Good afternoon.
    Do you have a question: “How to boot from a flash drive on an HP 15-ac003ur laptop?” Now I will show you in photographs how to boot from a flash drive.
    This HP 15-ac003ur laptop comes with Windows 8.1 pre-installed and here we conclude that by default the BIOS boots in UEFI mode.
    And if you have a bootable USB flash drive without a UEFI bootloader, then you will have to configure the BIOS.

    So let's look at the option of booting from a flash drive with a UEFI boot loader on an HP 15-ac003ur laptop.
    1

    Turn on the laptop and press the key "ESC" and we see a menu appears “Startup Menu”.

    Press the key "F9". Appear “Boot optoin menu”. Here we select our flash drive. If you have it without a UEFI bootloader, then “Boot option menu” it won't appear.
    P.S.: Also, in this menu (by pressing the F11 key) you can rollback/restore Windows 8.1 if the recovery partition is intact.


    Let's move on to BIOS settings for booting from a flash drive without a UEFI bootloader on an HP 15-ac003ur laptop.

    Let's go to “Startup menu”(as written above) and press the key "F10", or when turning on, immediately press the key "F10".
    And the BIOS of the HP 15-ac003ur laptop appears in front of us. Here we see the main characteristics of the laptop, such as: the amount of installed RAM, processor, BIOS version and much more.

    We need to disable, or rather transfer the BIOS operating mode from UEFI to Legacy.
    Go to the tab “System Configuration” and option "Secure Boot" translate from "Enabled" V "Disabled".

    Switch the “Legacy Support” option to “Enabled”.

    After switching, a warning window will appear. We don’t pay attention, we just confirm.

    Having saved the settings, the laptop will reboot and a message will appear that the settings have been changed and if you want to boot with the parameters that were set, press 9365 and Enter.


    P.S.: Your numbers will be different.
    1
    Enter the numbers that appear on your display and press “Enter”. After pressing “Enter”, immediately press “F9” to call the “Boot menu option”.


    P.S.: If you are unable to launch the Boot menu option, then you will have to do all the settings again, this is the protection of the BIOS.
    That's all the BIOS setup for booting from a flash drive on an HP 15-ac003ur laptop

    Hello admin! I suffered all day today with the HP Pavillion laptop, I want to install the Windows 7 operating system on it instead of the currently installed Windows 8. I connect a proven bootable Windows 7 flash drive to the USB 2.0 port, then I reboot the laptop and often press the ESC key,


    The same thing happens with the Windows 7 boot disk.



    As you can see, the Secure Boot option in the BIOS is enabled,






    How to boot an HP Pavillion laptop from a flash drive or disk

    "To change the safe boot mode, please enter the code below to complete the change. If you did not submit this request, then press ESC to exit without changing." I think you already understand that in this message we are asked to enter this code 8721 on the laptop keyboard (in your case the code will naturally be different) and press Enter, after which your changes in the UEFI BIOS settings will be saved and the laptop will reboot,



    What we were dealing with now is nothing more than an additional means of protection from us (malicious users), oh, sorry, that’s not what I meant, of course, this is a remedy against rootkit malware, used on HP laptops.

    At the end of the article I also want to say this. All new laptops have the Windows 8 operating system installed and the BIOS interface has been replaced by the UEFI interface. Many readers have questions. What is UEFI BIOS, who invented it and why? What is the Secure Boot tab for and is it possible to disable it, and if so, how to do it? You will learn all this from our next article entitled "".

    HP laptops usually come with a pre-installed Windows 8 operating system, which many users prefer to change to the more familiar Windows 7 and turn to service centers for help. We want to help you a little and tell you how to reinstall Windows on an HP laptop yourself.

    You can’t do without theory: BIOS and UEFI, MBR and GPT

    To reinstall the operating system, as a rule, you should start by going to the BIOS. But in the case of an HP laptop, we will have to deal not with a traditional BIOS, but with BIOS UEFI - a new, more modern interface between the system and equipment.

    Among the many new functions of the “Extensible Firmware Interface”, this is how the abbreviation “Unified Extensible Firmware Interface” is translated, we want to note only one - the ability to work with disk space of 9,000,000,000 TB. This is achieved through the use of GPT - a partition table that replaced the usual MBR. For comparison: MBR provides access to disk space of no more than 2 TB.

    Disable Secure Boot

    One of the pitfalls of Windows 8 is the Secure Boot mode, which does not allow loading operating systems other than it.

    Our goal is to provide the ability to boot Windows 7 onto an HP laptop.

    1. As soon as the laptop starts to boot, press the Esc key and go to the boot menu.
    2. Using the F10 key, go to the Bios Setup section.
    3. Select Boot Options from the System Configuration tab.
    4. Disable Windows Safe Boot Mode:
      Secure Boot = Disabled.
    5. We enable support for compatibility with other operating systems:
      Legacy support = Enabled .
    6. To save the settings, press the F10 key and confirm in the dialog box that it is impossible to load the current operating system
      "...the system unable to boot the OS...".
    7. We re-confirm the change in the loading method by entering the suggested numbers using the main keyboard after the warning
      "... Secure Boot mode is pending ...".


    Selecting a boot device

    1. When restarting the laptop, press the Esc key and go to the boot menu.
    2. Go to the Boot Device Options section using the F9 key and select the boot device (flash drive, laser disk drive).

    Now our HP laptop is ready to install new Windows.

    If GPT is not suitable

    After you have reinstalled licensed Windows 7, all you have to do is deal with the drivers. But what to do if you do not have the ability to quickly activate the operating system? The boot partition created by GPT will be locked as soon as the activation period of Windows 7 expires, the system will go into an inoperative state and you will have to reinstall it again. You can solve this problem by converting a GPT disk to MBR.

    Convert to MBR with data deletion

    Converting a GPT disk to MBR is performed using the DiskPart utility from the Windows 7 distribution and entails complete deletion of data on the disk. This option is suitable for users who decide to reinstall the operating system immediately after purchasing an HP laptop. For everyone else, be sure to back up your drive before converting.

    1. We boot from the Windows 7 installation disk and reach the stage of selecting the OS installation partition.
    2. In command line mode, launch the DiskPart utility using the key combination +F10:
      diskpart
    3. We get a list of hard drives installed on the computer and find the one we need:
      list disk
    4. To select a disk, use the command select disk N, where N is the serial number of the disk. Disk numbering starts from zero. Our laptop only has one hard drive, so the disk selection command looks like this:
      select dick 0
    5. Deleting data:
      clean
    6. Convert the disk:
      convert mbr
    7. We finish working with the command line:
      exit
    8. We continue installing Windows.

    Convert to MBR without data loss

    Converting a GPT disk to MBR without data loss is done using the Paragon Manager utility, which can be found on multiboot disks (Live CDs). We will use the Lex Live CD (build from Lexa 2011).

    1. Boot from Live CD.
    2. We launch Paragon Manager and select our hard drive, which Paragon recognized as Basic GPT.
    3. We start the conversion process by selecting the option Convert to basic MBR disk(Hard disk command of the top menu).


    How to boot an HP Pavillion laptop from a flash drive or disk? Hello admin! I suffered all day today with the HP Pavillion laptop, I want to install the Windows 7 operating system on it instead of the currently installed Windows 8. I connect a proven bootable Windows 7 flash drive to the USB 2.0 port, then I reboot the laptop and often press the ESC key,

    I get to the “start menu”, now I press F-9 Boot Device Options (change boot settings),

    I get to the boot menu, but my Kingston flash drive is not there, although it is already connected to the laptop (the flash drive is definitely bootable).


    The same thing happens with the Windows 7 boot disk.
    So I’m thinking “a miracle of hostile technology”, then I’ll do it differently, change the boot priority directly in the UEFI BIOS, reboot the laptop, then press ESC again when booting, get to the “start menu”, now press F-10 BIOS Setup


    And I enter the UEFI BIOS and select the System Configuration option, and in it the Boot Options tab, I go into it.


    As you can see, the Secure Boot option in the BIOS is enabled,


    I disable it, set it to the “Disabled” position, and set the “Legacy support” option to the “Enabled” position, a warning appears, select Yes,


    Then I press F-10 (I save the settings, press Yes and reboot),


    After the reboot, this window appears with the message
    A change to the operating system secure boot mode is pending. Please enter the pass code displayed below to complete the change. If you did not initiate this request, press the ESC key to continue without accepting the pending change


    I pressed ESC, Enter, and other keys, everything is useless, the laptop reboots and loads the Windows 8 operating system. And if you enter the UEFI BIOS again, then everything is unchanged there, the Secure Boot option is Enabled, and “Legacy” support" is disabled Disabled, that is, as if I did not change anything.

    I ask you to explain to me, a simple user, why I can’t boot HP Pavillion laptop from flash drive, why don’t the UEFI BIOS settings change, what am I doing wrong? And most importantly, why on a laptop with a UEFI BIOS you can only install Windows 8, and no other operating system, you have to “knock yourself out” like this and waste your “nerve” cells. Tolyanych from Vitebsk.

    How to boot an HP Pavillion laptop from a flash drive or disk

    Hello friends! Our reader does everything right until the last screenshot. It was only necessary to correctly translate this message:

    "To change the safe boot mode, please enter the code below to complete the change. If you did not submit this request, then press ESC to exit without changing." I think you already understand that in this message we are asked to enter this code 8721 on the laptop keyboard (in your case the code will naturally be different) and press Enter, after which your changes in the UEFI BIOS settings will be saved and the laptop will reboot,


    And after the reboot, press ESC, get to the “start menu”, press F-9 Boot Device Options (change boot settings),

    We get to the boot menu and our Kingston flash drive is already present here, select it and press Enter, our laptop boots from the flash drive.


    What we were dealing with now is nothing more than an additional means of protection from us (malicious users), oh, sorry, that’s not what I meant, of course, this is a remedy against rootkit malware, used on HP laptops.

    At the end of the article I also want to say this. All new laptops have the Windows 8 operating system installed and the BIOS interface has been replaced by the UEFI interface. Many readers have questions. What is UEFI BIOS, who invented it and why? What is the Secure Boot tab for and is it possible to disable it, and if so, how to do it? You will learn all this from our next article entitled "".

    Not long ago, the American company Hewlett-Packard released its line of g6 laptops, which are positioned as mid-budget with entry-level business class. The main elements of the external decoration of the body of such devices were glossy plastic elements using the structured surface of the cover, as well as metal elements of the moving body structures. Screen matrices are used by TN-film, providing the necessary level of display of both information for work and multimedia applications. The hardware of the devices varies from initial working capacities to initial gaming ones, which allows the user to choose a device “for themselves.” G6-series laptops run Windows, Linux and ChromOS. The connecting link between the operating system and the hardware of these laptops is a special BIOS settings system. Here the user can enable or disable those integrated into the product, change the boot priorities of hard drives and external media, and also fine-tune individual elements of the laptop.

    What is BIOS and how to enter it?

    BIOS is an element of computer device software implemented at the microcircuit level that allows operating systems to use the entire arsenal of its hardware.

    A special version of this program is also installed in the HP Pavilion g6. devices, we will consider further.

    The procedure for entering this settings menu is as follows:

    • With the laptop turned off, press the power button.
    • Quickly press Esc several times.
    • Press the F10 button.
    • How to enter the BIOS has been decided. Settings menu on screen.

    It is worth noting that changing the settings in this menu must be done by a user who has an idea of ​​what he is doing and why, otherwise there is a high probability that the laptop will malfunction and malfunction due to incorrect changes.

    Learn more about BIOS menu items

    How to enter the BIOS on the HP Pavilion g6 has already been discussed. Now let's look at each item in the BIOS settings menu separately.

    Main menu

    Here you can find basic information about the installed processor, RAM, BIOS version, device ID and its elements. It is also possible to configure the system date and time.

    Security menu

    Password settings for entering the BIOS when connecting to a hard drive and enabling/disabling additional security elements.


    Diagnostic menu

    Includes elements for checking the operation of basic hardware elements and displaying information about their status.

    System Configuration

    After entering the HP Pavilion g6 BIOS, at this point the user can change the menu language, enable/disable processor virtualization technology (if supported), and configure the cooler operating mode. And also in the “Settings” submenu Boot set the boot priority

    Exit menu

    Everything is simple here: you can select the exit mode with saving changes, without saving, or reset the settings to factory settings.

    Basic BIOS settings for installing Windows

    Before you start Windows on an HP g6 series laptop, you need to set the appropriate settings in the BIOS.

    We place HP Pavilion g6 at the workplace. How to enter the BIOS is already known. Go to the "System Settings" menu and open the Boot settings sub-item. Here, using the F5 and F6 keys, we move the device with the Windows installation image (flash drive, CD) to the very top of the priority tree. This action will allow the system to start the installation process from the specified media upon startup. Before exiting the BIOS settings, in the “Exit” menu, you must select the option to save the settings and confirm your choice. After rebooting the laptop, the installation process will begin.

    Having mastered the information on how to enter the BIOS on the HP Pavilion g6, Windows 8, 7, XP can be installed without much difficulty.

    Benefits of correct BIOS settings

    It is always better to read and understand the instructions for setting up something than to troubleshoot problems later. So it is in the case of owning an HP Pavilion g6 laptop. How to enter the BIOS and configure it correctly before installing/reinstalling the operating system is very important to understand when mastering the device. A properly configured BIOS allows the device to operate stably, quickly and without failures. Therefore, if you install a new operating system without making changes to the BIOS settings, problems may arise in the performance and functionality of the device. It is better to complete the process 100% than to stop halfway.

    With the above knowledge, it is easy and simple to unlock the full potential of the HP Pavilion g6 laptop. Now you know how to enter the BIOS and configure it correctly.

    Greetings, my dear readers. The other day they brought me an interesting laptop: HP 255 G2 with Windows 8.1 pre-installed (as it should be now), however, its owner did not want to relearn and tearfully asked to put the usual seven. As they say: the master is the master, and it was decided to demolish Windows 8.1, which came with the kit, and install Windows 7. However, everything turned out to be not as simple as I thought at first glance!

    How to install Windows 7 on an HP laptop in pictures

    So how can we install Windows 7 on an HP 255 G2 laptop, even if the standard delete or f2 does not allow us to get into the usual BIOS of the laptop? (which puzzled me a lot). It was then that I remembered a clever phrase: if all else fails, then finally read the instructions!

    The instructions included were very sparse: it showed how to insert the battery and what to press to turn it on... and a couple of pages on how to use Windows 8.1. As you can imagine, such reading was of little use to me and I had to go to the official website for answers, and I found them!

    Here's the information... to get into the BIOS! to set the boot device we need to press when starting the laptop first and then, after that you will be taken to the BIOS, where you can make settings.

    How to install Windows 7 on an HP laptop

    Since new HP laptops (almost all) have UEFI instead of the usual BIOS (A sort of modern alternative to BIOS) then there are some subtleties here (UEFI is a topic for a separate article, so we won’t consider it here, we’ll just figure out how to load seven on a laptop)... By the way, quality control was checked by my faithful cat, who never left his laptop for a minute :)

    If it weren't for the cat, I don't even know if I would have figured it out or not.

    So, if we briefly talk about UEFI innovations, then the main crutch in the installation of any other OS other than Eight - SECURE BOOT mode, which increases the security of the OS. The main problem is that no one except Windows 8 supports this feature. (from desktop OS of course), so to install Windows 7 on our HP 255 G2 or similar laptop, you just need turn off SECURE BOOT and instead of it activate Legacy Support , after these manipulations it may be easy to install any other operating system... at least 😉

    As soon as you turn on the laptop, immediately press and then until you get to the BIOS. Here we go to the tab System Configuration and select the item Boot Options on the menu...

    As you can see, there are very few settings here, so there shouldn’t be any difficulties here... in order for us to install Windows 7, we need to disable Secure Boot (Select ) and enable Legacy Support (Select ) . Unfortunately, in some HP laptops this may look a little different, but the meaning will always be the same: Secure Boot - Disabled, Legacy Support - Enabled.

    However, that’s not all, since changing the loading method will not allow the eight to load, we need to enter the confirmation code and press. I warn you right away that the buttons on the number pad are not active in this case... dial the code (in my case 9993) and press Enter

    Actually, that's all... now at startup we press + and we find ourselves in Boot Options - where we need to choose what to boot from, that’s all, the HP laptop is ready to install Windows 7.

    Instead of an afterword: If you, like me, decide, then take a closer look at the USB ports in the laptop... there are USB 3.0 ports that do not work quite correctly without installing drivers for them. For example, installing Windows 7 was impossible for me due to the lack of drivers for the optical drive, which sounds a little crazy - I installed it from a USB drive... but keep this in mind, if you have the same error, just insert the flash drive into another USB port of the laptop and repeat the download. Now you definitely won’t have any questions left: How to install Windows 7 on an HP laptop! In my opinion, we have considered all possible options;)

    Over time, operating systems accumulate unnecessary files and parts of deleted programs. There is a need to reinstall Windows or another OS. Most modern laptops (and sometimes desktop computers) no longer have a CD-ROM, so you need to know how to launch a bootable USB flash drive via BIOS and set the launch priority.

    Setting up BIOS to boot from a flash drive

    Every modern PC user should know how to set the BIOS to boot from a flash drive. This is due to the gradual abandonment of disks and the convenience of using removable drives. It is much easier to copy the system distribution (installer) onto media and install from it. The only difficulty that everyone who decides to install an OS from a drive faces is correctly setting up the BIOS. It should change the boot priority, which will force the computer to first read data from removable media, and only then launch files from the hard drive.

    Some PC owners are faced with the problem that the BIOS does not see the bootable USB flash drive. To avoid this situation, you should follow these recommendations:

    1. The drive must be in USB before starting the PC.
    2. Connect the media to the 2.0 connector, because version 7 of the OS does not have drivers for the 3.0 input.
    3. Sometimes the BIOS does not boot from a flash drive just because the USB controller is turned off (Award version). It must be enabled from the Integrated Peripherals/Advanced Chipset Features section. Make sure that next to this line is the word Enabled.

    Booting from a flash drive into Award Bios

    Global laptop manufacturers (Lenovo, Asus, Sony, HP) can install different BIOS versions on their devices. Below is an example of how to install the Award version in BIOS to boot from a flash drive:

    1. Restart your computer, press Del or F2 until a blue screen appears.
    2. Go to Advanced BIOS Features.
    3. If there is immediately an option called First Boot Device, then you should click on it and switch to removable media with the OS.
    4. In new versions of system firmware, there is an additional menu section called Boot Seq & Floppy Setup. Inside it, again prioritize the drive as First Boot Device.
    5. It is advisable to set your hard drive as the second device. This will be needed during the installation process so that it does not start in a circle.
    6. Use the Esc key to go to the main menu, go to Save & Exit Setup. Confirm saving changes.

    How to boot from a flash drive into AMI BIOS

    Do not forget that the bootable media must be inserted into the slot in advance. Below are instructions on how to set the BIOS AMI to boot from a flash drive:

    • go to settings using the Del button (press during the initial splash screen until the BIOS appears);
    • using the arrows, you need to select the Boot section;
    • go to the Hard Disk Drives menu, then press enter on the 1st Drive line;
    • Select the name of your OS drive from the list and press Enter.
    • go to the Boot device priority section;
    • enter the First boot device menu by pressing Enter;
    • re-install the removable media;
    • go to the top menu, select Exit saving changes or Save changes and exit, confirm your consent to make changes.

    How to boot from a flash drive in Phoenix-Award Bios

    There is another version of global settings. Below is an option on how to set Phoenix BIOS to boot from a flash drive. This option is much less common, but the principle remains the same: you need to assign a boot priority so that the program runs the OS installer. To go to the settings, press Del or F2, then:

    1. Check if the USB ports are enabled. Go to Peripherals and opposite the line “USB 2.0 Controller” there must be the word “Enabled”.
    2. After that, go to the Advanced tab, there, opposite the “First Boot Device” line, set the value to USB-HDD.
    3. Exit the settings and save via Save & Exit Setup.

    How to boot Windows from a flash drive to EFI (UEFI) Bios

    The latest versions of Windows offer the simplest and most intuitive option on how to boot from a flash drive in Bios. If in previous firmware the menu looked like a regular list in which it was necessary to use the arrows on the keyboard for manipulation, the new UEFI interface includes graphic elements and supports the use of the mouse. For different laptop models, the transition occurs using special buttons, for example:

    • HP - first ESC, and then F10;
    • Asus – Del, then F2.

    Some Windows 8 users have noted that they are having problems migrating to the UEFI version of the BIOS. To solve this problem, use one of the following options:

    1. Go to PC settings through the control panel, select the section with power settings. Here you need to turn off Fast Boot mode.
    2. Restart your computer and press the buttons indicated on the start screen to go to the BIOS.
    3. To restart Win 8, press the key combination Shift+Restart. In the menu after reboot, select the Troubleshoot section. Go to “Advanced options”. Here you need to click on UEFI Firmware Settings: you will be redirected to UEFI immediately after rebooting your PC.

    There are two ways to start from a drive through a new BIOS. Do not forget that after reinstalling the OS, the boot priority settings will need to be reset to their original form (so that the hard drive boots first). Graphical global settings are very clear; any user can navigate the sections. There are two simple options for setting drive priority.

    Good morning everyone!

    I don’t know whether this happens on purpose or by accident, but Windows installed on laptops is often terribly slow (with unnecessary add-ons and programs). Plus, the disk is not very conveniently divided - there is only one partition with Windows OS (not counting another “small” one for a backup copy).

    Actually, not so long ago I had to “figure it out” and reinstall Windows on an HP 15-ac686ur laptop (a very simple budget laptop with no bells and whistles. By the way, it was on it that the extremely “buggy” Windows was installed - because of this I was asked to help . I photographed some moments, and that’s how this article was born:))…

    Setting up the BIOS of an HP laptop to boot from a flash drive

    Remark! Since this HP laptop does not have a CD/DVD drive, Windows was installed from a USB flash drive (as this is the easiest and fastest option).

    I do not consider the issue of creating a bootable flash drive in this article. If you do not have such a flash drive, I recommend reading the following articles:

    1. Creating a bootable USB flash drive for Windows XP, 7, 8, 10 - (in the article I discuss installing Windows 10 from a flash drive, created based on this article :));
    2. Creating a bootable UEFI flash drive -

    Buttons to enter BIOS settings

    Remark! I have an article on my blog with a lot of buttons for entering the BIOS on various devices -

    This laptop (which I liked) has several buttons for entering various settings (and some of them duplicate each other). So, here they are (they will also be duplicated in photo 4):

    1. F1 - system information about the laptop (not all laptops have this, but here they built it into this budget one :));
    2. F2 - laptop diagnostics, viewing information about devices (by the way, the tab supports Russian, see photo 1);
    3. F9 - select a boot device (i.e. our flash drive, but more on that below);
    4. F10 - BIOS settings (the most important button :));
    5. Enter - continue downloading;
    6. ESC - see a menu with all these options for booting the laptop, select any of them (see photo 4).

    Important! Those. if you don’t remember the button to enter the BIOS (or something else...), then on a similar range of laptops, you can safely press the ESC button after turning on the laptop! Moreover, it is better to press several times until the menu appears.

    Photo 1. F2 - HP laptop diagnostics.

    Note! You can install Windows, for example, in UEFI mode (to do this, you need to burn the USB flash drive accordingly and configure the BIOS. More details about this here:). In my example below, I will consider the “universal” method (since it is also suitable for installing Windows 7).

    So, to enter the BIOS on an HP laptop ( approx. Laptop HP15-ac686) you need to press the F10 button several times - after you have turned on the device. Next, in the BIOS settings, you need to open the System Configuration section and go to the Boot Options tab (see photo 2).

    Photo 2. F10 button - Bios Boot Options

    1. Make sure that USB Boot is enabled (must be in Enabled mode);
    2. Enable Legacy Support (must be Enabled);
    3. In the Legacy Boot Order list, move the lines from USB to the first places (using the F5, F6 buttons).

    Photo 3. Boot Option - Legacy Enabled

    Actually, now you can start installing Windows. To do this, insert a pre-prepared bootable USB flash drive into the USB port and reboot (turn on) the laptop.

    Photo 4. Boot Device Option (selecting an option to boot an HP laptop)

    A window should appear allowing you to select your boot device. Because We install Windows from a flash drive - then you need to select the line with “USB Hard Drive...” (see photo 5). If everything is done correctly, then after a while you should see the Windows installation welcome window (as in photo 6).

    Photo 5. Selecting a flash drive to start installing Windows (Boot Manager).

    This completes the BIOS setup for OS installation...

    Reinstalling Windows 10

    In the example below, Windows will be reinstalled on the same disk (albeit on a completely formatted and partitioned slightly differently).

    If you have configured the BIOS correctly and burned the USB flash drive, then after selecting the boot device (F9 button (photo 5))- you should see a welcome window and offers to install Windows (as in photo 6).

    We agree with the installation - click the “Install” button.

    Photo 6. Welcome window for installing Windows 10.

    Next, having reached the installation type, you need to select “ Custom: Windows installation only (advanced users)". In this case, you can format the disk as needed and completely remove all old files and OS.

    Photo 7. Custom: Windows installation only (for advanced users)

    The next window will open a (sort of) disk manager. If the laptop is new (and no one has “commanded” it yet), then most likely you will have several partitions (including backup ones, for backups that will be needed to restore the OS).

    My personal opinion is that in most cases, these sections are not needed (and even the OS that comes with the laptop is not the best, I would say “stripped down”). It is not always possible to restore Windows OS with their help; it is impossible to remove some types of viruses, etc. And a backup on the same disk as your documents is also not the best option.

    In my case, I simply selected them and deleted them (every single one. How to delete - see photo 8).

    Important! In some cases, removing the software that comes with the device is a reason for refusing warranty service. Although, as a rule, software is never covered by a warranty, and yet, if in doubt, check this point (before deleting everything)…

    Photo 8. Deleting old partitions on the disk (which were on it when the device was purchased).

    Photo 9. Everything was deleted - there was only one unallocated disk left.

    Then all that remains is to select this partition (97.2GB), click the “Next” button and install Windows into it.

    Remark! By the way, the rest of the space on your hard drive doesn’t need to be formatted at all for now. After Windows is installed, go to Disk Management (through the Windows Control Panel, for example) and format the remaining disk space. Usually, they just make another partition (with all the free space) for media files.

    Photo 10. One ~100GB partition was created to install Windows on it.

    Photo 11. Installation process (you just need to wait :)).