You are not logged in.
Pages: 1
I have two laptops, one is HP nx9000 (archlinux), and the second is Toshiba portege 2000 (no system). What I need to do is to install archlinux on Toshiba via netboot instal (pxe install). I cannot figure out how to configure my HP running arch to allow my toshiba netboot. Is it possible to use computer-computer lan cable, or do I need a router? I have no router so it would be most convenient to use crossed lan cable to connect two computers and then install arch on toshiba.
Any suggestions how can I do this?
Offline
You will have to configure your HP to function as a BOOTP/DHCP and TFTP server.
This post from the creator of minimax might be helpful : http://minimax.berlios.de/forum/viewtopic.php?t=20
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I managed to boot with mkpxelinux generated file but I get kernel panic "Cannot fint kinit" or somenthin. Do I need to use minimax, maybe there's some archlinux netboot installation image?
Offline
Currently there is no netboot image for Arch, but i've done some reading and it looks like all you need is a kernel and a filesystem.
You could try taking the kernel and initrd from tpowa's new ftp-iso .
New ISOs for i686
In the tftp file dir you need to copy the vmlinuz and initrd.img files .
(in the iso they are located here: ISO9660/isolinux )
in the pxelinux.cfg folder there should be a default file .
here's an example i found on this page
General PXE install server
Example of default
--snip--
default linux
prompt 1
timeout 1200
display message.txt
label linux
kernel kernels/bare.i/bzImage
append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=102400 rw root=/dev/ram
--snip--
If you succeed in doing a pxe install , don't forget to update the wiki.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I just checked the archboot and mkbootcd packages Tpowa used for his new boot iso's , and in archboot there is a reference to making a pxelinux boot for archlinux.
I suggest you contact tpowa , he might be able to help you.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1