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 > Etc.' 카테고리의 다른 글
[PogoPlug] E02 복구기 2부 - 아치리눅스 재설치 (0) | 2013.10.11 |
---|---|
[PogoPlug] E02 복구기 1부 - 벽돌이 된 포고를 살리다. (0) | 2013.10.11 |
6.25 CyberTerror Report (0) | 2013.06.26 |
[Dokuwiki] DW2PDF - Export PDF multibye language (0) | 2013.06.21 |
[POGOPLUG] HOW TO RECOVER PP S4 VIA SERIAL CONNECTION. (2) | 2013.04.24 |