Opened 14 years ago
Closed 13 years ago
#112 closed defect (fixed)
grub doesn't install when changing type of disk
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.6 |
Component: | mondo | Version: | 2.2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
I had to change during restore the mountlist as the original system is using SATA disk (/dev/sda3 for instance for the root filesystem) to an IDE configuration (/dev/hda1). But I can not boot on this new virtual system. I do not have the grub menu, it is stuck before this. grub-install issues an error as with udev based systems, there is not the right device file created during restore (it wasn't part of the original backup). So it should be created on the fly.
Change History (8)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | → 2.2.3 |
---|
The file /boot/grub.device.map has to be modified (as is /etc/fstab) grub-install has to be re-run after that. the mtab file has also to be updated.
comment:4 Changed 14 years ago by
Milestone: | 2.2.3 → 2.2.4 |
---|
comment:5 Changed 14 years ago by
Milestone: | 2.2.4 → 2.2.5 |
---|
comment:7 Changed 13 years ago by
Milestone: | 2.2.5 → 2.2.6 |
---|
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should work now in 2.2.6
Could you try again with the latest versions available mondo 2.2.1 + mindi 1.2.1 + mindi-busybox 1.2.2 ?