0

I have a Toshiba Satellite laptop and I have tried to download Xubuntu on it using a software that gives you a virtual flash disk .. because I didn't have one ..

After that, I followed the steps of installing .. . the computer was restarted / I shut it down and turned it on again. It showed the installation of xubuntu stopped, showing me a message that says,

unable to find a medium containing a live file system

I the tried to get the xubuntu ISO file on a DVD disc and tried to install again; this resulted in the same error message. I tried to insert a flash disc containing the ISO file and got the same message.

Why do you think this thing is happening?

Plus, how could I go into the BIOS menu and choose to boot from Windows 7, which is already on the computer, before trying to install Ubuntu? Someone told me how could I reach the BIOS to boot from the Windows OS that I have and fix the things using it. Or tell me how I can install Xubuntu in a right way, because I am stuck.

Important info that might help you find out: I downloaded the older 32-bit version of the Ubuntu ISO even though I have a newer machine.

Tsundoku
  • 139
user7322
  • 1
  • 1

2 Answers2

0

F2 or Esc will work to load Bios. In bios check if HDD is listed. You don't select windows load options from Bios, you only choose which hard drive to boot first. When the hard drive is loading file system it gives you option to choose the OS from available OS.

HTH

0

I had the same problem once. I wanted to install Kubuntu. I solved it like this:

  • Download Lubuntu (uses LXDE instead of XFCE/KDE/...)
  • Install Lubuntu
  • After installation finished and rebooted:
  • Switch to TTY (Ctrl+Alt+F1)
  • Login and switch to root user: sudo -i
  • Stop the Xserver (as a precaution); service lightdm stop
  • Remove LXDE desktop: apt-get purge lubuntu-desktop
  • Install XFCE desktop: apt-get install xubuntu-desktop
  • Start LightDM (Xserver) again: service lightdm start

If everything works fine, install updates and reboot. If it doesn't, you'll be left without any GUI, but still able to use Windows 7 and try again...

I don't know why Lubuntu was installable and Kubuntu not, but it's working fine for me.

s3lph
  • 14,314
  • 11
  • 59
  • 82