Welcome, Guest
Please Login or Register.    Lost Password?

Booting from Grub
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Booting from Grub
#1910
Booting from Grub 3 Years ago Karma: 0
Pureos is polished and complete and also compatible with Slax - at least Slax modules seem to work without problems.

Rather than using the installer I did a "manual" install just by copying onto the hard drive the vmlinuz and initrd files and the Pureos directory. I have configured the Grub menu.lst stanza as follows:-

title PureOs
root (hd0,0)
kernel (hd0,0)/boot/vmlinuz root=/dev/ram0 init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=10240rw changes=/pureoschanges
initrd (hd0,0)/boot/initrd.gz

On booting there is a pause while the changes directory is checked for and again when mounting drives where I get a "/dev/sr1 no medium" message.

Are there any cheat codes which would bypass these pauses? Also it is it possible to boot as root and not have to enter a password?

Brad
shark
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/27 11:08 By Marc.
The administrator has disabled public write access.
 
#1912
Re:Booting from Grub 3 Years ago Karma: 11
Hi shark,

The right syntax for the 'changes' bootcode is: changes=/dev/sdaX/pureoschanges where sdaX is the partition with PureOS, you can also use the 'nocd' bootcode.

I don't how to boot as root without a password.
Marc
Moderator
Posts: 736
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/22 23:46 By Marc.
The administrator has disabled public write access.
 
Go to topPage: 1