|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
关于debian的grub问题大家好
我的问题有点奇怪,在linux下用reboot ,init 6等命令重启系统的时候, 系统进入不到grub的菜单。非要按电源关机一下,再按电源开机才能正常进grub菜单。 还有,我记得没有把grub装在mbr,但是开机启动时会先进入grub菜单,然后 我选择windows选项,才进入NTloader。这点非常不明白,如果我没把grub 装到mbr,应该是开机进入NTloader,并且没有grub选项的?希望大家发表高见。 -- Best Regards |
|
|
|
|
|
|
|
|
Re: 关于debian的grub问题grub 版本是多少? grub配置文件怎么写的?
2009/10/11 enzo fang <feixiangniao26@...> 系统正常关机,开机后能显示bios启动画面,然后进不到grub菜单 -- Liang Guo http://bluestone.cublog.cn |
|
|
Re: 关于debian的grub问题ls -l /sbin/{reboot,shutdown}
看看结果是什么? 另外电源管理方面有没有什么特殊的地方?
|
|
|
|
|
|
Re: 关于debian的grub问题版本是0.97
default 0 timeout 5 ....... 120 ## ## End Default Options ## 121 122 title Debian GNU/Linux, kernel 2.6.26-2-686 123 root (hd0,2) 124 kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro quiet 125 initrd /boot/initrd.img-2.6.26-2-686 126 127 title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode) 128 root (hd0,2) 129 kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro single 130 initrd /boot/initrd.img-2.6.26-2-686 131 132 ### END DEBIAN AUTOMAGIC KERNELS LIST 133 134 # This is a divider, added to separate the menu items below from the Debian 135 # ones. 136 #title Other operating systems: 137 #root 138 139 140 # This entry automatically added by the Debian installer for a non-linux OS 141 # on /dev/sda1 142 title Microsoft Windows XP Professional 143 root (hd0,0) 144 savedefault 145 chainloader +1 2009/10/11 Liang Guo <bluestonechina@...> grub 版本是多少? grub配置文件怎么写的? -- Best Regards |
|
|
Re: 关于debian的grub问题enzo@debian:/mnt$ ls -l /sbin/{reboot,shutdown}
lrwxrwxrwx 1 root root 4 10-11 01:16 /sbin/reboot -> halt -rwxr-xr-x 1 root root 18256 09-15 08:34 /sbin/shutdown 兄台所说的电源管理方面的特殊的地方是指什么? 2009/10/12 <flygun2005@...>
-- Best Regards |
|
|
Re: 关于debian的grub问题我的机器上启动xp的部分配置如下:
======================= title Widows XP root (hd0,0) makeactive chainloader +1 ============================ savedefault 用来将上一次的启动选择作为默认选项, 不知道和你的问题有没有关联, FYI: http://www.gnu.org/software/grub/manual/html_node/savedefault.html#savedefault 2009/10/12 enzo fang <feixiangniao26@...> 版本是0.97 -- Liang Guo http://bluestone.cublog.cn |
| Free embeddable forum powered by Nabble | Forum Help |