Re: grub settings to boot from USB CDROM
From: Douglas Mayne (doug_at_slackware-3.localnet)
Date: 11/03/05
- Next message: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Previous message: Ben Myers: "Re: bad blocks in under 2.5 years! So much for HP ..."
- In reply to: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Next in thread: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Reply: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 03 Nov 2005 07:30:50 -0700
On Thu, 03 Nov 2005 05:04:25 -0800, blackdir wrote:
>
> Douglas Mayne wrote:
>>
>> Does your laptop boot from the external CDROM? That is the simplest
>> solution, if it will do it; otherwise, read below.
>>
>>
> Unluckly it doesn't.
>
>
>> Above says it should work with the files below. There are also some
>> failsafe settings you might need (look at the file). At a minimum you
>> will need these files:
>>
>> /mnt/cdrom/boot/loader/linux
>> /mnt/cdrom/boot/loader/initrd
>>
>> I copied the files to the local hard disc and modified the grub menu,
>>
>> mkdir /boot/suse
>> cp /mnt/cdrom/boot/loader/linux /boot/suse cp
>> /mnt/cdrom/boot/loader/initrd /boot/suse
>>
>> A new stanza for grub's menu.lst:
>> title SuSE setup
>> root (hd0,0)
>> kernel /boot/suse/linux
>> initrd /boot/suse/initrd
>>
>>
> That's exactlty what I was doing (even if my description was not as clear
> as your)... what I found out is that the provided initrd does not contain
> modules for USB cdrom. I'll generate a new one using mkinitrd in order to
> do that.
>
> thanks for confirming that I was following a correct approach.
>
> regards,
> blackdir
>
The parameters you entered for your kernel (original post) don't look
right to me, especially root=/dev/sr0. That alone could account for the
kernel panic.
When I boot the kernel designed for Suse setup (as shown above), I clearly
see "loading USB" support. If your CD is supported and you have Suse
setup CD1 in the drive, setup will begin.
- Next message: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Previous message: Ben Myers: "Re: bad blocks in under 2.5 years! So much for HP ..."
- In reply to: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Next in thread: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Reply: blackdir_at_yahoo.com: "Re: grub settings to boot from USB CDROM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]