@Sebastian-Roth sorry for late reply. looks like its ok now
Posts made by badhonsoam
-
RE: multiple disk problem
-
RE: multiple disk problem
@Sebastian-Roth i am trying another vm doesnot contain ceph osd
-
RE: multiple disk problem
@Sebastian-Roth said in multiple disk problem:
SIZE
as you asked i tried like this which is showing below error like previous
-
RE: multiple disk problem
on this step
Edit the host settings and set Primary Disk option to /dev/vdb and Image Association to img_vdb to and do a capture the second drive.
-
RE: multiple disk problem
@Sebastian-Roth i just did this with multi-disk windows VM . its ok and working. but in in linux vm we are having this issue.
-
RE: multiple disk problem
@Sebastian-Roth
This is the situation, we have a vm of ubuntu 16.04. which has 3 separate HDD called /dev/vda, /dev/vdb and /dev/vdc
we want capture the disk image and provision in another platform. step-1, we created a image os: linux
![alt text]( image url)then gave the capture command
but it only capturing 1st disk as u see my previous post . that’s the issue
i need all 3 disk to capture -
multiple disk problem
i have centos fog server. i am pulling image from ubuntu 16.04 server with has multiple disk. i am selecting image option all partition multiple disk. but everytime the second disk showing ( reading failed
reading partition table /dev/vdb … failed -
RE: fog iso booting
@george1421 i did follow steps properly. i did step 2 properly.
-
RE: fog iso booting
@sebastian-roth sorry. i was going to post. sorry for delay. i follow this
- First we’ll create the required directories:
mkdir /images/os/mswindows
mkdir /images/os/mswindows/10-1607
mkdir /tftpboot/mswindows
mkdir /tftpboot/mswindows/10-1607 - Now we’ll mount the Windows 10 iso over the loop directory. Then we’ll copy the contents of the DVD to the directory we built above.
mount -o loop /{full path where you have the iso stored}/DellWin10OEM.iso /mnt/loop
cp -R /mnt/loop/* /images/os/mswindows/10-1607
umount /mnt/loop
3. Download and install the latest wimboot kernel and extract it from the zip file.
cd /images/os/mswindows
wget http://git.ipxe.org/releases/wimboot/wimboot-latest.zip
unzip wimboot-latest.zip
4. Copy the wimboot file from the archive directory to root of the mswindows directory (we’ll need this for every windows boot media, so we’ll place it in a common spot).
cp ./wimboot-2.6.0-signed/wimboot /images/os/mswindows
5. The last bit of magic we need to do is setup a new FOG iPXE boot menu entry for this OS.
6. In the fog WebGUI go to FOG Configuration->iPXE New Menu Entry
Set the following fields
Menu Item: os.Win10-1607
Description: Windows 10 v1607
Parameters:
kernel nfs://192.168.2.110:/images/os/mswindows/wimboot
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/bootmgr.exe bootmgr.exe
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/boot/bcd bcd
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/boot/fonts/segmono_boot.ttf segmono_boot.ttf
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/boot/fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/boot/fonts/segoen_slboot.ttf segoen_slboot.ttf
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/boot/fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd nfs://192.168.2.110:/images/os/mswindows/10-1607/boot/boot.sdi boot.sdi
initrd -n boot.wim nfs://192.168.2.110:/images/os/mswindows/10-1607/sources/BOOT.wim boot.wim
imgstat
boot || goto MENU
Menu Show with: All Hosts
.
and getting this error - First we’ll create the required directories:
-
RE: fog iso booting
@george1421 did u boot windows OS? can it be done without winpe? can u
direct me? -
RE: fog iso booting
@knightraven thx. how will get windows. it need ramdisk. i think. if i donot want to use winpxe.
-
RE: fog iso booting
@george1421 i give more ram then iso. i provide 1 GB the 3 gb ram. my iso size is 800 mb.
-
RE: fog iso booting
@quazz then what will be the parameter for windows and linux in new ipxe entry.