- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- death screen in linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2004 11:28 PM
09-04-2004 11:28 PM
death screen in linux
checking root filesystem
/: clean 23130/96384 files, 99947/38552 blocks [ok]
Remounting root filesystem in read-write mode [ok]
Activating swap partitions: Swapon: /dev/hda11: invalid argument [failed]
Finding module dependencies [ok]
checking filesystems
/boot: clean
/home: clean
/opt: clean
/tmp: clean
[
[
[
[
.
.
some more cryptic messages
.
.
[
code: 0f 0b bc 03 24 63 26 c0 8b 54 24 58 8b 35 30 c7 39 c0 8b 4c
Unable to find swap_space signature
swapon: /dev/hda11: invalid argument [failed]
after receiving the above messages nothing happens, i.e. system remains hang
Any1 any ideaz
Regards
Maaz
P.S. It seems to be very near to the death(blue) screen, in windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 12:02 AM
09-05-2004 12:02 AM
Re: death screen in linux
try to execute the following command:
mkswap /dev/hda11.
Then reboot the pc.
If the problem remains-send us the /etc/fstab.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 01:26 AM
09-05-2004 01:26 AM
Re: death screen in linux
I tried to boot the system in Rescue mode, from installation media(rhl cd 1/3), even in rescue mode I recieved those cryptic messages, but when i hit 'enter' i got the prompt, then I tried to check the /etc/fstab file, i didnt find the /etc/fstab file, in rescue mode
here for more ideaz i m sending the partition info of my hdd
hda1 vfat
hda2 vfat
hda3 Extended
hda5 vfat
hda6 vfat
hda7 ext3 /boot
hda8 vfat
hda9 ext3 /usr
hda10 ext3 /var
hda11 ext3 /
hda12 ext3 swap
hda13 ext3 /home
hda14 ext3 /tmp
hda15 ext3 /opt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 02:45 AM
09-05-2004 02:45 AM
Re: death screen in linux
mount
to see what is mounted and where.
from you configuration:
hda1 vfat
hda2 vfat
hda3 Extended
hda5 vfat
hda6 vfat
hda7 ext3 /boot
hda8 vfat
hda9 ext3 /usr
hda10 ext3 /var
hda11 ext3 /
hda12 ext3 swap
hda13 ext3 /home
hda14 ext3 /tmp
hda15 ext3 /opt
it seems that / is on hda11
see where /dev/hda11 is mounted
then if for example it is mounted under /mnt/hda11 do chroot /mnt/hda11
after that you'll be able to access /etc/fstab.
The same goes for all other partitions respectively.
Did you change the system lately.Where you able to boot at all in the past?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 02:49 AM
09-05-2004 02:49 AM
Re: death screen in linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 02:00 PM
09-05-2004 02:00 PM
Re: death screen in linux
I boot the system in rescue mode, then type mount, and the output is like
rootfs on type rootfs(rw)
/dev/root.old on type / type ext2(rw)
/proc on /proc type proc(rw)
.
.
.
.
/dev/hda11 on /mnt/sysimage type ext3(rw)
/dev/hda7 on /mnt/sysimage/boot type ext3(rw)
/dev/hda13 on /mnt/sysimage/home type ext3(rw)
/dev/hda15 on /mnt/sysimage/opt type ext3(rw)
/dev/hda14 on /mnt/sysimage/tmp type ext3(rw)
/dev/hda9 on /mnt/sysimage/usr type ext3(rw)
/dev/hda10 on /mnt/sysimage/var type ext3(rw)
then i type chroot /mnt/sysimage, and hit enter. but nothing happens, i.e. when i issued the chroot command, system hang, i.e. didnt response.
then i again, reboot the system in rescue mode by ctrl+alt+del, and then simple type 'ls', it shows me
etc sbin var mnt
then i type
cd mnt
here again i type 'ls', and the output was
runtime source sysimage
then i type 'cd sysimage'. upto this point every thing went fine, but when here(/mnt/sysimage) i type 'ls', or cat /etc/fstab, system hangs.
One more thing, this prblm arrive after i ran the "Drive Image Pro 2002" to restore the win 2k image, when I ran the Drive Image, it complained me about the some kinda partition arrangements, and also asked to fix the problem, I hit the fix button. I think I found the culprit. but what u gurus say, i m waiting
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 05:45 PM
09-05-2004 05:45 PM
Re: death screen in linux
how about fdisk.
Try to do fdisk /dev/hda
what is the output?
What is the ID (5th column from left) for each linux partition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 05:26 AM
09-06-2004 05:26 AM
Re: death screen in linux
here is the output of fdisk /dev/hda
/dev/hda7 83 Linux
/dev/hda9 83 Linux
/dev/hda10 83 Linux
/dev/hda11 83 Linux
/dev/hda12 82 Linux
/dev/hda13 83 Linux
/dev/hda14 83 Linux
Thanks again for ur continous support
Best Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 07:45 PM
09-06-2004 07:45 PM
Re: death screen in linux
are you able to in single user mode mount /dev/hda11 to / and edit fstab (change swap device on hda12) ?
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 08:41 PM
09-06-2004 08:41 PM
Re: death screen in linux
Since you've recorded the partition scheme-
were all the Linux partitions extended or
some were primary and after the "fix" they became extended?
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 11:54 PM
09-06-2004 11:54 PM
Re: death screen in linux
I have created all linux partitions in Extended partition, and all linux partitions are still
logical drives(i.e. within Extended Partition).
I have confirm this by Ms windows' Disk Management utility, and also from Disk Druid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 05:54 AM
09-08-2004 05:54 AM
Re: death screen in linux
Disk Image Pro created the problem when you rebuilt your system.
There are several different problems.
1. Your /etc/fstab file does not match your current disk environment.
2. /boot is an extended partition instead of a primary.
--Possibly others that I am missing as the reply screen doesn't provide access to all your replies...
Choices:
-Least time: Back-up your Linux data when using the Recovery CD. Re-install Linux.
-Most time... Piece back together your image to move /boot to primary partition. Correct the /etc/fstab file to properly reflect the disk layout. Fix other issues as they arise in this rebuild.
The hang occurs as the loader cannot find the Linux Kernel to run. When you boot from the recovery CD you use the kernel on the CD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 06:15 AM
09-08-2004 06:15 AM
Re: death screen in linux
Any how, many thanks to all of u, for assistance/opinions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 09:13 PM
09-08-2004 09:13 PM
Re: death screen in linux
I think that the type must be "swap".
Bye,Francesco.