惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
C
Check Point Blog
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
Jina AI
Jina AI
博客园 - 【当耐特】
U
Unit 42
月光博客
月光博客
腾讯CDC
Y
Y Combinator Blog
小众软件
小众软件
博客园_首页
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
The GitHub Blog
The GitHub Blog
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
T
Tailwind CSS Blog

博客园 - 张少峰

在linuxdeepin10.12下源码安装bochs-2.4.6 设置pppoe时遇到“Oh, dear, I don't see the file '/etc/ppp/pppoe.conf' anywhere.”时的解决方法 糗事的教训:做事一定要细心细心再细心 Reflector插件FileDisassembler汉化修改版 解压用Sixxpack2.2压缩过的程序,拿原始程序集 - 张少峰 - 博客园 利用网页挂马拿服务器的一种设想 第一次上首页,发一个玩具级的持久化工具~ python一些细微的东西 IndentationError: unindent does not match any outer indentation level Request的几种路径属性 一个方法返回多个值的解决方法 值类型与引用类型 用反射把程序集中一些泛型类实例化,怎么确定实例的类型? 父类实现IComparable<T>接口,子类无法使用~ [转载]谓词和操作(c#版) 静态变量的继承 XPath初学笔记(四) XPath初学笔记(三) XPath初学笔记(二)
安装ubuntu10.10时遇到ubi partman crashed,ubi-partman fai...
张少峰 · 2011-03-05 · via 博客园 - 张少峰

 出错信息:
ubi partman crashed

ubi-partman failed with exit code 141.Further information may be found in
/var/log/syslog.
Do you want to try running this step again before continuing?
If you do not your installation may fail entirely or may be broken.
截图:

问题描述:

我在安装ubuntu10.10和linux deepin 10.12时都碰到了这个问题。我是准备把系统安装到一个16G的U盘上,所以安装时选择了“手动指定分区(高级)”,进入分区界面选择删除U盘上的fat32分区时,问题发生了。具体原因未知,英文论坛上有很多关于这个问题的讨论,有兴趣的可以自行google。
解决方案:

解决的方法也很简单,先用fdisk给U盘分好区,再进入安装程序安装即可。或者先用fdisk把U盘上的分区删除,然后再进入安装程序分区也成。至于fdisk的用法,也请自行google。