search for: 662528

Displaying 4 results from an estimated 4 matches for "662528".

Did you mean: 661528
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...> fdisk doesn't support GPT. > > That's actually a bug in fdisk. The GPT is invalid because it is not > announced by a "Protective MBR". > > > Device Boot Start End Blocks Id System > > /dev/sdc1 * 0 1325055 662528 0 Empty > > "Empty" is not a realistic statement but just a human readable representation > of partition tye 0x0. It is unusual but needed to avoid that UEFI sees > partition 2 as nested partition inside partition 1. > > > # parted /dev/sdc u s p > > Warni...
2017 Mar 18
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...'/dev/sdc'! The util > fdisk doesn't support GPT. That's actually a bug in fdisk. The GPT is invalid because it is not announced by a "Protective MBR". > Device Boot Start End Blocks Id System > /dev/sdc1 * 0 1325055 662528 0 Empty "Empty" is not a realistic statement but just a human readable representation of partition tye 0x0. It is unusual but needed to avoid that UEFI sees partition 2 as nested partition inside partition 1. > # parted /dev/sdc u s p > Warning: /dev/sdc contains GPT signature...
2017 Mar 18
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...otal 7821312 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 Disk identifier: 0x59f54072 Device Boot Start End Blocks Id System /dev/sdc1 * 0 1325055 662528 0 Empty /dev/sdc2 8524 9131 304 ef EFI (FAT-12/16/32) 2017-03-18 13:02:08 root at cd2533 ~ # parted /dev/sdc u s p Warning: /dev/sdc contains GPT signatures, indicating that it has a GPT table. However, it does not have a valid fake msdos partition table, as it sh...
2017 Mar 18
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
syslinux at zytor.com: I have two older computers with Intel D865GBFLK motherboards (~2003) and Pentium 4 HT CPU's. They both have the latest available BIOS installed. I would like to put Debian on them. I have downloaded: http://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-8.7.1-i386-xfce-CD-1.iso When I put debian-8.7.1-i386-xfce-CD-1.iso on a CD-R, it boots correctly.