@Tom-Elliott it is not multiply. Just wanna ger backup of personal PC
Latest 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