My Notebook can not Boot over USB and has no optical drive.
So the only was to install is over PXE.
I have installed an PXE Server and try with Linux mint. All work Fine.
But with Mx-Linux Installation Hangs After a while.
Andy hints
Regards
Installation fromPXE netboot
- Eadwine Rose
- Administrator
- Posts: 14454
- Joined: Wed Jul 12, 2006 2:10 am
Re: Installation fromPXE netboot
Welcome Dbat! First thing to do: have you checked the md5sum of the file to see if it is correct?
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: Installation fromPXE netboot
Yes the problem is how to configure the pxelinux.cfg menu
for ubuntu it's like:
KERNEL images/ubuntu/casper/vmlinuz
APPEND boot=casper vga=normal netboot=nfs nfsroot=„IP der Syno“:/volume1/PXE/images/ubuntu fetch=tftp://„IP der Syno“/images/ubuntu/casper/filesystem.squashfs initrd=images/ubuntu/casper/initrd.lz
in MXLinux you have the folders
antiX with file vmlinux
but also folder boot and EFI with subfolders
for ubuntu it's like:
KERNEL images/ubuntu/casper/vmlinuz
APPEND boot=casper vga=normal netboot=nfs nfsroot=„IP der Syno“:/volume1/PXE/images/ubuntu fetch=tftp://„IP der Syno“/images/ubuntu/casper/filesystem.squashfs initrd=images/ubuntu/casper/initrd.lz
in MXLinux you have the folders
antiX with file vmlinux
but also folder boot and EFI with subfolders
Re: Installation fromPXE netboot
no optical drive makes my suggestion somewhat lame.
Yes, even I am dishonest. Not in many ways, but in some. Forty-one, I think it is.
--Mark Twain
--Mark Twain
Re: Installation fromPXE netboot
The Problem is after load from PXE it shows following error:
unknown boot codes:
netboot=nfs
could not find linuxfs files
unknown boot codes:
netboot=nfs
could not find linuxfs files
Re: Installation fromPXE netboot
hello
You got grub. use the success of one installed[Mint] to partition and install MX-15 then delete the first[Mint]?
install antix core or mx with this model? will that work? :
http://antix.mepis.org/index.php?title= ... ation_Tips
this begins with "for example" in the Mepis Methods documentation that so glad Jerry3904 protected.:
http://www.mepis.org/docs/en/index.php? ... thout_a_CD
tips here thread update the mepis examples too? :
http://forum.mepiscommunity.org/viewtop ... 3&start=10
encouraging that you are intent on MX; you have MX on another machine?
You got grub. use the success of one installed[Mint] to partition and install MX-15 then delete the first[Mint]?
install antix core or mx with this model? will that work? :
http://antix.mepis.org/index.php?title= ... ation_Tips
this begins with "for example" in the Mepis Methods documentation that so glad Jerry3904 protected.:
http://www.mepis.org/docs/en/index.php? ... thout_a_CD
tips here thread update the mepis examples too? :
http://forum.mepiscommunity.org/viewtop ... 3&start=10
encouraging that you are intent on MX; you have MX on another machine?
Re: Installation fromPXE netboot
But I should mention that having an External CD/DVD Burner is a benefit in many ways.lucky9 wrote:no optical drive makes my suggestion somewhat lame.
Yes, even I am dishonest. Not in many ways, but in some. Forty-one, I think it is.
--Mark Twain
--Mark Twain
Re: Installation fromPXE netboot
Our live system does not support the netboot feature.Dbat wrote:The Problem is after load from PXE it shows following error:
unknown boot codes:
netboot=nfs
could not find linuxfs files
I think i_ri's suggestion is excellent. If you have grub running on that machine already then you can either unpack our iso file and copy over /antiX directory and add a boot entry for it or you could try to boot our iso file directly from grub. For this to work, I think you need to pass in the fromiso=xxxx cheat pointing our system to the iso file.
I think it is better to mount the iso file and copy over the /antiX directory to your system. If you can copy the /antiX directory to the same partition that grub is on then an entry like this in your grub.cfg should work:
Code: Select all
menuentry "MX-15 Live" {
linux /antiX/vmlinuz quiet from=hd
initrd /antiX/initrd.gz
}
The installer might balk at using the same drive the live system is running on. If so then, a small modification to the partition-info script can get around this restriction.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."
-- Richard Feynman
-- Richard Feynman
Re: Installation fromPXE netboot
Prompt please, a situation with an opportunity of loading of an image on PXE changed. I get the error shown in the photo.
https://sevo44.ru/sevo44/foto-forums/mx ... ot-pxe.png
https://sevo44.ru/sevo44/foto-forums/mx ... ot-pxe.png
Re: Installation fromPXE netboot
As I said above, our system does not support the PXE netboot feature. Sorry.sevo44 wrote: Mon Jun 10, 2019 1:35 am Prompt please, a situation with an opportunity of loading of an image on PXE changed. I get the error shown in the photo.
https://sevo44.ru/sevo44/foto-forums/mx ... ot-pxe.png
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."
-- Richard Feynman
-- Richard Feynman