PDA

View Full Version : [ubuntu] No boot after dual boot removal



wphred
November 15th, 2010, 04:41 PM
I removed windows vista from my machine via Gparted. Then used the command sudo update-grub. I noticed the portion of the hard drive that had windows was now unallocated. I rebooted my machine to see what impact that would have and got the following:

Intel UNDI, PXE-2.1 (build 082)
Copyright (C) 1997-2000 Intel Corporation

For Realtek RTL8101E/8102E PCI-E Ethernet Controller v1.05 (071227)

CLIENT MAC ADDRF: 00 26 6C 33 96 CE GUID: FCBA3670-D104-11DE-BBA9-00266c3396ce
PXE-E53: No boot filename received

PEX-MOF: Exiting PXE ROM.

Blinking cursor

Can anyone help me out? It seems that during the boot process my computer cannot find the ethernet controller, or is this an indication that something else is wrong?

Arand
November 15th, 2010, 05:00 PM
PXE is network booting, which if you are not using it, is probably irrelevant (you could disable it trying PXE booting in the bios, just to save some boot time...)

How did you have the boot setup before you removed windows? Did you install a dual-boot with a grub menu at the start?

For reinstalling grub, you likely would've wanted to use grub-install instead of -update.

To reinstall it from a liveCD, follow the steps here:
https://help.ubuntu.com/community/Grub2#Reinstalling%20from%20LiveCD
...which should hopefully get everything working again.

- arand

sikander3786
November 15th, 2010, 11:14 PM
Arand is right. Seems like Bios was unable to find anything bootable in the MBR of your HDD so it bypassed it and went for a PXE boot.

I would rather prefer to look in the Bios if somehow my first boot device didn't changed from HDD to LAN.

You can reinstall Grub following the link in the above post.

If you want to, you can post the output of bootinfoscipt as per instructions here.

http://bootinfoscript.sourceforge.net

It will help us better understand your current situation and thus advise accordingly. You'll need to run that script from a Live CD.

Please wrap the output using proper code tags # from post menu.

wphred
November 19th, 2010, 11:40 PM
Thank you both. I'm back up and running.