Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Change the kernel boot sequence after CentOS 7 kernel upgrade     - Ubuntu 14.04 + xRDP + Xfce implement Windows Remote Desktop Connection (Linux)

- Defensive programming in PHP (Programming)

- OpenVPN offsite interconnecting room availability and load balancing solution (Server)

- Android start automatically and add and delete a desktop shortcut (Programming)

- Let Linux boot methods to enter characters interface and set FrameBuffer resolution methods (Linux)

- Getting Started with Linux system to learn: how to install the kernel headers on Linux (Linux)

- CentOS 6.6 running level (Linux)

- WinSCP to transfer text files will automatically convert the format (Linux)

- Android Application Development: Genymotion can not start solving (Linux)

- FreeRadius installation process record (Linux)

- Nginx concerning the location and rewrite applications proxy_pass (Server)

- SQL Server 2012 failover looksalive check and is alive check (Database)

- Changes in C # asynchronous programming model (Programming)

- CentOS6.5 install SVN & visual management tools iF.SVNAdmin (Server)

- Ambari and Hadoop configuration, management and monitoring of the project Getting (Server)

- The file name is garbled or deleted files with special characters under Linux (Linux)

- Android application security of data transmission security (Programming)

- Into the Java keyword instanceof (Programming)

- How to add a new hard disk without restarting the CentOS 7 / RHEL 7 virtual machine (Linux)

- Let the terminal under Mac OS X as like Linux has displayed a variety of colors (Linux)

 
         
  Change the kernel boot sequence after CentOS 7 kernel upgrade
     
  Add Date : 2018-11-21      
         
         
         
  7 Upgrade CentOS kernel to 3.15.5, but the default boot entry, or 3.10, checked, such an amendment.

Set the default boot Windows (Windows will change the system you want it)

1. First, find the Windows menuentry.

# Cat /boot/grub2/grub.cfg | grep Windows

result:

menuentry "Windows 7 (loader) (on / dev / sda1)" --class windows --class os {

2. Set Windows as the default boot entry (here only use the above command output in double quotes "" or single quotes '' contents)

# Grub2-set-default "Windows 7 (loader) (on / dev / sda1)"

3. Verify that the default boot entry

# Grub2-editenv list

Output:

saved_entry = Windows 7 (loader) (on / dev / sda1)
     
         
         
         
  More:      
 
- You must ask yourself four questions before deploying Docker (Server)
- Linux Study of --CentOS create local yum repository (Linux)
- Linux system security Comments (Linux)
- MongoDB start under Linux (Database)
- The Linux kernel and AVL tree in red-black tree (Programming)
- Easily create RPM packages using the FPM (Linux)
- How do I upgrade from Ubuntu 15.04 to Ubuntu 15.10 (Linux)
- MongoDB 3.2 Cluster Setup (Database)
- Production Environment MongoDB Fragmentation and Cluster Solution (Database)
- VirtualBox virtual machine can not start to solve under Ubuntu (Linux)
- Vi syntax highlighting settings (Linux)
- Restrict console access to Linux servers to improve security (Linux)
- Achieve camera preview by ffplay (Linux)
- Linux User Rights Study Notes (Linux)
- How to manage the time and date at systemd Linux systems (Linux)
- VPN built on CentOS (Server)
- Ubuntu 15.10 installation and deployment Swift development environment (Linux)
- Python extension module Ganglia 3.1.x (Linux)
- Linux System Getting Started Learning: Using yum to download the RPM package without installing (Linux)
- Linux install Samba file sharing server (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.