Skip to main content
Home Forums Oldworld Wallstreet and Debian troubles — #2 Oldworld Wallstreet and Debian troubles — #2
Post #2 by theos911
Post
I believe you need to specify the the root device.

Inside the kernel arguments box try:

Code:
root=/dev/hda14
or 15

If that doesn't work replace 14 with numbers starting at 1 until it does work. You should get the same error you are currently getting even with an incorrect number. If you get something about a file system check failing and it drops to a root shell add a space after hda14 and add "fastboot" like this:

Code:
root=/dev/hda14 fastboot
Hopefully I'm not too late :I

mp.ls