You are not logged in.

#1 2016-01-27 10:03:51

danangdk
Member
Registered: 2015-02-05
Posts: 23

pxe boot tutorial

i want to make a pxe boot server, i had read the wiki, still confused, any help?? i had install hdcp and tftp , but don know the rest

Offline

#2 2016-01-27 10:51:50

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,608
Website

Re: pxe boot tutorial

You read the wiki, but installed dhcp and tftp? Which wiki page were you reading? How have you configured these applications? What error messages do you get? Does the client even get an IP from the server?

Read How To Ask Questions The Smart Way and start putting some actual effort into your posts.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2016-01-27 14:25:31

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,415

Re: pxe boot tutorial

Are you using the iso or you trying to make a permanent installation?


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#4 2016-01-28 01:39:58

danangdk
Member
Registered: 2015-02-05
Posts: 23

Re: pxe boot tutorial

nomorewindows wrote:

Are you using the iso or you trying to make a permanent installation?

i had 1 laptop , a hub, and a pc, arch was installed on laptop, i want to make it as a master node, and the PC as slave

Offline

#5 2016-01-28 01:41:26

danangdk
Member
Registered: 2015-02-05
Posts: 23

Re: pxe boot tutorial

WorMzy wrote:

You read the wiki, but installed dhcp and tftp? Which wiki page were you reading? How have you configured these applications? What error messages do you get? Does the client even get an IP from the server?

Read How To Ask Questions The Smart Way and start putting some actual effort into your posts.

https://wiki.archlinux.org/index.php/PXE
it's just for ISO/live system

Offline

#6 2016-01-28 01:56:44

danangdk
Member
Registered: 2015-02-05
Posts: 23

Re: pxe boot tutorial

how to turn a installed system to a cluster?

Offline

#7 2016-01-28 04:15:11

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,231
Website

Re: pxe boot tutorial

Stop bumping your own thread. Every post has an "Edit" link -- use it.

I suggest that you read the article WorMzy linked you to, and is in my signature. You need to help us to help you, but we are not going to hold your hand and spoon-feed you the information you want.

Offline

#8 2016-01-28 04:40:01

danangdk
Member
Registered: 2015-02-05
Posts: 23

Re: pxe boot tutorial

https://wiki.archlinux.org/index.php/Diskless_system

/etc/dhcpd.conf

allow booting;
allow bootp;

authoritative;

option domain-name-servers 10.0.0.1;

option architecture code 93 = unsigned integer 16;

group {
    next-server 10.0.0.1;

    if option architecture = 00:07 {
        filename "/grub/x86_64-efi/core.efi";
    } else {
        filename "/grub/i386-pc/core.0";
    }

    subnet 10.0.0.0 netmask 255.255.255.0 {
        option routers 10.0.0.1;
        range 10.0.0.128 10.0.0.254;
    }
}

i had install dhcp and configured as the wiki, it's said start the dhcp service, i run systemctl start dhcp, but it replay no such file/directory

so in the step, start dhcp service, i dont know how to do this

MOD EDIT: use code tags.

Last edited by danangdk (2016-01-28 07:41:08)

Offline

#9 2016-01-28 05:00:55

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,231
Website

Re: pxe boot tutorial

Perhaps refer to the wiki page for dhcpd?

EDIT: please use code tags when posting configuration files etc.

Last edited by fukawi2 (2016-01-28 05:01:21)

Offline

#10 2016-01-28 06:49:03

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,415

Re: pxe boot tutorial

I think he needs the dnsmasq wiki page for live/iso PXE.  But if he wants to run PC from laptop it should be a permanent installation.  For a permanent installation. he'll need the diskless/NFS wiki.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#11 2016-01-28 09:22:31

danangdk
Member
Registered: 2015-02-05
Posts: 23

Re: pxe boot tutorial

i will look at diskless setup, i will keep updating this thread

Offline

Board footer

Powered by FluxBB