Themuppeteer
Programmer
Hello,
I made a bootable cdrom that boots up correctly;
but it does not shut down correctly.
My system has a flash (see it as sort of small hd on a chip)
a cdrom and a ram disk (from which it boots).
On the ramdisk there is only the necessary to boot until the
cd gets mounted. I have link files for /bin and /sbin and some more to the /mnt/cdrom where those files are. The /etc is linked to my flash because the flash is RW and the cd not of course. So all the files that don't change are linked to my cdrom,and the ones that do are linked to my flash or to my ramdisk self is they are from no importance..
The problem is that when I want to shutdown, I get messages about
sending all processes the Term signal...
sending all processes the Kill signal...
(I don't get 'md: recovery thread got woken up' whatever that is.. then I get mount errors)
Unmounting file systems: umount2
evice or resource busy
umount: /dev/hdb: not mounted
umount: /mnt/cdrom: Illegal seek
umount2
evice or resource busy
umount: /mnt/cdrom: device is busy
umount2
evice or resource busy
umount: /mnt/cdrom: device is busy
umount2
evice or resource busy
umount: /mnt/cdrom: device is busy
FAILED
INIT: no more processes left in this runlevel
kill 1084: No Such process
then the system hangs, when I do a ctrl alt del I get the message:
You don't exist. Go away.
The pid (1084) changes everytime,it is the pid from a new process that was started during shutdown,because the number is always higher than the highest number I had when I did a ps -ef.
When I do a halt -f, it works,but thats not very clean.
I don't mind that the cdrom is not unmounted when I reboot, as my root filesystem is the ramdisk itself,and I can not break that. I am worried about the flash disk that is not cleanly unmounted after a halt -f,because flash disks can get broken.
Can anyone help me please ??
Greetz,
themuppeteer@hotmail.com
Don't eat yellow snow...
I made a bootable cdrom that boots up correctly;
but it does not shut down correctly.
My system has a flash (see it as sort of small hd on a chip)
a cdrom and a ram disk (from which it boots).
On the ramdisk there is only the necessary to boot until the
cd gets mounted. I have link files for /bin and /sbin and some more to the /mnt/cdrom where those files are. The /etc is linked to my flash because the flash is RW and the cd not of course. So all the files that don't change are linked to my cdrom,and the ones that do are linked to my flash or to my ramdisk self is they are from no importance..
The problem is that when I want to shutdown, I get messages about
sending all processes the Term signal...
sending all processes the Kill signal...
(I don't get 'md: recovery thread got woken up' whatever that is.. then I get mount errors)
Unmounting file systems: umount2
umount: /dev/hdb: not mounted
umount: /mnt/cdrom: Illegal seek
umount2
umount: /mnt/cdrom: device is busy
umount2
umount: /mnt/cdrom: device is busy
umount2
umount: /mnt/cdrom: device is busy
FAILED
INIT: no more processes left in this runlevel
kill 1084: No Such process
then the system hangs, when I do a ctrl alt del I get the message:
You don't exist. Go away.
The pid (1084) changes everytime,it is the pid from a new process that was started during shutdown,because the number is always higher than the highest number I had when I did a ps -ef.
When I do a halt -f, it works,but thats not very clean.
I don't mind that the cdrom is not unmounted when I reboot, as my root filesystem is the ramdisk itself,and I can not break that. I am worried about the flash disk that is not cleanly unmounted after a halt -f,because flash disks can get broken.
Can anyone help me please ??
Greetz,

themuppeteer@hotmail.com
Don't eat yellow snow...