红联Linux门户
Linux帮助

系统突然就启动不起来了

发布时间:2010-04-12 22:05:36来源:红联作者:rayue911
[i=s] 本帖最后由 rayue911 于 2010-4-12 22:58 编辑 [/i]

前几天在网上看到 Everest 这个系统感觉不错

就下载安装了我安装的时候没有安装到MBR(机器还有个XP)

就用GRUB4DOS引导了 用着感觉还挺好 可是昨晚突然发现出了问题

在GRUB的菜单里选项无法移动光标到菜单中第三个Everest选项

选择第二项出现ERRPR 19错误

按C输入命令后 出现Everest的界面 但是随后出现键盘caps lock及scroll lock两灯狂闪 电脑死机

系统我是分了三个区 /boot、/及swap

这是我的菜单代码
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root /ntldr
chainloader /ntldr
savedefault --wait=2

title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 2
find --set-root /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2

title Everest
root (hd0,4)
kernel /vmlinuz-2.6.29.4-40 ro root=LABEL=/ vga=788 splash=silent resume=/dev/hda5
initrd /initrd-2.6.29.4-40.img


请各位大侠指点迷津……
文章评论

共有 2 条评论

  1. rayue911 于 2010-04-13 10:46:16发表:

    >_< 说来这问题挺白的……无法选择是因为root (hd0,0)和kernel弄到一行去了 太粗心了……
    双闪是因为root=LABEL=/
    我的hd5的标记是1 所以应该是root=LABEL=/1 不知道什么时候怎么改了 所以就闪啊闪也进不去

  2. borth 于 2010-04-13 08:35:13发表:

    怎么解决的