分页: 3 / 22

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 6:31
千里不留行
略! :em04

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 8:08
gzbao9999
This young lady 本小女子 :em25

This girl 本姑娘 :em25

楼主是女人乎 :em29

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 8:11
hcqhcq
请问下楼主哈。
XP重装了,SDA13是我的UBUNTU9.10分区,我想怎么样在MENU.LIST编辑引导UBUNTU启动呢? :em05

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 9:34
gzbao9999
建议去看grub2的教程
viewtopic.php?f=139&t=229387

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 10:02
xz4
谢谢楼主! :em11

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 11:49
spsdx
收藏 :em04

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 12:42
千里不留行
回33 楼 hcqhcq 。
如果是GURB1当然是sda13 或(hd0,12)了,GURB2好象不一样?
28楼那个闪啊闪的两只眼睛 美女smallapple 给了个链接,写的很祥细,问一下她吧!

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 13:03
GQ-huihuang
留个记号 以后慢慢消化

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 13:22
aidong
我用优盘装的,很方便。

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 15:00
smallapple
回33楼
menu.lst可以这样写(没有/boot分区的)
title Ubuntu 9.10
root (hd0,12)
kernel /boot/grub/core.img
boot

详细的内容请看我签名档。

代码: 全选

那个闪啊闪的两只眼睛 美女smallapple 给了个链接
回 Miss LZ, I'm a MAN.

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 19:49
千里不留行
如果

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 19:52
hcqhcq
回40楼:
smallapple,你好!麻烦你帮我看看。
我是用http://hi.baidu.com/lidongxing1005/blog/item/d0e17701545adf1b738b6520.html这上面的方法安装的,麻烦你大概看看,最后我安装好了,但是按照这上面的方法在C盘写MENU.LST引导UBUNTU启动,我按照他的写法没成功,搜了些其他方法也没成功。
我的C盘XP,UBUNTU在SDA7。
他上面是AP5,我用来安装BETA了,不过内核和HD之类的我都已作修改的!结果还是不行!

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 19:54
hcqhcq
千里不留行 写了:小苹果回答是对的,问过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 ###
这也太 :em20 了- -#一般UBUNTU的不都是在C盘的MENU.LST下编写吗?然后通过GRUB引导来实现啊?

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 20:21
smallapple
回42楼
40楼的menu.lst的写法就是用来引导ubuntu 9.10的
如果/boot单独分区,就改为
title ubuntu 9.10
root (hd0,12)
kernel /grub/core.img
boot

Re: ubuntu 9.10 beta 下载地址 及 不用刻盘 硬盘安装ubuntu9.10

发表于 : 2009-10-05 20:26
千里不留行
回 42楼,你提供的地址的那篇贴子的menu.lst 有问题