@Tom-Elliott it is not multiply. Just wanna ger backup of personal PC
Posts made by eistek
-
RE: Bad SEctors
-
Bad SEctors
I have an bad sectors on HDD.
How can i skip bad sectors when i capture with fog ? -
RE: Dell Studio XPS 8700
May be i can use as following
option client-arch code 93 = unsigned integer 16;
if exists client-arch {
if option client-arch = 0 {
filename “undionly.kpxe”;
} elsif option client-arch = 6 {
filename “ipxe.efi”;
} elsif option client-arch = 7 {
filename “ipxe.efi”;
} elsif option client-arch = 9 {
filename “ipxe.efi”;
} elsif option client-arch = 10 {
filename “ipxe.efi”;
} elsif option client-arch = 9 {
filename “ipxe.efi”;
}
} -
RE: Dell Studio XPS 8700
i have added following lines do dhcpd.conf
host eistek {
hardware ethernet f8:b1:56:a4:c4:bf;
fixed-address 192.168.1.20;
filename “ipxe.efi”;
}Problem is resolved.
Thanx -
RE: Dell Studio XPS 8700
1- FOG version 1.4.2
2-
dhcp setting is ;next-server 192.168.1.161;
filename “undionly.kpxe”;3-
uefi mode is enabled on bios -
Dell Studio XPS 8700
Hi i have trying to capture from Dell Studio XPS 8700. PXE starting over IPV4.
I see “Downloading bla bla” on screen. Then Windows start to boot.
FOS screen does not come.What i need to check ?
-
RE: unable to deploy RAID 1 disk
I don’t know why but if i try to deploy with 2 disk pluged in it gives kernel panic.
Special thanx to @george1421 @Jonathan-Cool @Tom-Elliott
-
RE: unable to deploy RAID 1 disk
Here is the my solution;
1- i have created new clean raid.
2- i have added mdraid= true and /dev/md126 to my host configuration.
3- I have removed one of the raid disk from PC.
4- Started to deploy. Deploying image is finished without any error.
5- Restarted PC and Windows has started without any problem.
6- Then power off the PC and plugged in second disk to PC and turned on .
7- Raid started to rebuild.
8- Rebuild is finished and everything is looks well now -
RE: unable to deploy RAID 1 disk
@george1421
I have downloaded fog.1.4.1.tgz. After extract this file removed binary1.4.1.zip file. Then started the
./installfog.sh file.
After installation finished.I have checked md126 on debug mode . It was not readonly;
Then i have started to deploy image;
It looks good. I have to leave from Office. we will see the result tomorow
Thanx for everything -
RE: unable to deploy RAID 1 disk
@george1421 You are correct the Raid is just created. Because fog broken my raid configuration. I have deleted and rebuilt raid configuration. I am waiting for your solution thanks for your support
-
RE: unable to deploy RAID 1 disk
@Jonathan-Cool
how can i get command prompt?
Deploy is starting immediatelly -
RE: unable to deploy RAID 1 disk
@george1421
i have checked your links. But i don’t have much experience on raids and kernel .DO i need to add
Host Kernel Arguments: mdraid=true
Host Primary Disk: /dev/md126for this host ?
Let me remind i have captured image before add this parameters. And i will try to deploy this image to raid 1
-
RE: unable to deploy RAID 1 disk
i am setting raid on system setup.
I am pushing “CTRL+I” on system boot and setting disks to Raid 1.Is it fake raid or hardware ? how can i determine ?
-
unable to deploy RAID 1 disk
Server
- FOG Version: 1.4.0
- OS: CentOS release 6.4 (Final)
Client
- Service Version:
- OS: Windows 10
Description
I have created image with ;
Single Disk - Resizable
Partclone CompressedMachine is running Windows 10 on HPZ600 with 2x1TB Sata HDD with Raid 1 .
Capture is finished without any error. After i have rebooted Clinet PC , PS is not booted. and i saw raid is broken.
I have deployed from my image to PC again and did not boot again.I have put new single disk to PC its deploying and system is running. But if i put 2 disk with raid 1 its not booting and breaking rhe raid.
What i need to do? Do i need some extra kernel parameter or what ?