![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| has bosboot command changed characteristics of boot image? | rs6000er | AIX | 0 | 09-23-2008 10:51 AM |
| Reverse numbering of image sequence | BlightyDevil | Shell Programming and Scripting | 1 | 07-26-2008 06:30 PM |
| AIX 5.2 Maksysb Image backup/restore | dayinthelife | AIX | 3 | 06-16-2008 11:13 AM |
| Wierd boot-up sequence | nitinp82 | UNIX for Dummies Questions & Answers | 1 | 02-01-2007 04:40 PM |
| Boot Sequence | delphine | UNIX for Dummies Questions & Answers | 3 | 01-25-2006 11:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hello All,
I backed up my RHEL 4 as an image. Then I restored the image on my machine. Everything went fine but I dont get the normal boot sequence as it used to come when I freshly installed RHEL4. The messages that are shown when the system boots are something like- " ..... EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald starting. Commit interval 5 EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. " At this point, system waits for a while and then login prompt comes up normally. Everything in the system is working fine. I just need to understand how this boot sequence got changed. Is there anyway by which I can restore the normal boot sequence which used to get previously... something like (may not be exactly similar)- *** Welcome to Red Hat Linux Enterprise *** Starting cups ..... [OK] Starting NFS ...... [OK] Starting *** ..... [OK] Starting eth0 [OK] ....etc Can anybody please tell me how do I get this kind of boot sequence again ?? Regards, Shamik. |
|
||||
|
Here it is-
#root# cat /etc/fstab # This file is edited by fstab-sync - see 'man fstab-sync' for details /dev/sda1 / ext3 defaults 0 0 /dev/sda6 /root2 ext3 rw,nosuid,noexec,auto,nouser,async,noatime,nodev 00 /dev/sda5 /var ext3 rw,nosuid,noexec,auto,nouser,async,noatime,nodev 00 /dev/sda7 swap swap defaults 1 2 /dev/sda2 /opt/ ext3 defaults 0 0 /dev/sda3 /opt/ ext3 defaults 0 0 /dev/sda8 /DVD_OPS ext3 defaults 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 2 /dev/fd0 /mnt/floppy auto noauto,owner 0 0 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/scd0 /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0 ---------- Post updated at 03:54 AM ---------- Previous update was at 01:33 AM ---------- Here's some updates- The message that does not get displayed are the init messages. Those that are getting displayed are the kernel messages. I checked the following files- /etc/inittab /etc/rc.d/rc.sysinit-- in which all the messages are stored /etc/rc3.d/* -- for default run-level all are same as those on the machine where the init messages appear on the console. So now the problem is - why are init messages not shown on the console during the system start-up/reboot |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|