bad sector
2024-12-15 02:52:16 UTC
Since Intel have decided to fianally kill legacy BIOS in 2025 I have no
choice left. Knowing this day would come I've already created an EFI #1
partition, formatted with
# mkfs.fat -F 32 /dev/sda1
The current OS partitions are 10-17
Device Start End Sectors Size Type
/dev/sda1 2048 2099199 2097152 1G EFI System
/dev/sda2 1348483072 1350580223 2097152 1G BIOS boot
/dev/sda3 4196352 16779263 12582912 6G Linux swap
/dev/sda4 16779264 16781311 2048 1M Linux filesystem
/dev/sda5 16781312 16783359 2048 1M Linux filesystem
/dev/sda6 16783360 16785407 2048 1M Linux filesystem
/dev/sda7 16785408 16787455 2048 1M Linux filesystem
/dev/sda8 16787456 16789503 2048 1M Linux filesystem
/dev/sda9 16789504 16791551 2048 1M Linux filesystem
/dev/sda10 16791552 593508351 576716800 275G Linux filesystem
/dev/sda11 593508352 761280511 167772160 80G Linux filesystem
/dev/sda12 761280512 929052671 167772160 80G Linux filesystem
/dev/sda13 929052672 1096824831 167772160 80G Linux filesystem
/dev/sda14 1096824832 1264596991 167772160 80G Linux filesystem
/dev/sda15 1350580224 1518352383 167772160 80G Linux filesystem
/dev/sda16 1518352384 1686124543 167772160 80G Linux filesystem
/dev/sda17 1686124544 1853896703 167772160 80G Linux filesystem
My current motherboard supports Legacy BIOS only but I'm getting a new
board that supports EFI (only I think). How do I get the new motherboard
started up using my existing boot disk above?
What happens when the disk fails? What's the BIOS and boot recovery
after I restore all partitions form images? Can I also keep an image of
the EFI partition and run again with that after a recovery?
TIA
choice left. Knowing this day would come I've already created an EFI #1
partition, formatted with
# mkfs.fat -F 32 /dev/sda1
The current OS partitions are 10-17
Device Start End Sectors Size Type
/dev/sda1 2048 2099199 2097152 1G EFI System
/dev/sda2 1348483072 1350580223 2097152 1G BIOS boot
/dev/sda3 4196352 16779263 12582912 6G Linux swap
/dev/sda4 16779264 16781311 2048 1M Linux filesystem
/dev/sda5 16781312 16783359 2048 1M Linux filesystem
/dev/sda6 16783360 16785407 2048 1M Linux filesystem
/dev/sda7 16785408 16787455 2048 1M Linux filesystem
/dev/sda8 16787456 16789503 2048 1M Linux filesystem
/dev/sda9 16789504 16791551 2048 1M Linux filesystem
/dev/sda10 16791552 593508351 576716800 275G Linux filesystem
/dev/sda11 593508352 761280511 167772160 80G Linux filesystem
/dev/sda12 761280512 929052671 167772160 80G Linux filesystem
/dev/sda13 929052672 1096824831 167772160 80G Linux filesystem
/dev/sda14 1096824832 1264596991 167772160 80G Linux filesystem
/dev/sda15 1350580224 1518352383 167772160 80G Linux filesystem
/dev/sda16 1518352384 1686124543 167772160 80G Linux filesystem
/dev/sda17 1686124544 1853896703 167772160 80G Linux filesystem
My current motherboard supports Legacy BIOS only but I'm getting a new
board that supports EFI (only I think). How do I get the new motherboard
started up using my existing boot disk above?
What happens when the disk fails? What's the BIOS and boot recovery
after I restore all partitions form images? Can I also keep an image of
the EFI partition and run again with that after a recovery?
TIA