Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10
发表于 : 2009-10-05 6:31
略! 

致力于Ubuntu中文推广
http://forum.ubuntu.org.cn/
代码: 全选
那个闪啊闪的两只眼睛 美女smallapple 给了个链接
这也太千里不留行 写了:小苹果回答是对的,问过LZ,他说如果在XP的C盘就是menu.lst,如果是建在ubuntu 9.10里面的boot分区的grub文件夹内,就不会再有menu.lst了,而是grub.cfg,他电脑自带的grub.cfg如下:
#
# 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 ###
load_env
set default="0"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,10)
search --no-floppy --fs-uuid --set 23927f0d-3651-45e2-a118-6d1917d7b71d
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
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/white
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-11-generic" {
recordfail=1
save_env recordfail
set quiet=1
insmod ext2
set root=(hd0,8)
search --no-floppy --fs-uuid --set 1be7ef63-9e25-4a0c-b795-c71041db301a
linux /vmlinuz-2.6.31-11-generic root=UUID=23927f0d-3651-45e2-a118-6d1917d7b71d ro quiet splash
initrd /initrd.img-2.6.31-11-generic
}
menuentry "Ubuntu, Linux 2.6.31-11-generic (recovery mode)" {
recordfail=1
save_env recordfail
insmod ext2
set root=(hd0,8)
search --no-floppy --fs-uuid --set 1be7ef63-9e25-4a0c-b795-c71041db301a
linux /vmlinuz-2.6.31-11-generic root=UUID=23927f0d-3651-45e2-a118-6d1917d7b71d ro single
initrd /initrd.img-2.6.31-11-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
insmod fat
set root=(hd0,1)
search --no-floppy --fs-uuid --set 4a11-bb4f
drivemap -s (hd0) ${root}
chainloader +1
}
### 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 ###