Difference between revisions of "Talk:Undead USB Install"

From Funtoo
Jump to navigation Jump to search
(clear out garbage.)
Tag: Blanking
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
==undead really targets USB, SSD, and NVME.  Swapping is best handled in a file or turned off.==


https://www.funtoo.org/Talk:Install/GPT_Partitioning <--correct partitioning to load legacy mode, and uefi mode.
{{console|body=
###i## mkfs.vfat -F 32 /dev/sdc2
###i## mkfs.jfs /dev/sdc3}}
label your partitions.
{{console|body=
###i## mlabel -i /dev/sdc2 ::"BOOT"
###i## jfs_tune -L "ROOT" /dev/sdc3
}}
{{console|body=
###i## mount /dev/sdc3 /mnt/funtoo
###i## mkdir /mnt/funtoo/boot
###i## mount /dev/sdc2 /mnt/funtoo/boot
}}
STOP HERE!!!  go back to [[Undead_USB_Install]] now and start from the top.
(minimal tarball to speed up reinstalls to build documentation)
{{console|body=
###i## cd /mnt/funtoo
###i## wget https://build.funtoo.org/1.4-release-std/x86-64bit/generic_64/stage3-latest.tar.xz
###i## tar --numeric-owner -xpf *stage* && rm -f *stage*}}
Show partition labels.
{{console|body=
###i## lsblk -o name,label
}}
stab 2 at getting uefi going from legacy machine.
{{console|body=
###i## mkdir /boot/efi
###i## mount /dev/sdc1 /boot/efi
###i## grub-install --target=x86_64-efi /boot/efi}}
/boot/efi/efi/gentoo/grubx64.efi is generated.  doesn't load probably secure boot unsigned image or something like that.
stab 3
gpt partitioning via official install method gdisk.
testing legacy grub + gpt to verify that MBR can be deprecated.
legacy loaded grub this time from a gpt partition.  i think i didn't delete the fstab defaults, it wasn't mounting root correctly but very close to running.
https://superuser.com/questions/801515/is-a-hybrid-linux-usb-stick-for-uefi-legacy-bios-possible
==talk to me here==

Latest revision as of 13:57, April 15, 2021