LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No root file system defined? Suggestions? (https://www.linuxquestions.org/questions/linux-newbie-8/no-root-file-system-defined-suggestions-786956/)

wakrein 02-04-2010 08:11 AM

No root file system defined? Suggestions?
 
So im trying to prepare my partitions for fresh installation. The partition manager didnt list anything with an error message that said:
Quote:

No root file system is defined. Please correct this from the partitioning menu?
This is what Gparted displays
Quote:

/dev/sda1 ext3 /tmp/boot
/dev/sda2 unknown
/dev/sda3 ext3 /tmp/opsys
I would appriciate any suggestions from you guys. Thanks for your time.

TB0ne 02-04-2010 08:50 AM

Quote:

Originally Posted by wakrein (Post 3852311)
So im trying to prepare my partitions for fresh installation. The partition manager could not list anything with an error message:

This is what Gparted displays

I would appriciate any suggestions from you guys. Thanks for your time.

I'd suggest letting your install program do the partitioning/formatting for you, at build time. Just making things more complicated by 'preparing' your disk first. You can modify the default partition size after the installer gives you a recommendation.

I've not seen an installer lately, that wouldn't have something to let you lay out the disks/LVM's, etc., at build time.

jschiwal 02-04-2010 08:54 AM

A root filesystem would be "/" which you didn't have displayed. I second the idea of repartitioning while installing.

damgar 02-04-2010 08:57 AM

It sounds like you are in a live cd environment when you used gparted and thus the disks are mounted in tmp directories. When you are in the partitioning section of your installer, you just need to set your mount points. My guess is
PHP Code:

sda1 = /
sda2 = /swap
sda3 
= /home 


wakrein 02-04-2010 09:10 AM

Quote:

Originally Posted by damgar (Post 3852385)
It sounds like you are in a live cd environment when you used gparted and thus the disks are mounted in tmp directories. When you are in the partitioning section of your installer, you just need to set your mount points. My guess is
PHP Code:

sda1 = /
sda2 = /swap
sda3 
= /home 


Hey thanks for the advise! How exactly do i set my mount points though?

damgar 02-04-2010 09:16 AM

I've never seen an installer that didn't ask during disk preparation. It might be called "set target" or "make target" or "set mount points."

If you aren't sure, then the above posts about letting the installer do it all for you might be a good idea if you aren't multibooting.

What distro are you using and what method (installation disk, live disk, USB)?

wakrein 02-04-2010 09:51 AM

Quote:

Originally Posted by damgar (Post 3852429)
I've never seen an installer that didn't ask during disk preparation. It might be called "set target" or "make target" or "set mount points."

If you aren't sure, then the above posts about letting the installer do it all for you might be a good idea if you aren't multibooting.

What distro are you using and what method (installation disk, live disk, USB)?

I followed these rules all the way down to page 10 http://www.offensive-security.com/do...hd-install.pdf only come to find out there is nothing called "Backtrack Installer" in the system menu selection. Any suggestions?

damgar 02-04-2010 09:59 AM

I'm sorry, but I'm not in position to download that file.

wakrein 02-04-2010 10:33 AM

Quote:

Originally Posted by TB0ne (Post 3852368)
I'd suggest letting your install program do the partitioning/formatting for you, at build time. Just making things more complicated by 'preparing' your disk first. You can modify the default partition size after the installer gives you a recommendation.

I've not seen an installer lately, that wouldn't have something to let you lay out the disks/LVM's, etc., at build time.

when i open install.sh i get this window that looks like this http://i9.photobucket.com/albums/a63...titionfail.jpg with nothing listed

wakrein 02-04-2010 10:35 AM

Quote:

Originally Posted by damgar (Post 3852495)
I'm sorry, but I'm not in position to download that file.

PDF? u sure bro? pdf isnt malicious. anyway if u dont want to click the link how do i set my mount points?

wakrein 02-04-2010 11:06 AM

meh i guess my system is screwed. i dono. ive been looking for 4 days now and cant find out how to fix this. Ive mounted....
Quote:

mount /dev/sda1 /
mount /dev/sda2 swap
mount /dev/sda3 /home
the partition manager still displays nothing. When i click next i get an error that says
Quote:

No root file system is defined. Please correct this from the partitioning menu?
Again, this is what the partition manager is displaying:
http://i9.photobucket.com/albums/a63...titionfail.jpg

damgar 02-04-2010 12:22 PM

I would think under edit partition tab there would be a place for mount points.

As for the .PDF I checked out the distro and anything I'm not familiar with that has the words "remote exploit" associated with it is a no-go until I know exactly what it is.

Once you are installed then editing /etc/fstab is how u set mount points.

damgar 02-04-2010 12:31 PM

I'm actually on my phone right now, but it looks like you need to select new partition and I would expect that to ask for the mount point. Do it for /, and any other partitions you need/want.

mariapeter12 09-04-2010 12:55 AM

you won't find any option on screen
 
Although, the error message suggests you to correct this problem from partitioning menu, but you won't find any option on screen.
I have found more details about the error at
http://www.articlesbase.com/data-rec...x-1508262.html

MTK358 09-04-2010 06:51 AM

Quote:

Originally Posted by mariapeter12 (Post 4087661)
Although, the error message suggests you to correct this problem from partitioning menu, but you won't find any option on screen.
I have found more details about the error at
http://www.articlesbase.com/data-rec...x-1508262.html

This thread was long dead.

ruchiroshni 09-14-2017 05:41 AM

I am learning pentesting and python side by side on https://infosecaddicts.com. while learning came on office exploit. i know metasploit can do my work, from msfconsole we can embed our payload in .pdf or .doc. but i want to embed my own created exe (created .exe form py2exe)

how to do it manually without metasploit? is there any way from that i can convert my .exe to vbs(macro) or a way to embed my .exe to .xls that auto execute with opening .xls file does it require knowing vbs to achieve this?

ruchiroshni 09-14-2017 05:42 AM

Linux installation
 
I am learning pentesting and python side by side on https://infosecaddicts.com. while learning came on office exploit. i know metasploit can do my work, from msfconsole we can embed our payload in .pdf or .doc. but i want to embed my own created exe (created .exe form py2exe)

how to do it manually without metasploit? is there any way from that i can convert my .exe to vbs(macro) or a way to embed my .exe to .xls that auto execute with opening .xls file does it require knowing vbs to achieve this?

TB0ne 09-14-2017 08:31 AM

Quote:

Originally Posted by ruchiroshni (Post 5758647)
I am learning pentesting and python side by side on https://infosecaddicts.com. while learning came on office exploit. i know metasploit can do my work, from msfconsole we can embed our payload in .pdf or .doc. but i want to embed my own created exe (created .exe form py2exe)

how to do it manually without metasploit? is there any way from that i can convert my .exe to vbs(macro) or a way to embed my .exe to .xls that auto execute with opening .xls file does it require knowing vbs to achieve this?

You need to read the LQ Rules and "Question Guidelines". You have re-opened a thread that had been closed for SEVEN YEARS, hijacked it with your own question, and double-posted that question. NONE of these things are good.

Open your own thread for your own question.


All times are GMT -5. The time now is 09:21 PM.