Arch 0.5 base install patchset jc

Finally I went through with what I intended.  I've created a new, not-official, totally unsupported (unless you catch me in a good mood) base install cd.  I decided to call it the jc patchset.
Currently it has support for dvorak keymaps and can install a custom vaio-skas kernel (with built-in acpi support which should work for most vaios and anything else that needs acpi on bootup).  There are a few extra things that are needed upon install (most of them are documented).
The one big thing that isn't mentioned is that the vmlinuz image (if you decide to install the vaio kernel) isn't called /boot/vmlinuz, but /boot/vmlinuz-2.4.22-vaio-skas.  Just remember that when configuring grub/lilo.
Here's the link, until I can convince apeiro to give me my own directory on the ftp server... http://www.archlinux.org/~jason/arch-jc/

nifan wrote:all i want is to have a more updated iso, and to do so all i need to do is to replace some of the packages and/or some files to put them there, so when installing from that iso i would have a system just like the one that i have doind pacman -Syu 
The basic idea is to (1) copy the whole Arch Linux CD into a folder on HD, (2) replace the packages with latest, (3) make a new package list and check / edit any scripts if needed (e.g. /arch/setup), (4) compile everything into an iso file with mkisofs command, and (5) burning CD.
Currently I don't have my computer with me (I am traveling) otherwise I could have given the details (especially the mkisofs formula). I will post later if needed.

