Displaying 7 results from an estimated 7 matches for "isofs_fill_super".
2006 Dec 28
1
modifying initrd.img to run custom application
...ink to /sbin/init.
My steps:
1. Renamed linuxrc to linuxrc1
2. created new linuxrc script & invoked "/linuxrc1"
from script
(Once initialization is done - i can invoke my custom
application)
But I get "Kernel Panic" error while booting.
EXT2-fs: unable to read superblock
isofs_fill_super: bread failed, dev=md1,
iso_blknum=16, block=32
kernel panic - not syncing: VFS: Unable to mount root
fs on unknown-block(9,1)
I also tried creating initrd.img from scratch from
mkird script mentioned at
http://www-128.ibm.com/developerworks/linux/library/l-initrd.html.
But I get same error.
Plea...
2009 Jun 29
1
wine/RosettaStone breakage from recent kernel commit
...1;
break;
case Opt_cruft:
- popt->cruft = 'y';
+ popt->cruft = 1;
break;
case Opt_utf8:
popt->utf8 = 1;
@@ -657,7 +657,7 @@ static int isofs_fill_super(struct super_block *s, void *data, int silent)
goto out_freebh;
sbi->s_high_sierra = 1;
- opt.rock = 'n';
+ opt.rock = 0;
h...
2007 Aug 20
5
Problems reading a backup data DVD
...e was: unknown
hdc: cdrom_decode_status: status=0x51 { DriveReady SeekComplete Error }
hdc: cdrom_decode_status: error=0x40 { LastFailedSense=0x04 }
ide: failed opcode was: unknown
hdc: ide_intr: huh? expected NULL handler on exit
hdc: ATAPI reset complete
end_request: I/O error, dev hdc, sector 64
isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
Is there any way to read what's on this DVD (so I can back -up the files
again, hopefully with better results)?
Secondary related question: I noticed that my CentOS boot DVD does not
automount when I put it in either drive - why is that?
Thank...
2007 Jan 02
0
customizing initrd - kernel panic while booting
...ec.bat)
I copied vmlinuz & initrd from RHEL4 ISO.
Mounted initrd
renamed 'linuxrc' exe to linuxrc1
created new script linuxrc
called linuxrc1 from linuxrc script
called my application from linuxrc script.
But I receive "kernel panic" error:
EXT2-fs: unable to read superblock
isofs_fill_super: bread failed. dev=md1.
iso_blknum=16. block=32
Kernel panic - not syncing: VFS: Unable to mount root
fs on unknown block(9,1)
I also tried creating initrd from scratch using link:
http://www-128.ibm.com/developerworks/linux/library/l-initrd.html
I still receive similar error.
Can someone please...
2009 Feb 12
2
Problem with PXEBOOT of diskless client -- fails to mount RAMDISK
...to get 'further' that way).
The last thing the kernel writes out is:
RAMDISK: ext2 filesystem found at block 0
RAMDISK: Loading 8192KiB [1 disk] into ram disk... done.
EXT2 fs: blocksize too small for device.
grow_buffers: requested out-of-range block 18446744071562067968 for device ram0
isofs_fill_super: bread failed, dev=ram0, iso_blknum=17, block=-2147483648
No filesystem could mount root, tried: ext2 iso9660
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)
Under CentOS 4.7 (*stock* kernel version 2.6.9-67.0.22.EL), the ramdisk
is uncompress, mounted, and the linux...
2007 Jul 17
1
RH domU doesn''t see disk?
...49
XENBUS: Device with no driver: device/vbd/2051
XENBUS: Device with no driver: device/vbd/2050
XENBUS: Device with no driver: device/vif/0
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
attempt to access beyond end of device
ram0: rw=0, want=18446744056529682440, limit=32768
isofs_fill_super: bread failed, dev=ram0, iso_blknum=17,
block=-2147483648
No filesystem could mount root, tried: ext2 iso9660
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(1,0)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http...
2014 Sep 26
9
[PATCH v4 0/7] virt-resize: add support for resizing logical partitions
Hi Rich,
This is v3 series to add support for resizing MBR logical partitions.
changes to v3:
1. merge patch 1 and patch 3 in v3
2. let mbr_part_type return 'primary' for GPT partitions
3. add test for resizing logical partitions
4. fix extending the extended partition (yet). see patch 7.
changes to v2:
1. remove p_part_num
2. remove filter_parts
3. name the function