KL distro: Howto frugal boot

Moderator: Forum moderators

Post Reply
User avatar
wiak
Posts: 3627
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 56 times
Been thanked: 994 times
Contact:

KL distro: Howto frugal boot

Post by wiak »

KL-based distros are arguably amongst the easiest forum distros to get working as a frugal installation

Copy contents of whole iso into any-name directory of its own on the partition you want to boot from (e.g. /KLV-Airedale) and then run provided script wd_grubconfig which will provide you with exact grub stanzas that will work:

Code: Select all

./wd_grubconfig

which, provides the likes of:

Code: Select all

menuentry "KLV-Airedale" {
  insmod ext2
  search --no-floppy --fs-uuid --set 7d34b88e-bc8e-4bb6-86cf-d619c3b545a9
  linux /KLV-Airedale/vmlinuz w_bootfrom=UUID=7d34b88e-bc8e-4bb6-86cf-d619c3b545a9=/KLV-Airedale w_changes=RAM2
  initrd /KLV-Airedale/initrd.gz
}

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

Post Reply

Return to “How-To”