Similar Messages

  • Make bootable arch linux iso of installed system

    I have installed Arch Linux in virtual box, with "Awesome" window manager and only required applications with it.
    I want to make a bootable iso of this system, which i can carry around with me in pendrive and install in other system.Also, can i make a live usb from it?
    Is it possible? If so, please specify the detailed steps. I am a newbie and have been using linux for 2-3 months only. Or, please give the link for the same.
    Thanks

    Thanks for the reply ewaller.
    >Well, not quite.  But, this is a VM.  I assume you want to treat this as an appliance that you can copy to another host that has VirtualBox on it.  All you need to do is copy >the *.vbox file that defines your VM (it is an xml file).  It is about 10 to 20 kbytes in size.  You also need to copy the file that defines the guests "disk".  That is (usually) a *.vdi file. > Those can be tens or hundreds of gigabytes.
    >If you actually ran from the pen drive, you could carry that drive from host to host.  If you make a change in the machine while running on one host, thrn shut doen the >VM, and then move to another host, then those changes will follow you.
    >If you are just looking to copy the VM to many places; after which the various copies can diverge from each other,  you can just export the appliance to a *.ovf or a *.ova file on > one machine, then import that file on the next host.
    In above case, i would only be able to transfer between the virtual machine and that will be restricting.
    I did some research and found following thread which is similar to my problem,
    http://askubuntu.com/questions/119718/h … d-remaster
    but one of the two solution provided here only works on ubuntu(i.e relinux),which was suitable to me and the other one,ie clonezilla to make iso, i haven't tried, but it doesn't do what i want.
    Relink does exactly what i want but doesn't work on arch linux.It is a fork of remastersys which is dicontinued and only worked for ubuntu and its related.
    I also found this http://null-byte.wonderhowto.com/how-to … o-0131002/
    but haven't tried it yet.Also it require to redo all the steps that i have currently done, so i want an alternative.
    I also found a simple way, but it is essentially just backuping and restoring and require base install.
    https://bbs.archlinux.org/viewtopic.php?id=44805
    Atlast, i got this http://systeminstaller.sourceforge.net/   
    but there is no description if it will work with arch linux or not.
    I want something like above mentioned and i have  no further ideas and searched everywhere, if anyone has any ideas, please suggest something.
    Thanks in advance.

  • Unable to install patchset 10.2.0.3 on XP - wants me to stop ALL services

    Hi,
    I am unable to install patchset 10.2.0.3 on our existing OWB installations (patchset 10.2.0.2) already installed.
    I get an error message saying that certain files are in use and that I should stop the "following services". It then proceeds to list every running service!!
    I have tried installing OWB with the 10.2.0.2 patchset and then I am able to install the 10.2.0.3 one but that is not a viable solution as I already have several users with OWB 10.2.0.2 installed on their machines and they need to patched to 10.2.0.3 ASAP. I really don't want to have to uninstall OWB from their machines and reinstall it.
    So, what's going on? Why does the OUI say it wants every Windows service to be stopped?

    I think this problem is caused by one or several MS Windows services (maybe MSDTC?). OUI cannot identify exact service name which locks Oracle file(s) and show all services in list.
    There are several notes on Metalink about this problem:
    Note:356181.1 "Errors about files being in use, when applying a patch."
    Note:402546.1 "How To Specify Which OCI.DLL The MS DTC PROCESS Uses"
    Note:198699.1 "Access denied on OCIW32.DLL when removing 9iAS Release 1 (1.0.2) installation"
    Note:232827.1 "Universal Installer can not replace the oci.dll Error when install/deinstall Oracle Products"
    Note:294350.1 "Write Errors, or Files In Use, or NoServicesForProcessException During Patch Installation"
    Try to change registry value HKLM/SOFTWARE/Microsoft/MSDTC/MTxOCI/OracleOciLib to nonexistent file name (for example xxx.dll), restart Windows and try to install patch again. Please give a feedback to this recommendation, I think it would be interesting to all.
    Regards,
    Oleg
    Message was edited by:
    oleg

  • Back to base install?

    hi, is there a possibility to delete everything installed except the base install? so that a bloated test sys shrinks back to a sys like fresh installed, without reinstall?
    mfg chief

    The following should remove all packages except those in the base group.  100% untested; use with caution.
    pacman -R $(echo "$(pacman -Sgq base)\n$(pacman -Qq)" | sort | uniq -u)
    Last edited by chpln (2009-09-30 12:42:29)

  • [SOLVED]/usr/lib/arch-tempfiles line 106: install:command not found

    Hi everyone!
    This is my boot.log
    http://pastebin.com/1gfynhSN
    It says"/usr/lib/initscripts/arch-tmpfiles:line 106: install:command not found".This is leading to problems such as dbus and network manager not being started(even manually),no shutdown option,not able to 'open' log files without sudo  etc.
    I think a possible reason for this is that I had messed up with symlinks.I had issued the command
    sudo ln -s /bin/install /usr/bin/install
    .Then I had used
    cd /bin/
    unlink install
    Now,I find that /bin/install and /usr/bin/install does not exist.(I have deleted them!) .How can I fix this up?Any help would be appreciated.
    Last edited by adwaita45 (2012-04-05 20:41:40)

    Reinstall coreutils (or manually extract install from the package and put it in /usr/bin).
    Last edited by Raynman (2012-04-05 18:14:10)

  • How to install cinnamon after arch linux core was installed?

    Hi,
    Does anyone know how to install cinnamon desktop environment after arch linux core was installed? It can access internet but no desktop environment now. So how to install and configure cinnamon on arch linux via command?
    Many thanks!

    after arch linux core was installed
    So you finished installing the basesystem or also bootloader, graphics and so on? (https://wiki.archlinux.org/index.php/Beginners'_Guide)
    If you finished installing with the Beginners Guide you need to install the cinnamon package (pacman -S cinnamon). After you installed cinnamon you need a display manager - e.g. lxdm (You can use another one, here's an overview: https://wiki.archlinux.org/index.php/Display_Manager). If you want to use lxdm with cinnamon you have to install the lxdm package (pacman -S lxdm) and enable it afterwards (systemctl enable lxdm.service). If you've done with this just restart, you should see the graphical display manager you installed. If there's a dropdownmenu or something like that (e.g. when you use gdm instead of lxdm) choose cinnamon as display environment and login.
    More informations can be found in the wiki:
    Display Manager: https://wiki.archlinux.org/index.php/LXDM
    Display Environment: https://wiki.archlinux.org/index.php/Cinnamon

  • DAQmx base install in linux

    hi
    i really need some help soon on this and i got nothing from a post in
    the labview section. thought this might be a better forum for my
    question.
    i'm trying to install NIDAQmx base v1.5 in RH fedora core 4.
    FC4 does not automatically install the kernel sources/headers. so i
    downloaded those and followed the instructions to get them into the
    /usr/src/linux-2.6.11 directory. i did a kernel build and compiled +
    installed the modules using the make modules/make modules_install. i
    rebooted with the new kernel so that all the environment variables are
    in correct. i was not too attentive to the kernel option when i
    compiled but it booted up and linux ran. now in the updateNIDrivers
    script the make install line creates compile time errors which cause
    the instalation to fail. i have no idea how to fix this. any ideas?
    is there a kernel option i missed? does NI KAL not work with FC4 only with FC3? or do i have to get RH Ent Linux WS3 instead?
    is there anyway to install the kernel sources into the default directory and not require a kernel build.
    i also installed RH8.0 and NIDAQmx base installed just fine. lsdaq
    foubnd my deivce. but labivew did not have the DAQ vi's
    installed.  i tried reinstalling labview etc but no luck
    i would prefer to use the newer RH linux so if anyone has tips on
    getting NIDAQmx base working on FC3 or FC4 that would be great. if need
    be i'll by enterprise linux. otherwise i would be ok using RH8 if
    someone could let me know how to get the vi's installed into LV.
    thanks.
    -evren

    evern,
    NIDAQmx base v1.5 is officially supported under Redhat Enterprise WS 3,
    SuSE Professional 9.2, and Mandrake official 10.0 as stated in the
    README.txt file.  The Fedora Core line of RH is not supported
    which means we have done no testing to verify the driver will
    function.  You are still welcome use other Linux varients, with
    the knowledge that National Instruments cannot provide support, and
    that it may not work.
    With that said I believe if you search the forums you will find some
    customers that have managed to get the driver to install on FC3 with
    modifications. However, because of patches applied to the FC3 kernel
    you may still encounter problems using the driver.  It is unlikely
    that FC4 will be any better.  You may have more luck with the
    older distributions (RH9, FC1, FC2)
    I would recommend using SuSE 9.2, or Mandrake 10.0 if you would like to
    use a free distributions with a 2.6 kernel.  However if you prefer
    RedHat you may want to purchase RHE WS 3.
    Hopefully this information helps
    Shawn B.
    National Instruments
    Use NI products on Linux? Come join the NI Linux Users Community

  • Arch-0.6-base.iso: request for 'pcmcia' package

    Hello,
    I use my pcmcia Wi-Fi card on my laptop to access my router-to-cable-modem internet.  Would you please consider adding the 'pcmcia' package to the 0.6 release of the 'base.iso'.
    Would these requests be better made as a bug-report in the tracker?
    Thanx.

    OK, I've been mulling this over(can you hear the metal-on-metal scraping sound in my head?).  If the base install is, as it has sometimes been refered too, for getting a 'base(ic)' install up-n-runing, then, how do most people get their various dial-up/pcmcia/PPPoE/etc.. systems installed?  Is it simply inferred, that, people need to have these packages already available on another CD or local NFS/FTP share?
    I was under the impression that the 'base.iso' is for a quick install, followed by completion over a broadband connection(?).  What are the other ways people use it?
    Thanx.

  • Problems installing Arch 0.7 base on SATA HDD.

    Hi! I am new to Arch and still a bit of a newbie when it comes to Linux in general. I have a friend who runs Arch who has been trying to help me... to no avail. I am trying to install Arch base 0.7 with an ftp installation on my system. Some of my system is as follows:
    P4 3 GHz, 1024 memory. My HDD setup is:
    Primary IDE Master: [NOT DETECTED] (No drive here!)
    Primary IDE Slave: [Maxtor ide drive] Files
    Secondary Master: [Samsung dvd-rom] (ATAPI)
    Secondary Slave: [CDRW] (ATAPI)
    Third ide Master: [SATA-HDD] OS's Windows and Arch
    My Linux partitioning is as follows:
    sda5 /
    sda2 /boot
    sda7 /home
    sda6 swap
    My Grub file looks like this:
    Linux
    root (hd1,1)
    kernel /vmlinuz26 root=/dev/sda5 devfs=nomount ro
    windows
    rootnoverify (hd1,0)
    makeactive
    chainloader +1
    (I have left out the coad for the title line in this forum)
    My windows loads perfectly but I have troubles booting into Linux, when I add quiet to my Kernel line I get this at bootup:
    Booting command-list
    root (hd1,1)
    filesystem type is ext2fs, partition type 0x83
    kernel /vmlinuz26 root (etc....)
    [linuz-bzimage, setup=0x1c00, size=0x3d08535]
    uncompressing kernel... OK, booting the kernel.
    ACPI: Unable to load the System Description Tables
    and then my system stops loading, reset button to restart!
    My friend is a bit of a Linux whizz but he was unable to help me out... I have changed my fstab to look like sdaX... (he told me to)...
    Any suggestions?
    thx

    Similar problem here.
    Pre-partitionned my single HDD which is a Sata 80Gb, with sda6 5Gb for Arch, sda9 /home & sda11 swap.
    Installed Wombat which recognized the HDD on /dev/discs/disc0, adjusted the conf files as if i was going to use hotplug.
    Installed Grub on to the "/" (sda6) partition as I plan to add others distros.
    Also  installed Grub on a new ext2 formatted Floppy with :
    umount /floppy
    /usr/local/sbin/grub --batch <<EOT
    root (fd0)
    setup (fd0)
    quit
    EOT.
    When I boot with that floppy, grub recognize HDD as hd0 and "/" as 6th partition : I can TAB to "vmlinuz26 without a glinch
    Then it boot ... untill I get this message :
    "sata "kernel panic - not syncing: vfs: unable to mount root fs on unknown-block(0,0)""
    Should I edit /etc/rc/conf with some more modules/daemons that those by default ?
    Presently I'm copying my Arch mirror (current & extra) on to another partition to get last packages. Because my box comes with an ULi network controller that was added to the kernel modules early in October, so I want to chroot into my present install, update to latest kernel, udev, dbus & hal, & see what I can do thereafter.

  • [Arch base install]Launch X automatically at log on (Solved)

    In the last 3 months I`m beginning to understand the basics of archlinux. At this moment my laptop runs a basic arch installation with xorg and xfce4. Still busy with the wireless tho, but their is enough documentation for that problem.
    I've got the following question. When I press the power button, everything runs smooth, and I get the basic logon screen (I`m not using GDM/KDM).
    When I logon with my user account (for this example D), I've got to enter "startxfce4" to launch my X client. Is it possible to launch account D automatically with 'startxfce4', and in such manner that account E remains in the terminal?
    I`m from the Dutch and my english aint that well... so please forgive my bad grammar etc. It took me about 1 hour to create this post, so at least you guys good read/understand it

    you will need to put some extra lines in the users ~/.bashrc file in their home directory.
    I use this :
    if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
    startx
    fi
    Taken from here Start_X_at_boot
    Te effect of the above lines is that when user C logs in on console 1 X is automatically started, & from other consoles just gets the console.
    Other users are not affected.

  • Arch 0.7.1 Install CD no support for my Network Card?!

    Hi there,
    I tried to install Arch with latest CD 0.7.1. I choose FTP Install, and wait for the DHCP Setup to complete, but it alway fails with a message like "DHCPCD could'nt start..." , so i tried installing from CD, everything went fine, rebooted, but as i guesses ii had no internet connection (or lan, im connected to a router,btw).
    So my question to you is, what i have to do to make this work here?
    Dont wanna miss Arch! :>>

    detto wrote:
    "lspci | grep net" says the following:
    "Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller"
    mh,...atm i cant test this, but would the command be "modprobe natsemi"?
    and where to enter this?! :>>
    edit: i edited the rc.conf at installation and did type eth0=dhcp thingy in there. always did so with 0.7 base installation cd, :>>
    regards,
    detto
    Check if you have used
    eth0="dhcp"
    NOTE THE DOUBLE QUOTES

  • Arch Linux Minumum Base

    Is there a way I could get a list of the most minimum packages required to run an Arch Linux system.
    Naturally If I want to run an X app I need X.  But, I want to know what consists of the most minimal arch install.
    Reason being is I want to make an arch linux base for FreeBSD's compat layer.  Since I compile my FreeBSD systems with the same /similar optimizations as Arch Linux does. I think it would make a better fit than the RH7 default system.
    Basically, I my end result will be a FreeBSD Desktop that can do the following:
    Run Linux applications and have those Linux applications managed by the Linux tools.  FreeBSD uses RH7 as their default base and they rpm install the base system.  Many of the Linux ports in FreeBSD ports tree grab the RH7 rpms.   But.  I would love to be able to from my FreeBSD box do pacman -S acroread or whatever and have it grab the Arch packages and install them to Linux compat location.   
    This is strictly a runtime environment.  I do not want to be generating Linux code via the compat layer.  Just run stuff.
    Thus, I want ports to manage my FreeBSD packages.  But I want pacman to manage my Linux stuff.  I think ports should not manage Linux stuff on a FreeBSD box.
    So, is there anybody willing to give me that list or point me to the right source to look it up. 
    Jeff - who happened to switch his box back to FreeBSD just because he was bored and yes I trashed a perfectly working Arch install.

    I feel like an idiot now.  I found my answer.  I need to first install the base category.  However, I need to automate this.
    On the arch linux ftp site all the packages are lumped into one directory.   Not separated by category.
    For now I will look at the linux_base port and make a list based on that.  Then install the arch specific stuff like pacman.   
    I think once I get the initial base laid out I can then chroot to that and run total linux commands...  like this:
    frontier# uname -srm
    FreeBSD 5.1-RELEASE-p7 i386
    frontier# chroot /usr/compat/linux /bin/sh
    sh-2.04# uname -srm
    Linux 2.4.2 i386
    sh-2.04# exit
    exit
    frontier#
    Jeff

  • Stuck at base install

    I followed the install recommendation and selected only the base packages in my initial install.
    Mounted cdrom1 at /mnt/cd2.  ls lists the series of packages at /mnt/cd2/arch/pkg.
    Inserted in pacman.conf under [current] the line
    file:///mnt/cd2/arch/pkg.
    executed 'pacman -Sy'
    synchronization of current apparently worked, then the program listed a bunch of connection failures and the message:
    failed to synchronize
    error:  could not open sync database:  extra
               have you used --refresh yet?
    So, executed 'pacman --refresh'.
    This produced no error messages, but 'pacman -Sy' yields the same results. 
    I tried earlier inserting the 'file:///mnt/* line following [extra], but that didn't change anything.
    Appreciate help
    Bill Barnes

    getting the /mnt/cd part is the hardest, so you got that.
    To add packages from the CD, go to that dir and type: pacman -A packagename
    I could not get a sync using the Cd, but as soon as I got setup and online, no problems.
    Also pacman -A will add the pkg but does not add deps automagically so you have to add those also.
    HTH

  • Suitability of Arch as a basis to OSE-specific Linux Build

    The guys at Open Source Ecology are considering the creation of a custom Linux distro to suit their needs:
    Any thoughts on how easier it would be to use ArchLinux instead of Ubuntu or Fedora as a starting point?
    From http://openfarmtech.org/index.php/OSE_Linux_Build :
    This build would contain:
    Prenstallation of all mission-critical software:
    Blender
    QCad - CAD, Architecture purposes
    Kdenlive
    Skype
    Linux CNC (this would require a dual boot installation where back versions of Linux are installed. For example, LinuxCNC works on Ubuntu 8.04 LTS, but not on Ubuntu 9.10. Whatever distribution of Linux is chosen, we need to make sure that LinuxCNC, one of the critical components of CNC machining - is accommodated
    Arduino Environment for programming the Arduino microcontroller
    Stereolithography file viewer
    Preinstalled libraries and Other Design Libraries
    QCad libraries for design files, house designs, other purposes
    Library of Pattern Language Icons for symbolic modeling of integrated agroecotechnological systems.
    Last edited by elifarley (2010-01-28 00:19:55)

    WOW! very nice! gonna keep an eye on it, I'm very interested in agroecology, bio-construction and FOSS!
    well, I think you must check the dependencies of the core softs, specially their versions...
    Since Arch follows rolling-release, only the latest stable versions of packages are in the repos (with some exceptions...). That can be good or bad, if the program have an active development, it's probably built with the most recent versions of libraries... and so it's easy to build them. If it's not so active, then maybe u have to patch sources, etc... but with ABS and AUR, it's not hard to install different versions of libraries, and also it's easy to build new packages from source and keep them up-to-date ( with the newest features, that sometimes is very nice in open-source, as programs evolve sometimes very fast). So, what I mean is that Arch is very flexible, and very simple to adapt and tweak. I would recommend it. ( I haven't seen informations about these apps you mentioned, sorry...I'll do as soon as I can.)
    edit: some errors, poor english, u know....
    Last edited by joaca_rj (2010-01-28 05:59:21)

  • Problem after system update (base installed only) and other concern

    I have had two strange problems upon updating from Arch using pacman.
    1) My keyboard is no longer detected
    2) The BIOS time seems to be eight hours behind. (Setting the clock to UTC from another distro sets the clock right since my time zone is GMT-8)
    Does anyone have a work around?
    Btw,  here is rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/unimaps
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="/usr/share/zoneinfo/America/Los_Angeles"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="myhost"
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    #gateway="default gw 192.168.0.1"
    #ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond)
    # End of file
    I commented gateway="" and ROUTES="" since I am using dhcp.
    I also have a concern about the latest kernel.
    I decided to install and build the latest kernel (from a chrooted environment) and noticed that I got a kernel panic (upon trying to boot into arch) no matter what I did (about it not being able to mount the root filesystem from /dev/sdb2). I could enable old pciix support, but I got annoyed by the clock skew outputs when building. How are devices, particularly SATA drives, named and accessed now?
    [edit]By the way, I have two separate kernel booting for Arch. Here's is my grub config for those
    title Arch Linux
    root (hd1,1)
    kernel (hd1,1)/boot/vmlinux-2.6.16.arch root=/dev/sdb2
    initrd (hd1,1)/boot/initrd26.img
    title Arch Linux (modified kernel)
    root (hd1,1)
    kernel (hd1,1)/boot/vmlinuz-2.6.20 root=/dev/sdb2
    Last edited by NoOneImportant (2007-02-13 23:16:22)

    zeus wrote:
    1) USB or PCI?
    2) TIMEZONE="America/Los_Angeles"
    3) What preceded a panic?
    Most likely the name of disks was replaced. Look in output.
    try Fallback image/ try UUID in grub/fstab
    1) USB
    2)I just tried to boot into arch and no dice.
    3)
    Starting balanced_irq
    Using IPI Shortcut mode
    VFS: cannot open root device "sdb2" or unknown-block(0,0)
    Time: tsc clocksource has been installed.
    Please append a correct "root=" boot option
    Kernel panic -not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    Last edited by NoOneImportant (2007-02-13 23:31:22)

Maybe you are looking for

  • Convert Voice Memos to Text?

    I record all my meeting with my advisor with my iPod using Voice Memo. The meetings last from 30 minutes to an hour. Since it can take a while to transcribe, I was really hoping to find a tool that would transcribe it to text for me. Does anyone know

  • IPod Touch will not show up in iTunes anymore

    Hello. I have had my iPod Touch since 2011 and just recently I could not get it to show up in iTunes when I put the USB cable in to sync it. What ends up happening instead is a window appears showing my Apple iPod. I can click it and go into the Inte

  • Change the Logo in iStore Home page

    All, Can any one tell the process to place the custom logo in iStore home page ??? Thanks in advance

  • Issues using EPM Add- in for Excel

    Hello everybody, I have installed the EPM add-in for Excel 2010 in one of my client computers, but we're facing two different issues in this machine: 1. Everytime he opens Excel the EPM add-in is disabled so he has to activate it each time he wants t

  • Can't activate Razr with Bluetooth Headset while in Standby

    I can't activate my Razr with my Bluetooth headset if it is in the standby mode.  To dial a number, I have to remove the phone from the case, push the power button and swipe the screen to wake it up. Only then I can push the button on my Bluetooth he