|
  
- 帖子
- 41373
- 精华
- 364
- 积分
- 717806
- 消费积分
- 0
- 在线时间
- 5102 小时
- 注册时间
- 2006-11-28
|
live CD on a USB key
来源:点击进入 Wednesday, October 17, 2007
In the footnotes of a recent post Luis Villa says
"fedora
makes it very easy to turn a liveCD iso into a USB key (one command
line); Ubuntu’s equivalent process is poorly documented and awkward,
which is why I haven’t bothered to test a new Ubuntu Tribe as well"
I
also found non-VM testing of CD images more convenient when writing
them to a 1GB USB stick compared to burning to an actual CD. It's
faster to create, does not waste blanks or wear out CDRW-s and it is
noticeably faster to boot (no slow seeks in flash memory).
I modified the Fedora script to work with the Ubuntu liveCD layout and put it here
You'll need to run it on an unmounted vfat formatted partition, for ex: $ sudo ./isotostick.sh /path/to/image.iso /dev/sdb1
It should work on all ubuntu variants since they use the same liveCD layout.
|
|