I know this topic has been discussed here before, but what is the latest fix(es) for
the problem of inability to become or log in as root ? I press esc after first screen,
then see "boot_", then type in "login=root" & then see "could not find kernal image :
login=root". Is there now a fix for this ?
Logging in as root
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Logging in as root
When you boot, and you get to the colored screen with the menu options .... pres TAB and then enter login=root.
If you want to make it permanent then edit the file /mnt/sdaxY/boot/systlinux/porteus.cfg as below. (change sdxY for your real path on your machine)
LABEL mate
MENU LABEL Graphics mode (mate)
KERNEL vmlinuz
APPEND initrd=initrd.xz login=root
TEXT HELP
Run Porteus the best way we can.
Try to autoconfigure graphics
card and use the maximum
allowed resolution
ENDTEXT
If you want to make it permanent then edit the file /mnt/sdaxY/boot/systlinux/porteus.cfg as below. (change sdxY for your real path on your machine)
LABEL mate
MENU LABEL Graphics mode (mate)
KERNEL vmlinuz
APPEND initrd=initrd.xz login=root
TEXT HELP
Run Porteus the best way we can.
Try to autoconfigure graphics
card and use the maximum
allowed resolution
ENDTEXT
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Black ninja
- Posts: 37
- Joined: 13 Jun 2014, 04:24
- Distribution: Porteus-XFCE-v3.0-x86_64
- Location: Bridgeport, CT
Re: Logging in as root
If I edit that file as you suggest, I'd be replacing my savefile cmd. :
APPEND initrd=initrd.xz changes=/mnt/sdb1/porteussave.dat
w/ the cmd. you posted : APPEND initrd=initrd.xz login=root.
Would I lose my ability to save changes ?
APPEND initrd=initrd.xz changes=/mnt/sdb1/porteussave.dat
w/ the cmd. you posted : APPEND initrd=initrd.xz login=root.
Would I lose my ability to save changes ?
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Logging in as root
You won't lose you changes if you add to this line. Change:
to
The word 'APPEND' means 'add to' so anything you need to pass to the boot process, you just append here.
Code: Select all
APPEND initrd=initrd.xz changes=/mnt/sdb1/porteussave.dat
Code: Select all
APPEND initrd=initrd.xz changes=/mnt/sdb1/porteussave.dat login=root
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Black ninja
- Posts: 37
- Joined: 13 Jun 2014, 04:24
- Distribution: Porteus-XFCE-v3.0-x86_64
- Location: Bridgeport, CT
Re: Logging in as root
Thanx so much ........