Stuck at grub prompt

Hi, i'm new to solaris and am trying to install it on my pc.
I downloaded bot the a and b dvd images and burned them to disc
I then put the disk in and start up, I see:
Loading stage2...
Then I see:
GNU GRUB version 0.95
[some stuff here about minimal BASH-like line editing]
grub>
Now what do I do?
I tried typing install but that was unrecognised.. What do i need to type to start the install process?

The 'a' and 'b' files need to be combined into one ISO file. You can do it like this:
% for i in sol-10-u4-ga-x86-dvd-iso-?.zip; do unzip -p $i; done > sol-10-u4-ga-x86-dvd.iso
Alternatively, if you've already unzipped the files, you can make one file like this:
% cat sol-10-u4-ga-x86-dvd-iso-? > sol-10-u4-ga-x86-dvd.iso
Then, burn the resulting ISO and boot off of it.

Similar Messages

  • Macbook Air Mid 2011 - Stuck in Grub Prompt

    Hi Archers,
    I am trying to install Arch on an Mid 2011 Macbook Air. So far it looks ok, I am following the Wiki and this guide. The bootloader stuff is confusing me a little. I do not want to replace the bootloader from OSx, so I do not use rEFInd, right? I want to use the "Press alt while booting"-method, so does the above guide.
    First problem:
    While generating the standalone "boot.efi" file the "-C" option is not recognized.
    grub-mkstandalone -o boot.efi -d usr/lib/grub/x86_64-efi -O x86_64-efi -C xz boot/grub/grub.cfg
    It complains that -C is not a valid parameter, so I just skipped it.
    After deleting the boot partition in OSx and creating the directories and files and copying the boot.efi file I am able to boot from this partition. Problem #2: After booting the partition I am stuck in a Grub prompt. It recognizes HD0 and 1 and after fiddling around with
    ls (hd0)
    ls (hd1)
    ls (hd0,4)
    It always complains about an unrecognized partition type.
    Any help appreciated. Will I get it working in this state?
    Booting from USB and installing the base system worked like a charm, I have a feeling I nearly got it but the bootloader stuff is just plain confusing.
    Thanks in advance.
    Last edited by Urfaust (2014-01-29 18:55:29)

    Ok, I cannot find another guide which uses the OSx Bootloader. I installed rEFInd, reformated /boot with mkfs.ext2, chrooted to the base system and:
    # pacman -S grub-efi-x86_64
    # mkdir -p /boot/efi
    # mount -t vfat /dev/sda1 /boot/efi
    # modprobe dm-mod
    # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
    # mkdir -p /boot/grub/locale
    # cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    The boot partition is recognized in rEFind, if I choose to boot from it Grub is firing up, I can see 2 menu entries (normal and fallback) after choosing the first I get:
    error: no such device: someUID
    Loading Linux core repo kernel ...
    error: no such partition
    Loading initial ramdiks ...
    unaligned pointer 0x22
    Aborted. Press any key to exit
    Why won't Grub find the partition?
    Last edited by Urfaust (2014-01-30 16:14:39)

  • Installed, but stuck at GRUB prompt

    After 4 tries, I have managed to install 0.8.  On the reboot, however, I only get as far as a "GRUB>" prompt. 
    If I put the install disk in the drive, enter "reboot" at the GRUB prompt, and choose the option "Run installed system (/boot on a separate partition)", I am able to get a login prompt and start what appears to be a functional (base) system. But I have clearly missed something in the installation.  I have a /boot/grub/menu.lst file; the noncommented lines are as follows:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26-fallback.img
    kernel26.img and kernel26-fallback.img are both in the /boot directory.
    What do I need to fix to make the system boot without a rescue disk?

    If you indeed have a boot partition on first partition of first drive (hd0,0; sda1) and a root one on third partition of a first drive (sda3), then your grub config seems to be alright. The example above is appropriate if there's no separate /boot partition.
    When you're in a GRUB prompt, try entering those root/kernel/initrd lines by hand and check the output.
    Last edited by lucke (2007-04-08 15:51:32)

  • Solaris Installation just give me a "grub " prompt,

    Hi Solaris Experts,
    Upon installing the solaris in 32 bit pc intel celeron single core, when I already boot the installation disk it just give me "grub>" prompt it will not go with the boot menu of the solaris. What will I need to do. Is there hardware compatibility?
    How will I also install solaris into logical partition, is it possible? Any idea? I will mutli boot it along with other os.
    Thanks.

    jharky17 wrote:
    Hi Solaris Experts,
    Upon installing the solaris in 32 bit pc intel celeron single core, when I already boot the installation disk it just give me "grub>" prompt it will not go with the boot menu of the solaris. What will I need to do. Is there hardware compatibility?Which version of Solaris exactly? If its OpenSolaris OS, then there is a device compatibility test app on the live CD desktop. Otherwise, look for the HCL on BigAdmin.
    From the grub command line, there are things that you can type to try to manually poke around and boot.
    How will I also install solaris into logical partition, is it possible? Any idea? I will mutli boot it along with other os.No, Solaris doesn't support logical partitions. Multiboot shouldn't be a problem though.
    Paul

  • [SOLVED] After latest upgrad. Boots to grub prompt

    Hi,
    I just upgraded my Thinkpad T61 following
    https://www.archlinux.org/news/binaries … ervention/
    After completeing the upgrade I got an error "Unable to start shell:/bin/bash" in Terminator. I commented out /dev/pts in /etc/fstab following
    https://bbs.archlinux.org/viewtopic.php?id=169076
    the problem did not go away. I decided to reboot After which the computer boots only to a grub prompt.
    I'm posting this after booting with a linuxmint USB stick so Ihave access to the / partition on the laptop.
    I've been on systemd for a while now. However I now suspect that I was not fully migrated to systemd. I did do a pacman -R initscripts during the latest upgrade.
    Does anybody know how I can recover from this?
    need all the help I can get on this one!
    Last edited by emk (2013-09-02 03:22:05)

    Trilby, you are correct the empty /boot was because I neglected to mount the /boot partition. My mistake.
    2. I did have errors as per https://www.archlinux.org/news/binaries … ervention/ i.e the upgrade failed because /bin /sbin were still in the filesystem. I followed the steps in the link  and found some files that were  holding things up.
    I removed the following files
    pacman -R gen-init-cpio wlan-ng26-utils consolekit dcron hpoj initscripts tcp_wrappers
    I boot via systemd though I suspect now I was not fully migrated.
    3. Output of ls on boot partition:
    mint e3beb7a9-4c88-4688-8a2d-a00946489a3f # ls -l
    total 21258
    drwxr-xr-x 2 root root 1024 Sep 2 00:22 grub
    -rw-r--r-- 1 root root 14869898 Sep 2 00:25 initramfs-linux-fallback.img
    -rw-r--r-- 1 root root 3010076 Sep 2 00:25 initramfs-linux.img
    lrwxrwxrwx 1 root root 28 Aug 21 2011 kernel26-fallback.img -> initramfs-linux-fallback.img
    lrwxrwxrwx 1 root root 19 Aug 21 2011 kernel26.img -> initramfs-linux.img
    drwx------ 2 root root 12288 May 11 2010 lost+found
    drwxr-xr-x 2 root root 1024 Sep 2 00:28 syslinux
    lrwxrwxrwx 1 root root 13 Aug 21 2011 vmlinuz26 -> vmlinuz-linux
    -rw-r--r-- 1 root root 3783360 Aug 30 09:33 vmlinuz-linux
    mint e3beb7a9-4c88-4688-8a2d-a00946489a3f #
    4. You are probably right. I have both grub 0.97 and grub 2 in the pacman pkg cache
    5. I did follow the steps except that trying to close a terminal once the bash error croped up led to my being logged out before I could run the last two commands 'pacman -S bash and Pacman -Su'
    Thanks Trilby. I feel like my Linux chops are evaporating the older I get :0

  • Recovering Arch from Grub prompt (GRUB4DOS)

    Long story short, I needed to install Windows 8 with my Arch already installed, wiping out the bootloader (I don't get what actually happens so I might be wrong here on the technical side).
    I've tried different methods, from using programs like EasyBCD to command-line work (detailed here https://bbs.archlinux.org/viewtopic.php … #p1344396), and I've reached the conclusion that perhaps I need to work on the GRUB prompt itself. As described in that link, I might have been on to something with
    root (hd0, 2)
    setup (hd0)
    except that the command setup cannot be found.
    Also, I'd like to point out that sometimes my computer boots into a black-and-white list (kinda like GRUB), and sometimes it uses the metro-style "Choose an Operating System", the one with the light blue background.
    Any help please? I'd just like to get my Arch setup back.
    Last edited by jddantes (2013-11-06 11:56:37)

    I ran it again, and it showed other devices:
    Boot Info Script 0.61 [1 April 2012]
    ============================= Boot Info Summary: ===============================
    => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
    => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
    sda1: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /bootmgr /Boot/BCD
    sda2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /bootmgr /Windows/System32/winload.exe
    sda3: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System:
    Boot files:
    sdb1: __________________________________________________________________________
    File system: vfat
    Boot sector type: SYSLINUX 4.04 2011-04-18
    Boot sector info: Syslinux looks at sector 1053216 of /dev/sdb1 for its
    second stage. SYSLINUX is installed in the directory.
    The integrity check of the ADV area failed. No errors
    found in the Boot Parameter Block.
    Operating System:
    Boot files: /syslinux/syslinux.cfg /ldlinux.sys
    ============================ Drive/Partition Info: =============================
    Drive: sda _____________________________________________________________________
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sda1 * 2,048 718,847 716,800 7 NTFS / exFAT / HPFS
    /dev/sda2 718,848 155,650,047 154,931,200 7 NTFS / exFAT / HPFS
    /dev/sda3 155,650,048 228,614,143 72,964,096 83 Linux
    Drive: sdb _____________________________________________________________________
    Disk /dev/sdb: 7731 MB, 7731314688 bytes
    237 heads, 1 sectors/track, 63714 cylinders, total 15100224 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sdb1 * 2,048 15,099,903 15,097,856 b W95 FAT32
    "blkid" output: ________________________________________________________________
    Device UUID TYPE LABEL
    /dev/loop0 squashfs
    /dev/sda1 2A7699B97699866B ntfs System Reserved
    /dev/sda2 7044B3C644B38CFA ntfs
    /dev/sda3 31df11a9-14a7-44f7-80c9-763ee40106c5 ext4 LFS Partition
    /dev/sdb1 8E5A-F18E vfat MYLINUXLIVE
    ================================ Mount points: =================================
    Device Mount_Point Type Options
    /dev/loop0 /rofs squashfs (ro,noatime)
    /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
    =================== sda3: Location of files loaded by Grub: ====================
    GiB - GB File Fragment(s)
    = boot/grub/stage2 1
    ========================= sdb1/syslinux/syslinux.cfg: ==========================
    # D-I config version 2.0
    include menu.cfg
    default vesamenu.c32
    prompt 0
    timeout 300
    ui gfxboot bootlogo
    ================= sdb1: Location of files loaded by Syslinux: ==================
    GiB - GB File Fragment(s)
    ?? = ?? ldlinux.sys 1
    ?? = ?? syslinux/chain.c32 1
    ?? = ?? syslinux/gfxboot.c32 1
    ?? = ?? syslinux/syslinux.cfg 1
    ?? = ?? syslinux/vesamenu.c32 1
    ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
    syslinux/chain.c32 : COM32R module (v4.xx)
    syslinux/gfxboot.c32 : COM32R module (v4.xx)
    syslinux/vesamenu.c32 : COM32R module (v4.xx)
    =============================== StdErr Messages: ===============================
    awk: cmd. line:36: Math support is not compiled in
    ./bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
    No volume groups found

  • Booting into empty grub prompt and slow GDM

    Hello,
    I haven't performed update for long time and I did last day. I had issues related to /sbin exists etc which I have resolved by following the instructions posted in the Arch linux website. However after a successful update, I have the following issues. 
    (1) - When I log in back, it puts me into an empty grub prompt. I figured out that pacman changed menu.lst to menu.lst.pacsave. So from the grub prompt, I did
    configfile /grub/menu.lst.pacsave
    and I got the arch linux boot screen.
    (2) - It started booting and loaded GDM with the login screen. Login and key strokes are very slow here. Even after login, I don't see GNOME shell. I don't see any errors while booting.
    Any help to fix these issues would be good.
    Cheers
    Navaneeth

    What exactly did you do when following the instructions? That is, following them is good, but it would be better if people could make sure there was no misunderstanding which might be causing issues.
    You need to go back further through the news as you have evidently ignored various changes to Arch.
    For example, legacy grub has not been in the official repos for some time. When you updated, grub2 (which is now called grub) replaced grub (legacy). Hence the pacsave. But you still have grub legacy installed as your boot loader. If you want to keep using it, install the AUR package which has been updated to work with the new filesystem package. Otherwise, configure and install grub (i.e. grub2) or install an alternative such as syslinux.
    You are likely to have other pacnew and pacsave files. You need to look through pacman's output (/var/log/pacman.log) and follow the instructions there to ensure that your system is properly configured in light of the updates.
    Arch is meant to be updated frequently. If that isn't an option, you would be better served by a different distro.

  • First install, stuck at grub

    Hello.
    I'm installing Arch with CD on a laptop. It has only 1 hard disk, no partition.
    After booting from CD I get to the grub> prompt.
    What should I do? Everything I tried failed. setup, root, install on (hd0,0) all give errors.
    root (hd0,0) gave unknown filesystem 0x7 error, while the rest give Can't mount partition error.
    Thanks.

    Try to add noapic acpi=off to the kernel line
    R.

  • Reboot stuck at GRUB Loading stage2

    I am trying to install OEL 5 u 4. I downloaded the .iso image to install it on vmware workstation. I configured it as given in
    http://startoracle.com/2007/09/30/so-you-want-to-play-with-oracle-11gs-rac-heres-how/
    After installing the package when I hit reboot it's stuck on "Grub Loading Stage 2 .....". I am new to this installation and not sure how to proceed further. Could you please help?

    At what step are you talking about? If you are getting a GRUB hang at step #19 from that note then the O/S did not install properly.
    1) Delete the virtual disk.
    2) Create a new virtual disk with the same characteristics as the original disk.
    3) Reinstall the O/S and be sure to put the GRUB bootloader into the MBR.
    4) Reboot the VM guest.
    During the GRUB booting sequence there is very little software involved and everything must just work even to get far enough to get some reasonable debugging info.
    You might have better luck using http://www.virtualbox.org Virtual Box.
    Cheers

  • [Solved] Booted into grub prompt

    Hello,
    I've followed the wiki to the last step but couldn't get booted into Arch:
    https://wiki.archlinux.org/index.php/Beginners%27_guide
    After I've generated the grub.cfg and rebooted.
    I got a grub prompt.
    I don't know what I am missing so please tell me what to do and I'll post the result.
    I'm installing it on qemu. The image is archlinux-2014.11.01-dual.iso
    fdisk result of the image:
    Disk /shosts/arch.img: 17 GB, 17179869184 bytes
    4 heads, 32 sectors/track, 262144 cylinders, total 33554432 sectors
    Units = sectors of 1 * 512 = 512 bytes
               Device Boot      Start         End      Blocks   Id  System
    /shosts/arch.img1              34        2047        1008   83  Linux
    /shosts/arch.img2            2048      411647      204736   83  Linux
    /shosts/arch.img3          411648    31868927    15728576   83  Linux
    /shosts/arch.img4        31868928    33554398      842688   82  Linux Swap / Solaris
    Warning: Partition 4 does not end on cylinder boundary.
    arch.imgX is actually /dev/vdaX
    Regards.
    Last edited by tgckpg (2014-11-24 07:10:31)

    After googling and such.
    I tried to use the grub command to boot it manually but couldn't get it work.
    I noticed some files are missing in /boot folder.
    ( Not sure, but from the look of it it seemed
    there is no such file initramfs-linux.img and vmlinuz-linux for me to run initrd or linux command in grub )
    So I boot back into the CD and ran "pacstrap -i base base_devel" & "grub-mkconfig -o /boot/grub/grub.cfg" again.
    And the file is there!
    And I booted into Arch!
    cheers:)

  • Grub Prompt

    I was updating my menu.lst file  and then thought I had to run grub-install so I ran the following command
    sudo grub-install --root-directory=/boot hd0
    No Errors.
    But when I rebooted I was presented not with my menu.lst, but the GRUB prompt.
    I manually ran the menu.lst commands into grub and then booted successfully.
    But every time that I reboot I get the grub prompt.
    I have a separate boot partition on /dev/sda1 (I only have one hardisk).

    Firstly, you don't have to run grub-install after editing menu.lst. -- I know that now . . .
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/hda (hd0)
    # /dev/hdb2 (hd1,1)
    # /dev/hda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro vga=773
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26-fallback.img
    # (1) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    /dev/sda3 on / type ext3 (rw)
    none on /dev type ramfs (rw)
    none on /proc type proc (rw)
    none on /sys type sysfs (rw)
    none on /dev/pts type devpts (rw)
    none on /dev/shm type tmpfs (rw)
    /dev/sda1 on /boot type ext2 (rw)
    /dev/sda4 on /home type ext3 (rw)
    I do understand about the grub prompt. I am becoming better and better at it.

  • Stuck with grub problem (SOLVED)

    Today i tried to upgrade my Arch Linux, it downloaded everything that should be downloaded, it was installing upgrades but at the installing grub it stucks as like this
    "Copying /boot/grub/grub.cfg.pacsave to /boot/grub/grub.cfg"
    I've waited it for about 15 minutes, it didn't move on. So i did ctrl+z to break. Then i tried to update again. But it gives an error which is:
    error: failed to commit transaction (conflicting files)
    python: /usr/bin/2to3 exists in filesystem
    Error occured, no packages were upgraded.
    Please help me guys!
    Last edited by bilgee0629 (2011-03-21 10:36:28)

    Problem solved by moving 2to3 to other directory.

  • Stuck in GRUB (S)Hell after system update

    So, I did a system update, which involved the manual steps to relocate binaries, which I did. Update completed successfully but ever since my machine boots into GRUB shell and I cannot boot the Arch image. I run dual boot with Arch64/Win7 and can boot Win7 just fine using
    root (hd0,0)
    chainloader +1
    boot
    but if I try to boot arch using the same sequence
    root (hd0,3)
    chainloader +1
    boot
    It just sits on a message telling me it is starting up, but nothing happens...
    Thoughts?
    Thanks !
    Last edited by void7910 (2013-06-24 19:49:37)

    WonderWoofy wrote:kay... pretend like yu are totally unfamiliar with your problem.  Then read through your post.  Can you dtermine what it is that is going on, or what you are asking from just that information?
    http://www.catb.org/esr/faqs/smart-questions.html
    Yes, you can. He updated the system and when he rebooted he was stuck at the grub shell unable to boot.
    First to boot you should try this:
    find /boot/grub/stage1 //use this to determine your boot disk and partition
    root (hd0,3) //replace 0 and 3 by the numbers determined above
    kernel /boot/vmlinuz-linux root=/dev/sda4 //replace 4 by the partition number (+1)
    initrd /boot/initramfs-linux.img
    boot
    If everything went right the system will boot, then you can rename /boot/grub/menu.lst.pacsave to /boot/grub/menu.lst:
    mv /boot/grub/menu.lst.pacsave /boot/grub/menu.lst
    or fix grub2 by following the last part of this post:
    https://bbs.archlinux.org/viewtopic.php?id=165721

  • SUN Storage 7000 stuck on GRUB Stage2

    Hi all,
    after a reboot due to a system stuck the storage stops at "GRUB Loading stage2..." any suggestion?
    Many thanks.
    d.

    Yes the above answer is correct you will need to connect via a the serial port to see the CLI interface. If you connect a monitor
    to the vga port, all you will see once the system is booted is the GRUB words.
    Refer to the install guide here which contains more information on this.
    http://wikis.sun.com/download/attachments/186238602/2010_Q3_2_INSTALL.pdf

  • Stuck on Zsh prompt

    I'm really stuck. Harvesting my way through all the sources I've had the enlightened idea to make my prompt spit out a color that reflects about the owner of the current directory - such as green for owned, blue for foreign and red for root.
    However - I dare not speak but cannot figure how to do that! --- I'd be glad to hear about suggestions where to look though.

    What I figured out so far is to check whether I can read or write to the folder. So, currently I'm using that - plus that I'm using Asterisk's to color out access flags. What my vision implies is that I just get a colored line - which I got colored relative to the writable flag - to see more. I tend to play around with my filesystem a lot - and to see whether I own that folder or if it is just writable would make kindof an awesome treat. Anyhow - I got a bit further - but I can't figure it out.
    What I'm using is [[ -w $PWD ]] - while here [http://zsh.sourceforge.net/Doc/Release/ … nsion.html] I read that this formula returns true if pwd is writable. Further down there is the s or f option which would return user specific information - but somehow it doesn't work out. I suppose that these are meant for something else - but I couldn't find anything else so far.

Maybe you are looking for

  • An accounting document is not required for this billing document

    Hi, While releasing the billing document to accounting the error is coming like "An accounting document is not required for this billing document" Diagnosis: The billing document has the net value '0' and does not create an accounting document. Despi

  • Unable to read software component versions from System Landscape Directory

    Hi XI, Once I could import software component version but now I can't. Maybe I did something wrong in SLD. Could you please give me some hints? Thanks, Bruce

  • HP Recovery Manager only shows a black screen when opened on dv6t

    I just recently got a HP Pavilion dv6t-6c00 notebook and I tried to create my set of recovery discs, which I've already been having trouble with because I don't have the right brand of DVDs. I still haven't completed the process of making all 5 recov

  • Problem in ABAP memory

    Hi Experts, This is problem about ABAP memory. I have two programs. Program-A & Program-B Program-A sets value to variable and EXPORT command is used to set this variable in memory. EXPORT variable TO DATABASE indx(st) ID 'KEYVALUE'. Program-B gets v

  • Security on Essbase with Financial Reporting

    I am current working on some improvement of my financial reports on essbase, all running at 9.3.1. I have some users that I have to setup the meta security on the essbase entity dimension. For example, a user is only able to see the entity East and a