Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old November 2nd, 2006   #31
squibbon
5 Cups of Ubuntu
 
squibbon's Avatar
 
Join Date: Oct 2005
Location: La Union, Philippines
Beans: 31
Ubuntu 6.10 Edgy
Send a message via Yahoo to squibbon
Re: Kubuntu 6.10rc Installation - "No root filesystem"

Has anyone tried the solution of rsambuca?
__________________
.,oO0 Squibbon 0O0,.
squibbon is offline   Reply With Quote
Old November 2nd, 2006   #32
drslinky1500
First Cup of Ubuntu
 
Join Date: Nov 2006
Beans: 1
Re: Kubuntu 6.10rc Installation - "No root filesystem"

No, but it sounds reasonable. I have been trying to try it for the last hour, but I can't keep the system working. Either the CD refuses to boot, or it errors out while going through the install. Hopefully within the day I will be able to tell.

This is not like Ubuntu. I wonder if this is a backlash from a disgruntled community member over the whole Hans Reiser thing. He may be guilty, but his file system rocks. I wish reiser 4 would catch on, I tried it in Yoper, it's pretty quick.

Well, what do know, I need to reboot the installation media again.
drslinky1500 is offline   Reply With Quote
Old November 2nd, 2006   #33
squibbon
5 Cups of Ubuntu
 
squibbon's Avatar
 
Join Date: Oct 2005
Location: La Union, Philippines
Beans: 31
Ubuntu 6.10 Edgy
Send a message via Yahoo to squibbon
Re: Kubuntu 6.10rc Installation - "No root filesystem"

Quote:
Originally Posted by drslinky1500 View Post
No, but it sounds reasonable. I have been trying to try it for the last hour, but I can't keep the system working. Either the CD refuses to boot, or it errors out while going through the install. Hopefully within the day I will be able to tell.

This is not like Ubuntu. I wonder if this is a backlash from a disgruntled community member over the whole Hans Reiser thing. He may be guilty, but his file system rocks. I wish reiser 4 would catch on, I tried it in Yoper, it's pretty quick.

Well, what do know, I need to reboot the installation media again.
Worry no more. rsambuca solution worked like a charm! I have just installed Edgy now and and i think it's good. First, i had doubts to his solution because i thought i can't modify files on the LiveCD (ROM) but hey i did.

Thanks for that one rsambuca and i hope this testifies for SOLVED problem of "No root filesystem"
__________________
.,oO0 Squibbon 0O0,.
squibbon is offline   Reply With Quote
Old November 3rd, 2006   #34
rsambuca
Ubuntu addict and loving it
 
rsambuca's Avatar
 
Join Date: Sep 2006
Location: Calgary, Canada
Beans: 4,391
Ubuntu 8.10 Intrepid Ibex
Re: Kubuntu 6.10rc Installation - "No root filesystem"

I certainly didn't come up with the solution myself! I just had the same problem and found the answer on one of these threads, but I can't find it anymore. I happened to have written down what I did on the installation CD if/when I install again. Your thanks should be redirected elsewhere!

note: for this Edgy installation, I now had to use ide=nodma to boot the live CD, then re-turn on the dma on the CD drive and hard drives (or installation would take Hours instead of minutes), and also change the validation file in order to install the system. For some reason I think it should be easier than this!
rsambuca is offline   Reply With Quote
Old November 4th, 2006   #35
CraigRat
First Cup of Ubuntu
 
Join Date: Nov 2006
Beans: 1
Re: Kubuntu 6.10rc Installation - "No root filesystem"

Quote:
Originally Posted by rsambuca View Post
You can also quickly get around the "no root file system" error by changing the validation.py file.

Thanks rsambuca, worked for me.
CraigRat is offline   Reply With Quote
Old November 5th, 2006   #36
chikebum
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 4
Re: Kubuntu 6.10rc Installation - "No root filesystem"

try "sudo mkfs.ext3 /dev/hdb2" ( without quotes )

/dev/hdb2 where you want to assign a root partition /
chikebum is offline   Reply With Quote
Old November 5th, 2006   #37
dtek
First Cup of Ubuntu
 
dtek's Avatar
 
Join Date: Nov 2006
Location: Medellin, Colombia
Beans: 3
Re: Kubuntu 6.10rc Installation - "No root filesystem"

I was planning on doing a demostration of how easy it was to install Ubuntu on both home desktops and Laptops, on my College (Since the evil rules there ), and taking advantage of the new Edgy i was willing to do it on it, but , i couldn't install it even on my own PC due to this.

Imagine the reaction of my target audience (people with no prior Linux Experience, and surrounded by Devil Wizards ) when in public i would get this "No root filesystem". Sure, right after doing the workarounds posted here, the room would be empty.


Really Bad mistake for the "newbie-friendly Distro".
dtek is offline   Reply With Quote
Old November 5th, 2006   #38
rsambuca
Ubuntu addict and loving it
 
rsambuca's Avatar
 
Join Date: Sep 2006
Location: Calgary, Canada
Beans: 4,391
Ubuntu 8.10 Intrepid Ibex
Re: Kubuntu 6.10rc Installation - "No root filesystem"

dtek,

I agree it is a pretty silly bug, however, keep in mind that this "no root file system" error only shows up when installing Edgy overtop of prexisting partitions from earlier installations.

If you were showing this off to linux newbies, you probably shouldn't get this error.
rsambuca is offline   Reply With Quote
Old December 11th, 2006   #39
bappi
First Cup of Ubuntu
 
Join Date: Dec 2006
Beans: 2
Re: Kubuntu 6.10rc Installation - "No root filesystem"

Quote:
Originally Posted by rsambuca View Post
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:
sudo 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!
i have tried doing that but it does not save because it says that i do not have the permission to change the file, it says that i am not the owner of the file, can u help me on that?
bappi is offline   Reply With Quote
Old December 11th, 2006   #40
rsambuca
Ubuntu addict and loving it
 
rsambuca's Avatar
 
Join Date: Sep 2006
Location: Calgary, Canada
Beans: 4,391
Ubuntu 8.10 Intrepid Ibex
Re: Kubuntu 6.10rc Installation - "No root filesystem"

did you put "sudo" at the beginning of the instructions?
rsambuca is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:45 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry