- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- can not boot in single mode
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
11-01-2005 02:51 AM
11-01-2005 02:51 AM
I am in the dead end now. During the Linux installation, somehow it did not ask me for the root passwd. Now the installation is done, but I don't know what the root passwd is. I tried to boot to single mode to re-install again, but failed. I tried from the GRUB boot loader, but it did not take anything a or e or space bar even how quickly I am, the machine just booted normally. What should I do?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2005 02:56 AM
11-01-2005 02:56 AM
Re: can not boot in single mode
at the prompt
when the system will boot into rescue environment edit the file /mnt/sysimage/etc/inittab locate the line
1:2345:respawn:/sbin/mingetty tty1
and change it to
1:2345:respawn:/sbin/mingetty tty1 --autologin root
(all on the same line)
save and exit and boot your system normally.
This will cause root to login automatically on first terminal -tty1.
when you're logged in as root-do all necessary changes....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2005 03:02 AM
11-01-2005 03:02 AM
Re: can not boot in single mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2005 03:13 AM
11-01-2005 03:13 AM
Re: can not boot in single mode
As installation option type
linux rescue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2005 06:52 AM
11-01-2005 06:52 AM
Re: can not boot in single mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2005 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 08:22 AM
11-02-2005 08:22 AM
Re: can not boot in single mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 02:03 AM
11-04-2005 02:03 AM
Re: can not boot in single mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 02:11 AM
11-04-2005 02:11 AM
Re: can not boot in single mode
Did you changed anything else in the setup program? You may try settings BIOS values to default, and then configure the boot options again to start with cdrom first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 02:24 AM
11-04-2005 02:24 AM
Re: can not boot in single mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 05:56 AM
11-04-2005 05:56 AM
Re: can not boot in single mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2005 12:40 PM
11-05-2005 12:40 PM
Re: can not boot in single mode
you seem to have a problem with your keyboard
if you cannot type anything at the boot prompt even when booted from a bootable CD.
It is quite common with these PS2 plugs that a pin accidentily gets bent and squeezed.
Check your cabling.
Besides, you don't necessarily need a bootable CD (e.g. installation 1) to get into single user mode.
When the Grub screen appears move with the arrow keys to the boot entry for the kernel you usually auto boot.
When on the line with the vmlinuz* type e to edit the line.
Move to the end of the line and append a space separated s (like single user mode) as kernel argument, and after Esc type b (like boot)
This should bring you to single user mode.
(Note that you have a US keymapping while in Grub, e.g. I always have to type z for y and vice versa because I have a qwertz keyboard)
Also you could append as kernel argument
init=/bin/sh
which should give you a root shell instead of init.
But you have to fsck and remount / rw before you can edit /etc/shadow.
If you don't get the Grub menu displayed it could be that hiddenmenu is set in your grub.conf file.
Just type c to get into Grub command mode.
There help would present you online help of grub commands.
Grub can search for any kernels on your boot devices and has many neat features.
It even can boot via network (if the prerequisites are met).
Read info grub for details.