分页: 1 / 1

新手求助:重装XP后恢复Ubuntu遇到的问题

发表于 : 2006-12-22 12:06
shaojz2005
我的ubuntu是6.06,硬盘全部是ntfs格式,按照论坛介绍的方法,用Ubuntu desktop cd启动,想进入光盘桌面环境来恢复grub
但是在系统显示Mounting file system时卡住了,等了很久也没反应,不知什么原因
如果是这样,好像我不删除Ubuntu那个分区,就没法进入光盘桌面环境了。就是说无法恢复grub,要重新安装Ubuntu也得先把原来的删除掉
不知有没什么办法可以解决这个问题?

发表于 : 2006-12-22 12:51
zhan
到网上下载一个 grub for dos 来引导 ubuntu 把,google 一下,应该有很多介绍的

发表于 : 2006-12-22 12:57
jyq011
即然有XP,先进XP下个grub for dos和explore2fs,用explore2fs把ubuntu下的menu.list拷过来,用g4d进ubuntu后重装grub
我没试过,不过应该可以

发表于 : 2006-12-22 12:57
shaojz2005
millenniumdark 写了:3.1使用grub4dos重新安裝grub
下載http://www.ubuntu.org.cn/download/insta ... disk/grldr
oneleaf 写了: 将 grldr 复制到 C:\,编辑C:\BOOT.INI,加入一行:

C:\GRLDR="GRUB"

再手工输入启动命令
例如:
root (hd0,0)
kernel /vmlinuz-2.6.10-5-686 root=/dev/hdb5 ro quiet splash
initrd /initrd.img-2.6.10-5-686
savedefault
boot

进入后,重新安装grub就好了。
重新安裝grub:
例如 假设 /boot 磁碟分区位在 /dev/hda

代码: 全选

# grub-install /dev/hda
这里的手工输入启动命令的意思是不是往boot文件加上那一行之后,重启电脑做的事?
还有那些内核名称怎么对应自己的啊?我装的是Ubuntu 6.06 桌面版

发表于 : 2006-12-22 13:00
shaojz2005
jyq011 写了:即然有XP,先进XP下个grub for dos和explore2fs,用explore2fs把ubuntu下的menu.list拷过来,用g4d进ubuntu后重装grub
我没试过,不过应该可以
可以说详细点吗……menu.list在哪里
如果可以拷贝到那个文件,可以通过修复boot.ini来恢复ubuntu吧?

发表于 : 2006-12-22 13:07
shaojz2005
已经找回了menu.lst,现在应该怎么做?

发表于 : 2006-12-22 13:09
jyq011
shaojz2005 写了:
jyq011 写了:即然有XP,先进XP下个grub for dos和explore2fs,用explore2fs把ubuntu下的menu.list拷过来,用g4d进ubuntu后重装grub
我没试过,不过应该可以
可以说详细点吗……menu.list在哪里
如果可以拷贝到那个文件,可以通过修复boot.ini来恢复ubuntu吧?
把boot目录都拷过来吧

发表于 : 2006-12-22 13:10
shaojz2005
然后呢……
不要一次说一步嘛……

发表于 : 2006-12-22 13:18
jyq011
将 grldr 复制到 C:\,编辑C:\BOOT.INI,加入一行:

C:\GRLDR="GRUB FOR DOS"
把boot目录放到C盘根目录下
重启进"GRUB FOR DOS"

发表于 : 2006-12-24 21:49
shaojz2005
多谢,我试试,不懂再问

发表于 : 2006-12-25 11:09
shaojz2005
我用explore2fs把ubuntu的整个boot目录都拷了过来,放在c盘,boot.ini文件也编辑了。然后进入选择菜单选grub for dos后,出现原来ubuntu的启动选项,但是无论选哪个都无法启动,提示“seleceted cylinder exceeds maximum supported by BIOS”,不知何故。我的menu.lst

代码: 全选

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		4

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sda3 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title		Ubuntu, kernel 2.6.15-27-386
root		(hd0,2)
kernel		/boot/vmlinuz-2.6.15-27-386 root=/dev/sda3 ro quiet splash
initrd		/boot/initrd.img-2.6.15-27-386
savedefault
boot

title		Ubuntu, kernel 2.6.15-27-386 (recovery mode)
root		(hd0,2)
kernel		/boot/vmlinuz-2.6.15-27-386 root=/dev/sda3 ro single
initrd		/boot/initrd.img-2.6.15-27-386
boot

title		Ubuntu, memtest86+
root		(hd0,2)
kernel		/boot/memtest86+.bin 
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
makeactive
chainloader	+1

发表于 : 2006-12-25 11:11
shaojz2005
我的分区情况,希望高手帮忙看看哪里出问题了。另外原来ubuntu的选项的提示是:“can't mount system”(大概的意思),改成(hd0,1)之后就是“seleceted cylinder exceeds maximum supported by BIOS”了

发表于 : 2006-12-25 11:47
wucongkun
bios所支持的磁盘柱面达到了最大值。。
难道bios太老了?
不会把
肯定你有什么地方没有设置好
你干吗不进入光盘修复?
弄得这么麻烦。
用grldr来修复
开发者tinybit将来会去掉ntfs支持
所以
C: 是ntfs
想要从grldr来启动
可能要费点力气
当然 如果你还记得自己的分区设置
可以直接在C: 放menu.lst启动
考验你的记忆力了

发表于 : 2006-12-25 17:51
shaojz2005
光盘进不去了,不知为什么,启动的时候就死了
menu.lst我通过软件读取ext分区拿出来了,但是该怎么做呢

发表于 : 2006-12-25 20:06
spider5
跟bios无关,楼主的/分区建在8.4G之后,可能超出了grub for dos的寻址范围

desktop-cd应该有rescue模式吧,用恢复模式安装grub就好了。