V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xiiing  ›  全部回复第 5 页 / 共 10 页
回复总数  185
1  2  3  4  5  6  7  8  9  10  
2014-01-21 08:54:56 +08:00
回复了 andybest 创建的主题 问与答 [200XRP悬赏] Ubuntu10.04 Server 每次重启停在 GNU GRUB 菜单
# 这是我这台电脑的grub.cfg,也是10.04,或许可以参考
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}

function recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-55-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux /boot/vmlinuz-2.6.32-55-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro quiet splash
initrd /boot/initrd.img-2.6.32-55-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-55-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
echo 'Loading Linux 2.6.32-55-generic ...'
linux /boot/vmlinuz-2.6.32-55-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-55-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-54-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux /boot/vmlinuz-2.6.32-54-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro quiet splash
initrd /boot/initrd.img-2.6.32-54-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-54-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
echo 'Loading Linux 2.6.32-54-generic ...'
linux /boot/vmlinuz-2.6.32-54-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-54-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-53-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux /boot/vmlinuz-2.6.32-53-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro quiet splash
initrd /boot/initrd.img-2.6.32-53-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-53-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
echo 'Loading Linux 2.6.32-53-generic ...'
linux /boot/vmlinuz-2.6.32-53-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-53-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-52-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux /boot/vmlinuz-2.6.32-52-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro quiet splash
initrd /boot/initrd.img-2.6.32-52-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-52-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
echo 'Loading Linux 2.6.32-52-generic ...'
linux /boot/vmlinuz-2.6.32-52-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-52-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-33-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux /boot/vmlinuz-2.6.32-33-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro quiet splash
initrd /boot/initrd.img-2.6.32-33-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
echo 'Loading Linux 2.6.32-33-generic ...'
linux /boot/vmlinuz-2.6.32-33-generic root=UUID=6cc30560-a6f7-449b-bafe-2ae045026d04 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-33-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 6cc30560-a6f7-449b-bafe-2ae045026d04
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ ${timeout} != -1 ]; then
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
2013-12-28 16:18:28 +08:00
回复了 favormm 创建的主题 成都 成都IT创业环境越来越好了。
怎么个好法?能不能详细说说
2013-12-14 15:03:03 +08:00
回复了 alexrezit 创建的主题 iDev Apple 的东西做得简直恶心
把git commit也删掉了?
2013-12-13 11:57:32 +08:00
回复了 soolby 创建的主题 问与答 问卷调查:你最想要什么样的电视盒子?
必须要填完三个才能提交吗?
可以自己设定定时播放节目,就是自己安排几点钟播放什么节目,安排好以后就不用管了,因为现在的太复杂老年人不会用。
2013-12-12 12:37:01 +08:00
回复了 1314258 创建的主题 分享发现 两个帐户抢天猫魔盒,都抢不到。失败?
只怪自己眼睛不好,打字太慢
2013-12-10 18:01:22 +08:00
回复了 tension 创建的主题 问与答 最近是得罪小人了吗? 又出了车祸
祝福
2013-12-09 15:46:32 +08:00
回复了 daiv 创建的主题 Python sqlite 3 很容易被破坏呀,有没有解决办法?
还没遇到过。可能是我的程序比较小。
2013-12-09 14:00:26 +08:00
回复了 Milker90 创建的主题 问与答 年薪15W, 国企不入编去吗?
如果能学到很多东西就去。
2013-12-08 13:29:45 +08:00
回复了 xiiing 创建的主题 问与答 dict.qq.com是永久关闭了吗?最近一周都打不开了。
@acheng 好吧,再找其他的
2013-11-29 18:46:52 +08:00
回复了 xiiing 创建的主题 问与答 请问& nbsp;表示空格是什么编码?
@skydiver
@yrom
明白了,谢谢两位的热心帮助。
2013-11-29 18:24:45 +08:00
回复了 xiiing 创建的主题 问与答 请问& nbsp;表示空格是什么编码?
 
2013-11-27 08:27:52 +08:00
回复了 Asimov 创建的主题 分享发现 QQ浏览器 7.4 有人用过没?眼前一亮,优化得很极致。
是不是网银都能用?我装一个看看
就是饿了吧,备点零食试试。
2013-11-25 11:54:32 +08:00
回复了 bleedfly 创建的主题 macOS mac下的软件助手--麦宝
原来已经写了价格了,请忽略上一个回复。
并感谢你的分享。
2013-11-25 11:52:23 +08:00
回复了 bleedfly 创建的主题 macOS mac下的软件助手--麦宝
哪些是免费的,哪些是试用的,可不可以做一个小提示?
2013-11-23 18:53:47 +08:00
回复了 xiiing 创建的主题 问与答 请问GPRS数据采集的服务器一般是用哪种较好?
@manhere
好的,我试试,多谢啦。
2013-11-23 16:01:41 +08:00
回复了 xiiing 创建的主题 问与答 请问GPRS数据采集的服务器一般是用哪种较好?
@nuist
这个看起来很不错,谢谢分享。
1  2  3  4  5  6  7  8  9  10  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4627 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 04:02 · PVG 12:02 · LAX 20:02 · JFK 23:02
Developed with CodeLauncher
♥ Do have faith in what you're doing.