• Portada
    • Recientes
    • Usuarios
    • Registrarse
    • Conectarse

    Concepts Boot managers

    Programado Fijo Cerrado Movido Sistemas operativos
    11 Mensajes 4 Posters 2.9k Visitas 1 Watching
    Cargando más mensajes
    • Más antiguo a más nuevo
    • Más nuevo a más antiguo
    • Mayor número de Votos
    Responder
    • Responder como tema
    Accede para responder
    Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.
    • FassouF Desconectado
      Fassou MODERADOR
      Última edición por

      In Boot sector - Wikipedia, the free encyclopedia they explain everything to you.

      Salu2!

      Intel i5 3570k / ASRock Z77 Extreme 4 / G.Skill F3-12800CL9D-8GBRL / Sapphire HD5850 / Samsung HD103UJ / TR TrueSpirit / NZXT Source 210 / OCZ ZS550W
      Intel i5 4570 / ASRock H87 Pro 4 / 2x G.Skill F3-14900CL8-4GBXM / Samsung 850 EVO 250Gb + ST1000DM003 + ST2000DM003 + HGST HDS723020BLA642 + Maxtor 6V250F0 / CM Seidon 240M / Zalman MS800 / CM MWE 550
      AMD Ryzen 7 1800X / B350 / 2x8GB Samsung DDR4-2400 CL17 / NVIDIA GTX 1070 8GB / SSD 120GB + ST4000DM004 + ST6000DM003 / EVGA Supernova 650 G2

      hlbm signature

      G 1 Respuesta Última respuesta Responder Citar 0
      • G Desconectado
        gogofe @Fassou
        Última edición por

        Hello,

        I don't quite understand English and I've read in Spanish but I can't resolve the doubts I mentioned to you.

        Thank you

        SylverS 1 Respuesta Última respuesta Responder Citar 0
        • SylverS Desconectado
          Sylver Veteranos HL @gogofe
          Última edición por

          6. What does it mean when people say they have Windows 7 on one partition and then install XP on another and the latter crashes the boot manager, does it mean that when installing XP, its boot manager instead of being written to the second partition would overwrite the boot manager of the first partition where Windows 7 is?

          The first partition is the active one, from which the operating system always boots. If the files of the Active partition are not modified, the OS added later will not be detected, or there will be a conflict with the existing ones.

          7. I understand that a boot manager that allows loading multiple OS, does it read a partition table to know which OS is on the different partitions or does it read from a file where the different OS on the different partitions are specified?

          It reads the boot.ini, a file in which the partitions and the existing operating systems are included.

          8. From the previous question, when installing an XP on the 1st partition and a Windows 7 on the 2nd, I have read that dual booting is allowed and the menu is displayed correctly but not the other way around, so how does the XP boot manager know that there is a Windows 7 installed on the second partition?

          You have to tell it by modifying the relevant files.

          9. From the above, I understand that the XP boot manager not only allows booting XP but would allow booting other OS based on that this XP manager would load the boot manager of the selected OS, right?

          **
          You have not explained yourself well, but according to what I have understood, no. The XP boot manager does not load other managers. On a computer, it loads the manager of the OS that is on the primary Active partition and only shows the OS that are listed in it.**

          PD: Google a little more, there you will find good answers.

          Regards

          >> i7-2600K Sandy Bridge @4.4GHz || Noctua NH-D14 || ASRock Z77 Extreme4 || 4x8Gb G.Skill Ripjaws X DDR3 1600MHz || XFX RX 5700 XT 8Gb || SSD Samsung 850 PRO 256Gb & 850 EVO 500Gb || WD Caviar Green 1Tb || Barracuda 1Tb || Corsair TX650 V2 || M-Audio Fast Track Pro || KRK RP8 RoKit G3 || BenQ GW2750 27"
          >> Athlon 64 X2 5600+ Brisbane @2.9GHz || Gigabyte GA-M61PME-S2 || 2x2Gb DDR2 Kingston 800MHz || Sapphire Radeon HD 5850 Xtreme 1Gb || Maxtor 320Gb SATA2 || OCZ ModXStream 500W Modular || TEAC PowerMax 120/2 || Acer X243w 24"
          >> Intel Core2Duo E6600 Conroe @2.4GHz || Asus P5N32-SLI SE DELUXE || 2x1Gb DDR2 Kingston 800MHz || Asus nVidia GeForce 9800GT 1Gb GDDR3 || Seagate Barracuda IDE 80Gb 7200RPM || Linkworld LPK12-35 450W

          1 Respuesta Última respuesta Responder Citar 0
          • cobitoC Desconectado
            cobito Administrador
            Última edición por

            @gogofe:

            2. Bootloaders are OS-dependent because I understand that to boot a Windows 8 as opposed to a Windows 95, the bootloader will have to look for certain file names to execute, load, and more that will be different in name and location from one OS to another, right?

            As far as I remember, with Windows 95, 98, and Me there was no bootloader. The boot sector directly pointed to MS-DOS. With the NT era, things change. At least since Windows 2000, a bootloader has been implemented.

            @gogofe:

            3. According to what I've read, for each OS you install on a partition, a bootloader would be installed in that partition. If I have an HDD with three primary partitions, if I install Windows XP on the 1st partition, a bootloader for XP would be installed in that partition, and if I install Linux on the 2nd partition, a Linux bootloader would be installed in this 2nd partition

            That's correct but you have to be careful about one thing: Windows bootloaders are a mess and only detect Windows partitions. If you install Linux and then Windows, the Windows installer will change the MBR (boot sector) to point to the Windows bootloader, which won't have detected Linux and you won't be able to boot Linux. If you install Windows first and then Linux, the Linux bootloader (generally called Grub or Lilo) will give you a choice between booting Linux or going to the Windows bootloader. If the Windows bootloader only has one operating system configured, it will boot Windows directly. If there are more than one Windows, once you've chosen to boot Windows from Grub or Lilo, you'll have to choose which version of Windows to boot.

            @gogofe:

            4. Bootloaders are installed in sectors 0 of each of the partitions

            Incorrect. The MBR (or sector zero) is unique on a hard drive. The MBR will point to where the bootloader or the operating system is located. Bootloaders are installed in any sector of the partition like any other program.

            @gogofe:

            5. When booting, the BIOS will read sector 0 of the first partition to execute the bootloader located there

            Incorrect. The system starts the bootloader that the MBR points to. Generally, it's the last bootloader that was installed.

            @gogofe:

            6. What does it mean when people say they have Windows 7 on one partition and then install XP on another and the latter trashes the bootloader, does it mean that when installing XP, its bootloader instead of writing to the second partition would trash the bootloader of the first partition where Windows 7 is?

            I suppose people refer to the fact that the Windows XP installer is not able to detect Windows 7 and that when it rewrites the MBR to its bootloader, it only boots Windows XP. If Windows XP detected Windows 7 (I'm not sure now), even if it rewrote the MBR, both Windows XP and Windows 7 could be booted.

            Toda la actualidad en la portada de Hardlimit
            Mis cacharros

            hlbm signature

            G 1 Respuesta Última respuesta Responder Citar 0
            • G Desconectado
              gogofe @cobito
              Última edición por

              Hello,

              Thank you for the answers but I have a series of doubts. I have been reading on these websites:

              *PC REPAIR CLINICS: System Boot: Boot Sector or Boot Record and on this *http://recursostic.educacion.es/observatorio/web/ca/software/software-general/534-el-gestor-de-arranque-gnu-grubaqui

              Doubts:

              1. Boot manager and loader are not the same, right? The boot manager is only one and is in the MBR and the loader is specific to each installed OS and is located in each of the partitions where there are OS installed

              2. I understand that when the PC turns on after the POST, the BIOS executes if there is a boot manager that will be found in the MBR

              3. If an OS has not been installed, there will be no boot manager in the MBR and the system will not be able to start and the BIOS will say that there is no system or something like that, right?

              4. When an OS is installed, it houses a boot manager in the MBR but will it be a file or machine code?

              6. The loaders are also not files but machine code that are in the partitions where there is an OS installed but this machine code will be helped by files from that partition, such as NTLDR to load OS like Win2000, WinXP….

              7. When an OS is installed, it will install the boot manager of this OS in the MBR, no matter what partition it is.

              Thanks!!

              FassouF 1 Respuesta Última respuesta Responder Citar 0
              • FassouF Desconectado
                Fassou MODERADOR @gogofe
                Última edición por

                This smells like homework ¬¬

                Intel i5 3570k / ASRock Z77 Extreme 4 / G.Skill F3-12800CL9D-8GBRL / Sapphire HD5850 / Samsung HD103UJ / TR TrueSpirit / NZXT Source 210 / OCZ ZS550W
                Intel i5 4570 / ASRock H87 Pro 4 / 2x G.Skill F3-14900CL8-4GBXM / Samsung 850 EVO 250Gb + ST1000DM003 + ST2000DM003 + HGST HDS723020BLA642 + Maxtor 6V250F0 / CM Seidon 240M / Zalman MS800 / CM MWE 550
                AMD Ryzen 7 1800X / B350 / 2x8GB Samsung DDR4-2400 CL17 / NVIDIA GTX 1070 8GB / SSD 120GB + ST4000DM004 + ST6000DM003 / EVGA Supernova 650 G2

                hlbm signature

                cobitoC 1 Respuesta Última respuesta Responder Citar 0
                • cobitoC Desconectado
                  cobito Administrador @Fassou
                  Última edición por

                  gogofe, we are not going to do your homework for you, right?

                  Toda la actualidad en la portada de Hardlimit
                  Mis cacharros

                  hlbm signature

                  G 1 Respuesta Última respuesta Responder Citar 0
                  • G Desconectado
                    gogofe @cobito
                    Última edición por

                    Hello,

                    I left school a long time ago. You can check it since I have messages from a long time ago in these forums.
                    It's just out of curiosity

                    Best regards

                    cobitoC 1 Respuesta Última respuesta Responder Citar 0
                    • cobitoC Desconectado
                      cobito Administrador @gogofe
                      Última edición por

                      @gogofe:

                      Hola,

                      I left school a long time ago. You can check it since I have messages from quite a while ago in these forums.
                      It's just out of curiosity

                      Best regards

                      In that case, I have already given you the answers to your last question in my last post.

                      Toda la actualidad en la portada de Hardlimit
                      Mis cacharros

                      hlbm signature

                      FassouF 1 Respuesta Última respuesta Responder Citar 0
                      • FassouF Desconectado
                        Fassou MODERADOR @cobito
                        Última edición por

                        Bootloader - Wikipedia, the free encyclopedia

                        Salu2!

                        Intel i5 3570k / ASRock Z77 Extreme 4 / G.Skill F3-12800CL9D-8GBRL / Sapphire HD5850 / Samsung HD103UJ / TR TrueSpirit / NZXT Source 210 / OCZ ZS550W
                        Intel i5 4570 / ASRock H87 Pro 4 / 2x G.Skill F3-14900CL8-4GBXM / Samsung 850 EVO 250Gb + ST1000DM003 + ST2000DM003 + HGST HDS723020BLA642 + Maxtor 6V250F0 / CM Seidon 240M / Zalman MS800 / CM MWE 550
                        AMD Ryzen 7 1800X / B350 / 2x8GB Samsung DDR4-2400 CL17 / NVIDIA GTX 1070 8GB / SSD 120GB + ST4000DM004 + ST6000DM003 / EVGA Supernova 650 G2

                        hlbm signature

                        1 Respuesta Última respuesta Responder Citar 0
                        • 1 / 1
                        • First post
                          Last post

                        Foreros conectados [Conectados hoy]

                        0 usuarios activos (0 miembros y 0 invitados).
                        febesin, pAtO, HIAL-9000

                        Estadísticas de Hardlimit

                        Los hardlimitianos han creado un total de 543.5k posts en 62.9k hilos.
                        Somos un total de 34.9k miembros registrados.
                        roymendez ha sido nuestro último fichaje.
                        El récord de usuarios en linea fue de 123 y se produjo el Thu Jan 15 2026.