Page 1 of 1

Re: PXE install

Posted: Sun Dec 16, 2007 3:29 pm
by Husse
Welcome to Mint AlienQueen
My experience of PXE is limited...
But tell us more about what goes wrong
And have you had any success with Gutsy

Re: PXE install

Posted: Wed Jan 23, 2008 8:36 pm
by blosch
Hi,

I'm also trying to do a network install of Linux Mint using PXE (my laptop doesn't have a CD drive), but without success. Works fine with other distros (eg: ubuntu, gentoo).

Here's what I did in my attempt to get it working:
Mount LinuxMint-4.0.iso
Copy all files to my tftpboot directory
Add LinxuMint my pxelinux.cfg/default file

It loads the initrd and kernel, but after a few seconds I get kicked to a busybox prompt.. I could not find the preseed/ubuntu.seed, so I can't passe it in the APPEND statement. Also, I highly suspect that the system doesn't know how to get isolinux/filesystem.squash once PXE is done..

Hope that made a little bit of sense.

Re: PXE install

Posted: Thu Jul 17, 2008 5:01 am
by Krzysiek
Coping all files to tftpboot won't help. Loader(pxe) downloads (via tftp) only kernel and inirtd.
Ways to solve this problem:
+add needed files to inird(but you need huge amount of ram because inird is copied directly to ram) and modify init
+mount files via nfs
+install mint on other machine (np. VirtualPC), copy to your laptop and install grub on your disk (you can install ubuntu then delete it and then copy mint (easiest way to get grub for you;))