xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
3 Pages V < 1 2 3  
Reply to this topicStart new topic
> Linux Repository
kpozn360
post Feb 17 2011, 02:23 AM
Post #31


X-S Enthusiast


Group: Members
Posts: 5
Joined: 17-February 11
From: roscoff (france)
Member No.: 450689
Xbox Version: unk
360 version: v1 (xenon)



hello, i'm sorry, installing debian squeeze, it asks me:
dry.gif
xenon login: blink.gif
& password: blink.gif

i don't know what to put in! huh.gif
can you help me please
didn't find anything about!!
it didn't asked any "new password"
thanks

This post has been edited by kpozn360: Feb 17 2011, 02:30 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tuxuser
post Feb 17 2011, 09:32 AM
Post #32


X-S Enthusiast


Group: Members
Posts: 7
Joined: 11-February 11
Member No.: 450510



Yeah, its a little mistake in all these install scripts.

Boot up the livecd again, go into terminal and type the following:

QUOTE
sudo su
mkdir /mnt/chroot
mount /dev/sda2 /mnt/chroot
chroot /mnt/chroot
passwd root


Then it will ask you for a new password.
!!!IMPORTANT!!! Press CTRL+C directly after you confirmed the password change, otherway the 2nd stage of installation will start, you dont want to do that in chroot!
After that you can also do:

QUOTE
adduser xbox


It will ask for some information about the user, then you will have a non-root user aswell.
At the end of this process just type:

QUOTE
exit

And rebooot the xbox, start with sda2 kernel again and you will be able to login wink.gif

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kpozn360
post Feb 17 2011, 03:48 PM
Post #33


X-S Enthusiast


Group: Members
Posts: 5
Joined: 17-February 11
From: roscoff (france)
Member No.: 450689
Xbox Version: unk
360 version: v1 (xenon)



thank you very much (french happy.gif ) for your help!
i do this now!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kpozn360
post Feb 17 2011, 08:29 PM
Post #34


X-S Enthusiast


Group: Members
Posts: 5
Joined: 17-February 11
From: roscoff (france)
Member No.: 450689
Xbox Version: unk
360 version: v1 (xenon)



hello!

well, hum! everything was ok:

livecd debian # sudo su
You are required to change your password immediately (root enforced)
su: Authentication token is no longer valid; new one required.
(Ignored)
livecd debian # mkdir /mnt/chroot
livecd debian # mount /dev/sda2 /mnt/chroot
livecd debian # chroot /mnt/chroot
Enter new UNIX password: bobox
Retype new UNIX password: bobox
passwd: password updated successfully
0% [Working]
root@livecd:/# adduser xbox
Adding user `xbox' ...
Adding new group `xbox' (1000) ...
Adding new user `xbox' (1000) with group `xbox' ...
Creating home directory `/home/xbox' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for xbox
Enter the new value, or press ENTER for the default
Full Name []: kpozn360
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] y
root@livecd:/# exit
exit
livecd debian #

reboot
ok
load xenon.elf
ok
loading etc...

untill:

x.org x server 1.7.7
release date: 2010-05-04
x protocol version 11.revision 0
build operationsystem: linux 2.6.26-2-powerpc64 ppc debian
current operating system: linux xenon 2.6.33linux-2.6.33-xbox0.10 #2 smp
tue feb 8 23:41:42 utc 2011 ppc64
kernelcommand line: root=/dev/sda2 video=xenonfb noplymouth nosplash
build date: 12 january 2011 03:40:43am
xorg-server 2:1.7.7-11 (cyril brulebois <kibi@debian.org>)
current version of pixman: 0.16.4
before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informatinal,
(ww) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) log file: "/var/log/Xorg.0.log", time: thu feb 17 17:08:51 2011
(==) using config file: "/etc/X11/xorg.conf"
parse error on line 1 of section InputClass in file /etc/X11/xorg.conf
"n([/i]here bizar symbols) section" is not a valid keyword in this section.
(EE) problem parsing the config file
(EE) error parsing the config file

fatal server error:
no screens found

please consult the The X.Org foundation support
at http://wiki.x.org
for help.
please also check the log file at "/var/log/Xorg.0.log" for additionnal
information.

<ok>
sad.gif sad.gif sad.gif sad.gif mad.gif
sniff
i don't know if i wanna cry or broke my box dry.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
octra
post Feb 17 2011, 10:11 PM
Post #35


X-S Enthusiast


Group: Members
Posts: 1
Joined: 2-June 08
Member No.: 382454



Hi kpozn360,
i also had the same problem.
It tourned out the xorg.conf file has an copy paste error. The first 3 strange characters causing the problem.

You can fix this issue like this: (as root user)
QUOTE

nano /etc/X11/xorg.conf

Then delete this strange first 3 characters and save the file. (ctrl + x and y for overwrite)

now restart the xbox or do this:
QUOTE

/etc/init.d/gdm stop
/etc/init.d/gdm start


next step you'll for sure want something like gnome.. use "apt-get install gnome" to install gnome. takes some moment but works after all.

This post has been edited by octra: Feb 17 2011, 10:16 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tuxuser
post Feb 17 2011, 10:18 PM
Post #36


X-S Enthusiast


Group: Members
Posts: 7
Joined: 11-February 11
Member No.: 450510



Yeah sorry, I missed that. Config didnt have proper Unix-Style Line-ending and the first 3 chars were missing. Fixed version is on homebrew.allowed.org/free60/xorg.conf now.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kpozn360
post Feb 19 2011, 03:20 PM
Post #37


X-S Enthusiast


Group: Members
Posts: 5
Joined: 17-February 11
From: roscoff (france)
Member No.: 450689
Xbox Version: unk
360 version: v1 (xenon)



thanks, i'm going to do this!
sorry was was bad yesterday!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kpozn360
post Feb 19 2011, 07:49 PM
Post #38


X-S Enthusiast


Group: Members
Posts: 5
Joined: 17-February 11
From: roscoff (france)
Member No.: 450689
Xbox Version: unk
360 version: v1 (xenon)



hello!
well, first i must tell you i didn't knew anything about linux two weeks ago (except name and tuxs), i really thank you for your help!
i was just curious first, now i'm really interesting!
my english is quite bad when i write, but i understand very well in reading! (sorry)

i did like you told me octra, and first i didn't understood where were these symbols, so i erased all first line and wrote it again! cool, that works!

want to laught?

when i put my new password i wrote bobox360 but numpad wasn't active... and in the window it didn't recognised it. little mistake! changed it, all works for the moment

thanks to all of you
(i hope it's not to hard to read)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tuxuser
post Feb 22 2011, 12:07 PM
Post #39


X-S Enthusiast


Group: Members
Posts: 7
Joined: 11-February 11
Member No.: 450510



Hey guys,

Maybe you want to check out http://www.libxenon.org/ for all the linux stuff.

Would really like to welcome you there wink.gif


Greetz
tux
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Chrisoldinho
post Feb 22 2011, 08:32 PM
Post #40


X-S Young Member
*

Group: Members
Posts: 56
Joined: 15-October 09
Member No.: 420917



QUOTE(tuxuser @ Feb 22 2011, 11:07 AM) *

Hey guys,

Maybe you want to check out http://www.libxenon.org/ for all the linux stuff.

Would really like to welcome you there wink.gif
Greetz
tux


Thanks biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





3 Pages V < 1 2 3
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 22nd May 2013 - 10:50 AM