search for: root_device_nam

Displaying 5 results from an estimated 5 matches for "root_device_nam".

Did you mean: root_device_name
2003 Nov 28
3
Problem to boot Xenolinux.
...into /boot and modified grub.conf accordingly: title Xen / XenoLinux 2.4.22 root (hd1,0) kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot module /xenolinux.gz root=/dev/sdb2 ro console=tty0 When I reboot the machine and select Xen, I have the following error message: root_device_name=sdb2 kmod: failed to exec /sbin/modprobe -s -k block-major-8, errno=2 VFS: Cannot open root device "sdb2" or 08:12 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on 08:12 Xen seems to start but Xenolinux does not. My guess is that my SCS...
2006 Jun 10
1
PXELINUX with Kernel 2.6.15.4: VFS: Cannot open root device "hde1" or unknown-block(0, 0)
...* Allow the user to distinguish between failed sys_open * and bad superblock on root device. */ __bdevname(ROOT_DEV, b); printk("VFS: Cannot open root device \"%s\" or %s\n", root_device_name, b); printk("Please append a correct \"root=\" boot option \n"); panic("VFS: Unable to mount root fs on %s", b); } panic("VFS: Unable to mount root fs on %s", __bdevname (ROOT_DEV, b)); ... This looks a...
2004 Aug 10
0
dmesg output for mount cdrom problem
...ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 16384) ip_conntrack version 2.1 (1024 buckets, 8192 max) - 288 bytes per conntrack ip_tables: (C) 2000-2002 Netfilter core team NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. root_device_name = hda3 FAT: bogus logical sector size 0 UMSDOS: msdos_read_super failed, mount aborted. FAT: bogus logical sector size 0 FAT: bogus logical sector size 0 reiserfs: found format "3.6" with standard journal reiserfs: checking transaction log (device hd(3,3)) ... for (hd(3,3)) hd(3,3):Using...
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...S, trying floppy.\n"); - ROOT_DEV = Root_FD0; - } -#endif #ifdef CONFIG_BLK_DEV_FD if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) { /* rd_doload is 2 for a dual initrd/ramload setup */ @@ -352,10 +330,6 @@ { int is_floppy; - mount_devfs(); - - md_run_setup(); - if (saved_root_name[0]) { root_device_name = saved_root_name; ROOT_DEV = name_to_dev_t(root_device_name); @@ -363,6 +337,13 @@ root_device_name += 5; } + if (ROOT_DEV == Root_InitRamFS) + goto done; + + mount_devfs(); + + md_run_setup(); + is_floppy = MAJOR(ROOT_DEV) == FLOPPY_MAJOR; /* This has to be before mounting root...
2004 Jul 23
5
help! error in creating a new domain
Maybe this question is a little stupid, but please help me. I am a newbie to Xen. When I tried to create a new domain "domain 1", I followed the Yan-Ching CHU''s guide on :installing quick file systems for new domains in Xen 1.2". But when I do "xc_dom_create.py -Dvmid=1", Xen seems to start to boot with some normal bootup information, but right after several