Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Change the kernel boot sequence after CentOS 7 kernel upgrade     - Generators and iterators in Python (Programming)

- Disk partition MBR (Linux)

- Vim Getting Started Tutorial (Linux)

- Use MySQL optimization of security to prevent misuse of aliases (Database)

- Simple configuration shell scripts virtual machine environment experiment (Linux)

- Performance Diagnosis of 60,000 milliseconds for Linux (Linux)

- Let your PHP 7 faster the Hugepage (Linux)

- Build RubyMine + Ruby On Rails + MySQL development environment under Windows (Server)

- Ubuntu 14.04 build Android 5.1 development environment and compiler (Linux)

- Linux use glibc2 library and crypt () function to generate the user password (Programming)

- CentOS 6.6 install rsync server (Server)

- Lua non-blocking write log (Programming)

- MySQL 5.7 and 5.6 group by differences (Database)

- MySQL 5.6.12 binary log path switching binlog (Database)

- How to limit network bandwidth usage in Linux (Linux)

- Java by Spy Memcached to cache data (Programming)

- SQL MySQL query table duplicate data (Database)

- PostgreSQL query result area is removed and precision (Database)

- Using Oracle for Oracle GoldenGate to achieve a one-way data synchronization (Database)

- Git build a team development environment operating drills (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:      
 
- VirtualBox - Linux system virtual machine shared folders (Linux)
- rpm package specify the installation path (Linux)
- Guide: Trickle restrict application bandwidth usage (Linux)
- After Oracle 11g dataguard failover rebuild the archive logs are not applied to be NO problem (Database)
- Simple to install Tor browser to Ubuntu 14.04 and Linux Mint 17 (Linux)
- A key installation Gitlab 7 on RHEL6.4 and Setup Mail TX (Linux)
- Oracle 12c detailing the new features (Database)
- Generated characters using Java Videos (Programming)
- FileZilla 3.10.1.1 install on Ubuntu 14.10 (Linux)
- High-performance Linux system firewall detailed analysis of double-effect (Linux)
- NFS installation process under the CentOS (Linux)
- How to avoid two Chrome icon appears in ELementary OS Freya (Linux)
- Ansible module Know (Linux)
- Android in the event delivery and handling mechanism (Programming)
- Python system default encoding (Programming)
- DBCA Error: ORA-19809: limit exceeded for recovery files process (Database)
- CentOS 6.5 install Maven and Nexus warehouse agent (Server)
- To setup the Swift language learning environment under linux (Linux)
- Ubuntu deploying Solr (4.4) to Tomcat (7.0.53) (Server)
- Linux systems use logwatch log file monitoring (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.