[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-10-11 Thread Vladimir Serbinenko
Update of bug #46817 (project grub): Priority: 5 - Normal => 6 ___ Reply to this item at: ___ Messag

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-03-04 Thread Henry
Follow-up Comment #16, bug #46817 (project grub): HP hasn't replied and I think they don't care about an old notebook in 2011. Thank you for your workaround. ___ Reply to this item at: _

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-03-02 Thread Vladimir Serbinenko
Update of bug #46817 (project grub): Item Group: Software Error => Hardware-specific Planned Release:None => 2.02 ___ Follow-up Comment #15: Obviously it's HP bug

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-12 Thread Henry
Follow-up Comment #14, bug #46817 (project grub): My bug report on HP's website: http://h30434.www3.hp.com/t5/Notebook-Boot-and-Lockup/Can-t-use-GRUB2/td-p/5444316 ___ Reply to this item at: ___

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-12 Thread Henry
Follow-up Comment #13, bug #46817 (project grub): I attach my code for debugging and dump for reference. GRUB2 always allocates 20M buffer to 0x9ba3f000. If I use 0x812da8 as size of erasing, GRUB2 works; If I increase this size, GRUB2 hangs. 0x9ba3f000 + 0x812da8 = 0x9c251da8. I have checked thi

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-12 Thread Henry
Additional Item Attachment, bug #46817 (project grub): File name: buffer.patch Size:1 KB File name: dump.asm Size:2 KB ___ Reply to this item at: ___

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-12 Thread Henry
Follow-up Comment #12, bug #46817 (project grub): I think it's a bug in BIOS. I tried to allocate 20MB buffer after grub_machine_init() and now GRUB2 works. So I zero-filled part of this buffer to get the exact address which can't be clobbered. That address is 0x9c251da8 which is declared as avail

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-10 Thread Andrei Borzenkov
Follow-up Comment #11, bug #46817 (project grub): As I am out of ideas for the moment, here is summary of current state. - GRUB works with HDD and CD. It hangs when accessing USB device via biosdisk. GRUB legacy works with USB - GRUB can access USB HDD using native drivers (boot mkrescue image f

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Henry
Follow-up Comment #10, bug #46817 (project grub): Message of GRUB on screen (/dev/sdc1 for GRUB partiton): kern/disk.c:196: Opening 'hd0,msdos1'... partmap/msdos.c:188: partition 0: flag 0x0, type 0x83, start 0x800, len 0x8 kern/fs.c:56: Detecting ext2... kern/disk.c:295: Closing 'hd0'. kern/

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Andrei Borzenkov
Follow-up Comment #9, bug #46817 (project grub): Well ... GRUB files are at the end of this stick, around 32GB. It could cause problems. Could you make sure GRUB is installed at the very beginning (and send me BIS output once more)? 8GB was common boot partition limit. ___

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Henry
Follow-up Comment #8, bug #46817 (project grub): I forget to tell you that I use an empty USB stick (/dev/sdc) to test GRUB2 cloned from git repository. ___ Reply to this item at: __

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-06 Thread Henry
Follow-up Comment #7, bug #46817 (project grub): I've sent output of bootinfoscript to you by email and prepared a PL2302 USB-RS232 adapter, but I don't know how to enable usbserial and debug GRUB. I made a rescue image and it can boot to command line of GRUB. My harddisk's model is Toshiba MK7575

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Andrei Borzenkov
Follow-up Comment #6, bug #46817 (project grub): Please attach output of https://github.com/arvidjaar/bootinfoscript. Does your system have serial RS232 port? Do you have possibility to attach it from other system to capture output? Do you have CD drive? Can you boot GRUB rescue image? Does you

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Henry
Follow-up Comment #5, bug #46817 (project grub): HP dv6-6100tx is very strange, it has an UEFI bios, but there's no option for EFI boot. It can only boot from MBR. Build: autogen.sh; ./configure --prefix=...; make; make install. Install: grub-install --boot-directory=... --debug-image=all /dev/sd

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Andrei Borzenkov
Follow-up Comment #4, bug #46817 (project grub): Do you use BIOS or EFI boot? How exactly did you build and install GRUB (show exact commands)? ___ Reply to this item at: __

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Henry
Follow-up Comment #3, bug #46817 (project grub): Yes, I've just cloned GRUB from git repository. Here's message on screen: kern/disk.c:196: Opening 'hd0,msdos2'... partmap/msdos.c:188: partition 0: flag 0x0, type 0x7, start 0x800, len 0x3b226b0 partmap/msdos.c:188: partition 1: flag 0x0, type 0x8

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Andrei Borzenkov
Follow-up Comment #2, bug #46817 (project grub): Do you still observe it with current GIT master? ___ Reply to this item at: ___ Message sent via/by Sav

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Henry
Follow-up Comment #1, bug #46817 (project grub): Can't upload attachment, so I post message on screen here: GRUB loading. Welcome to GRUB! kern/disk.c:230: Opening 'hd0,msdos2'... partmap/msdos.c:181: partition 0: flag 0x0, type 0x7, start 0x800, len 0x3b226b0 partmap/msdos.c:181: partition 1: f

[bug #46817] GRUB2 can't boot on HP dv6 notebook

2016-01-05 Thread Henry
URL: <http://savannah.gnu.org/bugs/?46817> Summary: GRUB2 can't boot on HP dv6 notebook Project: GNU GRUB Submitted by: kxishwosk Submitted on: Tue 05 Jan 2016 09:56:33 AM GMT Category: Booting

[bug #39528] Can't boot grub2 when 7 software raid-1 arrays exist

2013-07-20 Thread Andrey Borzenkov
Update of bug #39528 (project grub): Open/Closed:Open => Closed ___ Follow-up Comment #3: Marking as closed then. ___ Reply to this

[bug #39528] Can't boot grub2 when 7 software raid-1 arrays exist

2013-07-20 Thread Wesley
Follow-up Comment #2, bug #39528 (project grub): Just tested with the current trunk and it indeed boots without problems. ___ Reply to this item at: ___

[bug #39528] Can't boot grub2 when 7 software raid-1 arrays exist

2013-07-19 Thread Andrey Borzenkov
Follow-up Comment #1, bug #39528 (project grub): I cannot reproduce it in QEMU using current trunk - grub has no problem accessing filesystem on MD RAID1 with 7 raids in total. I used your command to recreate each MD. Could you test using current trunk? ___

[bug #39528] Can't boot grub2 when 7 software raid-1 arrays exist

2013-07-19 Thread Wesley
URL: <http://savannah.gnu.org/bugs/?39528> Summary: Can't boot grub2 when 7 software raid-1 arrays exist Project: GNU GRUB Submitted by: pa4wdh Submitted on: Fri 19 Jul 2013 05:18:46 PM GMT Catego

[bug #25581] can't boot ICH9R bios-raid with grub2

2010-05-21 Thread Vladimir Serbinenko
Update of bug #25581 (project grub): Status:None => Fixed Open/Closed:Open => Closed Release:None => Bazaar - trunk

Re: Can't boot

2010-04-11 Thread Luiz alberto Medaets
On Fri, 2010-04-09 at 13:13 -0300, Luiz alberto Medaets wrote: > I have an 10 years old notebook (500MHz Pentium, 256M memory, 6G HD)that I > use as a netbook at the beach house. > The PS2 device is damaged so I use an external USB mouse and keyboard that > are not recognized by BIOS, that is, un

Can't boot

2010-04-10 Thread Luiz alberto Medaets
I have an 10 years old notebook (500MHz Pentium, 256M memory, 6G HD)that I use as a netbook at the beach house. The PS2 device is damaged so I use an external USB mouse and keyboard that are not recognized by BIOS, that is, until Xubuntu is loaded, I have no mouse and / or keyboard. It was worki

[bug #25581] can't boot ICH9R bios-raid with grub2

2009-06-11 Thread Vladimir Serbinenko
Follow-up Comment #2, bug #25581 (project grub): Try using latest svn checkout of grub2. This error should be fixed now ___ Reply to this item at: ___

[bug #25581] can't boot ICH9R bios-raid with grub2

2009-02-13 Thread gionnico
Follow-up Comment #1, bug #25581 (project grub): # fdisk /dev/mapper/isw_bdjebbgcif_Volume0 The number of cylinders for this disk is set to 121602. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time

[bug #25581] can't boot ICH9R bios-raid with grub2

2009-02-13 Thread gionnico
URL: <http://savannah.gnu.org/bugs/?25581> Summary: can't boot ICH9R bios-raid with grub2 Project: GNU GRUB Submitted by: gionnico Submitted on: ven 13 feb 2009 17:26:44 GMT Category: I

[bug #1802] Can't boot from network with multi-NIC client&server :(

2007-12-15 Thread Robert Millan
Update of bug #1802 (project grub): Open/Closed:Open => Closed Release: => x ___ Follow-up Comment #2: We've moved to GRUB 2

Re: Can't boot after installing xen packages.

2007-01-13 Thread Dan
On Sat, 13 Jan 2007 14:45:36 -0500 [EMAIL PROTECTED] wrote: > So why doesn't GRUB recognize the partition type and what is type 0x7? ... > Device Boot Start End BlocksId System > dev/hdi214 19457 156183930 8e Linux LVM Running LVM? If not, you should have the type set to 83 pro

Can't boot after installing xen packages.

2007-01-13 Thread zephod
The short story: I updated my FC5 instalation to FC6 and all appeared to go well. When the system rebooted, I installed all the latest packages and again, no problems. Then I decided I wanted to look at xen so I downloaded the kernel-xen package and 2 other related packages. Now the system wil

grub-install success, but can't boot

2005-01-15 Thread jeustace
Hi, I am trying to reinstall to the master boot block on my harddrive. Fedora (FC2). I booted from a bootable floppy using this command grub-install --root-directory=/mnt fd0 and it worked fine. and I tried 2 different ways to run grub-install for the hard drive both said it ran successfully

Re: can't boot UnixWare with grub

2003-10-30 Thread Haral Tsitsivas
"Yoshinori K. Okuji" wrote: > > On Tuesday 28 October 2003 23:56, Haral Tsitsivas wrote: > > The commands I tried are: > > > > rootnoverify (hd1,0) > > chainloader --force +1 > > makeactive > > boot > > > > Error 22 is issued by the chainloader command, saying that the partition > > does not exist

Re: can't boot UnixWare with grub

2003-10-29 Thread Yoshinori K. Okuji
On Tuesday 28 October 2003 23:56, Haral Tsitsivas wrote: > The commands I tried are: > > rootnoverify (hd1,0) > chainloader --force +1 > makeactive > boot > > Error 22 is issued by the chainloader command, saying that the partition > does not exist! > > geometry (hd1) tells me: > > drive 0x81: C/H/

can't boot UnixWare with grub

2003-10-28 Thread Haral Tsitsivas
master, then I can boot UnixWare, but I can't boot Win2K or Linux. However if I make that drive the slave and try to boot UnixWare with grub, it fails. The commands I tried are: rootnoverify (hd1,0) chainloader --force +1 makeactive boot Error 22 is issued by the chainloader command, s

Re: Can't boot my computer anymore!

2003-08-22 Thread Robert Millan
On Wed, Aug 20, 2003 at 06:51:56PM -0500, Andrew wrote: > Hello, > > I have a dual boot system with Win98SE and RH9. I have had Grub as the boot loader > for a long time now and have no problems. > > Now all of the sudden my computer boots up and right after the POST screen I get the > Grub pro

Re: Can't boot my computer anymore!

2003-08-22 Thread Yedidyah Bar-David
On Wed, Aug 20, 2003 at 06:51:56PM -0500, Andrew wrote: > >Hello, > > > >I have a dual boot system with Win98SE and RH9. I have had Grub as the >boot loader for a long time now and have no problems. > > > >Now all of the sudden my computer boots up and right after the POST

Can't boot my computer anymore!

2003-08-21 Thread Andrew
Hello,   I have a dual boot system with Win98SE and RH9. I have had Grub as the boot loader for a long time now and have no problems.   Now all of the sudden my computer boots up and right after the POST screen I get the Grub prompt instead of the usual bluen screen where I select Linux or D

can't boot from disk on RAID controller

2003-06-24 Thread Sean D. Wilson
So, I think I've dotted all my i's and crossed all my t's, but I'm still having problems. I have an Abit KT7A-RAID motherboard (ver. A9), which has a Highpoint RAID controller (uses kernel HPT370 driver). I have two drives attached to the first channel of this controller, a 60gb (master) and an 8

[Bug #1802] Can't boot from network with multi-NIC client&server :(

2002-11-26 Thread nobody
ibility: None Planned Release: Summary: Can't boot from network with multi-NIC client&server :( Original Submission: We use grub to boot diskless workstations from Network(with PXE). The server is a 2-way P4-Xeon(hyper-thread) with two ethernet NICs.

Can't boot from network with multi-NIC client&server :(

2002-11-26 Thread Feng Shuo
We use grub to boot diskless workstations from Network (with PXE). The server is a 2-way P4-Xeon(hyper-thread) with two Ethernet NICs. We found that the grub can't boot the client when the two NICs were both connected. I thought it didn't add/reflash the arp entry when the serve

[Bug #1802] Can't boot from network with multi-NIC client&server :(

2002-11-25 Thread nobody
y: None Planned Release: Summary: Can't boot from network with multi-NIC client&server :( Original Submission: We use grub to boot diskless workstations from Network(with PXE). The server is a 2-way P4-Xeon(hyper-thread) with two ethernet NIC

can't boot kernel

2002-11-21 Thread al
message can't fit into memory ... using intel Motherboard scb2... using Redhat 7.2 7.3 caldera 3.1.1 we try using lilo can't boot. but grub can't we think because that's motherboard seems not standard ... just guess just report bug... ^_^

Re: [Bug-grub] Deleted linux - now can't boot windows.

2002-06-10 Thread Jason Thomas
; I BOOTED INTO WIN2000 AND DELETED LINUX. NOW, I CAN'T BOOT TO WIN2000. > THE PROMPT COMES UP - " GRUB > " . CAN YOU RECOMMEND A SOLUTION ? > THANKS. -- Jason Thomas Phone: +61 2 6257 7111 System Administrator - UID 0 Fax:+61 2 625

Deleted linux - now can't boot windows.

2002-06-10 Thread Labi, Abdul
I BOOTED INTO WIN2000 AND DELETED LINUX. NOW, I CAN’T BOOT TO WIN2000. THE PROMPT COMES UP – “  GRUB >  “  .  CAN YOU RECOMMEND A SOLUTION ? THANKS.

Re: Can't boot new kernel (2.4.13) on Redhat 7.2 system

2001-10-30 Thread Justin Gaither
I am still unable to boot my new kernel. It appears that it is not a grub problem though, since it behaves the same if I use lilo. Thanks for you help! I will see if I can query the patch generator about the failure justin Vesa Jääskeläinen wrote: > > 30.10.2001 21:48:19, Justin Gaither <[EM

Re: Can't boot new kernel (2.4.13) on Redhat 7.2 system

2001-10-30 Thread Vesa Jääskeläinen
30.10.2001 21:48:19, Justin Gaither <[EMAIL PROTECTED]> wrote: >Vesa, > I was under the impression that an initrd was not required. I had >tried previously to use mkinitrd but it did not make a difference. Is >there anything special about using the mkinitrd, do I need to mount the >image

Re: Can't boot new kernel (2.4.13) on Redhat 7.2 system

2001-10-30 Thread Justin Gaither
Vesa, I was under the impression that an initrd was not required. I had tried previously to use mkinitrd but it did not make a difference. Is there anything special about using the mkinitrd, do I need to mount the image and copy stuff to it? Or can I just run the command? Thanks justi

Can't boot new kernel (2.4.13) on Redhat 7.2 system

2001-10-30 Thread Justin Gaither
I installed redhat 7.2, I then downloaded a generic 2.4.13 kernel from kernel.org I applied some patches for ext3 and win4lin. I then added the new kernel to the grub.conf file as below. However when I select the kernel from the grub menu, it just reboots, and gives me the menu again. I can st

Re: can't boot due to root device problem

2001-09-30 Thread Christoph Plattner
You have the problem, that you try to load the SCSI module, but this is not possible, as you cannot load modules, because the root file system is not mounted (this is the error message). On the other hand, you cannot mount the ROOT fs, as you cannot load the SCSI module !!! So you can solve this

Re: can't boot due to root device problem

2001-09-30 Thread Bob Berman
I just got back to this system to read my email and in the interim, I read about the "initrd" comand and how initrds work. I added initrd=/boot/initrd to my Grub command list and that worked. Thanks to everyone. On Sun, 30 Sep 2001, Mario Klebsch wrote: > On Sunday, 30. September 2001 17:34,

Re: can't boot due to root device problem

2001-09-30 Thread Mario Klebsch
-BEGIN PGP SIGNED MESSAGE- On Sunday, 30. September 2001 17:34, Bob Berman wrote: > I am sure that this is the problem. But I have another Linux > install on the same machine and that boots fine, although > it is SuSe 7.0 vs. this one is SuSe 7.2. This was an > initial install from CD and

Re: can't boot due to root device problem

2001-09-30 Thread Derrik Pates
On Sun, 30 Sep 2001, Bob Berman wrote: > This would probably help. How do I get Grub to load initrd? > Or is this not a Grub problem? Thanks! I am getting closer. The documentation mentions this - make sure you read it in the future. The command is 'initrd '. Just specify the path to the initia

Re: can't boot due to root device problem

2001-09-30 Thread Bob Berman
I am sure that this is the problem. But I have another Linux install on the same machine and that boots fine, although it is SuSe 7.0 vs. this one is SuSe 7.2. This was an initial install from CD and I had never booted it before. Now I have to figure out some way to boot it. On Sun, 30 Sep 2001,

Re: can't boot due to root device problem

2001-09-30 Thread Bob Berman
This would probably help. How do I get Grub to load initrd? Or is this not a Grub problem? Thanks! I am getting closer. On Sun, 30 Sep 2001, Yuri Zaporogets wrote: > Hello. > > On Sun, Sep 30, 2001 at 10:57:17AM +0200, Mario Klebsch wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > > On S

Re: can't boot due to root device problem

2001-09-30 Thread Yuri Zaporogets
Hello. On Sun, Sep 30, 2001 at 10:57:17AM +0200, Mario Klebsch wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Sunday, 30. September 2001 01:13, Bob Berman wrote: > > > When I boot Linux, the error I get is: > > > > request_module[block major-8]: root fs not mounted >

Re: can't boot due to root device problem

2001-09-30 Thread Mario Klebsch
-BEGIN PGP SIGNED MESSAGE- On Sunday, 30. September 2001 01:13, Bob Berman wrote: > When I boot Linux, the error I get is: > > request_module[block major-8]: root fs not mounted ^ > VFS: Cannot open root device "sbd3" or 08:13 > Please append a correct "root

Re: [Bug-grub] can't boot due to root device problem

2001-09-29 Thread Jason Thomas
On Sat, Sep 29, 2001 at 07:13:58PM -0400, Bob Berman wrote: > My new SCSI disk is id 1 - sdb - and this is the partitioning: > /dev/sdb1 - /boot (ext2fs) > /dev/sdb2 - swap > /dev/sdb3 - / (ext2fs) > /dev/sdb4 - LVM partition (/opt /home /var) > > I try to boot it with the > following commands: >

Re: can't boot due to root device problem

2001-09-29 Thread Felix Miata
Bob Berman wrote: > I installed a new SCSI hard disk in my system and installed > SuSe 7.2 on it. I am trying to use GRUB to boot this system > but it is not working and I can not understand why not. > I have a SCSI disk - id 0 - sda - already in the box that has > Linux on it. I have installe

can't boot due to root device problem

2001-09-29 Thread Bob Berman
I installed a new SCSI hard disk in my system and installed SuSe 7.2 on it. I am trying to use GRUB to boot this system but it is not working and I can not understand why not. I have a SCSI disk - id 0 - sda - already in the box that has Linux on it. I have installed LILO in the MBR and this boo

Re: Can't boot with 550K of memory

2001-03-16 Thread OKUJI Yoshinori
I'm sorry for my lazy response. From: Krzysztof Leszczynski <[EMAIL PROTECTED]> Subject: Re: Can't boot with 550K of memory Date: Sun, 11 Mar 2001 17:33:49 +0100 > Nevertherless GRUB iss still my favourite, especially with > strange architectures. I think that PXE bootrom

Re: Can't boot with 550K of memory

2001-03-11 Thread Krzysztof Leszczynski
> That depends on which version of Linux you use. Older Linux cannot be > located at other than 0x9, so you cannot boot such a kernel on > lower memory machines. I use 2.4.2. [...] > Unfortunately, GRUB doesn't utilize the feature at the moment, and it is > not trivial to add support for low

Re: Can't boot with 550K of memory

2001-03-10 Thread OKUJI Yoshinori
From: Krzysztof Leszczynski <[EMAIL PROTECTED]> Subject: Re: Can't boot with 550K of memory Date: Thu, 8 Mar 2001 21:32:52 +0100 > I tried several boot loaders and found that PXE version of SYSLINUX > just worked :-) but all others including bpbatch didn't. There must >

Re: Can't boot with 550K of memory

2001-03-08 Thread Krzysztof Leszczynski
> > But the 608K limit also applies for big linux images. Even for them > > the linux setup area must be loaded to address 0x9 which lies > > outside the 550KB usable memory. I tried several boot loaders and found that PXE version of SYSLINUX just worked :-) but all others including bpbatch

Re: Can't boot with 550K of memory

2001-03-08 Thread Thierry Laronde
On Thu, Mar 08, 2001 at 06:02:55PM +0100, Jochen Hoenicke wrote: > On Mar 8, Thierry Laronde wrote: > > On Thu, Mar 08, 2001 at 03:29:00PM +0100, Krzysztof Leszczynski wrote: > > > Hi, > > > > Hello, > > > > > > I'm sorry if this is a FAQ but I browsed the whole 4MB > > > bug-grub.mbox and didn'

Re: Can't boot with 550K of memory

2001-03-08 Thread Jochen Hoenicke
On Mar 8, Thierry Laronde wrote: > On Thu, Mar 08, 2001 at 03:29:00PM +0100, Krzysztof Leszczynski wrote: > > Hi, > > Hello, > > > > I'm sorry if this is a FAQ but I browsed the whole 4MB > > bug-grub.mbox and didn't find any answer. > > > > I use pxegrub with ALLWELL network client, it reports

Re: Can't boot with 550K of memory

2001-03-08 Thread Thierry Laronde
On Thu, Mar 08, 2001 at 04:23:46PM +0100, Krzysztof Leszczynski wrote: > > bzImage (you can make a vanilla bzImage and put it on your server ; this > > will be OK for the GRUB). > My bzImage is vanilla -- well, except of my experiments with SETUPSEG, > but I have several bzImages, including a very

Re: Can't boot with 550K of memory

2001-03-08 Thread Krzysztof Leszczynski
> bzImage (you can make a vanilla bzImage and put it on your server ; this > will be OK for the GRUB). My bzImage is vanilla -- well, except of my experiments with SETUPSEG, but I have several bzImages, including a very very small, and probably unusable 250kB bzImage. --k ___

Re: Can't boot with 550K of memory

2001-03-08 Thread Thierry Laronde
On Thu, Mar 08, 2001 at 03:29:00PM +0100, Krzysztof Leszczynski wrote: > Hi, Hello, > > I'm sorry if this is a FAQ but I browsed the whole 4MB > bug-grub.mbox and didn't find any answer. > > I use pxegrub with ALLWELL network client, it reports > (550K lower / 317744K upper memory), when I trie

Can't boot with 550K of memory

2001-03-08 Thread Krzysztof Leszczynski
Hi, I'm sorry if this is a FAQ but I browsed the whole 4MB bug-grub.mbox and didn't find any answer. I use pxegrub with ALLWELL network client, it reports (550K lower / 317744K upper memory), when I tried to tftp a bzImage it says the kernel is too big. I found in grub/stage2/boot.c > /* FI

Re: Thinkpad X20 can't boot (stage2/bios.c)

2000-12-13 Thread OKUJI Yoshinori
Hello, Horikawa-san, From: HORIKAWA Kazunori <[EMAIL PROTECTED]> Subject: Thinkpad X20 can't boot (stage2/bios.c) Date: Wed, 13 Dec 2000 01:04:53 +0900 > Thinkpad X20 can't boot with GRUB. > GRUB reboots at stage2/bios.c:get_diskinfo(). > if add dummy[10] to '

Thinkpad X20 can't boot (stage2/bios.c)

2000-12-12 Thread HORIKAWA Kazunori
Thinkpad X20 can't boot with GRUB. GRUB reboots at stage2/bios.c:get_diskinfo(). if add dummy[10] to 'struct drive_parameters', GRUB boots fine. below is a debug result - PC:thinkpad X20 grub> geometory (hd0) version:4

Re: Can't boot NT5

2000-10-13 Thread Jochen Hoenicke
On Oct 12, Loris Caren wrote: > > Thanks for the excellent suggestion, I should have RTFM. Alas however > invoking map has made no difference although you are clearly right since if I > remove the IDE drive I can get grub to boot the NT. Maybe I'm not > understanding the map command (and this ti

Re: Can't boot NT5

2000-10-13 Thread Loris Caren
lse (I can report that WinME boots OK). > > > > I've got two drives installed, an IDE containing a tiny linux partition for > > holding a kernel and a WinME partition. The second disk is a 9M SCSI disk > > which says it's got 64h, 32sect, 8748 cyl. The NT5 is part

Re: Can't boot NT5

2000-10-12 Thread Jochen Hoenicke
DE containing a tiny linux partition for > holding a kernel and a WinME partition. The second disk is a 9M SCSI disk > which says it's got 64h, 32sect, 8748 cyl. The NT5 is partition 3. DOS/Windows and probably also Windows NT/2000 can't boot themself from the second hard drive. The

Can't boot NT5

2000-10-12 Thread Loris Caren
-BEGIN PGP SIGNED MESSAGE- I'm using grub-0.5.96 on an Asus P2L97S to perform muti-booting and it mostly works very well indeed (getting round a >1024 problem I was having with Lilo), so first, a word of thanks - it's a nice product. However, I can't get it to boot a copy of Win2000 proff