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"
Jump to navigation
Jump to search
m (fstab entry) |
m |
||
Line 5: | Line 5: | ||
think about /boot as 128mb fat32 gpt partition drive. partition name boot partition label boot. | think about /boot as 128mb fat32 gpt partition drive. partition name boot partition label boot. (probably set the boot flag?) | ||
rest of the drive jfs partition name funtoo partition label funtoo. | rest of the drive jfs partition name funtoo partition label funtoo. |
Revision as of 09:02, October 6, 2020
updating to both uefi & legacy mode sandbox
https://superuser.com/questions/801515/is-a-hybrid-linux-usb-stick-for-uefi-legacy-bios-possible
device > create partition table > gpt
think about /boot as 128mb fat32 gpt partition drive. partition name boot partition label boot. (probably set the boot flag?)
rest of the drive jfs partition name funtoo partition label funtoo.
echo "LABEL=boot /boot vfat noauto,noatime 0 2" >> /etc/fstab
we want to install both legacy and uefi in one swoop.