装了linux的ghost启动出现grub loading,手头只有老毛桃PE,U盘启动的,请问怎么可以解决问题?

2024-12-15 10:01:55
推荐回答(3个)
回答1:

1、使用winpe修复mbr;这样,可以进入winxp;
2、下一个grub4dos,把里面的grldr放在C盘;
修改boot.ini:
timeout 10
在boot.ini最后一行添加:
C:\grldr=grub
3、在C盘新建grub的配置文件:menu.lst,
根据自己的分区情况,编辑文件,引导linux。
这个要用写字板编辑,保存为纯文本格式
我的menu.lst文件:
timeout 10
default 2
color blue/light-red green/light-red
spashimage (hd0,4)/grub.xpm
title Windows7
find --set-root /bootmgr
chainloader /bootmgr

title WindowsXP
find --set-root /ntldr
chainloader /ntldr

title Gentoo
kernel (hd0,8)/boot/vmlinuz-2.6.36-gentoo-r5 root=/dev/sda9

title Ubuntu
root (hd0,6)
kernel /vmlinuz root=/dev/sda7
initrd /initrd.img

title WINPE
find --set-root /peldr
chainloader /peldr

title GNU/CDlinux CE 0.9.6.1
map --mem (hd0,4)/boot/CDlinux/CDlinux_CE-0.9.6.1.iso (hd32)
map --hook
map --status
kernel (hd32)/CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8 CDL_IMG=CDlinux_CE-0.9.6.1.iso
initrd (hd32)/CDlinux/initrd
map --unhook
boot
title SliTaz LiveCD
kernel (hd0,4)/boot/bzImage root=/dev/null vga=771
initrd (hd0,4)/boot/rootfs.gz

回答2:

用linux的安装盘进行分区。然后再GHOST。

回答3:

不知道你的ghost是怎么做出来的....不熟悉linux的系统备份还原,可是在win7 xp里面,自己备份出来的ghost也只能用在本机器本盘上....