Creating a user in Fedora now is so much easier that it used to 5 years ago. To do this, do "System > Administration > Users and Group" or through console command "system-config-users" as regular user.
Once the program is run it should ask for root password.
Once the required password is entered, you should see a window as shown below.
Now to create the new user either do "File > Add User" or click on Add User button. Let us try to create a new user with the corresponding information:
User Name: timus
Full Name: Timus Tunes
Password : password
Confirm Password : password
Login Shell: /bin/bash
Leave the rest with the default values.
Enjoy!
~ts
Monday, September 28, 2009
Fedora 11 Fatal boot failure on vbox
I tried installing Fedora 11 on Virtual Box 3.0.6 and really surprised of the result after the first reboot, I was presented with following fatal error message:
Though the issue is easy to work-around, thus say, unmount the DVDROM from VirtualBox but this got me thinking why is it that this issue is not present in Ubuntu 9.04 nor OpenSUSE 11.1? Was this a regression in Fedora or due to VirtualBox?
Note that this issue was reported in Virtual Box and claimed to be an issue with Fedora installer. But this issue was reported way back Fedora 10? :(...
I wish I am brave enough to mess around with probably GRUB or Linux kernel to help fix this minor hiccup.
~ts
Or this image capture:Booting from local disk... FATAL: INT18: BOOT FAILURE
Though the issue is easy to work-around, thus say, unmount the DVDROM from VirtualBox but this got me thinking why is it that this issue is not present in Ubuntu 9.04 nor OpenSUSE 11.1? Was this a regression in Fedora or due to VirtualBox?
Note that this issue was reported in Virtual Box and claimed to be an issue with Fedora installer. But this issue was reported way back Fedora 10? :(...
I wish I am brave enough to mess around with probably GRUB or Linux kernel to help fix this minor hiccup.
~ts
Subscribe to:
Posts (Atom)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...

-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...