自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Ubuntu 10.04 Grub2修復(fù)詳細(xì)步驟

系統(tǒng) Linux
Ubuntu 10.04 Grub2修復(fù)問(wèn)題,google找了一些文章,發(fā)現(xiàn)國(guó)內(nèi)的幾個(gè)都大同小異,后面有一些步驟根本沒(méi)有交代清除,做到一半就進(jìn)行不下去了,后來(lái)找到一個(gè)老外的帖子, 一步一步都很清楚,照著做下來(lái),成功地把grub2修復(fù)了。

Ubuntu 10.04 LTS終于發(fā)布了,原來(lái)打算過(guò)一陣子再把9.10升一下的,但今天在update manager里,看到已經(jīng)有提示說(shuō)可以直接升到10.04,一時(shí)沖動(dòng)沒(méi)忍住,于是就升了,接著就碰到魔鬼了:重啟后在grub那步出錯(cuò),過(guò)不去了,提示 “GRUB loading error: the symbol ‘grub_puts_’ not found”,光標(biāo)就停在grub rescue>后面,google找了一些文章,發(fā)現(xiàn)國(guó)內(nèi)的幾個(gè)都大同小異,Ubuntu 10.04 Grub2修復(fù)后面有一些步驟根本沒(méi)有交代清除,做到一半就進(jìn)行不下去了,后來(lái)找到一個(gè)老外的帖子, 一步一步都很清楚,照著做下來(lái),成功地把grub2修復(fù)了。

Ubuntu 10.04 Grub2修復(fù)詳細(xì)步驟1
 

  1. Boot to the LiveCD Desktop (Ubuntu 9.10 or Ubuntu 10.04).   
  2. Open a terminal – Applications, Accessories, Terminal .   
  3. Determine your normal system partition – (the switch is a lowercase “L”) sudo fdisk -l   
  4. If you aren’t sure, rundf -Th . Look for the correct disk size and ext3 or ext4 format.   
  5. Mount your normal system partition:   
  6. Substitute the correct partition: sda1, sdb5, etc.   
  7. sudo mount /dev/sdXX /mnt # Example: sudo mount /dev/sda1 /mnt  


Ubuntu 10.04 Grub2修復(fù)詳細(xì)步驟2
 

  1. Only if you have a separate boot partition :   
  2. sdYY is the /boot partition designation (examply sdb3)   
  3. sudo mount /dev/sdYY /mnt/boot   
  4. Mount devices:sudo mount --bind /dev/ /mnt/dev   
  5. To ensure that only the grub utilities from the LiveCD get executed, mount /usrsudo mount --bind /usr/ /mnt/usr   
  6. mount proc filesystemsudo mount --bind /proc/ /mnt/proc   
  7. Chroot into your normal system device:sudo chroot /mnt   
  8. If there is no /boot/grub/grub.cfg or it’s not correct, create one usingupdate-grub   
  9. Reinstall GRUB 2:   
  10. Substitute the correct device – sda, sdb, etc. Do not specify a partition number.   
  11. grub-install /dev/sdX  


Ubuntu 10.04 Grub2修復(fù)詳細(xì)步驟3
 

  1. Verify the install (use the correct device, for example sda . Do not specify a partition): sudo grub-install --recheck /dev/sdX   
  2. Exit chroot : CTRL-D on keyboard   
  3. Unmount devices:sudo umount /mnt/dev   
  4. If you mounted a separate /boot partition:sudo umount /mnt/boot   
  5. Unmount last device:sudo umount /mnt   
  6. Reboot.reboot   
  7. Post-Restoration Commands  
  8. Once the user can boot to a working system, try to determine why the system failed to boot.  
  9.  The following commands may prove useful in locating and/or fixing the problem.  


Ubuntu 10.04 Grub2修復(fù)詳細(xì)步驟4
 

  1. To refresh the available devices and settings in /boot/grub/grub.cfg   
  2. sudo update-grub   
  3. To look for the bootloader location.  
  4. grub-probe -t device /boot/grub   
  5. To install GRUB 2 to the sdX partition’s MBR (sda, sdb, etc.)  
  6. sudo grub-install /dev/sdX   
  7. To recheck the installation. (sda, sdb, etc.) sudo grub-install --recheck /dev/sdX   
  8. Please check the following link for further details.  

 

https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202


本文來(lái)自CSDN博客,轉(zhuǎn)載請(qǐng)標(biāo)明出處:http://blog.csdn.net/vesslan1029/archive/2010/05/06/5562298.aspx

【編輯推薦】

  1. Ubuntu GRUB非常優(yōu)秀的系統(tǒng)引導(dǎo)器
  2. Ubuntu GRUB開(kāi)機(jī)選項(xiàng)修改
  3. Ubuntu grub利用安裝光盤(pán)硬盤(pán)安裝ISO文件
  4. Linux rescuev修復(fù)模式跨越控制臺(tái)登錄
  5. Linux rescue單用戶模式修復(fù)模式
責(zé)任編輯:chenqingxiang 來(lái)源: CSDN
相關(guān)推薦

2010-06-13 10:11:46

Ubuntu Grub

2010-04-30 09:37:07

Ubuntu 10.0GRUB2

2010-06-13 13:17:51

Ubuntu9.10

2010-06-13 10:44:57

Ubuntu Grub

2010-06-17 12:48:05

livecd 修復(fù)Gr

2010-06-17 15:59:39

Grub2 編輯

2010-06-17 13:30:22

Grub修復(fù)工具

2017-06-13 13:53:21

2010-06-17 16:23:32

Grub2 配置

2010-06-17 12:57:27

如何修復(fù)Grub

2011-08-30 16:03:59

UbuntuGrubCustomi

2010-06-17 16:54:54

Grub2背景

2012-11-09 16:51:06

Grub2ISO

2022-02-15 09:19:55

Ubuntu 20.Grub2Linux

2010-06-17 09:39:07

Ubuntu Grub

2010-06-17 11:35:24

Ubuntu 修復(fù)Gr

2010-06-12 13:49:50

Ubuntu 10.0

2015-12-18 11:28:34

2010-06-17 16:08:51

Grub2 編輯

2010-06-17 15:39:27

Grub2 編輯
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)