Home > OS >  The parameters of consult grub2 boot entry explained in detail
The parameters of consult grub2 boot entry explained in detail

Time:04-08

Everybody is good:

Following is grub2 boot entry information:

Menuentry 'Oracle VM server, with Xen 4.4.4 OVM. Mb.and efi and Linux 4.1.12-124.48.6. El6uek. X86_64' -- class gnu - Linux - class gnu - class OS - class Xen $menuentry_id_option 'Xen - gnulinux - 4.1.12-124.48.6. El6uek. X86_64 - advanced - e7bc8781-3697-4373-8 a44-8 b6a27d0b5a4' {
Insmod part_msdos
Insmod however
Set root='hd0, msdos3'
If $feature_platform_search_hint [x=y]; Then
Search - no - floppy - fs - uuid - set=root - hint='hd0, msdos3' be2 ae8 ce0836a1-3-4 - ac18 - fc1d81bcb75c
The else
Search - no - floppy - fs - uuid - set=root be2 ae8 ce0836a1-3-4 - ac18 - fc1d81bcb75c
Fi
echo 'Loading Xen 4.4.4 OVM. MB. Efi... '
If [" $grub_platform "=" PC "-o" $grub_platform "=" "]. Then
Xen_rm_opts=
The else
Xen_rm_opts="no real - mode edd=off"
Fi
Multiboot2/xen. MB. Efi placeholder dom0_mem=Max: 872 m allowsuperpage crashkernel=512 m @ 64 m ${xen_rm_opts}

echo 'Loading Linux 4.1.12-124.48.6. El6uek. X86_64... '
Module2/called - 4.1.12-124.48.6. El6uek. X86_64 placeholder root=UUID=e7bc8781-3697-4373-8 a44-8 b6a27d0b5a4 ro rd_NO_LUKS rd_NO_LVM LANG=en_US. Utf-8 rd_NO_MD SYSFONT=latarcyrheb - sun16 KEYBOARDTYPE=PC KEYTABLE=us rd_NO_DM RHGB quiet
Echo 'Loading initial ramdisk... '
Module2, nounzip/initramfs - 4.1.12-124.48.6. El6uek. X86_64. Img

}

The red part of XEN to start early in the blue part of the Linux operating system startup, I want to know about the, XEN is start after another and the Linux operating system run in parallel in the physical machine's operating system? Or and then start the Linux merge into an operating system?

In addition, used here Grub2 instructions, such as multiboot2, module2, respectively is what mean?

Thank you very much!





CodePudding user response:

Is a virtual machine in the upper do?
Don't know
  • Related