You are not logged in.

#1 2011-08-24 01:04:37

Włóczymyśl
Member
From: Poland, Szczecin
Registered: 2011-03-17
Posts: 57
Website

[SOLVED] Problem with booting newly installed system

I'm with Arch for some quite time now and never had problems like this...

Boot:

root (hd1,0)
 Filesystem type is ext2fs, partition type 0x83

so it shoud be working (correct filesystem) but:

mount: mounting /dev/disk/by-label/boot on /new_root failed: No such device
ERROR: Failed to mount the real root device.

cd /dev/disk/by-label + ls gives boot there...

My /boot/grub/menu.lst:

# (0) Arch Linux
title Arch Linux
root (hd1,0)
kernel /vmlinuz-linux root=/dev/disk/by-label/boot ro
intrd /initramfs-linux.img

My /etc/fstab:

tmpfs   /tmp   tmpfs   nodev,nosuid   0   0
LABEL=boot   /boot   ext3   defaults   0   2
LABEL=root   /   xfs   defaults   0   1
LABEL=swap   swap   swap   defaults   0   0

Any suggestions would be appreciable. smile

Last edited by Włóczymyśl (2011-08-24 13:41:04)

Offline

#2 2011-08-24 01:36:04

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: [SOLVED] Problem with booting newly installed system

Try uuid insted, it wont hurt .... much smile

edit: just saw root-......./boot , this does not make sense is it ? boot partition is not your root smile

Last edited by cybertorture (2011-08-24 01:37:30)


O' rly ? Ya rly Oo

Offline

#3 2011-08-24 08:57:38

Włóczymyśl
Member
From: Poland, Szczecin
Registered: 2011-03-17
Posts: 57
Website

Re: [SOLVED] Problem with booting newly installed system

cybertorture wrote:

Try uuid insted, it wont hurt .... much smile

It was originally uuid but I had some problems with dissapearing fstab (solved) so it was irrytating to retype all the uuids again and again...

edit: just saw root-......./boot , this does not make sense is it ? boot partition is not your root smile

yeah, that was the problem... I just thought it's GRUB's root, not root sensu stricto... in all the examples it was the same as it was always without separate boot I guess... I knew that of course but well... so stupid of mine... thanks! smile

Offline

#4 2011-08-24 09:51:49

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED] Problem with booting newly installed system

Good you got it running! Now please mark this thread as "[SOLVED]" by editing the title of your first post.


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB