U盘安装 Ubuntu Server 12.04.3 LTS
- 格式化U盘,确保U盘是FAT32格式
- 使用Unetbootin将iso文件写入U盘
- 将安装iso拷贝如U盘根目录
- 重启电脑,设置BIOS为USB-HDD启动
- 按照流程安装,会提示找不到CD-ROM
- ALT+F2 to another console and
- Mount the usb-stick to /mnt/usb
- [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]
blog comments powered by Disqus
Published
2013-09-20