Find the answer to your Linux question:
Results 1 to 8 of 8
Hello Everybody, Please can somebody help me with UNetBootIn. I have downloaded unetbootin-windows-372.exe and Fedora Core 11.0. When I execute this program in my Windows XP-SP2, I choose Diskimage ISO ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    16

    Please can somebody help me with UNetBootIn !

    Hello Everybody,
    Please can somebody help me with UNetBootIn. I have downloaded unetbootin-windows-372.exe and Fedora Core 11.0. When I execute this program in my Windows XP-SP2, I choose Diskimage ISO and select the .iso file, then I choose USB Drive with Drive Letter E: which is 10 GB external Hard Disk connected on one of the USB Port. After completing 3 steps, this program asks me to reboot. When I reboot the system, I press F12 and system shows me 3 option i.e. USB Drive, PCI Card and Internal Hard disk. But when I choose USB Drive, system is still booting on to Windows XP. I tried putting the external hard drive into laptop (IBM Thinkpad X31) but it shows "Operating system not found" while reboot. Please help me how to install Fedora in this case. I have PCMI CD-ROM Drive but when I put any bootable CD including Fedora core or XP, system does not boot from CD-ROM. I did everything possible with BIOS Setup. I have totally given up. Please help me getting linux on my laptop.
    Thank you so much in advance.
    Regards,
    Naresh

  2. #2
    Linux Newbie grishi_111's Avatar
    Join Date
    Oct 2007
    Location
    Jafarpur Sitharra(U.P.)/New Delhi, India
    Posts
    171
    Are you able to use hard disk option instead of USB while choosing in unetbootin?
    Sorry, it was unintentional.
    You should have told me at least once and i could have fix it.
    thanks for reminding me.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    How is the external drive formatted? I'm wondering if it might not work if you have it formatted to NTFS. If so, try formatting it to FAT32.

  4. #4
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4

    Exclamation

    Sorry to put my question here, but I couldn't post new question:

    Please see below:


    Dear all,
    I have installed RHE 5, when I try to login as ftp, the follow statement appear:
    [root@nsn-server vsftpd]# ftp localhost
    Connected to nsn-server.
    220 (vsFTPd 2.0.5)
    530 Please login with USER and PASS.
    530 Please login with USER and PASS.
    KERBEROS_V4 rejected as an authentication type
    Name (localhost:nsn): nsn
    530 Permission denied.
    Login failed.
    ftp>

    for more information please find below output commands:

    [root@nsn-server vsftpd]# grep ftpupload /etc/passwd
    [root@nsn-server vsftpd]#


    [root@nsn-server vsftpd]# grep -vE "^#" /etc/vsftpd/*
    /etc/vsftpd/ftpusers:root
    /etc/vsftpd/ftpusers:bin
    /etc/vsftpd/ftpusers:daemon
    /etc/vsftpd/ftpusers:adm
    /etc/vsftpd/ftpusers:lp
    /etc/vsftpd/ftpusers:sync
    /etc/vsftpd/ftpusers:shutdown
    /etc/vsftpd/ftpusers:halt
    /etc/vsftpd/ftpusers:mail
    /etc/vsftpd/ftpusers:news
    /etc/vsftpd/ftpusers:uucp
    /etc/vsftpd/ftpusers:operator
    /etc/vsftpd/ftpusers:games
    /etc/vsftpd/ftpusers:nobody
    /etc/vsftpd/ftpusers:
    /etc/vsftpd/user_list:root
    /etc/vsftpd/user_list:bin
    /etc/vsftpd/user_list:daemon
    /etc/vsftpd/user_list:adm
    /etc/vsftpd/user_list:lp
    /etc/vsftpd/user_list:sync
    /etc/vsftpd/user_list:shutdown
    /etc/vsftpd/user_list:halt
    /etc/vsftpd/user_list:mail
    /etc/vsftpd/user_list:news
    /etc/vsftpd/user_list:uucp
    /etc/vsftpd/user_list:operator
    /etc/vsftpd/user_list:games
    /etc/vsftpd/user_list:nobody
    /etc/vsftpd/user_list:nsn
    /etc/vsftpd/user_list:
    /etc/vsftpd/vsftpd.conf:anonymous_enable=YES
    /etc/vsftpd/vsftpd.conf:local_enable=YES
    /etc/vsftpd/vsftpd.conf:write_enable=YES
    /etc/vsftpd/vsftpd.conf:local_umask=022
    /etc/vsftpd/vsftpd.conf:dirmessage_enable=YES
    /etc/vsftpd/vsftpd.confferlog_enable=YES
    /etc/vsftpd/vsftpd.conf:connect_from_port_20=YES
    /etc/vsftpd/vsftpd.confferlog_std_format=YES
    /etc/vsftpd/vsftpd.conf:listen=YES
    /etc/vsftpd/vsftpd.conf:
    /etc/vsftpd/vsftpd.confam_service_name=vsftpd
    /etc/vsftpd/vsftpd.conf:userlist_enable=YES
    /etc/vsftpd/vsftpd.conf:tcp_wrappers=YES
    /etc/vsftpd/vsftpd_conf_migrate.sh:PREFIX="vsftpd"
    /etc/vsftpd/vsftpd_conf_migrate.sh:for file in $( ls /etc/${PREFIX}.* ); do
    /etc/vsftpd/vsftpd_conf_migrate.sh: if [ ! -L $file ]; then
    /etc/vsftpd/vsftpd_conf_migrate.sh: new=`echo $file | sed s/${PREFIX}\./${PREFIX}\\\\//g | sed s/\.rpmsave//g`
    /etc/vsftpd/vsftpd_conf_migrate.sh: mv -f ${file} ${new}
    /etc/vsftpd/vsftpd_conf_migrate.sh: ln -s ${new} ${file}
    /etc/vsftpd/vsftpd_conf_migrate.sh: echo $file moved to $new
    /etc/vsftpd/vsftpd_conf_migrate.sh: fi
    /etc/vsftpd/vsftpd_conf_migrate.sh:done
    /etc/vsftpd/vsftpd.conf.old:anonymous_enable=YES
    /etc/vsftpd/vsftpd.conf.old:local_enable=YES
    /etc/vsftpd/vsftpd.conf.old:write_enable=YES
    /etc/vsftpd/vsftpd.conf.old:local_umask=022
    /etc/vsftpd/vsftpd.conf.old:dirmessage_enable=YES
    /etc/vsftpd/vsftpd.conf.oldferlog_enable=YES
    /etc/vsftpd/vsftpd.conf.old:connect_from_port_20=YES
    /etc/vsftpd/vsftpd.conf.oldferlog_std_format=YES
    /etc/vsftpd/vsftpd.conf.old:listen=YES
    /etc/vsftpd/vsftpd.conf.old:
    /etc/vsftpd/vsftpd.conf.oldam_service_name=vsftpd
    /etc/vsftpd/vsftpd.conf.old:userlist_enable=YES
    /etc/vsftpd/vsftpd.conf.old:tcp_wrappers=YES
    [root@nsn-server vsftpd]#

    Please help me, and many thanks in advance.

    With regards,
    Firas

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4

    Thumbs up

    Quote Originally Posted by reed9 View Post
    how is the external drive formatted? I'm wondering if it might not work if you have it formatted to ntfs. If so, try formatting it to fat32.
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10

  6. #6
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4
    Quote Originally Posted by pandyanb View Post
    hello everybody,
    please can somebody help me with unetbootin. I have downloaded unetbootin-windows-372.exe and fedora core 11.0. When i execute this program in my windows xp-sp2, i choose diskimage iso and select the .iso file, then i choose usb drive with drive letter e: Which is 10 gb external hard disk connected on one of the usb port. After completing 3 steps, this program asks me to reboot. When i reboot the system, i press f12 and system shows me 3 option i.e. Usb drive, pci card and internal hard disk. But when i choose usb drive, system is still booting on to windows xp. I tried putting the external hard drive into laptop (ibm thinkpad x31) but it shows "operating system not found" while reboot. Please help me how to install fedora in this case. I have pcmi cd-rom drive but when i put any bootable cd including fedora core or xp, system does not boot from cd-rom. I did everything possible with bios setup. I have totally given up. Please help me getting linux on my laptop.
    Thank you so much in advance.
    Regards,
    naresh
    1 2 3 4 5 6 7 8 9 10

  7. #7
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4
    Quote Originally Posted by FirasK View Post
    1 2 3 4 5 6 7 8 9 10
    sorry for this empy post, please forgive me

  8. #8
    Just Joined!
    Join Date
    Oct 2009
    Posts
    16
    Hi, first of all many thanks for the response. (1) Yes, I am able to choose Hard disk option but I am scared to load it on the same partition where I have XP and (2) I tried with NTFS and FAT32 both but no problem, I will retry with FAT32, just in case and get back to you with whatever luck. Regards, Naresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...