Click to See Complete Forum and Search --> : linux on start-up drops me into read only system :(


anton
09-25-2001, 04:39 PM
Hello,

well , I've upgraded my MB, of course hdds changed ... so linux won't boot ... and I've found what I need to change ( at least one of the things) is a swap patrition location ...but on start-up linux drops me into read only file system, so I can't change anything :(

so, how can I change?

with what command can I create boot disk ?

Do I need to change anything else , besides the location of swap ?

thx :)

anton
09-25-2001, 06:15 PM
anybody ? pleeeaasseee :)

s1nn
09-25-2001, 06:36 PM
there is a string you can type for lilo that will give a barebones defualt kernel and shell search through the post and it is in there sorry i dont remeber it has been awhile--

s1nn
09-25-2001, 06:43 PM
not finding that lilo string that topic may have been deleted-

drashkeev
09-25-2001, 07:36 PM
When you are in the system, if you see the bash prompt type:

mount -o rw,remount /

followed by enter. This will make your partition readable. If you are using lilo and know the letter of the HD, you can type at the boot prompt: [name of your kernel] root=/dev/hd[whatever] . This will get you into your partition. Also, swap should not mess up your system as much as you say. I have had to deal with this very problem when I needed to recover a lost password (init=/bin/sh). Concider some alternate troubleshooting.

anton
09-25-2001, 08:29 PM
thx about mounting patrition ...

but when I boot , I do make root=/dev/hdc6 (my new location) , but this gives me errors :( ...

thx

anton
09-25-2001, 08:39 PM
that's what i get when I try to boot:
"No such device or address while trying to open /dev/hdg6" (dev/hdg6 - my old root patrition)

anton
09-25-2001, 08:50 PM
ok, I think I got it working , I just changed the locations of my patritions in mtab and fstab and somewhere else also (don't remember already ;) )

now gotta re-configure lilo , that I can probably handle ;)

thx all : )