You are not logged in.

#26 2008-02-04 00:08:51

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

mkdir /mnt/windows
mount -t vfat /dev/sdb5 /mnt/windows

said wrong fs type, ... on sdb5

Offline

#27 2008-02-04 00:10:14

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

grub is ok as you said

Offline

#28 2008-02-04 00:12:20

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

Hm..... well, does the partition currently have stuff on it?
If not, did you forget to format it?  Weird.
mkfs -t vfat /dev/sdb5 would make it vfat
WARNING!
If you have data on there, though, it WILL wipe it!
Try just removing the -t vfat part first and see if it will mount right.

Last edited by violagirl23 (2008-02-04 00:12:57)


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#29 2008-02-04 00:18:58

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

mkfs not found in bash

Offline

#30 2008-02-04 00:21:21

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

oh...
Okay, you have internet on your lived then, right?
Go to a terminal after chrooting, open up your fstab
nano /etc/fstab
Then in another terminal (press alt-f2 to go to the next one) type links http://bb.archlinux.org
That will take you to this board in links.  You might find it a bit hard to get around, but try to make it into this forum, and then post your fstab (or if your regular internet program works once you chroot, use that, but links is on the live cd for sure)


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#31 2008-02-04 00:22:19

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

Or maybe it would just be easier for you to copy your fstab down on paper and then post it here.  Whatever works best.
Sorry this is causing you so much trouble.  sad


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#32 2008-02-04 00:22:59

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

This is mine for example
none               /dev/pts                           devpts    defaults                             0  0
none               /dev/shm                         tmpfs     defaults                              0  0
/dev/cdrom     /mnt/cdrom                      iso9660   ro,user,noauto,unhide         0  0
/dev/fd0          /mnt/fd0                          vfat      user,noauto                          0  0
/dev/sda1        swap                               swap      defaults                              0  0
/dev/sda2        /mnt/gentoo                    ext3      defaults,noatime,noauto        0  0
/dev/sdb1        /mnt/gentoo/usr/portage  ext3   defaults,noatime,noauto           0  0
/dev/sdb2        /                                     ext3      defaults,noatime,nodiratime  0  1
/dev/sdc1        /mnt/flash                        vfat      user,noauto                          0  0
/dev/usbdrive  mnt/gentoo/home             ext3      auto,noatime                        0  2
/dev/sdd1       /mnt/flash2                       vfat      user,noauto                          0  0

Last edited by violagirl23 (2008-02-04 00:25:56)


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#33 2008-02-04 00:28:25

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

there are 4 lines on 'none', but no mention of /dev/...

but isn't this the fstab of the livecd system??

still don't know what the chroot is...

Last edited by bitpal (2008-02-04 00:29:24)

Offline

#34 2008-02-04 00:29:25

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

NOT if you chrooted into your OWN system!  Then it should be your OWN fstab.  Chroot just means change root, go from the livecd system to your own.  If chrooting confuses you, just do this then:
mount -t ext3 /dev/sdb8 /mnt
Then copy the contents of /mnt/etc/fstab

Last edited by violagirl23 (2008-02-04 00:30:57)


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#35 2008-02-04 00:30:53

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

how do I chroot into my system on the live cd?

Offline

#36 2008-02-04 00:33:49

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

ok, it's on my screen, now how do I copy it??

Offline

#37 2008-02-04 00:36:04

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

You might just be better off looking at it and writing it down.  If not, try alt-f2, go links http://bbs.archlinux.org, find this exact post and be ready to reply to it, go back to alt-f1 where you have the fstab displayed, highlight it, press alt-f2, and then press the middle mouse button (if you don't have one, press both buttons together).  This may copy it.  If not, just try writing it down and then posting it here.


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#38 2008-02-04 00:38:55

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

here's the relevant part:

/dev/sda5 /share vfat
/dev/sda6 swap
/dev/sdb7 /boot ext2
/dev/sdb8 / ext3
/dev/sdb9 /home ext3

mixup with sda there, but root and boot seem ok?

should grub say root (hd1,4) instead of (hd1,6)?

Last edited by bitpal (2008-02-04 00:42:09)

Offline

#39 2008-02-04 00:46:46

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

You don't have anything else?
For instance, how mine has /dev/sdb2  /   ext3      defaults,noatime,nodiratime  0  1 just for one line, all that stuff.
This might work for you
none           /dev/pts         devpts    defaults                    0  0
none           /dev/shm         tmpfs     defaults                    0  0
/dev/sdb5    /share             vfat        user,noauto              0  1
/dev/sdb6      swap             swap      defaults                    0  0
/dev/sdb7   /boot              ext2      defaults,noatime,nodiratime     1 2
/dev/sdb8      /                ext3      defaults,noatime,nodiratime 0  1
sdb9 ext3    /home            ext3      defaults,noatime,nodiratime  0 1

Last edited by violagirl23 (2008-02-04 00:56:21)


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#40 2008-02-04 00:51:02

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

they all have 'defaults 0 1' at the end of the line, except swap, which has 'defaults 0 0'

I'm not bothering with the stuff at the top, or should I?

Offline

#41 2008-02-04 00:54:18

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

That should be fine.  Just make sure you change it to /dev/sdb5 and /dev/sdb6 and... weird.
Well I'm stumped. 
If mount -t ext3 /dev/sdb8 /mnt mounted your / partition to /mnt on the livecd, then /dev/sdb8 is indeed your root partition.


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

#42 2008-02-04 00:57:58

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

OK, thanks for your guidance, I appreciate it! I guess I'll call it a night - it's 2 AM here in ole Germany...

I'll try a clean install 'tomorrow'!

Last edited by bitpal (2008-02-04 00:58:50)

Offline

#43 2008-02-04 01:17:46

bitpal
Member
From: Berlin, Germany
Registered: 2008-02-03
Posts: 46
Website

Re: [SOLVED] root fs cannot be detected after first install

UPDATE!!

I changed grub to

root (hd1,6)
kernel /vmlinuz26 root=/dev/hdc8 ro

and now I'm IN!!!!!!

It started loading the modules, but now it's complaining that it cant read /dev/sdb8, so I may have to change fstab from /sdb to /hdc...

But that's for another day...

Again, thanks for the support, viola and misfit! I feel good about the instant help in this forum, seeing how I'm just getting my bearings here.

Offline

#44 2008-02-04 01:38:24

violagirl23
Member
Registered: 2008-01-24
Posts: 184

Re: [SOLVED] root fs cannot be detected after first install

@_@
I THOUGHT it was a grub problem!  I got the exact same message when my grub was wrong!
But it just seemed right... which is why I moved onto looking at the fstab..
@_@
I wonder why your drives are showing up as hd*....
So is hdb a media drive such as a CD player then?
Well, glad you figured out your problem!  Good luck with Arch!


"You can't just ask to borrow somebody else's lampshade. It's AWKWARD!"

Offline

Board footer

Powered by FluxBB