Jump to content

James_patageul

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by James_patageul

  1. From:jaclaz

    Why do you want to make it more difficult than needed? :unsure:

    i dont want to make it more difficult, i just want put ubuntu in a folder named ubuntu, because my root of my USB drive is already a mess. (is so difficult to put the ubuntu in a folder ?)

    RE-read this:

    http://www.msfn.org/board/index.php?showtopic=124169

    i read it again,

    so the right code is this one -> ?

    title INSTALL Ubuntu 
    root (hd0,0)
    kernel /casper/vmlinuz file=/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
    initrd=/casper/initrd.gz

    and where i must put it ? in isolinux.cfg, syslinux.cfg,menu.lst ? (i guess in menu.lst?) and where must be this file ? in the root ?

    In other words, you already boot to grub4dos, grub4dos can boot directly a Linux kernel, thus introducing a level of complexity by loading another loader is unneeded.

    ok great, and grub4dos is menu.lst, & syslinux that it ?

  2. OK the first step is to download and extract the *.iso to a foler (i will name this folder "UB-extracted")

    then (after what i see on many forum & website) is to COPY all files inside "isolinux" to the root of UB-extracted

    why copy directly to root ? can we not point in futur step to "isolinux" folder ?

    ----

    Then rename isolinux.cfg into syslinux.cfg

    then edit text.cfg

    remove all line, and put this

    default live
    label live
    menu label ^Try Ubuntu without any change to your computer
    kernel /casper/vmlinuz
    append file=/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash --
    label live-install
    menu label ^Install Ubuntu
    kernel /casper/vmlinuz
    append file=/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.gz quiet splash --
    label check
    menu label ^Check CD for defects
    kernel /casper/vmlinuz
    append boot=casper integrity-check initrd=/casper/initrd.gz quiet splash --
    label memtest
    menu label Test ^memory
    kernel /install/mt86plus
    label hd
    menu label ^Boot from first hard disk
    localboot 0x80

    ------------

    ok now (if all thing before is just (waiting confirmation))

    you have just to move all files inside UB-extracted to the root of your USB device...

    ok why not, but that will make a big mess in your root of your USB device :blink: , so can we not put those file inside of a folder ?

  3. Hi people,

    i have just downloaded & try WinSetupFromUSB 0.1.1

    i have try to install

    XP, UBCD, UBCD4WIN

    2f6a64380cd136317c465cfe15d9947f.jpg

    UBCD seem to work, install of XP also

    but UBCD4WIN dont work

    here is my actual menu.lst

    color black/cyan yellow/cyan
    default /default
    default 0
    timeout 10

    title Install Windows XP SP3
    root (hd0,0)
    configfile /winsetup.lst
    savedefault

    title Launch "The Ultimate Boot CD for Windows"
    fallback 1
    find --set-root /ntldr
    chainloader /ntldr
    savedefault --wait=2

    title commandline
    savedefault --wait=2
    commandline

    title reboot
    savedefault --wait=2
    reboot

    title Memtest86
    map --mem (hd0,0)//Images/memtest.img (fd0)
    map --hook
    chainloader (fd0)+1
    rootnoverify (fd0)



    title Launch "Windows(tm) Recovery Console"
    fallback 1
    find --set-root /cmdcons/setupldr.bin
    chainloader /cmdcons/setupldr.bin
    #####################################################################
    # write string "cmdcons" to memory 0000:7C03 in 2 steps:
    #####################################################################
    # step 1. Write 4 chars "cmdc" at 0000:7C03
    write 0x7C03 0x63646D63
    # step 2. Write 3 chars "ons" and an ending null at 0000:7C07
    write 0x7C07 0x00736E6F
    savedefault --wait=2


    title Ultimate Boot CD
    root (hd0,0)
    chainloader (hd0,0)/syslin.dat

    so how make UBCD4WIN work and add ubuntu on my key ? thx a lot people

  4. can you post your answer file (WINNT.SIF or unattended.txt) please but remove passwords and product key before posting :)

    ok here the WINNT (i didn't find a unattended.txt)

    ; Generated by nLite 1.4.8

    [Data]

    AutomaticUpdates="Yes"

    Autopartition=0

    MsDosInitiated=0

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=DefaultHide

    UnattendSwitch="No"

    OemPreinstall="Yes"

    OemSkipEula="Yes"

    FileSystem=*

    WaitForReboot="No"

    NoWaitAfterTextMode=1

    NoWaitAfterGUIMode=1

    DriverSigningPolicy=Ignore

    NonDriverSigningPolicy=Ignore

    [systemRestore]

    DisableSR=1

    CreateFirstRunRp=0

    [GuiUnattended]

    AdminPassword="*****"

    TimeZone=105

    OEMSkipRegional=1

    OemSkipWelcome=1

    [Components]

    [userData]

    ComputerName=*****

    OrgName=*****

    [RegionalSettings]

    LanguageGroup=1

    Language= "0409"

    [Networking]

    InstallDefaultComponents="Yes"

    [identification]

    JoinDomain=*****

  5. Hi people,

    few week ago i create custom Windows Xp SP3 for my EEE901, but i think i didnt put the modem ability of windows XP

    because on me EEE PC 901 i dont find this icon

    aamhgaabg.jpg

    so there are any (easy) way to just install the modem capability ?

    thx a lot people..

×
×
  • Create New...