created. (To overcome this limit, Microsoft has designed a way to expand partitions. The so-called extended partitions are just a common partition pointed to in a partition table, but they have a special structure inside their own partitions, so that we can separate multiple logical partitions. The drive d, e, and f we usually see are actually the logical partitions of the extended partition. You can use winhex to view your partition table, you will find that there are only two items, one repre
1. Read the MBR information and start the Boot Manager.
In Windows, NTLDR is used as the Boot Manager. If multiple versions of Windows are installed in your system, you need to select the system to enter from NTLDR.
Linux usually uses the powerful and flexible GRUB configuration as the Boot Manager. We will introduce how to use it in the startup management chapter.
2. Load the system kernel and start the in
information and start Boot Manager Windows to use NTLDR as the BootManager. If multiple versions of Windows are installed in your system, you need to select the system you want to access in NTLDR. Linux usually uses the powerful and flexible GRUB configuration as the BootManager. We will introduce how to use it in the startup management chapter. 2. Load the system kernel and start the init process. The ini
the bootstrapper is loaded into RAM and executed. This boot loader is less than 512 bytes in size (one sector). After the BIOS self-test is completed, the MBR code is read into memory, the control is given to the MBR, and the MBR reads the DPT , from the DPT (Disk Partition table, the hard disk partition table occupies 6 of the MBR sector 4 bytes (offset 01beh--offset 01FDH)) identify all partitions of the hard disk which is the active primary partition. So far, all systems are the same. Here's
is in effect. In fact, the meaning of Plymouth is to show an animation during the time it is powered on to the graphical desktop (LIGHTDM), thereby improving the user experience. Shielding Method: (1), edit/etc/default/grub file, near the original line 11: grub_cmdline_linux_default= "Quiet Splash" Remove "Splash", after change: grub_cmdline_linux_default= "quiet" (2), execute command: sudu updat-grub Restart, you can see, No more loading screen appears reading below to better understand (e
1. Read the MBR information and start boot Manager
Windows uses NTLDR as the boot Manager, and if you have multiple versions of Windows installed on your system, you will need to select the system you want to enter in NTLDR.
Linux typically uses a powerful, configurable grub as the boot manager, and we'll show you how it is used in the Launch Management section.
2, load the system kernel, start the init
, listing the boot menu (that is, the dual system boot menu) based on the startup information for the BCD and Boot.ini stores. For dual-system users, Microsoft Windows 7 and older versions of Windows are typically listed.
If you choose the former, Bootmgr gives control to the Winload.exe (under Windowssystems) in the Windows 7 system directory and starts Windows 7. Select the latter, bootmgr the control to the Ntldr, and then start reading the C:boot
Project, select the new item, and then double-click the "Device" item in the right pane to change it to "Partition=d:" (the letter is changed according to the specific partition for Windows 7 installation), "description" ( Boot menu display name) is changed to "Windows7".
Enable XP system to start independently
Everyone knows that WinXP is started by "C:ntldr", for the user who installed the Windows 7 before installing the WinXP, we just change the master boot record of the hard disk to the N
all MS DOS Io.sys (all need to rely on CHS to identify the FAT file system)
5, Usboot produced MBR and boot (same as 1)
6. Install GRLDR.MBR from Grub for DOS 0.41 to MBR using bootlace.com
Procedures that may not be affected by this problem are (not adequately tested):
1, Win98, 98SE MBR written by Fdisk
2, Win98, 98SE of the format write boot (requires that the FAT16 partition type must be 0XE to support LBA)
3, NTLDR
If the boot manager bootmgr in the C-packing directory is corrupted or missing, when you start the computer, you are prompted to not find the operating system, and a NTLDR file like Windows 2000/xp is missing.
Under Windows 2000/XP, the first thing you need to know about this type of failure is that the boot manager is missing and then go to the Recovery Console and use the expand command at the command prompt to extract the
I. Modification of MENU.LST files
The user modifies the following example according to their own needs.
Title Start the operating system on the first hard drive first primary partition (hd0,0)
Rootnoverify (hd0,0)
Makeactive
Chainloader +1
Title Start the operating system on the first hard drive secondary primary partition (hd0,1)
Rootnoverify (hd0,1)
Makeactive
Chainloader +1
Title Start Windows nt/2000/xp/2003
Find--set-root/ntldr
Chainl
Use a U disk to do the startup disk generally not only winpe this option, but also can be used to start the system and some common tools, such as ghost tools. So how to edit the U disk boot menu? Just modify the Menu.lst file.
The user modifies the following example according to their own needs.
Title Start the operating system on the first hard drive first primary partition (hd0,0)
Rootnoverify (hd0,0)
Makeactive
Chainloader +1
Title Start the operating system on the first hard drive seco
10 tricks to easily troubleshoot XP system startup failures:
1. Use Windows startup If the startup problem is due to the active partition's startup record or if the file used by the operating system startup is corrupted, the startup disk will be able to resolve the issue. Here's how:
Create a Windows Startup disk, find a similar, working Windows XP machine, open My Computer, right-click the disk icon, and then choose Format in the subsequent menu. When the Formatting dialog box appears, leave
Because Windows XP is published after Windows 2000, software is not usually compatible with future versions, and if for some reason you install Windows on a machine that has successfully installed Windowns XP 2000, the latter will overwrite the hard drive's primary boot sector and the system files in the system disk directory, causing the previously installed Windows XP to fail to start. It is usually reported that:
Starting Windows ...
Windows could not start because the following file is mis
displays the last run level and the current run level, and "N" indicates that there is no last run level.) )
Switch run level, execute command:
init [0123456Ss]
(That is, after the init command followed by a parameter, which is the run-level code to switch to, such as: Shutdown with init 0 command; Restart with the Init 6 command.) )
Second, the Linux system main start step:
Read MBR information, boot boot manager,windows use NTLDR as boot Manag
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.