Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu Live CD by updating Grub resume boot the Boot Menu     - Construction Spark source and application development environment (Server)

- Four levels to deal with Linux server attacks (Linux)

- Use custom backup plans for Debian backupninja (Linux)

- Linux system font color change (Linux)

- SSH without password Definitive Guide (Linux)

- Hadoop 2.6.0 standalone configuration and pseudo-distributed configuration under Ubuntu 14.04 (Server)

- Several start-up mode of Tomcat (Server)

- Linux User Rights Study Notes (Linux)

- Ubuntu 14.04 + xRDP + Xfce implement Windows Remote Desktop Connection (Linux)

- Nginx introduced Dynamic Module Architecture (Server)

- Java8 Lambda expressions and flow operations (Programming)

- Manually generate AWR reports (Database)

- Linux system - The understanding cpu load (Linux)

- shell script: MySQL monitoring service is normal (Database)

- Zabbix using Omsa monitor hardware information of Dell server (Server)

- ORA-4031 error Solution (Database)

- RMAN parameters of ARCHIVELOG DELETION (Database)

- SVN common commands (Linux)

- To build Spring RestTemplate use HttpClient4 (Programming)

- Linux atomic operations and synchronization mechanisms (Programming)

 
         
  Ubuntu Live CD by updating Grub resume boot the Boot Menu
     
  Add Date : 2018-11-21      
         
         
         
  Work to replace the motherboard, but do not want to reinstall the computer. How to do it? In fact, do not need to reinstall the computer, you only need to reply boot menu.

1. First use u disk production of a Ubuntu live CD, then start by u disk, select try ubuntu, live CD into the system

2. Then you need to determine the / boot partition alone whether, in general, is not a separate partition, if you do not know, you can look through the live CD in the GPartion program at your boot where, as shown below, my There is no separate boot partition, / dev / sdb1

3a. / Boot partition is no separate case.

In this case, first by Gpartition view partition contents to determine the primary partition, ie /, in which partition, for example, I was in / dev / sdb1, the next step is to mount the partition

First mount the root directory

sudo su
mount / dev / sdb1 / mnt
Next, some of the required directory "bound to" live CD system up

mount --bind / dev / mnt / dev
mount --bind / proc / mnt / proc
mount --bind / sys / mnt / sys
Finally, switch to root root directory / mnt

chroot / mnt
So we switch back to our original system, and perform update-grub to update the boot

sudo update-grub
Not surprisingly, then restarting it into the system

3b. / Boot partition alone

In this case, only early mount / mnt, the more or less mount / boot partition can be

sudo su
mount / dev / sdb1 / mnt
mkdir / mnt / boot
mount / dev / sdxy / mnt / boot
Note sdxy is partition / boot is located. Other procedures were the same / boot partition is not the same individual.

postscript:

Since I use the GTX 670 graphics card from the board to the PCI-E slot where to start, so after the startup boot repair, found only in the flashing cursor. This is usually a problem that is related to the graphics driver settings.

After the first choice back to integrated graphics from Intel start, successfully entered the system and uninstall the driver and re-install the driver, related settings, for proper use.
     
         
         
         
  More:      
 
- PostgreSQL 9.4.3 Installation and Configuration under CentOS 6.5 (Database)
- Hibernate Search 5.5 in the search results sorted (Linux)
- Android Scroller call mechanism and the relationship of computeScroll (Programming)
- VMware Workstation virtual machine startup error: Could not open / dev / vmmon in CentOS 6 (Linux)
- Infinispan 8 new Redis cache storage implementation (Linux)
- 24 Docker recommendations (Linux)
- Linux Timing task Crontab command Detailed (Linux)
- Use PDFBox processing PDF documents (Linux)
- An example of troubleshooting of embedded Linux OpenWRT (Linux)
- SaltStack installation and testing (Server)
- How to install Zephyr Test Management Tools on CentOS 7.x (Server)
- Online booking shocking information leakage risk, you dare book the tickets online? (Linux)
- Java-based data source database access (Programming)
- PostgreSQL vacuum principle of a function and parameters (Database)
- How to set IonCube Loaders in Ubuntu (Linux)
- Struts2 configure a static resource files without Struts processing (regular match) (Programming)
- Replace font under Linux (Linux)
- rsync server set up (Server)
- Docker deployment practices in Ubuntu (Server)
- Embedded Linux to solve the problem in the time zone (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.