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

Ubuntu 10.04 Grub版本發(fā)布及問題解決

系統(tǒng) Linux
Ubuntu 10.04 Grub終于發(fā)布了,原來打算過一陣子再把9.10升一下的,但今天在update manager里,看到已經(jīng)有提示說可以直接升到10.04

Ubuntu 10.04 Grub一時沖動沒忍住,于是就升了,接著就碰到魔鬼了:重啟后在grub那步出錯,過不去了,提示 “GRUB loading error: the symbol ‘grub_puts_’ not found”,光標(biāo)就停在Ubuntu 10.04 Grub rescue>后面,google找了一些文章,發(fā)現(xiàn)國內(nèi)的幾個都大同小異,后面有一些步驟根本沒有交代清除,做到一半就進(jìn)行不下去了,后來找到一個老外的帖子, 一步一步都很清楚,照著做下來,成功地把Ubuntu 10.04 Grub修復(fù)了。

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

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

Verify the install (use the correct device, for example sda . Do not specify a partition): sudo grub-install --recheck /dev/sdX
Exit chroot : CTRL-D on keyboard
Unmount devices:sudo umount /mnt/dev
If you mounted a separate /boot partition:sudo umount /mnt/boot
Unmount last device:sudo umount /mnt
Reboot.reboot

Post-Restoration Commands
Once the user can boot to a working system, try to determine why the system failed to boot. The following commands may prove useful in locating and/or fixing the problem.
To refresh the available devices and settings in /boot/grub/grub.cfg
sudo update-grub
To look for the bootloader location.
grub-probe -t device /boot/grub
To install GRUB 2 to the sdX partition’s MBR (sda, sdb, etc.)
sudo grub-install /dev/sdX
To recheck the installation. (sda, sdb, etc.) sudo grub-install --recheck /dev/sdX
Please check the following link for further details.
https://help.ubuntu.com/community/Grub2#Reinstalling%20GRUB%202

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

【編輯推薦】

  1. DataRescue IDA Pro動態(tài)鏈接庫遠(yuǎn)程格式串處理漏洞
  2. DataRescue IDA Pro PE引入表解析緩沖區(qū)溢出漏洞
  3. 深入淺出的了解Linux rescue
  4. Linux rescuev修復(fù)模式跨越控制臺登錄
  5. Linux rescue單用戶模式修復(fù)模式
責(zé)任編輯:chenqingxiang 來源: CSDN
相關(guān)推薦

2010-06-17 11:35:24

Ubuntu 修復(fù)Gr

2010-06-13 11:41:53

Ubuntu Grub

2011-08-16 14:32:23

UbuntuLinuxQQ

2011-09-02 15:01:29

ubuntu

2011-09-07 17:41:01

ubunturvm

2009-11-17 10:43:59

ubuntu 9.10輸入法解決方法

2010-06-17 09:59:34

Ubuntu 10.0

2013-08-13 10:59:03

Android Stu啟動

2011-08-18 18:46:24

SQL Server

2011-06-27 16:44:59

Qmake

2011-06-13 16:16:32

Qt 中文問題

2011-09-02 13:25:39

UbuntuMacbuntu

2010-04-28 18:01:15

Unix系統(tǒng)

2012-02-17 10:13:19

Ubuntu 10.0

2011-08-03 11:07:01

布線管理軟件

2011-09-06 09:26:03

2011-07-22 09:30:35

Ubuntu 10.0

2011-08-22 18:03:32

Ubuntupdnsd

2010-06-12 09:02:12

Ubuntu Grub

2011-11-28 22:45:19

Nginxsession
點贊
收藏

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