VDI
posted by 빠담아빠다 2016. 3. 10. 16:36

xenserver 6.2.0재설치 도중 에러.

가능성 : * RAID 0 2TB( 1TB x 2 )

에러메시지 :

An unrecoverable error has occurred. The error was:

Caution: invalid main GPT header, but valid backup; regenerating main header from backup!

Warning! One or more CRCs don't match. You should repair the disk!

Invalid partition data!

 

6.5.0 이상 버전에서는 설치 정상 진행

6.5밑으로는 용량의 제한이 걸려있는 것 같다.

 

6.2이하의 버전에서 용량변경이 가능하다는 자료.

 

용량 변경에 관련된 자료. 실제로 해보지는 않음.



This can be solved by two way by disabling GPT  :

1. Boot from the XenServers 6.0.0 install CDROM. 
2. At the Xen 6.0.0 install prompt type menu.c32 and press enter. 
3. When you get the new menu screen press TAB 
4. add disable-gpt just before the last --- then press enter.  The system will go through part of the pre-install boot process.           5. At the bash prompt type "exit".

Installation will continue without any issue

OR

1. Type "shell"  at the boot menu


2. Edit the file constants.py under installer location using VI editor 

3. Edit the file and change the value highlighted from True to False and 4096  to 20480 and then exit

4. After existing the vim and boot menu , installation will continue .