Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Block Device 801 is not a valid root device! With LILO
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
AliceAX24
n00b
n00b


Joined: 05 Jun 2024
Posts: 1
Location: Brazil, Rio Grande Do Sul, Santa Maria

PostPosted: Wed Jun 05, 2024 6:43 pm    Post subject: Block Device 801 is not a valid root device! With LILO Reply with quote

Hello, everyone

Hello everyone,

I am encountering an issue while trying to boot my Gentoo system using LILO as the bootloader. The error message I receive is:

Code:
Block device 801 is not a valid root device


Here are some details about my setup:

Partition and Filesystem:

Code:
/dev/sda1
: 70 GB, marked as bootable and configured as the root partition (/).
Configuration of /etc/lilo.conf:

Code:
boot=/dev/sda
prompt
timeout=50
default=gentoo

image=/boot/vmlinuz-6.6.30-gentoo
    label=gentoo
    read-only
    root=/dev/sda
    initrd=/boot/initramfs-6.6.30-gentoo.img


Configuration of
Code:
/etc/fstab
:

Code:
/dev/sda1   /           ext4    defaults,noatime     0 1


Steps I Have Already Tried:
Rebuilt the initramfs:

Code:
genkernel --install initramfs


Reinstalled LILO:

Code:
/sbin/lilo


What should i do?
Back to top
View user's profile Send private message
gentoo_ram
Guru
Guru


Joined: 25 Oct 2007
Posts: 481
Location: San Diego, California USA

PostPosted: Wed Jun 05, 2024 8:56 pm    Post subject: Reply with quote

From what you've shown, I believe the "root=/dev/sda" parameter should be "root=/dev/sda1" in lilo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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