Installation
1. Using UNetbootin
2.
sudo mkdir /media/iso/
sudo mount -o loop /path/to/ubuntu.iso /media/iso
cp -a /media/iso/. /media/xxx/
sudo apt-get install syslinux mtools
sudo syslinux -s /dev/sdd1
Then rename the isolinux directory in media/xxx/ to syslinux, rename the file isolinux.cfg to syslinux.cfg.
In case of the message:
"The installer has tried to mount image #1, but cannot find it on the hard drive.Please copy this image to the drive and click Retry.Click Exit to abort the installation."
press Ctrl-Alt-F2
mount /dev/sdc1 /mnt/foldername
ps -ef | grep sd
copy /mnt/foldername/centos.iso /mnt/isodir/centos.iso
press Ctrl-Alt-F6
1. Using UNetbootin
2.
sudo mkdir /media/iso/
sudo mount -o loop /path/to/ubuntu.iso /media/iso
cp -a /media/iso/. /media/xxx/
sudo apt-get install syslinux mtools
sudo syslinux -s /dev/sdd1
Then rename the isolinux directory in media/xxx/ to syslinux, rename the file isolinux.cfg to syslinux.cfg.
In case of the message:
"The installer has tried to mount image #1, but cannot find it on the hard drive.Please copy this image to the drive and click Retry.Click Exit to abort the installation."
press Ctrl-Alt-F2
mount /dev/sdc1 /mnt/foldername
ps -ef | grep sd
copy /mnt/foldername/centos.iso /mnt/isodir/centos.iso
press Ctrl-Alt-F6
No comments:
Post a Comment