GNU bug report logs -
#17795
boot flag bug report
Previous Next
To reply to this bug, email your comments to 17795 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-parted <at> gnu.org
:
bug#17795
; Package
parted
.
(Tue, 17 Jun 2014 15:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matt Smith <MSmith <at> bigthumb.com>
:
New bug report received and forwarded. Copy sent to
bug-parted <at> gnu.org
.
(Tue, 17 Jun 2014 15:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello Devs,
I don't know how to check if the bug has been fixed. The webpage wasn't clear on how to check. I assume that because 3.1 is the latest version and also the version that I'm using, that the bug still exists in 3.1.
The command I entered:
(parted) disk_set boot on
Your report should contain the version of this release (3.1)
along with the error message below, the output of
parted DEVICE unit co print unit s print
and the following history of commands you entered.
Also include any additional information about your setup you
consider important.
Unknown disk flag, 0.
Error: The flag '(null)' is not available for pc98 disk labels.
(parted) quit
Information: You may need to update /etc/fstab.
bash-4.2$ sudo parted /dev/sdf/ unit co print unit s print
[sudo] password for mis:
Error: Could not stat device /dev/sdf/ - Not a directory.
Retry/Cancel? c
bash-4.2$ sudo parted /dev/sdf unit co print unit s print
Model: (scsi)
Disk /dev/sdf: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: pc98
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 15.9GB 15.9GB primary
Model: (scsi)
Disk /dev/sdf: 30965760s
Sector size (logical/physical): 512B/512B
Partition Table: pc98
Disk Flags:
Number Start End Size File system Name Flags
1 2048s 30965759s 30963712s primary
Information forwarded
to
bug-parted <at> gnu.org
:
bug#17795
; Package
parted
.
(Tue, 17 Jun 2014 17:53:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On Tue, Jun 17, 2014 at 12:51:37PM +0000, Matt Smith wrote:
> Hello Devs,
>
> I don't know how to check if the bug has been fixed. The webpage wasn't clear on how to check. I assume that because 3.1 is the latest version and also the version that I'm using, that the bug still exists in 3.1.
>
> The command I entered:
> (parted) disk_set boot on
On master this now results in:
parted: invalid token: boot
> bash-4.2$ sudo parted /dev/sdf unit co print unit s print
> Model: (scsi)
> Disk /dev/sdf: 15.9GB
> Sector size (logical/physical): 512B/512B
> Partition Table: pc98
> Disk Flags:
>
> Number Start End Size File system Name Flags
> 1 1049kB 15.9GB 15.9GB primary
>
> Model: (scsi)
> Disk /dev/sdf: 30965760s
> Sector size (logical/physical): 512B/512B
> Partition Table: pc98
> Disk Flags:
>
> Number Start End Size File system Name Flags
> 1 2048s 30965759s 30963712s primary
pc98 detection should be working fairly well in 3.1, could you dump a
copy of the mbr?
sudo dd if=/dev/sda bs=512 count=2 | hexdump -C
--
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
This bug report was last modified 11 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.