ref site : http://c-nergy.be/blog/?p=897&cpage=1#comment-998


1. Copy Proxmox ISO image file into PVE Bootable USB stick.

2. Boot from USB on debug mode
(Type 'debug' when PVE boot: prompt)


3. Check Your USB Stick mount status

Normally, you'll see boot prompt ('#') with 'no cdrom found' message.

fdisk -l 


You can see mount status.


4. mount iso image.

mount /dev/sdb1 /mnt 

(note: the /dev/sdb1 represent my stick on my system — Please change this value to reflect your settings)


mount -o loop -t iso9660 /mnt/proxmox_1-7.iso /mnt
(again change accordingly based the name of your iso file… )


5. Install VE

chroot /mnt  sbin/unconfigured.sh



우분투세미나발표자료

TechNote/Linux 2012. 8. 21. 22:52 Posted by harim~♥

한국우분투사용자모임 7월 세미나 발표자료입니다.

오픈소스 가상화 툴인 Proxmox 툴 관련 발표영상입니다.


http://www.youtube.com/watch?v=hxogRfSdO40&feature=youtube_gdata_player







발표자료 : http://goo.gl/6Zq5T

Proxmox.pdf


참고자료 : 

IBM 가상화기술백서 

IBM가상화 기술백서.pdf


정보통신기술협회- 클라우드 서비스와 가상화 기술

정보통신기술협회- 클라우드 서비스와 가상화 기술.pdf


한국 통신망 운용관리 학술대회

한국 통신망 운용관리 학술대회.pdf


한국 정보기술 학회 - 리눅스 기반 오픈 소스 서버 가상화 기술 비교

리눅스 기반 오픈 소스 서버 가상화 기술 비교.pdf




 

'TechNote > Linux' 카테고리의 다른 글

Console Login Failure On CentOS  (0) 2012.11.01
우분투세미나발표자료  (0) 2012.08.21
[Linux] Using X-Window Forwarding on M$ Windows  (0) 2012.04.19
I've got VPS  (0) 2012.04.17
How to install Bt878 on Ubuntu...  (0) 2012.04.05