View Single Post
Old November 1st, 2006   #29
rsambuca
Ubuntu addict and loving it
 
rsambuca's Avatar
 
Join Date: Sep 2006
Location: Calgary, Canada
Beans: 4,393
Ubuntu 8.10 Intrepid Ibex
Re: Kubuntu 6.10rc Installation - "No root filesystem"

You can also quickly get around the "no root file system" error by changing the validation.py file.

When running the liveCD, but prior to installation:

Code:
gksudo gedit /usr/lib/ubiquity/ubiquity/validation.py
go to the end of the file, and edit the line that says

Code:
if not root:
  result.add(MOUNTPOINT_NOROOT)
Change to:

Code:
if not root:
  pass
Make sure you leave the indentation in before the word "pass". Save the file, close it, and then you can run the installer.

Now, when you run the installer, it won't check for a "/" directory, so make sure you have one!

Last edited by rsambuca; March 8th, 2007 at 04:16 AM..
rsambuca is online now   Reply With Quote