Specifically:
Code: Select all
root@sysresccd /root % fdisk -l /dev/sda
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x76692ca8
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 30716279 30714232 14.7G c W95 FAT32 (LBA)
/dev/sda2 30716280 975849519 945133240 450.7G 7 HPFS/NTFS/exFAT
/dev/sda3 975851520 976771071 919552 449M 27 Hidden NTFS WinRECode: Select all
root@sysresccd /root % find /mnt/1 -size +100M -exec ls -ldh {} \+
-rwxr-xr-x 1 root root 384M Nov 4 2012 /mnt/1/ASUS.000/user-006.dat
-rwxr-xr-x 1 root root 1.7G Feb 3 2010 /mnt/1/asus2.swm
-rwxr-xr-x 1 root root 3.9G Feb 3 2010 /mnt/1/asus.swm
-rwxr-xr-x 1 root root 104M May 22 2009 /mnt/1/ASUS.SYS/va-FF.AR-8.1.2.sqx
-rwxr-xr-x 1 root root 158M Sep 16 2009 /mnt/1/sources/boot.wim
-rwxr-xr-x 1 root root 156M Sep 13 2007 /mnt/1/winre.wimCode: Select all
'$RECYCLE.BIN'
'System Volume Information'Code: Select all
root@sysresccd /root % efibootmgr -v
EFI variables are not supported on this system.Code: Select all
Portage 2.3.6 (python 3.4.5-final-0, default/linux/x86/13.0, gcc-5.4.0, glibc-2.23-r4, 4.9.44-std504-amd64 x86_64)
=================================================================EDIT:
I guess I should be able to delete the partition and it's supposed to still have the important bits still in nvram?
On my daily use laptop, I created a 128MB partition for /boot and it only contains kernel image stuff. Under it, /boot/EFI/BOOT/bootx64.efi seems to be the only notable file (other than icons/ and keys/). But it seems I read about multiple .efi files, so I wonder if I lost one in the process. Thus this thread.
EDIT 2:
I don't see any similar .efi files on the laptop to be repurposed. It seems mostly Microsoft related:
Code: Select all
root@sysresccd /root % ls /mnt/1/boot
bcd BCD.LOG boot.sdi etfsboot.com fonts
root@sysresccd /root % ls /mnt/1/EFI/microsoft/boot
bcd fontsCode: Select all
root@sysresccd /root % efibootmgr -v
EFI variables are not supported on this system.

