1. 格式化U盘,确保U盘是FAT32格式
  2. 使用Unetbootin将iso文件写入U盘
  3. 将安装iso拷贝如U盘根目录
  4. 重启电脑,设置BIOS为USB-HDD启动
  5. 按照流程安装,会提示找不到CD-ROM
  6. ALT+F2 to another console and
  7. Mount the usb-stick to /mnt/usb
  8. [plain]
    mkdir /mnt/usb

tail -n 100 /var/log/syslog
#determine which one is your usb device

mount -t vfat /dev/your_usb_device/mnt/usb

mount -t iso9660 -o loop /mnt/usb/ubuntu-12.04.3-server-i386 /cdrom

#Mount the server-image file to /cdrom

[/plain]

  • exit from the terminal and ALT+F1 back to main installer screen
  • Press ESC to avoid trying to mount cd-rom
  • In main installer menu chose "Detect and mount CD-rom"
  • 按照正常流程安装


  • blog comments powered by Disqus

    Published

    2013-09-20

    Tags