Displaying 15 results from an estimated 15 matches for "hd1,1".
Did you mean:
hd1,0
2007 Jan 15
3
WinXP don't boot
...d...
[root at seth ~]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,1)
# kernel /vmlinuz-version ro root=/dev/sda3
# initrd /initrd-version.img
#boot=/dev/hdb
default=1
timeout=5
splashimage=(hd1,1)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-42.0.3.EL)
root (hd1,1)
kernel /vmlinuz-2.6.9-42.0.3.EL ro root=LABEL=/ rhgb quiet...
2007 May 27
2
Slightly OT: Debian and CentOS multiboot: menu.lst problem
...menu.lst like this:
<snip>
title Debian GNU/Linux, kernel 2.6.18
root (hd0,1)
kernel /vmlinuz-2.6.18 root=/dev/hda3 vga=788 ro
initrd /initrd.img-2.6.18
title CentOS 5 sur hdb3
root (hd1,1)
kernel /vmlinuz-2.6.18-8.el5 root=/dev/hdb3 ro
initrd /initrd-2.6.18-8.el5
Now when I try to reboot on CentOS, I get an 'Error 15: file not found'.
I add that I've done many multiboot configurations before, so it's not
the first time I have su...
2016 Jan 26
0
multifs syntax
...s partition number.
> As far as I understand X and Y are zero based.
>
> I've tested it with qemu and 2 disks:
> - the first with bootloader
> - the second with kernel+rootfs
>
> I've used the following configuration file label:
>
> label MULTIFS
> KERNEL (hd1,1)/mfs/bzImage
> APPEND root=/dev/ram0 initrd=(hd1,1)/mfs/rootfs.ext2 ramdisk_size=65536
> quiet
>
1_ At this time, this is yet unfinished (and, strictly speaking, yet
unofficial).
2_ In the "(hdX,Y)" syntax, the "Y" should not be zero-based, but
rather one-ba...
2012 Mar 22
12
help
High all,
In WinXP, I have created file "image.iso" using mkisofs, but unable to
postprocess with the "isohybrid".
I worked as follows:
cd F:\syslinux-4.05\utils
F:\syslinux-4.05\utils> isohybrid F:\image.iso
and received >'isohybrid' is not recognized as an internal or external
command,
operable program or batch file.
What next?
Thanks in advance.
2016 Jan 25
2
Embedding com32 modules and ldlinux.sys into one file
> -----Original Message-----
> From: poma [mailto:pomidorabelisima at gmail.com]
> Sent: Tuesday, January 19, 2016 1:30 PM
> To: Tal Lubko; 'H. Peter Anvin'; 'Celelibi'
> Cc: 'For discussion of Syslinux and tftp-hpa'
> Subject: Re: [syslinux] Embedding com32 modules and ldlinux.sys into
> one file
>
> On 19.01.2016 09:07, Tal Lubko via Syslinux
2009 Jul 07
0
server fails reboot - GRUB
...OST the screen
showed
GRUB
From memory this indicates that the mbr is corrupt and grub cannot find
the required files on /boot/grub (the first partition).
I did a linux rescue from DVD which sets the HW raid 5 as /dev/sda and
the two OS drives as sdb and sdc
then ran grub and did
grub> root(hd1,1) # designates that the root is to be found on the
second partition of the second drive
grub> setup(hd1) #writes the mbr onto the second drive (/dev/sdb)
grub> root(hd2,1) # designates that the root is to be found on the
second partition of the third drive
grub> setup(hd2) #writes the m...
2007 May 29
0
Re: CentOS Digest, Vol 28, Issue 28
...wap
hdb2 -> /boot, ext2
hdb3 -> / , ext3
After completing the install, I rebooted on the Debian side and edited
menu.lst like this:
title Debian GNU/Linux, kernel 2.6.18
root (hd0,1)
kernel /vmlinuz-2.6.18 root=/dev/hda3 vga=788 ro
initrd /initrd.img-2.6.18
title CentOS 5 sur hdb3
root (hd1,1)
kernel /vmlinuz-2.6.18-8.el5 root=/dev/hdb3 ro
initrd /initrd-2.6.18-8.el5
Now when I try to reboot on CentOS, I get an 'Error 15: file not found'.
I add that I've done many multiboot configurations before, so it's not
the first time I have such a scenario. I thought, aha, may...
2007 May 29
0
Re: CentOS Digest, Vol 28, Issue 28
...wap
hdb2 -> /boot, ext2
hdb3 -> / , ext3
After completing the install, I rebooted on the Debian side and edited
menu.lst like this:
title Debian GNU/Linux, kernel 2.6.18
root (hd0,1)
kernel /vmlinuz-2.6.18 root=/dev/hda3 vga=788 ro
initrd /initrd.img-2.6.18
title CentOS 5 sur hdb3
root (hd1,1)
kernel /vmlinuz-2.6.18-8.el5 root=/dev/hdb3 ro
initrd /initrd-2.6.18-8.el5
Now when I try to reboot on CentOS, I get an 'Error 15: file not found'.
I add that I've done many multiboot configurations before, so it's not
the first time I have such a scenario. I thought, aha, may...
2019 Dec 17
1
chainloading syslinux problem
On Tue, 17 Dec 2019 at 23:19, Gregory Lee Bartholomew <
gregory.lee.bartholomew at gmail.com> wrote:
> On Tue, 2019-12-17 at 22:46 +0100, David Bala?ic via Syslinux wrote:
> > Hi!
> > I have bootable (USB flash) disk, that _appears_ to be using syslinux.
> > (the word syslinux is in the PBR, in the hexdump).
> > How can I chainload it? The payload seems to be a
2010 Aug 25
2
Announcing EXT2FS lib for syslinux
Here is the initial release:
git://github.com/donhiatt/Syslinux-EXT2FS-Library-port.git
I am very new to git so I hope I managed to get the repo setup properly.
The repo is branched from 'disklib' as I plan to use it for all disk
read/write access (I'm currently using modified gpllib/disk/* -- see
README).
Cheers,
don
-----
README for ext2fs module.
* Description
-----------
2012 Jun 05
2
75% - 80% Rebuild Complete
First I want to thank all of you who responded to me both on this list and
in the CentOS wiki. Your responses helped greatly!
I want to say that if you are running CentOS 5 and you do not have a
overriding reason to go to CentOS 6, stay where you are. It was so much
easier installing CentOS 6 on a new machine, migrating is next to
impossible.
Here's where I am today:
1. The base
2010 May 28
13
Error: Device 0 (vif) could notbeconnected. Hotplugscripts not working
...y "Xen 4.0.0 / Squeeze Kernel 2.6.32-3-amd64 pvops" --class
debian --class gnu-linux --class gnu --class os {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
insmod ext4
set root=''(hd1,1)''
search --no-floppy --fs-uuid --set
91ab2378-76a4-4ab6-9065-078307ce8268
multiboot /boot/xen-4.0.0.gz dummy=dummy dom0_mem=512M
module /boot/vmlinuz-2.6.32-5-xen-amd64 dummy=dummy
root=UUID=91ab2378-76a4-4ab6-9065-078307ce8268 ro quiet
module /boot/...
2010 Aug 07
6
ext4?
Listee's...
I have a 5.5 box and I have formatted a partition as ext4 however I
can't mount it, the mount command is telling me its an unknown file
system type. fsck tells me the partition is a clean ext4 partition but
I can't mount it.
Some reasearch has lead me to believe the problem is that ext4 isn't
enabled in the kernel by default in 5.5 (this was originally a 5.2 box
that
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi,
this series improves the generation of Debian templates, automating
basically almost all the steps needed.
Also, it fixes the generation of aarch64 images with NVRAM, which is
currently removed too soon, and thus not saved and compressed.
Thanks,
Pino Toscano (5):
builder: templates: update Debian preseed from Stretch
builder: templates: generalize debian location
builder: templates:
2013 Jan 09
21
question
Hello,
Is "Dos installer from Win98" REMOVED from
Syslinux-5.00/syslinux-5.01-pre1?
Prof S W Damle