Hello
I'm running Ubuntu 8.04. I'm getting an error message when I attempt to create an image from the converter.
There is no '/boot' directory on the source machine. It is required to create a bootable virtual machine. Please mount the '/boot' directory on the source machine.
I don't understand this message because my root directory does contain a '/boot' directory:
michael@ultraman:/$ ls -l
total 100
drwxr-xr-x 2 root root 4096 2008-08-12 17:54 bin
drwxr-xr-x 3 root root 4096 2008-08-12 17:58 boot
lrwxrwxrwx 1 root root 11 2008-05-08 18:31 cdrom -> media/cdrom
Although, I must admit that mount -l does not return a /boot directory in the list.
michael@ultraman:/$ mount -l
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-18-generic/volatile type tmpfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)
/dev/sdb1 on /media/disk type ext3 (rw,nosuid,nodev,uhelper=hal) []
Can someone point me in the right direction here? How should I proceed to mount the boot directory?
Thanks