Thank you all for your responses.  Apparently my responses have been over
the 40k limit; I'm not familiar with the site so pardon my delay in
responding.

There is only one active partition; it is sda1.  it got moved to sda3 where
DOS was installed when I used the fdisk that was part of the FreeDOS
installation but I moved it back with KDE Partition Manager, the same tool
I used to shrink the Linux BTRFS partition on sda2. FD's fdisk would not
allow resetting sda1 as active.

I will attempt to attach the terminal output showing lsblk -f etc.  There
is no rescue mode (that I can find) on this release of Fedora; it used to
be an option in GRUB.

-CH-
liveuser@localhost-live:~$ su
root@localhost-live:/home/liveuser# [ -d /sys/firmware/efi ] && echo UEFI || 
echo BIOS
BIOS
root@localhost-live:/home/liveuser# dnf list installed | grep grub
grub2-common.noarch                                  1:2.06-100.fc39            
         @anaconda
grub2-efi-ia32.x86_64                                1:2.06-100.fc39            
         @anaconda
grub2-efi-ia32-cdboot.x86_64                         1:2.06-100.fc39            
         @anaconda
grub2-efi-x64.x86_64                                 1:2.06-100.fc39            
         @anaconda
grub2-efi-x64-cdboot.x86_64                          1:2.06-100.fc39            
         @anaconda
grub2-pc.x86_64                                      1:2.06-100.fc39            
         @anaconda
grub2-pc-modules.noarch                              1:2.06-100.fc39            
         @anaconda
grub2-tools.x86_64                                   1:2.06-100.fc39            
         @anaconda
grub2-tools-efi.x86_64                               1:2.06-100.fc39            
         @anaconda
grub2-tools-extra.x86_64                             1:2.06-100.fc39            
         @anaconda
grub2-tools-minimal.x86_64                           1:2.06-100.fc39            
         @anaconda
grubby.x86_64                                        8.40-72.fc39               
         @anaconda
root@localhost-live:/home/liveuser# lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0         7:0    0   2.2G  1 loop 
loop1         7:1    0   8.8G  1 loop 
├─live-rw   253:0    0   8.8G  0 dm   /
└─live-base 253:1    0   8.8G  1 dm   
loop2         7:2    0    32G  0 loop 
└─live-rw   253:0    0   8.8G  0 dm   /
sda           8:0    0 223.6G  0 disk 
├─sda1        8:1    0     1G  0 part 
├─sda2        8:2    0 219.6G  0 part 
└─sda3        8:3    0     3G  0 part 
sdb           8:16   1  14.4G  0 disk 
├─sdb1        8:17   1   2.3G  0 part /run/initramfs/live
├─sdb2        8:18   1  11.6M  0 part 
└─sdb3        8:19   1   300K  0 part 
sr0          11:0    1  1024M  0 rom  
zram0       252:0    0   7.6G  0 disk [SWAP]
root@localhost-live:/home/liveuser# lsblk -f
NAME    FSTYPE  FSVER   LABEL                  UUID                             
    FSAVAIL FSUSE% MOUNTPOINTS
loop0   squashf 4.0                                                             
                   
loop1   ext4    1.0     Anaconda               
f9515758-5765-4fca-b24e-633f7fdea3fb                
├─live-rw
│       ext4    1.0     Anaconda               
f9515758-5765-4fca-b24e-633f7fdea3fb      2G    77% /
└─live-base
        ext4    1.0     Anaconda               
f9515758-5765-4fca-b24e-633f7fdea3fb                
loop2   DM_snap                                                                 
                   
└─live-rw
        ext4    1.0     Anaconda               
f9515758-5765-4fca-b24e-633f7fdea3fb      2G    77% /
sda                                                                             
                   
├─sda1  ext4    1.0                            
c9c2f8e9-f99f-4dba-934b-96904da5b63a                
├─sda2  btrfs           fedora_localhost-live  
a9a3c9e0-18e3-4fec-9678-529faf02a1b3                
└─sda3  vfat    FAT32   DOS                    1960-1C23                        
                   
