Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Talk:Undead USB Install/undead2live"
Jump to navigation
Jump to search
m (post better instructions on how to re-undead the squashfs image.) |
|||
Line 9: | Line 9: | ||
chroot and install grub again. | chroot and install grub again. | ||
xorrisofs cd generation via extracted disks. | |||
{{console|body= | |||
###i## xorrisofs -D -r -V "test" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e '/boot/grub/efi.img' -no-emul-boot -isohybrid-gpt-basdat -o ../custom.iso . | |||
cd .. | |||
isohybrid -u custom.iso | |||
}} |
Revision as of 01:37, April 26, 2021
to deploy undead usb from filesystem.squashfs make a MBR dos type usb key with 128m bootable type ef on the first partition, and 8+gb type 83 on the second partition.
run 01 target, run 02 cfdisk, run 03 bootstrap area36 script. then unwrap the squashed area36 into the freshly partitioned usb key. https://code.funtoo.org/bitbucket/users/pnoecker/repos/666/browse
root # unsquashfs -f -d /mnt/funtoo filesystem.squashfs
chroot and install grub again.
xorrisofs cd generation via extracted disks.
root # xorrisofs -D -r -V "test" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e '/boot/grub/efi.img' -no-emul-boot -isohybrid-gpt-basdat -o ../custom.iso . cd .. isohybrid -u custom.iso