删倒没删,只是重新配置了,而且配置时只会使用xorg自带的驱动。自己手动安装的,需要重新启用一下就好了,不用再装raymond.chen 写了: TO pt~~~
你的那个S03xconfig.sh重新config 显卡的时候是不是会把原来安装好的显卡驱动(初始安装)删掉啊?
我发现我的本本原来石高分屏的,换了个机子引导重启之后好像分辨率全部变小。。。再换回原来的安装的本本,分辨率就不对了~~~
【2008.09.30更新2楼】把 ubuntu linux 装入移动硬盘,并在不同电脑上运行
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
- ptptptptptpt
- 帖子: 3711
- 注册时间: 2006-09-19 18:16
- ubuntusky
- 帖子: 185
- 注册时间: 2007-02-25 22:55
grub中menu.list不支持 uuid,一定要安装grub4dos?ptptptptptpt 写了:只有一个问题,menu。lst中 root=/dev/hdXX 需改成 /dev/sdXX , 难就难在不同的机子上,有的是sda,有的是sdbskyx 写了: 真接把硬盘接在电脑主板上,本本硬盘可找个大ide to 小ide口 转接卡。安装ubuntu后再取出来,再装在硬盘盒子里。
这样引导还是grub
再把二楼的脚本拷进去,这个盒子着到处走行不?
另外,根据我的经验, grub4dos 比 原版的 grub 兼容性要好些,原版grub装在移动硬盘上经常启动不了,或极其慢,换成grub4dos后好多了。
- ptptptptptpt
- 帖子: 3711
- 注册时间: 2006-09-19 18:16
-
- 帖子: 9
- 注册时间: 2007-01-19 21:59
- ptptptptptpt
- 帖子: 3711
- 注册时间: 2006-09-19 18:16
-
- 帖子: 9
- 注册时间: 2007-01-19 21:59
- ptptptptptpt
- 帖子: 3711
- 注册时间: 2006-09-19 18:16
-
- 帖子: 900
- 注册时间: 2006-11-23 13:04
[问题]我的装不上呀
我首先用第二种方法装
用 KUBUNTU LIVE CD 装在移动硬盘时分区表不能显示
跳过时QTPARTITIONOR崩溃
后来用第一种方法装
发现找不到路径
虽然出现了GRUB的引导路径
是不是KUBUNTU 的menu.lst设置错了?
有没有人在移动硬盘上装过KUBUNTU
或有人知道KUBUNTU的menu.lst怎么写
我的是这样的
不知有什么错
各位高手可以帮忙看一下
timeout 8
default 0
title Kubuntu live cd
kernel (hd0,2) /casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw splash
title Kubuntu live cd (xforcevesa)
kernel (hd0,2) /casper/vmlinuz boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw splash
initrd (hd0,2) /casper/initrd.gz
title boot (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
用 KUBUNTU LIVE CD 装在移动硬盘时分区表不能显示
跳过时QTPARTITIONOR崩溃
后来用第一种方法装
发现找不到路径
虽然出现了GRUB的引导路径
是不是KUBUNTU 的menu.lst设置错了?
有没有人在移动硬盘上装过KUBUNTU
或有人知道KUBUNTU的menu.lst怎么写
我的是这样的
不知有什么错
各位高手可以帮忙看一下
timeout 8
default 0
title Kubuntu live cd
kernel (hd0,2) /casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw splash
title Kubuntu live cd (xforcevesa)
kernel (hd0,2) /casper/vmlinuz boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw splash
initrd (hd0,2) /casper/initrd.gz
title boot (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
- ptptptptptpt
- 帖子: 3711
- 注册时间: 2006-09-19 18:16
-
- 帖子: 900
- 注册时间: 2006-11-23 13:04
timeout 8
default 0
title Kubuntu live cd
kernel (hd0,2)/casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw splash
initrd (hd0,2)/casper/initrd.gz
title Kubuntu live cd (xforcevesa)
kernel (hd0,2)/casper/vmlinuz boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw splash
initrd (hd0,2)/casper/initrd.gz
title boot (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
default 0
title Kubuntu live cd
kernel (hd0,2)/casper/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw splash
initrd (hd0,2)/casper/initrd.gz
title Kubuntu live cd (xforcevesa)
kernel (hd0,2)/casper/vmlinuz boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw splash
initrd (hd0,2)/casper/initrd.gz
title boot (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
- ptptptptptpt
- 帖子: 3711
- 注册时间: 2006-09-19 18:16