OK, I figured out lish a bit, and see the problem is that my filesystem is not found:
Code:
UDF-fs: No partition found (1)
No filesystem could mount root, tried: reiserfs ext3 ext2 cramfs minix msdos vfat iso9660 romfs fuseblk udf jfs xfs
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)
I set it up like so, is this not allowed?
Code:
Disk /dev/ubdb: 19.3 GB, 19327352832 bytes
128 heads, 32 sectors/track, 9216 cylinders
Units = cylinders of 4096 * 512 = 2097152 bytes
Device Boot Start End Blocks Id System
/dev/ubdb1 1 123 251888 82 Linux swap / Solaris
/dev/ubdb2 * 124 9216 18622464 83 Linux
My fstab looks like:
Code:
/dev/ubda1 none swap sw 0 0
/dev/ubda2 / reiserfs noatime 0 1
none /proc proc defaults
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0