Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Read-only and in the wrong location
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
mauricev
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 202

PostPosted: Sat Nov 07, 2015 12:33 am    Post subject: Read-only and in the wrong location Reply with quote

Read-only in the wrong location

I'm now building 32-bit to accommodate some programs that will only work in a 32-bit system. Under VMWare, right after it checks the filesystems things go haywire. For some strange reason, the root filesystem is left mounted read-only and most oddly / is misidentified as /dev/sda1 and it's mounted on /boot and not on /. You can see it here: http://pasteboard.co/1WHWdz2A.png
Grub.cfg and /etc/fstab follow:

Code:
set timeout=3

  insmod part_msdos
  insmod ext2
  set root=(hostdisk//dev/sda,msdos1)
  search --no-floppy --fs-uuid --set ea1ec171-b9e3-41b9-a361-d0743aa8336a
if loadfont /grub/unifont.pf2; then
   set gfxmode=text
   insmod all_video
   terminal_output gfxterm
fi

set menu_color_normal=cyan/blue
set menu_color_highlight=blue/cyan

menuentry "Funtoo Linux  - kernel-genkernel-x86-3.19.3-1~exp1" {
  insmod part_msdos
  insmod ext2
  set root=(hostdisk//dev/sda,msdos1)
  search --no-floppy --fs-uuid --set ea1ec171-b9e3-41b9-a361-d0743aa8336a
  linux /kernel-genkernel-x86-3.19.3-1~exp1 root=/dev/sda3 rootfstype=ext4
  initrd /initramfs-genkernel-x86-3.19.3-1~exp1
  set gfxpayload=keep
}
set default=0


Code:
/dev/sda1      /boot      ext2      noatime   1 2
/dev/sda2      none      swap      sw      0 0
/dev/sda3      /      ext4      noatime      0 1
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9691
Location: almost Mile High in the USA

PostPosted: Sat Nov 07, 2015 1:33 am    Post subject: Reply with quote

so the assumption is,
1) is this Funtoo?
2) is the initramfs creation tool part of Funtoo?

Unfortunately I don't know how the initramfs generation tool is on Funtoo and it could be at fault getting the partitions confused. But there is where I don't know further... can you live without initramfs If you get rid of your initrd, does it work?
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54330
Location: 56N 3W

PostPosted: Sat Nov 07, 2015 9:40 am    Post subject: Reply with quote

Moved from Installing Gentoo to Unsupported Software.

to avoid gentoo users being mislead by a potential solution that has only been tested on Funtoo
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
mauricev
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 202

PostPosted: Sun Nov 08, 2015 12:06 am    Post subject: Reply with quote

You're right. My bad. I toggle between Funtoo and Gentoo, so I get them mixed up sometimes. This one is Funtoo-specific, https://bugs.funtoo.org/browse/FL-2962
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum