1830730 Members
2385 Online
110015 Solutions
New Discussion

Fedora Grub tweaking.

 
SOLVED
Go to solution
Vernon Brown_4
Trusted Contributor

Fedora Grub tweaking.

I set up Grub on my latest install of Fedora Core 1 to have multiple boot options for 4 different operating systems. On two of the multiple boots I mistakenly entered the swap partitions instead of the boot partitions. Does anyone know how I can fix this without doing a re-install of Fedora ??

Thanks for any help !!

Vern
4 REPLIES 4
Nobody's Hero
Valued Contributor

Re: Fedora Grub tweaking.

The only way I know is if you ran a mondo backup. You could lay it back down with your original config and change grub or lili and swap configs. But I am sure you probably know that. Sorry not much help here.
UNIX IS GOOD
Alexander Chuzhoy
Honored Contributor

Re: Fedora Grub tweaking.

Use rescue cd to boot from.
then
chroot /mnt/sysimage


then edit /etc/grub.conf and make all necessary changes.
Hope it helps.
Alexander Chuzhoy
Honored Contributor
Solution

Re: Fedora Grub tweaking.

Actually you can boot from the first installation cd.
type
linux rescue
at prompt.
Vernon Brown_4
Trusted Contributor

Re: Fedora Grub tweaking.

Thanks guys !!

I had forgotton about that rescue boot on the install disk :)