-
nsITobin
good morning zedmatrix
-
nsITobin
i been looking to see if there is a per file size limit and all i can find is the total size of 10gbs for free accounts
-
nsITobin
zedmatrix: I have server space I could offer but should the federal government take a crap that and I would vanish but if you wanna hope for the best i gots some space to share
-
nsITobin
ima gonna try and boot bare metal the iso you sent
-
nsITobin
see how that goes
-
nsITobin
couldn't mount device /dev/sr0
-
nsITobin
i used fedora media writer which I believe is just dd stuff everyone but me seems to be able to remember lol
-
nsITobin
first scsi cdrom in the system eh
-
nsITobin
wha
-
nsITobin
why in gods name did fedora media writer creatte a 1.1gb hfs+ partition
-
nsITobin
... right looking up the commands .. likely in that repo
-
nsITobin
what's with all the macintosh stuff in the iso?
-
nsITobin
*reads init closer*
-
nsITobin
i see
-
zedmatrix
ahh who know what, i made it for a cd/dvd media, i am gonna have change the initramfs to look for that .boot-uuid identifier
-
nsITobin
zedmatrix: yeah I figured that out
-
nsITobin
uhh
-
nsITobin
hmm
-
zedmatrix
the grub mk cmd installs that into the iso
-
nsITobin
well PARTLABEL= is very nice but you still have to handle an actual cdrom case .. seems like everything else is trivial.. and even cdrom should respond to a search by partlabel
-
nsITobin
i have basically made PARTLABEL my lowest common denominator cause who can remember guids
-
nsITobin
because it works EVERYWHERE except grub its self
-
nsITobin
but kernel can deal.. system can deal
-
nsITobin
nvme0n1p1 sounds like this year's flu
-
nsITobin
for example
-
nsITobin
man I hope I don
-
zedmatrix
nah its just a couple lines in the initramfs
-
nsITobin
i don't catch x86-64v3
-
nsITobin
:P
-
nsITobin
your example has answered a CRAP ton of questions about initramfs for me
-
nsITobin
also you expand the squashfs into the ram drive? that's it?
-
nsITobin
lower mounts it str8 so attempted streaming.. and high means ramdisk?
-
zedmatrix
grub (cmd line mode) will show these parts... (cd0) (cd0,apple1) (cd0,gpt1)
-
nsITobin
and once the overlay is establshed and the switchroot is done.. it is more or less eq to any other booted system save space restrictions
-
zedmatrix
-
zedmatrix
i just had chatgpt refine it
-
nsITobin
also examining the initrd contents only a few libs and tools it seems answers more questions on how libs and crap work in such a concrete way so thanks for doing this and I am sure it will help lots of people.. I haven't even done anything yet and it has helped my understanding.
-
nsITobin
gotta watch those bots tho.. they like to override my formatting and intentions on unrelated stuff
-
nsITobin
it is like this should be part of linux 101 but it is like.. forbidden to know it especially if it isn't distro specific
-
zedmatrix
the initamfs i used the script to parse the bin/sbin using ldd
-
zedmatrix
the info is in linux 101
-
zedmatrix
but the advanced linux 101
-
zedmatrix
you can examine what grub inserted using > xorriso -indev lfslive.iso -find /
-
nsITobin
i guess part of what dracut does is sit there and interrogate every device until it finds its crap
-
nsITobin
tried to understand it but another py3 mess and py2 stuff is too rotted to recollect it these days
-
nsITobin
if i had started a decade ago on this instead of mozmoon junk it would all be on tauthon
-
zedmatrix
hmm could be When such an ISO is written to USB via dd or Fedora Media Writer (which wraps dd), the USB stick ends up with: An MBR + GPT partition scheme
-
nsITobin
zedmatrix: the burdon of not specializing too much can be heavy but can be effectively countermanaged with careful selection so special cases don't grow beyond being able to deal with em
-
zedmatrix
yea the mkinitramfs from LFS site uses udevadm
-
nsITobin
now that I have seen how this works without all the $distro garbage on top I have IDEAS!
-
zedmatrix
nsITobin: ok i think i have it
-
zedmatrix
nsITobin: i cleaned up the files so they are in archives...
gitlab.com/zed-linuxfromscratch/live-iso
-
zedmatrix
-
zedmatrix
just haveto remember the dd command now
-
zedmatrix
oh good i got the right device , the usb is flashing :)
-
zedmatrix
hmm i guess i shouldof made a label instead of ISOIMAGE :)
-
nsITobin
zedmatrix: put the dd commands in the repo
-
nsITobin
lol
-
nsITobin
or rather
-
nsITobin
zedmatrix: When you get a moment could you please put the commands somewhere like your repo.
-
nsITobin
i am issuing orders to the COMputer.. sorry if i get all demand-y sounding
-
zedmatrix
you mean the dd?
-
zedmatrix
>> dd if=lfslive.iso of=/dev/sdX bs=4M status=progress oflag=sync
-
zedmatrix
hmm interesting
-
zedmatrix
nsITobin: ahh its not checking the partitions, just the device
-
zedmatrix
ok just writing to usb to test 2nd pass
-
nsITobin
cool
-
nsITobin
gonna walk a bag of trash out be back shortly
-
zedmatrix
i think i am also missing the dev/tty{0,1,2} nods
-
zedmatrix
i think its cause i am not using udevd
-
nsITobin
PARTLABEL doesn't need udev or anything
-
nsITobin
PARTLABEL != LABEL
-
nsITobin
LABEL needs more stuff
-
zedmatrix
i think its cause i am missing the /dev nodes like /dev/sd{a,b,c}{1,2,3}
-
zedmatrix
ok third usb burn
-
zedmatrix
hmm found another missing program "mountpoint"
-
zedmatrix
oh cool you can copy and paste in a vm
-
zedmatrix
*qemu
-
zedmatrix
nsITobin: hmm using the udevd i ended up with 1000 0000:00:03.0 ens3: renamed from eth0
-
nsITobin
ffs lol
-
nsITobin
but it is your livecd if I want eth0 i can change it
-
Moody
check net.ifnames=0 on the kernel cmdline
-
nsITobin
eth0 is the best interface name
-
nsITobin
second only to wlan0
-
nsITobin
:)
-
nsITobin
but I do have an alternative
-
nsITobin
"Local Area Connection" and "Wireless Connection"
-
nsITobin
;)
-
nsITobin
zedmatrix: the ONE reason I'd opt into the qt ecosystem is a Qt Program Manager and Qt File Manager that isn't junk.
-
zedmatrix
that is what sys-v/udevd made
-
nsITobin
well let's stick close to "default" where possible.. if some nut like my self wants to reconfigure it to eth0 i uhh can ;) less overhead
-
nsITobin
zedmatrix: you know.. i need to rebuild my kernel ... which sucks cause it means i have to try bash vmware into accepting the new order
-
nsITobin
i don't HAVE squashfs support built in
-
nsITobin
see i wanna try and experiment
-
zedmatrix
yea thats y i made a new config-6.14.10
-
zedmatrix
also thats y i like qemu :)
-
nsITobin
I am still on 6.10.x
-
nsITobin
i need to look into some security backports
-
nsITobin
i like 6.10.x
-
nsITobin
it functions well
-
nsITobin
unlike some 6.x versions
-
nsITobin
*I* don't need to care about such things on my own workstation but of course for others I'd be using latest or some lts
-
nsITobin
zedmatrix: do you intend on making a graphical livecd eventually.. cause I certainly am.. theoretically once you have the boot with a rw root figured out what is on the root is arbitrary
-
zedmatrix
yea maybe
-
zedmatrix
the problem with a graphical, is probably would haveto make it not read from ram
-
zedmatrix
that would make the ramdisk too large
-
nsITobin
well there are small alternatives one could use
-
zedmatrix
hmm i think the usb is taking too long to power up
-
zedmatrix
hmm found another option i missed CONFIG_HFS_FS=m CONFIG_HFSPLUS_FS=m
-
nsITobin
zedmatrix: yeah why is it hfs+?
-
zedmatrix
its something with the isofs
-
zedmatrix
its probably something to do with having both bios and uefi
-
nsITobin
perhaps