LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   No operating system after installation (https://www.linuxquestions.org/questions/fedora-35/no-operating-system-after-installation-513330/)

mal1612 12-24-2006 05:32 AM

No operating system after installation
 
Ive just tried to install Fedora 6 after giving Suse 10.2 a try. I go through the normal installation progress of Federa(formatting and clearing all partitions) but after it has completed and reboots I get "No operating system" error. Does anyone know what could be wrong? Ive tried my Western Digital 30GB PATA and Western Digital 40GB SATA and I get the same problem.

Simon Bridge 12-24-2006 07:10 AM

Boot into rescue mode and try "fdisk -l" and "df"... it seems odd that anaconda would make you wait hours to install nothing.

Also - record the exact wording of the error - and google it.

jschiwal 12-24-2006 07:22 AM

That is the message you get if the system can't find an MBR. For example, I wiped out the NT installations on some computers at work before we sold them. That is the exact message I got. You might have elected to write the MBR to a partition instead of the device.
Booting to a rescue disk and using the grub-install program may be able to fix it.
Grub has auto-completion, so you could instead boot up to the rescue disk ( Or your first install disk ) and use it to locate your boot partition.

Press [ESC] at the initial menu and select the option for the grub shell.

Type in:
kernel [space]
and press the tab bar. It will present you with the disks it finds. You want to end up with something liks:
kernel (hd0,1)/boot/vmlinuz
initrd (hd0,1)/boot/initrd

Then enter "boot" and hit return to boot up. Your particular device may be different depending on how you partitioned and installed. The autocompletion will allow you to use trial and error to locate the correct device and partition that contains the /boot directory.



While running Linux then, you will need to change the boot configuration by changing the boot device to be the first disk device and not a partition.


All times are GMT -5. The time now is 08:02 AM.