You are not logged in.
I wonder if it is at all possible. Debian can be installed by PXE:
https://wiki.debian.org/PXEBootInstall
Anyone tried to set up a PXE server from which a live CD can be booted?
(I burned two discs of the nonPAE iso, and none of them seems to be readable by CD readers in other machines, so I am looking for alternatives....)
Offline
I am looking for alternatives
Install vanilla Debian using PXE boot and then download and run the netinstall script from the freshly installed (non-GUI) system:
wget https://github.com/bunsenlabs/bunsen-netinstall/archive/master.tar.gz
tar -xpf master.tar.gz
cd bunsen-netinstall-master
./install
https://github.com/BunsenLabs/bunsen-netinstall
Also, which program did you use to burn the CDs?
Did you check the SHA-256 before burning?
Are you sure the CD is not faulty?
Offline
Also, which program did you use to burn the CDs?
maintenance
Xfburn, which comes with Bunsenlabs. :-)
Did you check the SHA-256 before burning?
Yes, I did. I also checked that after burning the data on the CD is the same as in the iso. (They were not equal byte-by-byte---ISO was shorter---but after mounting them, they were equal. I think the difference came from somehow the lead-out of the CD, but I am not sure.)
Are you sure the CD is not faulty?
No I am not. Somehow, in the past 7-8 years, I was unlucky with CDs and CD/DVD-readers of computers... :-(
Edit: Hm, apparently one of the discs boots on a desktop machine. Maybe those readers are more reliable?
Anyway, thanks for the advice. Does the netinstall script gives you exactly the same system as the ISO install?
I also wonder if it is possible to boot a live environment from PXE. If e.g. a machine that cannot boot from USB develops bad sectors at grub, or something similar?
Last edited by ghorvath (2016-05-11 05:37:12)
Offline
Does the netinstall script gives you exactly the same system as the ISO install?
There may be a few packages here and there that are different but there is a BL metapackage in the pipeline [1] (or maybe even in the repositories already) that will correct any differences.
I also wonder if it is possible to boot a live environment from PXE. If e.g. a machine that cannot boot from USB develops bad sectors at grub, or something similar?
Again, I would recommend using the upstream tools for such a situation, these are exactly the sort of situations for which the netinstall script was created.
[1] https://github.com/BunsenLabs/bunsen-meta-all
EDIT: bunsen-meta-all is already in the repositories:
https://forums.bunsenlabs.org/viewtopic … 817#p26817
Well done team, you are all awesome!
Last edited by Head_on_a_Stick (2016-05-11 06:39:56)
Offline
Does the netinstall script gives you exactly the same system as the ISO install?
Pretty much. The package install list is updated often to keep it in sync with the latest iso. There might be a few extra apps installed from the base Debian netinstall, but nothing to worry about.
PS The metapackage works by installing recommends so pulling in the package list this way will definitely give you some extra packages compared with an iso install. Again, only something to worry about if you are short of disk space.
Last edited by johnraff (2016-05-11 07:05:07)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline