Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

mount: mounting /dev/sda5 on /newroot failed...


iamthepieman

Question

1 answer to this question

Recommended Posts

  • 0

1) Control The file /etc/fstab and adjust it if not correct!

 

2) is a UEFI + GPTGUID system or old BIOS/MBR system ?

 

3) control the /etc/boot.conf

 

____________________________________________________

 

If doesn't run, could you kindly post

 

# parted -l

 

with the description of the destination of each partition ?

 

If You want I can enter with ssh (port 22).

 

Tell me !!!

 

 

__________________

 

this is the mine

 

sandro@cit4771ht ~ $ cat /etc/boot.conf
boot {
        generate grub
        default "Windows 10 x64"
        timeout 3
}

"Windows 10 x64" {
        type win8
        params root=/dev/sda1
}

"Funtoo Linux genkernel" {
        kernel kernel[-v]
        initrd initramfs[-v]
        params += real_root=auto rootfstype=auto
}
 

________________________________

 

You can also indicates the real_root=/dev/sda5 (if /dev/sda5 is the root)

Or You can make real_root=UUID=xfghjkfhdgshetcetc

 

For the right UUId you can make :

# blkid -g && blkid

 

________________________________

 

I wish to have spoked simple ......

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...