Feature #350
grub cannot be installed in a partition , only on MBR
Status: | In Progress | Start: | 08/15/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Mikhail Hiretsky | % Done: | 0% |
|
Category: | Calculate Utilities | Spent time: | - | |
Target version: | - | |||
Votes: | 0 |
Description
Hello,
When I installed Calculate I cannot install grub on a partition.
The installer gives only the choice of a disk.
And when I try the install from prompt with --mbr=/dev/sdc2 I see a message that disk /dev/sdc2 cannot be found.
Related issues
duplicated by Bug #351: grub cannot be installed in a partition , only on MBR | Closed | 08/15/2011 |
History
Updated by Dmitry Fomenko over 13 years ago
- Category set to Calculate Utilities
- Status changed from New to In Progress
- Priority changed from High to Normal
Could you try run command
# parted /dev/sdc print
and post the result here?
Updated by roelof wobben over 13 years ago
parted /dev/sdc print gives this output :
arning: GNU Parted has detected libreiserfs interface version mismatch. Found 1-1, required 0. ReiserFS support will be disabled.
Model: ATA Maxtor 6Y060L0 (scsi)
Disk /dev/sdc: 61.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 2155MB 2155MB primary linux-swap(v1)
2 2155MB 61.5GB 59.3GB primary reiserfs
Roelof
Updated by Dmitry Fomenko over 13 years ago
Can you try to install Calculate on ext4 partition? May be the case in this bug - "libreiserfs interface version mismatch".
Updated by Dmitry Fomenko over 13 years ago
- Tracker changed from Bug to Feature
Updated by Dmitry Fomenko over 13 years ago
At the moment installer can install grub only in mbr or install nothing (with --mbr=off). Feature request: need ability to install the grub at the arbitrary partition.
Updated by Mikhail Hiretsky over 12 years ago
- Assignee set to Mikhail Hiretsky