sdb     iso9660 Joliet  Fedora-KDE-Live-39-1-5 2023-11-01-01-34-53-00           
                   
├─sdb1  iso9660 Joliet  Fedora-KDE-Live-39-1-5 2023-11-01-01-34-53-00           
          0   100% /run/initramfs/live
├─sdb2  vfat    FAT16   ANACONDA               B3C2-9928                        
                   
└─sdb3                                                                          
                   
sdc                                                                             
                   
└─sdc1  vfat    FAT32                          1C2E-2966                        
      28.8G     0% /run/media/liveuser/1C2E-2966
sr0                                                                             
                   
zram0                                                                           
                   [SWAP]
root@localhost-live:/home/liveuser# fdisk -l
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: CT240BX500SSD1  
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: 0xc93d2593

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1  *         2048   2099199   2097152     1G 83 Linux
/dev/sda2         2099200 462569471 460470272 219.6G 83 Linux
/dev/sda3       462569472 468856831   6287360     3G  c W95 FAT32 (LBA)
GPT PMBR size mismatch (4845811 != 30261247) will be corrected by write.
The backup GPT table is not on the end of the device.


Disk /dev/sdb: 14.43 GiB, 15493758976 bytes, 30261248 sectors
Disk model: USB DISK 2.0    
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: gpt
Disk identifier: 0104AA5E-D5CB-4AC5-9577-4813587FE838

Device       Start     End Sectors  Size Type
/dev/sdb1       64 4821303 4821240  2.3G Microsoft basic data
/dev/sdb2  4821304 4845147   23844 11.6M EFI System
/dev/sdb3  4845148 4845747     600  300K Microsoft basic data


Disk /dev/loop0: 2.18 GiB, 2342440960 bytes, 4575080 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 /dev/loop1: 8.79 GiB, 9439281152 bytes, 18436096 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 /dev/loop2: 32 GiB, 34359738368 bytes, 67108864 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 /dev/mapper/live-rw: 8.79 GiB, 9439281152 bytes, 18436096 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 /dev/mapper/live-base: 8.79 GiB, 9439281152 bytes, 18436096 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 /dev/zram0: 7.64 GiB, 8203010048 bytes, 2002688 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes


Disk /dev/sdc: 28.85 GiB, 30972837888 bytes, 60493824 sectors
Disk model: USB DISK 3.0    
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: 0x42da1547

Device     Boot Start      End  Sectors  Size Id Type
/dev/sdc1  *     2048 60493823 60491776 28.8G  c W95 FAT32 (LBA)
root@localhost-live:/home/liveuser# parted -l
Model: ATA CT240BX500SSD1 (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  1075MB  1074MB  primary  ext4         boot
 2      1075MB  237GB   236GB   primary  btrfs
 3      237GB   240GB   3219MB  primary  fat32        lba


Warning: Not all of the space available to /dev/sdb appears to be used, you can
fix the GPT to use all of the space (an extra 25415436 blocks) or continue with
the current setting? 
Fix/Ignore? Ignore                                                        
Model:  USB DISK 2.0 (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name       Flags
 1      32.8kB  2469MB  2468MB               ISO9660    hidden, msftdata
 2      2469MB  2481MB  12.2MB  fat16        Appended2  boot, esp
 3      2481MB  2481MB  307kB                Gap1       hidden, msftdata


Model:  USB DISK 3.0 (scsi)
Disk /dev/sdc: 31.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  31.0GB  31.0GB  primary  fat32        boot, lba


Model: Unknown (unknown)
Disk /dev/zram0: 8203MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags: 

Number  Start  End     Size    File system     Flags
 1      0.00B  8203MB  8203MB  linux-swap(v1)


root@localhost-live:/home/liveuser# 
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to