Comment 8 for bug 35819

Revision history for this message
Ali Milis (almilis) wrote :

Hallo, anybody home?!

I have tried ubuntu-sever i386 daily 30 May 2006, and it still does not work.

I tried to install ubuntu at /dev/sda6; but grub-install
"failed" (debian is already installed at /dev/sda5).
Then I boot from the debian grub menu.
It still does not work, because there are no /dev/i2o
devices.

The quick and dirty fix is, at boot manually:
cd /dev
mkdir i2o
mknod hda1 b 8 1
mknod hda2 b 8 2
mknod hda3 b 8 3
mknod hda4 b 8 4
mknod hda5 b 8 5
mknod hda6 b 8 6
mknod hda7 b 8 7
mknod hda8 b 8 8
mknod hda9 b 8 9
mknod hda10 b 8 10
mknod hda10 b 8 11
[...]
^D