On 09/20/2013 06:06 PM, Reindl Harald wrote:
Am 21.09.2013 00:03, schrieb Robert McBroom:
Do any of the spins have a rescue mode in the trouble shooting menu?  The KDE 
Spin does not.  I do not see a rescue
.iso disk in the mirrors.  I've scrambled grub2 on my boot partition
what more do you need than "grub2-install /dev/your-partition" out from the 
live-CD?

Multi boot system with Win7, /boot is /dev/sda5 as the first logical partition of a extended partition on a 2T drive since the Win7 system could be shrunk without disturbing it. The root partition is /dev/sda6. Before I've started a rescue system and used a sequence similar to

mount /dev/sda6 /mnt/Fed19
mount /dev/sda5 /mnt/Fed19/boot
chroot /mnt/Fed19
mount -o remount -rw /
mount -t proc proc /proc
grub2-install /dev/sda

and grub2-install would get the system layout from /etc/fstab
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to