~$ ls -al /dev/disk/by-uuid
总用量 0
drwxr-xr-x 2 root root 160 2008-01-28 01:11 .
drwxr-xr-x 5 root root 100 2008-01-28 00:50 ..
lrwxrwxrwx 1 root root 10 2008-01-28 01:11 cd49e9e8-583a-4030-9d15-62cad5687887 -> ../../sdb2
Ubuntu 7.10 for USB 中文测试版
- chinakr
- 帖子: 193
- 注册时间: 2007-01-21 14:04
- 来自: 北京
- 联系:
但是我的U盘的UUID没错呀
- oneleaf
- 论坛管理员
- 帖子: 10455
- 注册时间: 2005-03-27 0:06
- 系统: Ubuntu 12.04
- chinakr
- 帖子: 193
- 注册时间: 2007-01-21 14:04
- 来自: 北京
- 联系:
- chinakr
- 帖子: 193
- 注册时间: 2007-01-21 14:04
- 来自: 北京
- 联系:
最终结果 - 小结
实战Ubuntu 7.10中文社区USB版系统安装
作者:chinakr(http://www.edu-map.com/chinakr)
日期:2008-01-28
1. 下载
第1次下载:
wget --http-user=ubuntu --http-passwd=ubuntuftp http://ftp.ubuntu.org.cn/home/oneleaf/usb.img.gz
之后下载:
wget --http-user=ubuntu --http-passwd=ubuntuftp -c http://ftp.ubuntu.org.cn/home/oneleaf/usb.img.gz
2. 检查压缩包的MD5值
$ md5sum usb.img.gz
147f15951754f5ff47f97203c3d94876 usb.img.gz
3. 解压缩
$ gunzip usb.img.gz
4. 检查镜像文件的MD5值
$ md5sum usb.img
5e439944c0d8668fab17dc028b41e742 usb.img
注:如果上一步是用图形界面下的归档管理器解压缩的,这一步MD5值可能会不对(实践的结果-_-!)。这样最后得到的U盘运行时会有问题。
5. 把镜像文件写入U盘
$ dd if=usb.img of=/dev/sdb bs=1024
记录了 3930624+0 的读入
记录了 3930624+0 的写出
4024958976 字节 (4.0 GB) 已复制,1608.38 秒,2.5 MB/秒
注:U盘在我的机器上是/dev/sdb。
6. dd完成后,会自动挂载,可以看到2个分区,一个是FAT格式,一个是Reiserfs格式。
7. 在BIOS中设置第一引导设备为USB-HDD,就可以从U盘启动,进入Ubuntu了:)
感谢oneleaf和诸位朋友的热心帮助!
作者:chinakr(http://www.edu-map.com/chinakr)
日期:2008-01-28
1. 下载
第1次下载:
wget --http-user=ubuntu --http-passwd=ubuntuftp http://ftp.ubuntu.org.cn/home/oneleaf/usb.img.gz
之后下载:
wget --http-user=ubuntu --http-passwd=ubuntuftp -c http://ftp.ubuntu.org.cn/home/oneleaf/usb.img.gz
2. 检查压缩包的MD5值
$ md5sum usb.img.gz
147f15951754f5ff47f97203c3d94876 usb.img.gz
3. 解压缩
$ gunzip usb.img.gz
4. 检查镜像文件的MD5值
$ md5sum usb.img
5e439944c0d8668fab17dc028b41e742 usb.img
注:如果上一步是用图形界面下的归档管理器解压缩的,这一步MD5值可能会不对(实践的结果-_-!)。这样最后得到的U盘运行时会有问题。
5. 把镜像文件写入U盘
$ dd if=usb.img of=/dev/sdb bs=1024
记录了 3930624+0 的读入
记录了 3930624+0 的写出
4024958976 字节 (4.0 GB) 已复制,1608.38 秒,2.5 MB/秒
注:U盘在我的机器上是/dev/sdb。
6. dd完成后,会自动挂载,可以看到2个分区,一个是FAT格式,一个是Reiserfs格式。
7. 在BIOS中设置第一引导设备为USB-HDD,就可以从U盘启动,进入Ubuntu了:)
感谢oneleaf和诸位朋友的热心帮助!
-
- 帖子: 6
- 注册时间: 2006-06-05 19:54
- oneleaf
- 论坛管理员
- 帖子: 10455
- 注册时间: 2005-03-27 0:06
- 系统: Ubuntu 12.04
- chinakr
- 帖子: 193
- 注册时间: 2007-01-21 14:04
- 来自: 北京
- 联系:
- chinakr
- 帖子: 193
- 注册时间: 2007-01-21 14:04
- 来自: 北京
- 联系:
WinPE启动时出现的错误提示
Windows could not start due to an err while booting from a RAMDISK.
Windows failed to the RAMDISK image.
File MINIPE\WINPE.IS_ could not be loaded.
The error code is 7
Setup cannot continue. Press any key to exit.
Windows failed to the RAMDISK image.
File MINIPE\WINPE.IS_ could not be loaded.
The error code is 7
Setup cannot continue. Press any key to exit.
-
- 帖子: 12
- 注册时间: 2007-04-02 17:20
按照chinakr的在154楼的实战方法,最后从u盘启动,选择1 ubuntu 发现找不到内核。我的4G的u盘目前只能看到304M。
用sudo fdisk -l,看到:
用sudo fdisk -l,看到:
但是进一步想用sudo fdisk /dev/sdb 删除分区,恢复U盘,发现:Disk /dev/sdb: 4183 MB, 4183818752 bytes
255 heads, 63 sectors/track, 508 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xdfe5dfe5
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 37 297171 6 FAT16
/dev/sdb2 38 489 3630690 83 Linux
老大,我的U盘怎么恢复原样,谢谢先!WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Error closing file
-
- 帖子: 12
- 注册时间: 2007-04-02 17:20
-
- 帖子: 11
- 注册时间: 2008-02-22 23:51
-
- 帖子: 11
- 注册时间: 2008-02-22 23:51
-
- 帖子: 11
- 注册时间: 2008-02-22 23:51