Difference between revisions of "Talk:Undead USB Install/undead2live"

From Funtoo
Jump to navigation Jump to search
(Created page with "to deploy undead usb from filesystem.squashfs make a MBR usb key with 128m bootable type ef partition, and 8+gb type 83 partition. {{console|body= ###i## unsquashfs -f -d /mnt...")
 
m (post better instructions on how to re-undead the squashfs image.)
Line 1: Line 1:
to deploy undead usb from filesystem.squashfs make a MBR usb key with 128m bootable type ef partition, and 8+gb type 83 partition.
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
 
{{console|body=
{{console|body=
###i## unsquashfs -f -d /mnt/funtoo filesystem.squashfs
###i## unsquashfs -f -d /mnt/funtoo filesystem.squashfs
}}
}}
chroot and install grub again.
chroot and install grub again.

Revision as of 16:37, April 22, 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.