无需安装、直接使用 ubuntu (2008.08.27更新)

Ubuntu各种衍生版本
回复

您需要这样的东东吗?

需要
116
83%
不需要
24
17%
 
总计票数: 140
dengjiangw
帖子: 12
注册时间: 2008-08-29 14:27

#61

帖子 dengjiangw » 2008-09-07 15:44

请问大侠,两个桌面环境该如何切换?
头像
ptptptptptpt
帖子: 3711
注册时间: 2006-09-19 18:16

#62

帖子 ptptptptptpt » 2008-09-07 17:14

dengjiangw 写了:请问大侠,两个桌面环境该如何切换?
注销后,重新登录时可以选
龙哥
帖子: 3
注册时间: 2008-09-08 21:40

#63

帖子 龙哥 » 2008-09-08 23:08

可惜怎么下载不了呢?
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

#64

帖子 YeLee » 2008-09-12 15:08

LZ说过,需要登陆FTP服务器才行点这里
:em09
图片
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
dengjiangw
帖子: 12
注册时间: 2008-08-29 14:27

#65

帖子 dengjiangw » 2008-09-13 1:12

奇怪的 问题,不改boot.ini也可以启动ubuntu,但是不管改不改都只能启动ubuntu,要启动xp,就用光盘引导到dos,然后删除grldr和menu.lst,大侠有没有办法解决这个问题?
头像
ptptptptptpt
帖子: 3711
注册时间: 2006-09-19 18:16

#66

帖子 ptptptptptpt » 2008-09-13 9:08

dengjiangw 写了:奇怪的 问题,不改boot.ini也可以启动ubuntu,但是不管改不改都只能启动ubuntu,要启动xp,就用光盘引导到dos,然后删除grldr和menu.lst,大侠有没有办法解决这个问题?
莫非往硬盘mbr装过 grub4dos 的引导代码??
头像
yaska
帖子: 1169
注册时间: 2007-10-28 21:35

#67

帖子 yaska » 2008-09-13 9:14

要启动xp,就用光盘引导到dos,然后删除grldr和menu.lst
如果写 grub4dos 到硬盘,应该会提示 grldr not found 才对啊。
头像
ptptptptptpt
帖子: 3711
注册时间: 2006-09-19 18:16

#68

帖子 ptptptptptpt » 2008-09-13 9:29

似乎有个选项,可以在安装时备份原 mbr ,启动时若找不到 grldr ,则加载原 mbr
dengjiangw
帖子: 12
注册时间: 2008-08-29 14:27

#69

帖子 dengjiangw » 2008-09-13 12:26

问题解决了,在menu.lst中加入
title Microsoft Windows
root (hd0,0)
chainloader (hd0,0)+1
就可以双重启动了.
jdssong
帖子: 1
注册时间: 2008-09-08 12:51

#70

帖子 jdssong » 2008-09-16 14:30

我第一次接触linux,很多问题不是很明白,请问menu.lst文件里面是
default 0
timeout 12


title ubuntu-8.04-ready
find --set-root /ubuntu-8.04-ready/root.disk
kernel /ubuntu-8.04-ready/boot/vmlinuz-2.6.24-19-generic root=/dev/hda5 loop=/ubuntu-8.04-ready/root.disk ro quiet acpi=force
initrd /ubuntu-8.04-ready/boot/initrd.img-2.6.24-19-generic


title ubuntu-8.04-ready, acpi=off noapic nolapic
find --set-root /ubuntu-8.04-ready/root.disk
kernel /ubuntu-8.04-ready/boot/vmlinuz-2.6.24-19-generic root=/dev/hda5 loop=/ubuntu-8.04-ready/root.disk ro quiet acpi=off noapic nolapic
initrd /ubuntu-8.04-ready/boot/initrd.img-2.6.24-19-generic


title ubuntu-8.04-ready, acpi=force
find --set-root /ubuntu-8.04-ready/root.disk
kernel /ubuntu-8.04-ready/boot/vmlinuz-2.6.24-19-generic root=/dev/hda5 loop=/ubuntu-8.04-ready/root.disk ro quiet acpi=force
initrd /ubuntu-8.04-ready/boot/initrd.img-2.6.24-19-generic



title ubuntu-8.04-ready (recovery mode)
find --set-root /ubuntu-8.04-ready/root.disk
kernel /ubuntu-8.04-ready/boot/vmlinuz-2.6.24-19-generic root=/dev/hda5 loop=/ubuntu-8.04-ready/root.disk ro single acpi=off noapic nolapic
initrd /ubuntu-8.04-ready/boot/initrd.img-2.6.24-19-generic



title Ubuntu 8.04.1, memtest86+
find --set-root /ubuntu-8.04-ready/root.disk
kernel /ubuntu-8.04-ready/boot/memtest86+.bin


我将ubuntu-8.04-ready放在了e盘 menu.lst里面的内容对吗?
谢谢!!!
头像
ptptptptptpt
帖子: 3711
注册时间: 2006-09-19 18:16

#71

帖子 ptptptptptpt » 2008-09-16 15:54

E盘可能是 /dev/sda6

贴一下 磁盘管理 中显示的磁盘分区的情况吧
头像
ptptptptptpt
帖子: 3711
注册时间: 2006-09-19 18:16

#72

帖子 ptptptptptpt » 2008-09-16 15:59

另,发现 hdd-boot.rar 中的 menu.lst 有点小问题:第一项中不该有 acpi=force 。

已上传修正后的文件。
7.of.9
帖子: 9
注册时间: 2007-02-28 23:17

#73

帖子 7.of.9 » 2008-09-16 22:17

谢谢楼主!
dengjiangw
帖子: 12
注册时间: 2008-08-29 14:27

#74

帖子 dengjiangw » 2008-09-17 0:09

acpi=force是啥意思?
头像
ptptptptptpt
帖子: 3711
注册时间: 2006-09-19 18:16

#75

帖子 ptptptptptpt » 2008-09-17 15:23

dengjiangw 写了:acpi=force是啥意思?
强制开启 acpi ,在某些主板上需要这个才能启动
回复