Red Hat Enterprise Linux Server Release 7.0 Dual System installation
the Enterprise version of the 1.RedHat company 7.0 has been released. Here are the steps to install a dual system under 7.0.
Pre-installation system: WIN7
Second system to install :RedHat Enterprise 7.0
@ Please note:WIN8 System and Enterprise Edition 7.0 are not compatible. After installing 7.0 , theWIN8 system will not get up.
@ First BOIS has been determined to adjust. "Note enable high-speed notebook mode", I was installed with the PXE network, so I have to set up from the PXE network boot.
@ then boot with PXE .
enter this interface after @
@ This is the language selection during the installation process. "Default English"
after @ Enter the main installation screen
@ Configure Time source
after @ back to the main installation interface, go to language selection "add Chinese support"
@ Select the packages that are installed during installation.
" Minimal install is minimized--- do not install graphics, select this
"server with GUI is a graphical option for installation"--- installation graphics Select this
@ Start sub-disk. Be careful here. The dual system below will have a unknow disk group information, that is your windows, do not move. Direct point above check here to create them automatically. "It will be automatically divided for you." You can manually re-tune it yourself. "
Note 1: If you want to set up a LINUX disk group, the dual-system mode may encounter /boot can only be divided into 2M , this time you can only use automatic partitioning method. However 7.0 ,the/boot partition can be divided.
Note 2: The default disk format is XFS, which you like or can choose for yourself, both in the pull-up options.
Here are some of the main file system performance comparison graphs:
Figure A: The left side is the time spent in creating a large number of small files with the same SATA disk on different file systems.
To the right . SSD disk. "Note: red:ext3 Green:ext4 yellow:xfs Blue:btrfs"
Figure B: The time it takes to create a different file system under a large 2TB file.
"NOTE: red:ext3 Green:ext4 yellow:xfs Blue:btrfs"
after the disk is allocated, it is ready to be installed directly. "Do not configure the network, you can start and then configure" when the installation will let you set the ROOT user password and create a system for ordinary users.
@ wait for it to restart after it is installed to enter the Linux system. "is not found in the system selection there is no windows7 option, don't worry, wait for me to slowly take you to fly."
@ Enter the LINUX system and modify the grub.cfg file.
#vim/boot/grub2/grub.cfg
....
Menuentry ' Red Hat Enterprise Linux Server, with Linux 0-rescue-34786823d5874692b83de2451c506780 '--class Red--class gnu- Linux--class GNU--class os--unrestricted $menuentry _id_option ' Gnulinux-0-rescue-34786823d5874692b83de2451c506780-advanced-0ab9721b-0a35-47a0-894e-20a82df30ab2 ' {
Load_video
Insmod Gzio
Insmod Part_msdos
Insmod XFS
Set root= ' Hd0,msdos9 '
if [x$feature_platform_search_hint = xy]; Then
Search--no-floppy--fs-uuid--set=root--hint-bios=hd0,msdos9--hint-efi=hd0,msdos9--hint-baremetal=ahci0,msdos9-- Hint= ' Hd0,msdos9 ' 1cbbd1bc-1f5b-4fde-bc01-fc5a207ceab6
Else
Search--no-floppy--fs-uuid--set=root 1cbbd1bc-1f5b-4fde-bc01-fc5a207ceab6
Fi
linux16/vmlinuz-0-rescue-34786823d5874692b83de2451c506780 root=uuid=0ab9721b-0a35-47a0-894e-20a82df30ab2 RO Rd.lvm.lv=rhel/root crashkernel=auto rd.lvm.lv=rhel/swap Vconsole.font=latarcyrheb-sun16 vconsole.keymap=us RHGB Quiet
Initrd16/initramfs-0-rescue-34786823d5874692b83de2451c506780.img
}
... # Add the following
Menuentry ' Windows7 ' {
set root= ' hd0,msdos1 '
Chainloader +1
}
...
@ reboot, is not to see your Windows anymore.
"seek attention, exchange, let us seek hegemony, take off"
from: Brother Lung
Red Hat Enterprise Linux Server Release 7.0 dual system installation